@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Catamaran:400,500,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap";
/* @mixin box-shadow() {
	box-shadow: 0px 0px 8px rgba($black, .1);
} */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  text-size-adjust: 100%; /* 3 */
  text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

main { /* 1 */
  display: block;
}

.myt-page img {
  max-width: 100%;
  height: auto;
}

/**
 * Add the correct margin in IE 8.
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, footer, header, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
   .container {
    max-width: 1280px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

 .col-xl-17, .col-xl-6, .col-lg-20, .col-lg-16, .col-lg-12, .col-lg-8, .col-lg-6, .col-md-24, .col-md-23, .col-md-20, .col-md-18, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-8, .col-md-6, .col-md-4, .col-sm-24, .col-sm-12, .col, .col-24, .col-22, .col-20, .col-17, .col-12, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}

.col-2 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-17 {
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}

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

.col-22 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-10 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-11 {
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-13 {
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .col-md-14 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-23 {
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 25;
  }
  .offset-md-1 {
    margin-left: 4.16666667%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-5 {
    margin-left: 20.83333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-20 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .offset-lg-2 {
    margin-left: 8.33333333%;
  }
  .offset-lg-4 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-17 {
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .offset-xl-1 {
    margin-left: 4.16666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.form-control, input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=search],
textarea,
select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password],
  input[type=search],
  textarea,
  select {
    transition: none;
  }
}
.form-control::-ms-expand, input[type=text]::-ms-expand,
input[type=email]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=password]::-ms-expand,
input[type=search]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder, input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled, .form-control[readonly], input[readonly][type=text],
input[readonly][type=email],
input[readonly][type=tel],
input[readonly][type=password],
input[readonly][type=search],
textarea[readonly],
select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, input[type=date][type=text],
input[type=date][type=email],
input[type=date][type=tel],
input[type=date][type=password],
input[type=date][type=search],
input[type=time].form-control,
input[type=time][type=text],
input[type=time][type=email],
input[type=time][type=tel],
input[type=time][type=password],
input[type=time][type=search],
input[type=datetime-local].form-control,
input[type=datetime-local][type=text],
input[type=datetime-local][type=email],
input[type=datetime-local][type=tel],
input[type=datetime-local][type=password],
input[type=datetime-local][type=search],
input[type=month].form-control,
input[type=month][type=text],
input[type=month][type=email],
input[type=month][type=tel],
input[type=month][type=password],
input[type=month][type=search] {
  appearance: none;
}

select.form-control:-moz-focusring,
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value,
select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

 select.form-control[multiple],
select[multiple] {
  height: auto;
}

textarea.form-control,
textarea {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}


.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

 .form-control.is-valid, input.is-valid[type=text],
input.is-valid[type=email],
input.is-valid[type=tel],
input.is-valid[type=password],
input.is-valid[type=search],
textarea.is-valid,
select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .form-control.is-valid:focus, input.is-valid[type=text]:focus,
input.is-valid[type=email]:focus,
input.is-valid[type=tel]:focus,
input.is-valid[type=password]:focus,
input.is-valid[type=search]:focus,
textarea.is-valid:focus,
select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

 select.form-control.is-valid,
select.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

 textarea.form-control.is-valid,
textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

 .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
 .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

 .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
 .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

 .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
 .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
 .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
 .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
 .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

 .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
 .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}


.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

 .form-control.is-invalid, input.is-invalid[type=text],
input.is-invalid[type=email],
input.is-invalid[type=tel],
input.is-invalid[type=password],
input.is-invalid[type=search],
textarea.is-invalid,
select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .form-control.is-invalid:focus, input.is-invalid[type=text]:focus,
input.is-invalid[type=email]:focus,
input.is-invalid[type=tel]:focus,
input.is-invalid[type=password]:focus,
input.is-invalid[type=search]:focus,
textarea.is-invalid:focus,
select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

 select.form-control.is-invalid,
select.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

 textarea.form-control.is-invalid,
textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

 .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
 .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

 .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
 .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

 .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
 .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
 .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

 .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
 .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > input[type=text],
.input-group > input[type=email],
.input-group > input[type=tel],
.input-group > input[type=password],
.input-group > input[type=search],
.input-group > textarea,
.input-group > select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > input[type=text] + .form-control,
.input-group > input[type=email] + .form-control,
.input-group > input[type=tel] + .form-control,
.input-group > input[type=password] + .form-control,
.input-group > input[type=search] + .form-control,
.input-group > textarea + .form-control,
.input-group > select + .form-control, .input-group > .form-control + input[type=text], .input-group > input[type=text] + input[type=text],
.input-group > input[type=email] + input[type=text],
.input-group > input[type=tel] + input[type=text],
.input-group > input[type=password] + input[type=text],
.input-group > input[type=search] + input[type=text],
.input-group > textarea + input[type=text],
.input-group > select + input[type=text],
.input-group > .form-control + input[type=email],
.input-group > input[type=text] + input[type=email],
.input-group > input[type=email] + input[type=email],
.input-group > input[type=tel] + input[type=email],
.input-group > input[type=password] + input[type=email],
.input-group > input[type=search] + input[type=email],
.input-group > textarea + input[type=email],
.input-group > select + input[type=email],
.input-group > .form-control + input[type=tel],
.input-group > input[type=text] + input[type=tel],
.input-group > input[type=email] + input[type=tel],
.input-group > input[type=tel] + input[type=tel],
.input-group > input[type=password] + input[type=tel],
.input-group > input[type=search] + input[type=tel],
.input-group > textarea + input[type=tel],
.input-group > select + input[type=tel],
.input-group > .form-control + input[type=password],
.input-group > input[type=text] + input[type=password],
.input-group > input[type=email] + input[type=password],
.input-group > input[type=tel] + input[type=password],
.input-group > input[type=password] + input[type=password],
.input-group > input[type=search] + input[type=password],
.input-group > textarea + input[type=password],
.input-group > select + input[type=password],
.input-group > .form-control + input[type=search],
.input-group > input[type=text] + input[type=search],
.input-group > input[type=email] + input[type=search],
.input-group > input[type=tel] + input[type=search],
.input-group > input[type=password] + input[type=search],
.input-group > input[type=search] + input[type=search],
.input-group > textarea + input[type=search],
.input-group > select + input[type=search],
.input-group > .form-control + textarea,
.input-group > input[type=text] + textarea,
.input-group > input[type=email] + textarea,
.input-group > input[type=tel] + textarea,
.input-group > input[type=password] + textarea,
.input-group > input[type=search] + textarea,
.input-group > textarea + textarea,
.input-group > select + textarea,
.input-group > .form-control + select,
.input-group > input[type=text] + select,
.input-group > input[type=email] + select,
.input-group > input[type=tel] + select,
.input-group > input[type=password] + select,
.input-group > input[type=search] + select,
.input-group > textarea + select,
.input-group > select + select {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > input[type=text]:focus,
.input-group > input[type=email]:focus,
.input-group > input[type=tel]:focus,
.input-group > input[type=password]:focus,
.input-group > input[type=search]:focus,
.input-group > textarea:focus,
.input-group > select:focus {
  z-index: 3;
}
.input-group > .form-control:not(:first-child), .input-group > input[type=text]:not(:first-child),
.input-group > input[type=email]:not(:first-child),
.input-group > input[type=tel]:not(:first-child),
.input-group > input[type=password]:not(:first-child),
.input-group > input[type=search]:not(:first-child),
.input-group > textarea:not(:first-child),
.input-group > select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > input[type=text]:not(:last-child),
.input-group:not(.has-validation) > input[type=email]:not(:last-child),
.input-group:not(.has-validation) > input[type=tel]:not(:last-child),
.input-group:not(.has-validation) > input[type=password]:not(:last-child),
.input-group:not(.has-validation) > input[type=search]:not(:last-child),
.input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > input[type=text]:nth-last-child(n+3),
.input-group.has-validation > input[type=email]:nth-last-child(n+3),
.input-group.has-validation > input[type=tel]:nth-last-child(n+3),
.input-group.has-validation > input[type=password]:nth-last-child(n+3),
.input-group.has-validation > input[type=search]:nth-last-child(n+3),
.input-group.has-validation > textarea:nth-last-child(n+3),
.input-group.has-validation > select:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.input-group-append {
  display: flex;
}

.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn {
  margin-left: -1px;
}

.input-group-append {
  margin-left: -1px;
}


.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.d-none {
  display: none !important;
}

.d-flex, .mobile-menu .mobile-expand {
  display: flex !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center, .mobile-menu .mobile-expand {
  justify-content: center !important;
}

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

.align-items-center, .mobile-menu .mobile-expand {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-center {
  align-self: center !important;
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}


.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}


.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}


.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}


.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}


.px-5 {
  padding-right: 3rem !important;
}


.py-5 {
  padding-bottom: 3rem !important;
}


.px-5 {
  padding-left: 3rem !important;
}


.mx-auto {
  margin-right: auto !important;
}


.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
}

.text-center {
  text-align: center !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
  cursor: zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
  cursor: zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
  user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow::before,
.mfp-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right::before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: "";
  position: absolute;
  inset: 40px 0;
  display: block;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  overflow-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (width <= 800px) and (orientation: landscape), screen and (height <= 300px) {
  /**
  	 * Remove all paddings around the image on small screen
  	 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (width <= 900px) {
  .mfp-arrow {
    transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

html {
  box-sizing: border-box;
}

body {
  background-size: 100%, 75%;
  background-repeat: no-repeat;
  min-height: 100%;
  overflow-x: hidden;
  max-width: 2000px;
  margin: 0 auto;
  box-shadow: 0 0 5px #ccc !important;
}

.background-div {
  max-width: 2000px;
  width: 100%;
  background-position-x: center;
  background-repeat: repeat-y;
  background-image: url("../../img/stille_background_swosh.png");
}

body::after {
  opacity: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-xl::before,
.container-fluid::after,
.container-xl::after,
.row::before,
.row::after {
  content: " ";
  display: table;
}

.clearfix::after,
.container::after,
.container-fluid::after,
.container-xl::after,
.row::after {
  clear: both;
}

.row::before,
.row::after {
  display: none !important;
}

section {
  display: block;
  padding: 2em 0;
}

img.alignright,
div.alignright {
  display: block;
  float: none;
  margin: 1rem auto;
}
@media (min-width: 576px) {
  img.alignright,
  div.alignright {
    float: right;
    margin: 1rem 0 1rem 1rem;
  }
}
img.alignleft,
div.alignleft {
  display: block;
  float: none;
  margin: 1rem auto;
}
@media (min-width: 576px) {
  img.alignleft,
  div.alignleft {
    float: left;
    margin: 1rem 1rem 1rem 0;
  }
}
img.aligncenter,
div.aligncenter {
  display: block;
  margin: 1rem auto;
}

/* img[data-src] {
	visibility: hidden !important;

	&.loaded {
		visibility: visible !important;
	}

} */
.wp-caption {
  display: block;
  float: none;
  margin: 1rem auto;
}
@media (min-width: 576px) {
  .wp-caption {
    float: none;
    margin: 0 1rem 1rem;
  }
}

.wp-caption.alignleft {
  display: block;
  float: none;
  margin: 1rem auto;
}
@media (min-width: 576px) {
  .wp-caption.alignleft {
    float: left;
    margin: 1rem 1rem 1rem 0;
  }
}

.wp-caption.alignright {
  display: block;
  float: none;
  margin: 1rem auto;
}
@media (min-width: 576px) {
  .wp-caption.alignright {
    float: right;
    margin: 1rem 0 1rem 1rem;
  }
}

.wp-caption-text {
  color: #edeff1;
  padding-top: 0.5em;
  text-align: center;
}
.wp-caption-text:last-child {
  margin-bottom: 0;
}

@media print {
  /* All your print styles go here */
  .header,
  .woocommerce-breadcrumb,
  .readmore,
  .slider-buttons-am,
  .myt-btn--primary,
  .wordpress-country-selector-modal-content .country_selector_modal_goto,
  input[type=submit],
  input[type=reset],
  .play-icon-ambassador,
  .request-quote-container,
  .myt-btn--secondary,
  .wordpress-country-selector-modal-content .country_selector_modal_stay,
  .variations,
  .quantity,
  .circular-icon,
  .wp-block-video__play,
  .play-icon {
    display: none !important;
  }
  .text-container {
    overflow: visible !important;
  }
  .myt-page {
    margin-top: 2rem;
  }
  body {
    box-shadow: none !important;
  }
}
html {
  font-size: 90%;
}
@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

body {
  color: #333;
  font-family: "Catamaran", sans-serif;
  font-weight: normal;
  line-height: 1.6rem;
  font-size: 1.16rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myt-h1,
h1 {
  color: #003;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  margin-bottom: 0.4em;
}
@media (max-width: 991.98px) {
  .myt-h1,
  h1 {
    font-size: 2rem;
  }
}

.myt-h2,
h2 {
  color: #003;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 0.4em;
  font-weight: 400;
}

.myt-h3,
h3 {
  color: #003;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0.4em;
}

.myt-h4,
h4 {
  color: #003;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}

.myt-h5,
h5 {
  color: #003;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}

.myt-h6,
h6 {
  color: #003;
  font-family: "Catamaran", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  font-size: 1.2rem;
  line-height: 1.8;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
}

main a {
  color: #c03;
}
main a:hover, main a:focus {
  color: #132334;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover, a:focus {
  text-decoration: none;
  opacity: 1;
  color: #c03;
}
a:active {
  color: #c03;
}
a img:hover {
  opacity: 1;
}
a.no-transparency:hover, a.no-transparency:focus {
  opacity: 1;
}

figcaption {
  color: #333 !important;
  font-size: 1rem;
  font-style: italic;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.8rem;
}

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

code {
  display: block;
  padding: 1rem;
}

blockquote {
  font-size: 1.2em;
  color: rgb(91.8, 91.8, 91.8);
  line-height: 1.9rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

table {
  margin-bottom: 1em;
}
table tr th {
  background-color: #fff;
  border: 1px solid #dee1e3;
  font-weight: 700;
  padding: 0.5em;
}
table tr td {
  background-color: #fff;
  border: 1px solid #dee1e3;
  font-weight: 400;
  padding: 0.5em;
}

.hero {
  font-size: 5.9rem;
}

.login-remember {
  font-size: 1rem;
}

#wpadminbar {
  position: fixed !important;
}

@media (max-width: 991.98px) {
  .header .container2 {
    height: 100px;
    display: flex;
    align-items: center;
    margin-right: -15px;
  }
  .header .container2 .menu-item-wrapper-mobile {
    height: 100%;
  }
  .header .container2 .hamburger_wrapper {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edeff1;
  }
}
@media (max-width: 767.98px) {
  .header .container2 {
    height: 70px;
    display: flex;
    align-items: center;
    margin-right: -15px;
  }
  .header .container2 .menu-item-wrapper-mobile {
    height: 100%;
  }
  .header .container2 .hamburger_wrapper {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edeff1;
  }
}
.header .container1 {
  width: 100%;
}
.header__top {
  height: 50px;
}
@media (min-width: 768px) {
  .header__top {
    height: 50px;
  }
}
.header__top a {
  font-size: 14px;
  font-weight: 400;
}
.header__top a:hover {
  color: #333;
  opacity: 0.5;
  transition: 0.2s;
}
.header__top ul {
  list-style: none !important;
}
.header__top .language-dropdown span {
  font-size: 14px;
}
.header__top .language-dropdown .dropdown-menu {
  width: 191px;
}
.header__top .language-dropdown .dropdown-toggle::after {
  vertical-align: 0.1em;
}
.header__top .user-dropdown {
  background-color: inherit;
  border: 0;
}
.header__top .user-dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin-right: -3px;
}
.header__top .user-dropdown .dropdown-divider {
  margin: 0;
}
.header__top .user-dropdown form {
  margin-right: 230px;
  width: 380px;
}
.header__top .user-dropdown form p {
  font-size: 1rem;
}
.header__top .user-dropdown form .myt-btn, .header__top .user-dropdown form input[type=submit],
.header__top .user-dropdown form input[type=reset] {
  font-size: inherit;
}
.header__top .user-dropdown .account-menu {
  border: 0;
  width: 250px;
}
.header__top .user-dropdown .dropdown-description {
  padding: 15px 0 10px;
  letter-spacing: 1px;
}
.header__top .dropdown-description {
  margin: 5px 0 5px 2rem;
  font-size: inherit;
}
.header__top .dropdown-description .myt-btn--primary, .header__top .dropdown-description .wordpress-country-selector-modal-content .country_selector_modal_goto, .wordpress-country-selector-modal-content .header__top .dropdown-description .country_selector_modal_goto, .header__top .dropdown-description input[type=submit],
.header__top .dropdown-description input[type=reset] {
  color: #fff;
  font-size: 1rem;
}
.header__top .wrong-region {
  line-height: 1rem;
  padding-right: 3rem;
  text-align: center;
}
.header__inner {
  height: 70px;
}
@media (min-width: 768px) {
  .header__inner {
    height: 100px;
  }
}
.header__inner a {
  font-size: 17px;
  font-weight: 500;
}
.header__inner .fa-chevron-down {
  height: 45%;
}
.header__inner .nav-buttons .first-button {
  color: #0e1823;
}
.header__inner .nav-buttons .first-button:hover {
  transition: 0.2s;
  color: #fff;
}
.header__inner .nav-buttons .second-button:hover {
  transition: 0.2s;
}
.header__inner .nav-buttons li {
  display: none;
}
@media (min-width: 992px) {
  .header__inner .nav-buttons li {
    display: block;
  }
}
.header__inner .headerLogo {
  width: auto;
  height: 43px;
}
@media (min-width: 768px) {
  .header__inner .headerLogo {
    width: 100px;
    height: auto;
  }
}
.header__inner .headerLogo:hover {
  opacity: 0.5;
  transition: 0.2s;
}
.header__inner .fa-search {
  color: #003;
  display: none;
}
@media (max-width: 1199.98px) {
  .header__inner .fa-search {
    display: block;
  }
}
.header .big-menu {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.header ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header #header-search-link {
    display: none;
  }
}

.light-menu {
  background-color: #edeff1;
  display: none;
}
@media (min-width: 768px) {
  .light-menu {
    display: block;
  }
}

.site-search-container {
  display: none;
  margin: 0 0 50px;
  padding: 2rem 1rem;
  color: #003;
  position: relative;
}
.site-search-container input {
  padding: 1.5rem 1rem;
  height: auto;
  line-height: 2.5rem;
  font-size: 1.2rem;
  border: 1px solid #dee1e3;
}
.site-search-container .search-trigger {
  border-color: #dee1e3;
  padding: 0.375rem 1.75rem;
}
.site-search-container__close {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1;
  height: 22px;
  position: absolute;
  right: 0.5rem;
  text-align: center;
  top: 0.5rem;
  transition: color 0.2s ease-in-out;
  width: 22px;
  border: 1px solid #333;
  border-radius: 50%;
}
.site-search-container__close:hover {
  color: rgb(127.5, 127.5, 127.5);
}

#mobile-menu-search-container,
#mobile-menu-user-container {
  cursor: pointer;
}
#mobile-menu-search-container.is_open,
#mobile-menu-user-container.is_open {
  opacity: 0.3;
}

.mobile-site-search-container,
.mobile-menu-user-container {
  display: none;
  background-color: #edeff1;
  padding: 4rem 1rem;
}
.mobile-site-search-container input#mobile-site-search,
.mobile-menu-user-container input#mobile-site-search {
  padding: 1.5rem 1rem;
  height: auto;
  line-height: 2.5rem;
  font-size: 1.2rem;
}
.mobile-site-search-container .search-trigger,
.mobile-menu-user-container .search-trigger {
  border-color: #dee1e3;
  padding: 0.375rem 1.75rem;
}
@media (max-width: 1199.98px) {
  .mobile-site-search-container,
  .mobile-menu-user-container {
    display: none;
  }
}
.mobile-site-search-container .wrong-region,
.mobile-menu-user-container .wrong-region {
  text-align: center;
}

.mobile-site-search-container {
  position: relative;
}
.mobile-site-search-container__close {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1;
  height: 22px;
  position: absolute;
  right: 2rem;
  text-align: center;
  top: 2rem;
  transition: color 0.2s ease-in-out;
  width: 22px;
  border: 1px solid #333;
  border-radius: 50%;
}
.mobile-site-search-container__close:hover {
  color: rgb(127.5, 127.5, 127.5);
}

.mobile-menu-user-container .woocommerce-error {
  padding: 6px;
}
.mobile-menu-user-container .woocommerce-error::before {
  position: static;
}
.mobile-menu-user-container .woocommerce-error li {
  display: inline-block;
  margin-left: 6px !important;
}

a.mobile-cart-button {
  display: none;
}

.logged-in .mobile-cart-button {
  display: flex;
}

.mobile-cart-button {
  width: 34px;
  align-items: center;
}

.top-menu li {
  float: left;
  margin: 0 15px;
}
.top-menu li:last-child {
  margin-right: 0;
}

.mega-menu-wrap {
  width: 100% !important;
}
@media (max-width: 991.98px) {
  .mega-menu-wrap {
    display: none !important;
  }
}

.max-mega-menu a {
  text-decoration: none;
}
.max-mega-menu .fa-long-arrow-right {
  margin-left: 5px;
}
.max-mega-menu li.mega-menu-item a.mega-menu-link {
  height: auto !important;
}
.max-mega-menu li.mega-menu-item a.mega-menu-link:hover {
  transition: 0.2s !important;
}
.max-mega-menu li.mega-menu-item.indicator a {
  font-family: "Nunito Sans", sans-serif !important;
}
.max-mega-menu li.mega-menu-item:last-child a.mega-menu-link {
  padding-right: 0 !important;
}
.max-mega-menu li.mega-menu-item:last-child a.mega-menu-link:last-child {
  display: flex !important;
  align-items: center !important;
}
.max-mega-menu > li > .mega-sub-menu {
  background-color: white !important;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1) !important;
  padding: 30px 70px !important;
  top: 75px !important;
  margin-top: 10px !important;
}
.max-mega-menu > li > .mega-sub-menu > .mega-menu-row > .mega-sub-menu {
  max-width: 1200px !important;
  margin: 2rem auto !important;
}
.max-mega-menu > li.mega-menu-flyout.wide-flyout ul.mega-sub-menu {
  padding: 30px !important;
  top: 60px !important;
}
.max-mega-menu > li.investor-relations-menu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-heading {
  padding: 15px !important;
  padding-bottom: 0 !important;
}
.max-mega-menu > li.investor-relations-menu > ul.mega-sub-menu > li.mega-menu-item:not(.mega-menu-heading) > a.mega-menu-link {
  font-size: 14px !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.investor-relations-menu > ul.mega-sub-menu > li.mega-menu-item {
  padding: 15px;
  padding-top: 0 !important;
}

.see-all {
  margin-top: 1.2rem !important;
}
.see-all a {
  color: #c03 !important;
}
.see-all a:hover {
  text-decoration: underline #c03 !important;
  text-underline-position: under !important;
  transition: 0.2s !important;
}

.mega-menu-column {
  padding-bottom: 2rem !important;
}
.mega-menu-column > .mega-sub-menu {
  margin: 0 !important;
  padding: 0 !important;
}
.mega-menu-column .menu {
  margin: 0 !important;
  padding: 0 !important;
}
.mega-menu-column .menu > li {
  list-style: none !important;
  padding: 0.5rem 0 !important;
}
.mega-menu-column .menu > li > a {
  color: #132334 !important;
  font-weight: normal !important;
}
.mega-menu-column .menu > li > ul {
  margin: 0 0 0 20px !important;
  padding: 0 !important;
}
.mega-menu-column .menu > li > ul > li {
  list-style: none !important;
}
.mega-menu-column .menu > li > ul > li > a {
  font-weight: 300;
  color: #333;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.wide-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background-color: #fff;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout.wide-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #c03;
  background-color: #fff;
}

.custom-html-widget {
  display: flex;
  justify-content: center;
}

.shopping-cart-wrapper {
  width: 60px;
}

.woo-account-menu {
  display: flex;
}
.woo-account-menu a {
  margin-left: 0;
}
.woo-account-menu .user-dropdown button span {
  color: #333 !important;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}
.woo-account-menu .user-dropdown .woocommerce-notices-wrapper > .woocommerce-error {
  color: red;
  font-weight: 500;
  background: #fff;
  border-top: 0;
  text-align: center;
}
.woo-account-menu .user-dropdown .woocommerce-notices-wrapper > .woocommerce-error::before {
  content: "" !important;
}

.mobile-only {
  display: none !important;
}
@media (width <= 767px) {
  .mobile-only {
    display: block;
  }
}

.slideout-menu .desktop-only {
  display: none;
}

.big-menu .mobile-only {
  display: none;
}

.block {
  margin-bottom: 5rem;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.list-people p {
  font-size: 1rem;
  margin-right: 40px;
}
.list-people p.subheading {
  font-weight: bold;
  margin-bottom: 0.7rem;
  line-height: 1.5rem;
}
.list-people p.pull-left {
  float: left;
  margin-right: 40px;
}
.list-people h4 {
  margin: 0;
}

.support-page-links p {
  line-height: 1.2;
}
.support-page-links .support-page-select {
  text-align: center;
}
.support-page-links .dropdown-toggle {
  border: 1px solid #ccc;
  padding: 5px 20px;
  background-color: #fff;
  min-width: 230px;
  text-align: left;
}
.support-page-links .dropdown-item {
  cursor: pointer;
}
.support-page-links.fullwidth {
  background-color: #edeff1;
  padding: 50px 20px;
  text-align: center;
}
.support-page-links.fullwidth h6 {
  margin-bottom: 20px;
}
.support-page-links.fullwidth .support-page-select {
  margin: 0 auto;
}
.support-page-links .support-show.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.support-page-links .support-show {
  display: block;
}

.error404 .myt-page .container {
  margin-top: 5%;
  margin-bottom: 5%;
}
.error404 .myt-page .container main {
  text-align: center;
}
.error404 .myt-page .container main .myt-entry {
  /* Tillfällig text minskning */
}
.error404 .myt-page .container main .myt-entry h1 {
  font-size: 3rem;
}
.error404 .myt-page .container main .notfound-container .important-links {
  padding-left: 0;
}
.error404 .myt-page .container main .notfound-container .important-links .important-item-notfound {
  padding: 0 30px;
  list-style-type: none;
}
.error404 .myt-page .container main .notfound-container .important-links .important-item-notfound a {
  color: #c03;
}
.error404 .myt-page .container main .notfound-container .important-links .important-item-notfound a .important-item-arrow {
  margin-left: 12px;
}
.error404 .myt-page .container main button a {
  color: #fff;
}

.footer {
  /* max-height: 534px; */
  height: 100%;
  border-top: 5px solid #c03;
  background-color: #132334;
  background-image: url("../../img/footer_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 575.98px) {
  .footer {
    background-image: url("../../img/footer_mobile_bg.png") !important;
  }
}
.footer ul {
  list-style: none !important;
}
.footer .container {
  max-width: 1440px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.footer .container .mobileLogo {
  display: flex;
  justify-content: center;
  margin-bottom: 8%;
}
.footer .container .mobileLogo img {
  width: 120px;
}
@media (min-width: 576px) {
  .footer .container .mobileLogo {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .footer .container .footer-widget-container {
    display: flex;
    justify-content: center;
  }
  .footer .container .footer-widget-container:first-child {
    order: 2;
  }
  .footer .container .footer-widget-container:nth-child(2) {
    order: 3;
  }
  .footer .container .footer-widget-container:nth-child(3) {
    order: 4;
  }
}
.footer .container label {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .footer .container .footerList {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .container .footerList h4 {
  padding-left: 0;
  margin-top: 0;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .footer .container .footerList div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.footer .container .footerList div .menu {
  padding-left: 0;
  margin-top: 0;
  color: #fff;
}
.footer .container .footerList div .menu li {
  color: #fff;
  padding-bottom: 12px;
}
.footer .container .footerList div .menu li a {
  color: #fff;
}
.footer .container .footerList div .menu li a:hover {
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .footer .container .selectLangSocial {
    text-align: center;
    margin-bottom: 8%;
  }
}
.footer .container .selectLangSocial .customSelect {
  position: relative;
}
.footer .container .selectLangSocial .customSelect::after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 28px;
  position: absolute;
  top: 5px;
  right: 20px;
  color: #000;
  pointer-events: none;
}
.footer .container .selectLangSocial .customSelect #langSelect {
  margin-bottom: 10%;
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 45px;
  background-size: 24px 24px;
}
@media (max-width: 575.98px) {
  .footer .container .selectLangSocial .customSelect #langSelect {
    margin-bottom: 8%;
  }
}
.footer .container .selectLangSocial .customSelect #langSelect.global_flag {
  background-image: url("../../img/global_flag.png");
}
.footer .container .selectLangSocial .customSelect #langSelect.swedish_flag {
  background-image: url("../../img/swedish_flag.png");
}
.footer .container .selectLangSocial .customSelect #langSelect.american_flag {
  background-image: url("../../img/american_flag2.png");
}
@media (max-width: 575.98px) {
  .footer .container .selectLangSocial .logoIcons {
    justify-content: center;
  }
}
.footer .container .selectLangSocial .logoIcons .SocialMediaCircle {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .footer .container .selectLangSocial .logoIcons .SocialMediaCircle {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .footer .container .footerLogoRow .desktopLogo {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .footer .container .footerLogoRow div {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer .container .footerLogoRow div ul {
    padding-left: 0;
    margin-top: 3%;
  }
}
.footer .container .footerLogoRow .cookiesList ul {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .footer .container .footerLogoRow .cookiesList ul {
    flex-direction: column;
    text-align: center;
  }
}
.footer .container .footerLogoRow .cookiesList ul li {
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  .footer .container .footerLogoRow .cookiesList ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer .container .footerLogoRow .cookiesList ul li a {
  color: #fff;
}
.footer .container .footerLogoRow .cookiesList ul li a:hover {
  opacity: 0.5;
}
.footer .container .footerLogoRow {
  /* Sätta en midre bredd på logo istället för att besämma i css */
}
.footer .container .footerLogoRow .footerLogo {
  width: 130px;
  transition: 0.2s;
}
.footer .container .footerLogoRow .footerLogo:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.footer .language-dropdown.dropdown {
  width: 100%;
}
.footer .language-dropdown {
  margin-bottom: 1rem;
  text-align: inherit;
}
.footer .language-dropdown button.dropdown-toggle {
  background-color: #fff;
  width: 75%;
}
.footer .language-dropdown button.dropdown-toggle .current-site {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .footer .language-dropdown button.dropdown-toggle {
    width: 75%;
    font-size: inherit;
  }
}
@media (max-width: 1199.98px) {
  .footer .language-dropdown button.dropdown-toggle {
    font-size: inherit;
    font-size: 0.9rem;
  }
}
@media (width >= 768px) and (width <= 950px) {
  .footer .language-dropdown button.dropdown-toggle {
    width: 100%;
  }
  .footer .language-dropdown button.dropdown-toggle img {
    display: none;
  }
}
.footer .language-dropdown button.dropdown-toggle::after {
  float: right;
  margin-top: 11px;
  margin-right: 4px;
}
.footer .language-dropdown.show button.dropdown-toggle {
  background-color: #dee1e3;
}
.footer .language-dropdown .dropdown-menu {
  width: 75%;
}

.single-post .published {
  color: #132334;
}

.post-meta {
  font-size: 1.2rem;
  color: #c03;
}
.post-meta a {
  color: #132334;
}

.latest-news-single-card {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  height: 100%;
}

.all-news {
  color: #c03;
}

#subscriptionFailedModal .modal-content {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  top: 50%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
#subscriptionFailedModal .modal-content .btn.btn-secondary {
  font-weight: 700;
  font-size: 1rem;
  margin: 1rem 1rem 0 0;
  background-color: #c03;
  color: white;
  width: 100%;
}
#subscriptionFailedModal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none !important;
}
#subscriptionFailedModal .modal-title {
  font-weight: 700;
  font-size: 3rem;
}

/**
 *
 */
.search-results .entry-box {
  border: 1px solid ccc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.search-results .entry-box h4 {
  height: 80px;
  position: relative;
}
.search-results .entry-box a {
  color: #cb0537;
}
.search-results .entry-box header {
  height: 80px;
}
.search-results .entry-box img {
  width: 100%;
  object-fit: contain;
  height: 150px;
  margin: 30px 0 35px;
}
.search-results .entry-box img.default-image {
  opacity: 0.03;
}
.search-results .entry-box .entry-content {
  height: 50px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333;
}
.search-results .entry-box .post-type {
  opacity: 0.4;
  float: right;
  font-size: 88%;
  font-style: italic;
}
.search-results .myt-entry {
  background: white;
}

.single-post-listing {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  background: #fff;
}
.single-post-listing .single-post-categories {
  color: #132334;
}
.single-post-listing .post-category > a {
  color: #132334;
}

.archive .vertical-posts-container {
  padding-left: 0;
  margin-left: -10px;
}

.widget-container ul {
  list-style: none !important;
}

.single-event .details-box {
  background-color: #edeff1;
  border-radius: 10px;
}
.single-event .details-box h5,
.single-event .details-box h6 {
  margin-bottom: 0;
  margin-top: 25px;
}
.single-event .details-box a.external_url {
  color: #c03;
}
.single-event .event-main-image {
  width: 100%;
  border-radius: 10px;
}

.event-list-thumb {
  display: flex;
  padding: 0;
}

.category-list {
  padding-bottom: 7px;
}

.category-container {
  margin-bottom: 7px;
}

@media (max-width: 767.98px) {
  .ambassador-content h1 {
    margin-top: 2rem;
  }
}
.ambassador-content h1 {
  font-size: 2.2rem;
}
.ambassador-content p {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.ambassador-content {
  margin-bottom: 2rem;
}

.ambassador-image img {
  width: 100%;
  height: auto;
  display: block;
}

.ambassador-listing-item-wrapper {
  background: #fff;
  border-radius: 5px;
  height: 100%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.ambassador-listing-item-wrapper h3 {
  font-size: 1.5rem;
}
.ambassador-listing-item-wrapper h3 a {
  color: #333;
}
.ambassador-listing-item-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px 5px 0 0;
}
.ambassador-listing-item-wrapper .ambassador_info {
  display: block;
  line-height: 1.5;
}
.ambassador-listing-item-wrapper .ambassador_content {
  padding: 1rem;
  padding-bottom: 4rem;
}
.ambassador-listing-item-wrapper p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #132334;
  font-style: italic;
}
.ambassador-listing-item-wrapper img.ambassador-placeholder {
  padding: 2.5rem;
}
.ambassador-listing-item-wrapper .read-more-link {
  position: absolute;
  bottom: 5px;
}

.block-ambassadors {
  margin-bottom: 1rem;
}
.block-ambassadors h2 {
  color: #fff;
}
@media (min-width: 992px) {
  .block-ambassadors h2 {
    margin-top: 0 rem;
  }
}
@media (min-width: 768px) {
  .block-ambassadors h2 {
    margin-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .block-ambassadors h2 {
    font-size: 1.875rem;
    margin-top: 3rem;
  }
}
.block-ambassadors {
  background: none;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .block-ambassadors {
    background-position-y: -70px;
  }
}
.block-ambassadors {
  background-position-x: center;
  background-size: contain;
  background-image: url("../../img/ambassador_bg_stille.png");
}

.wrapper-card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  height: 100%;
}
.wrapper-card .ambassadors_image {
  position: relative;
}
.wrapper-card .ambassadors_image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 768px) {
  .wrapper-card .ambassadors_image img {
    height: 320px;
  }
}
.wrapper-card .ambassadors_image .play-icon-ambassador {
  background-image: url("../../img/download.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .wrapper-card .ambassadors_image .play-icon-ambassador {
    height: 70px;
    width: 70px;
  }
}
.wrapper-card .ambassadors_image .play-icon-ambassador:hover {
  opacity: 0.5;
  height: 55px;
  width: 55px;
}
@media (min-width: 768px) {
  .wrapper-card .ambassadors_image .play-icon-ambassador:hover {
    height: 75px;
    width: 75px;
  }
}
.wrapper-card .ambassadors-card-body {
  padding: 2.4rem 2.3rem;
}
.wrapper-card .ambassadors-card-body .quote-ambassadors {
  min-height: 90px;
  font-size: 1.125rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .wrapper-card .ambassadors-card-body .quote-ambassadors {
    font-size: 1.25rem;
  }
}
.wrapper-card .ambassadors-card-body .am-headning {
  margin-bottom: 1.3rem;
  color: #0e1823;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .wrapper-card .ambassadors-card-body .am-headning {
    font-size: 1.375rem;
  }
}
.wrapper-card .ambassadors-card-body .am-text {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 0.813rem;
}
@media (min-width: 768px) {
  .wrapper-card .ambassadors-card-body .am-text {
    font-size: 0.875rem;
  }
}

.ambassadorsLink {
  color: #c03;
  margin-right: 15px;
}

.full-bg-ambassadors {
  background-color: #132334;
  position: relative;
}
@media screen and (width <= 1550px) {
  .full-bg-ambassadors .container-ambassadors-choice {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767.98px) {
  .full-bg-ambassadors .container-ambassadors-choice {
    padding-left: 0;
    padding-right: 0;
  }
}
.full-bg-ambassadors .container-ambassadors-choice .text-slider-am {
  padding-left: 20px;
}
.full-bg-ambassadors .container-ambassadors-choice .slider-buttons-am {
  width: 100%;
}
.full-bg-ambassadors .container-ambassadors-choice .slider-buttons-am .slick-arrow {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  border: none;
  line-height: 0;
  outline: none;
}
.full-bg-ambassadors .container-ambassadors-choice .slider-buttons-am .slick-arrow .slider-am-icon-arrow {
  color: #132334;
  font-size: 1.3rem;
}
.full-bg-ambassadors .container-ambassadors-choice .slider-am-item-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 4;
}
.full-bg-ambassadors .container-ambassadors-choice .slick-prev {
  left: 5%;
}
@media screen and (width <= 1550px) {
  .full-bg-ambassadors .container-ambassadors-choice .slick-prev {
    left: 3%;
  }
}
@media screen and (width <= 1374px) {
  .full-bg-ambassadors .container-ambassadors-choice .slick-prev {
    left: 2%;
  }
}
.full-bg-ambassadors .container-ambassadors-choice .slick-next {
  right: 5%;
}
@media screen and (width <= 1424px) {
  .full-bg-ambassadors .container-ambassadors-choice .slick-next {
    right: 3%;
  }
}
@media screen and (width <= 1374px) {
  .full-bg-ambassadors .container-ambassadors-choice .slick-next {
    right: 2%;
  }
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors__slider {
  position: relative;
}
@media (max-width: 767.98px) {
  .full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors__slider {
    padding: 0 2rem;
  }
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors__slider img {
  max-width: 100%;
  min-height: 300px;
  object-fit: cover;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am {
    margin: 0 2%;
  }
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .am-choice-heading {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .am-choice-heading {
    font-size: 2.5rem;
  }
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .am-choice-text {
  font-style: italic;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  margin-right: 10%;
}
@media (max-width: 991.98px) {
  .full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .am-choice-text {
    font-size: 1.2rem;
  }
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .am-choice-person {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 700;
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .am-choice-work {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .am-choice-alink {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .image-slider-am {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .image-slider-am {
    display: flex;
    justify-content: center !important;
  }
}
@media (max-width: 991.98px) {
  .full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .image-slider-am {
    margin: 5% 0 0;
  }
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .image-slider-am .play-icon-ambassador-choice {
  background-image: url("../../img/download.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .image-slider-am .play-icon-ambassador-choice:hover {
  opacity: 0.5;
}
.full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .image-slider-am .am-chice-img {
  float: right;
  margin-right: 2px;
}
@media (max-width: 1199.98px) {
  .full-bg-ambassadors .container-ambassadors-choice .slider-ambassadors .content-slider-am .image-slider-am .am-chice-img {
    float: none;
    margin-right: 0;
  }
}

.block-calculator-shortcode {
  margin: 60px 0;
}

.contact-main-heading {
  color: #333 !important;
}

.break-line-contact {
  border: 1px solid #979797;
  margin: 0;
}

.contact-card h4 {
  color: #333;
}
.contact-card h5 {
  color: #333;
}
.contact-card .contact-content {
  margin: 10px 0;
}
.contact-card .contact-content p {
  margin-bottom: 0;
}
.contact-card .contact-content .icon-contact {
  color: #c03;
  margin-right: 15px;
}
.contact-card .contact-content .dis-icon {
  color: #333;
  font-size: 1.5rem;
  margin-right: 15px;
  transform: rotate(-45deg);
}
.contact-card .contact-content .contact-dis-web {
  color: #c03;
}

.contact-chevron-wrapper {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}

.contact-chevron-wrapper:hover {
  cursor: pointer;
  color: #525252;
}

.contact-chevron-up {
  transform: rotate(360deg);
}

@media (max-width: 767.98px) {
  .usp-container .centered-heading {
    font-size: 1.875rem !important;
  }
}
.usp-container .centered-body-text {
  font-weight: 500;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .usp-container .centered-body-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .usp-container .usps {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 576px) {
  .usp-container .textbox {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .usp-container .textbox {
    margin-bottom: 25px !important;
  }
}
.usp-container h2 {
  font-size: 3.0625rem;
  font-weight: 400;
}
.usp-container p {
  font-size: 1.2rem;
  line-height: 30px;
}
@media (min-width: 768px) {
  .usp-container p {
    line-height: 32px;
  }
}
.usp-container h5 {
  font-size: 1.875rem;
}

.contact-block-bottom {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-block-bottom {
    margin-top: 4rem;
  }
}

.cta-main-heading {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .cta-main-heading {
    font-size: 3.063rem;
  }
}

.cta-text {
  font-size: 1.2rem;
}

@media (max-width: 575.98px) {
  .cta_contact_btn {
    width: 100% !important;
  }
}

.blue-row {
  background-color: #132334;
  width: 100%;
}
@media (max-width: 767.98px) {
  .blue-row .event {
    display: flex;
    justify-content: center;
  }
}
.blue-row .event-main-headning {
  color: #fff;
  font-weight: 700;
  font-size: 1.875rem;
}
.blue-row .event_link .event-arrow {
  color: #c03;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .blue-row .event_link {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .blue-row .link-hide {
    display: none !important;
  }
}
.blue-row .date-box {
  background-color: #fff;
  height: 70px;
  width: 70px;
  min-width: 70px;
  border-radius: 5px;
  margin-right: 20px;
  transition: 0.2s;
}
.blue-row .date-box .event-day {
  color: #132334;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}
.blue-row .date-box .event-month {
  color: #132334;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.blue-row .date-box:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.blue-row .event-name {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.125rem;
  transition: 0.2s;
}
@media (min-width: 992px) {
  .blue-row .event-name {
    font-size: 1.313rem;
  }
}
.blue-row .event-name:hover {
  opacity: 0.6;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .blue-row .event-link-mobile {
    display: none;
  }
}

.product-template-default .block-explore-more:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.block-explore-more__nav {
  display: block;
  background: #132334;
  padding: 1.5rem 0;
}
.block-explore-more__nav h2 {
  text-align: center;
  color: white;
  margin-top: 2rem;
}
@media (max-width: 1199.98px) {
  .block-explore-more__nav h2 {
    font-size: 2rem;
  }
}
.block-explore-more__nav .tab-section {
  /* NEW */
  flex-flow: row wrap;
}
.block-explore-more__nav .tab-section a {
  display: block;
  padding: 2rem;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.block-explore-more__nav a:hover {
  cursor: pointer;
}

.features-box {
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.features-box h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.features-box p {
  font-size: 1rem;
  line-height: 30px;
}
.features-box:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.features-box .features-img-bg {
  background-color: #edeff1;
}
.features-box .features-img-bg img {
  border-radius: 5px 5px 0 0;
  height: auto;
  width: 100%;
}
.features-box .features-img-bg:hover {
  opacity: 0.6;
}
.features-box .features-content {
  padding: 1.9rem;
}
.features-box .features-content p {
  margin-bottom: 2rem;
}
.features-box .features-content .see-more-btn {
  position: absolute;
  bottom: 1rem;
}

.block-full-width-video {
  max-height: 700px;
  overflow: hidden;
}
.block-full-width-video .fullwidth-video-mobile {
  display: block;
}
@media (min-width: 576px) {
  .block-full-width-video .fullwidth-video-mobile {
    display: none;
    width: 100%;
  }
}
.block-full-width-video .fullwidth-video {
  max-width: 100%;
  width: 100%;
  display: none;
}
@media (min-width: 576px) {
  .block-full-width-video .fullwidth-video {
    display: block;
  }
}

.wp-block-video {
  position: relative;
}
.wp-block-video video {
  cursor: pointer;
  outline: none;
  min-width: 100%;
  max-width: 100%;
}
.wp-block-video img:hover,
.wp-block-video .wp-block-video__play:hover {
  opacity: 0.9;
}
.wp-block-video .wp-block-video__play:hover {
  background-color: red;
}
.wp-block-video__play {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.3);
  content: "\f04b";
  color: #132334;
  display: flex;
  font-family: FontAwesome;
  height: 75px;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
}
@media (max-width: 575.98px) {
  .wp-block-video__play {
    height: 55px;
    width: 55px;
  }
}
.wp-block-video__play svg {
  margin-left: 3px;
}
.wp-block-video__play__play:hover {
  opacity: 0.5;
}
.wp-block-video video:hover + .wp-block-video__play {
  background-color: #dee1e3;
}

.general__play {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.3);
  content: "\f04b";
  color: #132334;
  display: flex;
  font-family: FontAwesome;
  height: 75px;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
}
.general__play svg {
  margin-left: 3px;
}

.hero-mobile-image {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hero-mobile-image {
    display: none;
  }
}

@media (min-width: 768px) {
  .block-hero {
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .block-hero {
    background-image: none !important;
    background: #edeff1;
    margin-bottom: 3rem;
  }
}
.block-hero .hero-dropdown {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .block-hero .hero-content-wrapper {
    padding-top: 200px;
    padding-left: 10%;
  }
}
.block-hero .hero-content-wrapper .hero-pre-heading {
  padding-top: 2rem;
  text-align: center;
  color: #484848;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .block-hero .hero-content-wrapper .hero-pre-heading {
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: left;
  }
}
.block-hero .hero-content-wrapper h1 {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  color: black;
  line-height: 1.4;
  max-width: 90%;
}
@media (min-width: 768px) {
  .block-hero .hero-content-wrapper h1 {
    padding-right: 100px !important;
    text-align: left;
    color: white;
    margin: 2rem 0;
    width: 700px;
  }
}
@media (min-width: 768px) {
  .block-hero .hero-content-wrapper h1 {
    font-size: 4rem;
    width: 700px;
    line-height: 70px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
}
.block-hero .hero-dropdown div:hover {
  cursor: pointer;
}
.block-hero .hero-dropdown {
  margin-bottom: 5rem;
}
.block-hero .hero-dropdown .push-item {
  margin-left: auto;
  margin-right: 1rem;
  color: #0e1823;
}
.block-hero .hero-dropdown .push-item:hover {
  color: rgb(2.3428571429, 4.0163265306, 5.8571428571);
}
.block-hero .hero-dropdown__head {
  text-align: left;
  padding: 0.7rem;
  background-color: white !important;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 2rem;
  width: 350px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.block-hero .hero-dropdown__head .icon {
  color: #c03;
  font-size: 2rem;
  margin-right: 1rem;
}
.block-hero .hero-dropdown__head:hover {
  color: rgb(2.3428571429, 4.0163265306, 5.8571428571);
}
.block-hero .hero-dropdown__head-non-border {
  border-radius: 4px 4px 0 0;
}
.block-hero .hero-dropdown__content {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  background: white;
  width: 350px;
  display: none;
  position: absolute;
  z-index: 1;
  border-radius: 0 0 4px 4px;
}
.block-hero .hero-dropdown__content a {
  display: block;
  border-top: 1px solid #dee1e3;
  border-right: 1px solid #dee1e3;
  border-left: 1px solid #dee1e3;
  color: #c03;
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: 500;
}
.block-hero .hero-dropdown__content a:last-child {
  border-bottom: 1px solid #dee1e3;
}
.block-hero .hero-dropdown__content a:last-of-type {
  border-radius: 0 0 4px 4px;
}
.block-hero .hero-dropdown__content span {
  float: right;
}

.hero-dropdown-arrow-upp {
  transform: rotate(180deg);
}

.block-Theme_Block_Text_And_Image {
  padding: 2rem 0;
}

.text-image .row {
  margin-bottom: 5rem;
}
.text-image__image__img {
  height: auto;
  width: 100%;
}
.text-image__content {
  line-height: 2rem;
}
.text-image__content p {
  font-size: 1.2rem;
}
.text-image__bg {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
}
.text-image__bg--right {
  left: unset;
  right: 0;
}
.text-image .content-container-right {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .text-image .content-container-right {
    padding-right: 5rem;
  }
}
.text-image .content-container-left {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .text-image .content-container-left {
    padding-left: 5rem;
  }
}
.text-image .button-right {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .text-image .button-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .text-image .button-left {
    float: left;
  }
}
.text-image h4 {
  color: #fff;
}
.text-image .row {
  margin-top: 50px;
}
.text-image .play-icon {
  background-image: url("../../img/download.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .text-image .play-icon {
    height: 70px;
    width: 70px;
  }
}
.text-image .play-icon:hover {
  opacity: 0.5;
}
.text-image .play-icon:hover .play-icon {
  height: 55px;
  width: 55px;
}
@media (min-width: 768px) {
  .text-image .play-icon:hover .play-icon {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 767.98px) {
  .text-image .image-placement {
    padding: 0 !important;
  }
}
.text-image h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .text-image h2 {
    font-size: 3.063rem;
    line-height: 3rem;
  }
}

@media (max-width: 575.98px) {
  .text-image-btn {
    width: 100% !important;
  }
}

.mfn-page-link {
  margin-right: 5px;
  padding: 10px;
  border: 1px solid #979797;
  color: #0e1823;
  border-radius: 5px;
  font-size: 1rem;
  min-width: 140px;
  text-align: center;
  margin-top: 10px;
  float: left;
}
.mfn-page-link:hover {
  color: #fff;
  background-color: #a1a1a1;
}

/*
.mfn-page-link-prev {
	background-color: #142334;
	color: #fff;
}
*/
.mfn-page-link-next {
  background-color: #142334;
  color: #fff;
}
.mfn-page-link-next:hover {
  color: #fff;
  background-color: #000;
}

.mfn-archive .mfn-archive-events {
  background-color: #f8f8f9;
  border: 0;
  margin-bottom: 2em;
}
.mfn-archive .mfn-archive-events .mfn-archive-event {
  margin-right: 15px;
}
.mfn-archive .mfn-archive-events .mfn-archive-event-title {
  font-size: 16px;
  line-height: 18px;
  max-width: 150px;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (width >= 702px) and (width <= 863px) {
  .mfn-archive .mfn-archive-events .mfn-archive-event {
    margin-right: 50px;
  }
}
@media screen and (width >= 992px) and (width <= 1219px) {
  .mfn-archive .mfn-archive-events .mfn-archive-event {
    margin-right: 50px;
  }
}
.mfn-archive .mfn-archive-year .mfn-archive-header-year {
  font-size: 1.6rem;
  font-weight: 500;
}

.mfn-newsfeed .mfn-item,
.mfn-newsfeed .mfn-report-item {
  background: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}
.mfn-newsfeed .mfn-item:hover,
.mfn-newsfeed .mfn-report-item:hover {
  transition: 0.2s;
}
.mfn-newsfeed .mfn-item,
.mfn-newsfeed .mfn-report-item {
  font-size: 1.2rem;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.mfn-newsfeed .mfn-feed-year-header {
  display: none;
}
.mfn-newsfeed .mfn-report-item {
  width: 49%;
  float: left;
}
.mfn-newsfeed .mfn-title a {
  color: #c03;
  font-size: 1.4rem;
  font-weight: 500;
}
.mfn-newsfeed .mfn-title a:hover {
  color: #c03;
}
.mfn-newsfeed .mfn-tag {
  display: none;
  color: #c03;
  margin: 0;
  padding: 0;
}
.mfn-newsfeed .mfn-date {
  font-size: 1.2rem;
  margin-bottom: 7px;
  font-weight: 500;
}
.mfn-newsfeed .mfn-date::before {
  margin-right: 0;
  font-size: 1.2em;
  fill: #c03;
  color: #c03;
}
.mfn-newsfeed .mfn-item-thumbnail {
  float: left;
  margin-right: 20px;
}
.mfn-newsfeed .mfn-newsfeed-pagination {
  clear: both;
  display: block;
}

.mfn-preamble {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.single-template-news {
  font-size: 1.2rem;
  line-height: 1.8;
}
.single-template-news h3 span {
  font-size: 1.5rem;
}
.single-template-news .mfn-footer.mfn-about p {
  font-size: 0.8rem;
  line-height: auto;
}

.block-latest-news .date-tag-latest-news,
.mfn-newsfeed .date-tag-latest-news {
  display: block;
  margin-bottom: 0.5rem;
}
.block-latest-news .category-tag-latest-news,
.mfn-newsfeed .category-tag-latest-news {
  display: block;
  margin-bottom: 0.5rem;
}
.block-latest-news,
.mfn-newsfeed {
  padding: 0;
}
.block-latest-news p,
.mfn-newsfeed p {
  color: #333;
}
.block-latest-news .row,
.mfn-newsfeed .row {
  margin: 10px;
}
.block-latest-news h2,
.mfn-newsfeed h2 {
  padding: 2rem 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .block-latest-news h2,
  .mfn-newsfeed h2 {
    padding: 1rem 0;
  }
}
@media (max-width: 991.98px) {
  .block-latest-news .row,
  .mfn-newsfeed .row {
    flex-wrap: unset !important;
  }
}
@media not all and (resolution >= 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .block-latest-news .safari_only,
    .mfn-newsfeed .safari_only {
      flex-wrap: unset !important;
    }
  }
}
.block-latest-news .post_slider,
.mfn-newsfeed .post_slider {
  overflow-x: auto;
  display: flex !important;
  flex-wrap: unset !important;
}
@media (min-width: 992px) {
  .block-latest-news .post_slider,
  .mfn-newsfeed .post_slider {
    overflow-x: visible;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap !important;
  }
}
.block-latest-news .post_slider .latest-news-card,
.mfn-newsfeed .post_slider .latest-news-card {
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .block-latest-news .post_slider .latest-news-card,
  .mfn-newsfeed .post_slider .latest-news-card {
    margin-top: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .block-latest-news .card-wrapper,
  .mfn-newsfeed .card-wrapper {
    float: left;
  }
}
.block-latest-news h3,
.mfn-newsfeed h3 {
  font-size: 1.4rem;
}
.block-latest-news h3 a,
.mfn-newsfeed h3 a {
  color: #333;
}
.block-latest-news h3:hover,
.block-latest-news h3:hover a,
.mfn-newsfeed h3:hover,
.mfn-newsfeed h3:hover a {
  color: #c03;
}
.block-latest-news .news-fixed-height,
.mfn-newsfeed .news-fixed-height {
  height: 200px;
}
.block-latest-news .latest-news-card,
.mfn-newsfeed .latest-news-card {
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.block-latest-news .latest-news-card:hover,
.mfn-newsfeed .latest-news-card:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.block-latest-news .latest-news-card .category-list,
.mfn-newsfeed .latest-news-card .category-list {
  margin-bottom: 3px;
  font-size: 1rem;
}
.block-latest-news .latest-news-card .category-list .fa-tag,
.mfn-newsfeed .latest-news-card .category-list .fa-tag {
  margin-left: 25px;
  margin-right: 7px;
}
.block-latest-news .latest-news-card .latest-news-content,
.mfn-newsfeed .latest-news-card .latest-news-content {
  width: 90%;
}
.block-latest-news .latest-news-card .latest-news-content .post-excerpt,
.block-latest-news .latest-news-card .latest-news-content .post-excerpt a,
.mfn-newsfeed .latest-news-card .latest-news-content .post-excerpt,
.mfn-newsfeed .latest-news-card .latest-news-content .post-excerpt a {
  color: #333;
}
.block-latest-news .latest-news-card a img:hover,
.mfn-newsfeed .latest-news-card a img:hover {
  opacity: 0.8;
}
.block-latest-news .latest-news-card .card-image img,
.mfn-newsfeed .latest-news-card .card-image img {
  width: 100%;
}
@media (min-width: 576px) {
  .block-latest-news .latest-news-card .card-image img,
  .mfn-newsfeed .latest-news-card .card-image img {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .block-latest-news .latest-news-card .card-image img,
  .mfn-newsfeed .latest-news-card .card-image img {
    width: 230px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block-latest-news .latest-news-card .card-image img,
  .mfn-newsfeed .latest-news-card .card-image img {
    width: 280px;
  }
}
.block-latest-news .latest-news-card .card-image.default-image img,
.mfn-newsfeed .latest-news-card .card-image.default-image img {
  width: 100%;
  padding-right: 25px;
}
@media (min-width: 576px) {
  .block-latest-news .latest-news-card .card-image.default-image img,
  .mfn-newsfeed .latest-news-card .card-image.default-image img {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .block-latest-news .latest-news-card .card-image.default-image img,
  .mfn-newsfeed .latest-news-card .card-image.default-image img {
    width: 230px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block-latest-news .latest-news-card .card-image.default-image img,
  .mfn-newsfeed .latest-news-card .card-image.default-image img {
    width: 280px;
  }
}
.block-latest-news .latest-news-card .news-front-page a,
.mfn-newsfeed .latest-news-card .news-front-page a {
  padding: 1rem 0;
  display: block;
}
@media (max-width: 767.98px) {
  .block-latest-news .latest-news-card .news-front-page,
  .mfn-newsfeed .latest-news-card .news-front-page {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .block-latest-news .latest-news-card .news-front-page,
  .mfn-newsfeed .latest-news-card .news-front-page {
    padding-left: 60px;
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .block-latest-news .latest-news-card .news-front-page,
  .mfn-newsfeed .latest-news-card .news-front-page {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .block-latest-news .latest-news-card img,
  .mfn-newsfeed .latest-news-card img {
    display: none;
  }
  .block-latest-news .latest-news-card .default-image,
  .mfn-newsfeed .latest-news-card .default-image {
    display: none;
  }
}
.block-latest-news .home-latest-news img.default-image,
.mfn-newsfeed .home-latest-news img.default-image {
  max-width: 120px;
}
.block-latest-news .card-wrapper,
.mfn-newsfeed .card-wrapper {
  margin-bottom: 2rem;
}

.tag-icon,
.calendar-icon,
.listing-icon {
  color: #c03;
  margin-right: 5px;
}

.see-more-news-btn-frontpage {
  clear: both;
}

.widget_mf_widget table {
  font-size: 1.16rem;
  width: 100%;
}
.widget_mf_widget table td,
.widget_mf_widget table th {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
}
.widget_mf_widget .source-text {
  font-size: 9pt;
}
.widget_mf_widget .fa-calendar-alt {
  display: none;
}
.widget_mf_widget .mf_stockChart .rangeSelector {
  height: 35px;
}
.widget_mf_widget .mf_stockChart .buttons.checkable.rangeSelectorButton {
  height: 35px;
  border-radius: 0.25rem;
  padding: 0.375rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #6c757d;
  color: #6c757d;
  width: auto !important;
  box-shadow: none;
}
.widget_mf_widget .checkable.showBtn,
.widget_mf_widget .selectBtn.dropdownTrigger {
  height: 35px;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #6c757d;
  color: #6c757d;
  width: auto !important;
  box-shadow: none;
}

#mf_calendar #mf_calendar_table {
  border: 0;
}
#mf_calendar #mf_calendar_table th {
  display: none;
}
#mf_calendar #mf_calendar_table tr:first-child td,
#mf_calendar #mf_calendar_table tr:last-child td {
  border: 0;
}
#mf_calendar #mf_calendar_buttons,
#mf_calendar #mf_calendar_top_buttons {
  text-align: left;
}
#mf_calendar #mf_calendar_buttons button,
#mf_calendar #mf_calendar_top_buttons button {
  margin-right: 10px;
  min-width: 95px;
}
#mf_calendar #mf_calendar_buttons #mf_get_ical,
#mf_calendar #mf_calendar_top_buttons #mf_get_ical {
  float: right;
  margin-right: -9px;
}
#mf_calendar #mf_calendar_buttons #mf_download_ical,
#mf_calendar #mf_calendar_buttons #mf_copy_ical,
#mf_calendar #mf_calendar_top_buttons #mf_download_ical,
#mf_calendar #mf_calendar_top_buttons #mf_copy_ical {
  display: none;
}
#mf_calendar button {
  height: 35px;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #6c757d;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #6c757d;
}
#mf_calendar th {
  border: 0;
}
#mf_calendar .event_links a {
  margin-right: 10px;
}
#mf_calendar .event_date {
  font-weight: bold;
}
#mf_calendar .event_links,
#mf_calendar .event_category {
  text-align: right;
  display: none;
}
#mf_calendar .event_links a:nth-child(2),
#mf_calendar .event_category a:nth-child(2) {
  display: none;
}

.widget_mfn_archive_widget .mfn-report-items {
  float: left;
  clear: both;
}
.widget_mfn_archive_widget .mfn-report-item {
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.widget_mfn_archive_widget .mfn-report-item:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.widget_mfn_archive_widget .mfn-report-item {
  font-size: 1.2rem;
  float: left;
  margin-bottom: 20px;
  width: 23%;
  margin-right: 2%;
  padding-bottom: 5px;
  text-align: center;
}
@media (width <= 1100px) {
  .widget_mfn_archive_widget .mfn-report-item {
    width: 48%;
  }
}
.widget_mfn_archive_widget .mfn-year-header {
  float: left;
  clear: both;
}
.widget_mfn_archive_widget .widget_mfn_archive_widget {
  display: none;
}
.widget_mfn_archive_widget .mfn-report-thumbnail {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.widget_mfn_archive_widget .mfn-report-title {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  min-height: 85px;
}
@media (width <= 1100px) {
  .widget_mfn_archive_widget .mfn-report-title {
    min-height: 79px;
  }
}
.widget_mfn_archive_widget .mfn-report-title a {
  color: #003;
  text-align: left;
  font-size: 17px;
}

.mf-table {
  width: 100%;
  font-size: 1.16rem;
}

#ownership table,
[id^=widget-owner-list] table {
  border: 0;
  font-size: 1.16rem;
}
#ownership table thead th,
[id^=widget-owner-list] table thead th {
  border: 0;
}
#ownership table tr:nth-child(1) td,
#ownership table tr:last-child td,
[id^=widget-owner-list] table tr:nth-child(1) td,
[id^=widget-owner-list] table tr:last-child td {
  border: 0;
}
#ownership .text-muted,
[id^=widget-owner-list] .text-muted {
  font-size: 9pt;
}

.mfn-preview {
  line-height: 1.8;
}

.mfn-attachment {
  width: 49%;
  float: left;
  padding: 30px;
}
@media (width <= 1100px) {
  .mfn-attachment {
    width: 100%;
  }
}

.mfn-attachments-container {
  clear: both;
  float: left;
  width: 100%;
}

.single-template-news table {
  width: 100%;
}
.single-template-news table tr td {
  background-color: transparent;
  border: 0;
}

.mfn-subscribe {
  background-color: #edeff1;
  padding: 50px;
  text-align: center;
}
.mfn-subscribe .mfn-block {
  margin: 0 auto;
  max-width: 800px;
}
.mfn-subscribe .mfn-info-main-1 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2rem;
}
.mfn-subscribe .mfn-info-options,
.mfn-subscribe .mfn-info-languages {
  font-weight: 500;
  line-height: 1em;
}
.mfn-subscribe .mfn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 20px;
}
.mfn-subscribe .mfn-list .mfn-list-item {
  list-style-type: none;
  margin-right: 7%;
}
.mfn-subscribe .mfn-field-input {
  margin: 0 auto;
  max-width: 50%;
}
.mfn-subscribe .mfn-sub-approve-text {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mfn-subscribe .mfn-sub-approve-text .mfn-policy-text {
  display: block;
  margin-top: 5px;
  font-weight: 500;
}
.mfn-subscribe .mfn-sub-approve-text .mfn-policy-text a {
  color: #cb0537;
}
.mfn-subscribe .mfn-sub-submit {
  background-color: #cb0537;
  font-size: 1rem;
  padding: 12px 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  border: 0;
  min-width: 200px;
}

.text-content .text-center {
  margin: 40px 0;
}
@media (max-width: 767.98px) {
  .text-content .text-center {
    margin-bottom: 0;
  }
}
.text-content .text-center .centered-body-text {
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
}
.text-content .text-center h1 {
  font-size: 3rem;
}
.text-content .text-center h2 {
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  .text-content .text-center .button-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.text-content .text-center .button-row .between-link {
  margin: 0;
}
@media (max-width: 767.98px) {
  .text-content .text-center .button-row .between-link {
    margin-top: 1rem;
  }
}

.content_wrapper_product_usp {
  position: relative;
  z-index: 5;
}

.usps {
  position: relative;
}
.usps .row {
  justify-content: center;
  justify-content: space-between;
}
.usps h5 {
  font-size: 1.875rem;
}
.usps .circular-icon {
  background-color: #132334;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .usps .circular-icon {
    width: 50px;
    height: 50px;
    padding: 25px;
  }
}
.usps .usp-text {
  margin-bottom: 0 !important;
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .usps .usp-text {
    margin: 0 10px;
  }
}
.usps .readmore {
  color: #c03 !important;
  cursor: pointer;
  font-weight: 500;
  margin-top: 10px;
  display: none;
}
.usps .readmore:hover {
  color: rgb(163.1807692308, 4.0192307692, 44.2115384615) !important;
}
.usps .readmore:active {
  color: rgb(242.8192307692, 5.9807692308, 65.7884615385) !important;
}
.usps .fa-check-square {
  width: 25px !important;
  height: 25px !important;
  color: #fff;
}
@media (max-width: 767.98px) {
  .usps .fa-check-square {
    width: 20px !important;
    height: 20px !important;
  }
}
.usps .fa-chevron-double-down {
  width: 9px;
  height: 9px;
}
.usps .product_image {
  width: 80%;
}
@media (max-width: 767.98px) {
  .usps .product_image {
    width: 100%;
  }
}
.usps .bg {
  background-color: #eeeff1;
  height: 65%;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .usps .bg {
    height: 75%;
  }
}
@media (max-width: 575.98px) {
  .usps .bg {
    height: 90%;
  }
}
.usps .text-container {
  max-height: 5.2em;
  min-height: 3rem;
  line-height: 2em;
  overflow: hidden;
  transition: max-height 0.9s ease-out;
  width: 100%;
}
@media (max-width: 991.98px) {
  .usps .text-container {
    margin: 0 50px;
    height: 4em;
  }
}
@media (max-width: 767.98px) {
  .usps .text-container {
    margin: 0;
  }
}
.usps .text-container-open {
  max-height: 100%;
  transition: max-height 0.8s ease-out;
}
@media (max-width: 991.98px) {
  .usps .text-container-open {
    height: 100%;
  }
}

.text_image__image__img {
  width: 100%;
}
.text_image__content {
  color: #fff;
  min-height: 250px;
}
.text_image__content h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
}
.text_image .content-container-right {
  z-index: 1;
  background-color: #132334;
}
@media (min-width: 768px) {
  .text_image .content-container-right {
    left: 5%;
    border-radius: 5px;
    z-index: 1;
  }
}
.text_image .content-container-left {
  background-color: #132334;
  z-index: 1;
}
@media (min-width: 768px) {
  .text_image .content-container-left {
    right: 5%;
    border-radius: 5px;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .text_image .kebab {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .text_image .kebab {
    right: 5%;
    margin-bottom: 120px;
  }
}
.text_image .image-placement {
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .text_image .image-placement {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .text_image .order-md-last {
    right: 5%;
  }
}
@media (min-width: 768px) {
  .text_image .order-md-first {
    left: 5%;
  }
}
@media (max-width: 991.98px) {
  .text_image .container {
    padding: 0;
  }
}

.register-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  .register-wrapper .register-img {
    display: block;
    text-align: center;
  }
}
.register-wrapper .register-img {
  display: flex;
  justify-content: center;
}
.register-wrapper .register-img img {
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .register-wrapper .register-text-content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .register-wrapper .register-text-content {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .register-wrapper .register-text-content {
    margin-left: 0;
  }
}
.register-wrapper .register-text-content .single-subject-wrapper {
  min-height: 5rem;
}
@media (min-width: 768px) {
  .register-wrapper .register-text-content .register-content {
    width: 50%;
  }
}
.register-wrapper .register-text-content .register-content p {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .register-wrapper .register-buttons {
    margin-left: 0;
  }
}
.register-wrapper .register-buttons .register-btn {
  margin: 5px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .register-wrapper .register-buttons .register-btn {
    margin: 0 5px;
    margin-top: 10px;
    flex-flow: nowrap;
    width: auto;
  }
}
.register-wrapper .register-accessories svg:first-of-type {
  left: 10px;
}
.register-wrapper .register-accessories svg:last-of-type {
  left: -6px;
}
.register-wrapper .register-accessories {
  position: relative;
}
.register-wrapper .register-accessories p {
  margin-bottom: 0;
  font-weight: 700;
}
.register-wrapper .register-accessories .reg-minus-acc,
.register-wrapper .register-accessories .reg-minus-spa {
  display: none;
  position: absolute;
}
.register-wrapper .register-accessories .plus-acce,
.register-wrapper .register-accessories .plus-spar {
  position: absolute;
}
.register-wrapper .reg-seemore-btn {
  width: 100%;
}
.register-wrapper .slick-slide {
  margin: 1em;
}
.register-wrapper .slick-slide .image-related-prod {
  display: block;
  min-height: 100px;
}
.register-wrapper .register-slider-wrapper .slider-buttons-related,
.register-wrapper .register-slider-wrapper-spare .slider-buttons-related {
  width: 100%;
}
.register-wrapper .register-slider-wrapper .slider-buttons-related .slick-arrow,
.register-wrapper .register-slider-wrapper-spare .slider-buttons-related .slick-arrow {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  border: none;
  line-height: 0;
  outline: none;
}
.register-wrapper .register-slider-wrapper .slider-buttons-related .slick-arrow .slider-reg-icon-arrow,
.register-wrapper .register-slider-wrapper-spare .slider-buttons-related .slick-arrow .slider-reg-icon-arrow {
  color: #132334;
  font-size: 1.3rem;
}
.register-wrapper .register-slider-wrapper .slider-buttons-related .register-slider-arrow,
.register-wrapper .register-slider-wrapper-spare .slider-buttons-related .register-slider-arrow {
  position: absolute;
  top: 40%;
  z-index: 4;
}
.register-wrapper .register-slider-wrapper .slider-buttons-related .slick-prev,
.register-wrapper .register-slider-wrapper-spare .slider-buttons-related .slick-prev {
  left: -2%;
}
.register-wrapper .register-slider-wrapper .slider-buttons-related .slick-next,
.register-wrapper .register-slider-wrapper-spare .slider-buttons-related .slick-next {
  right: -2%;
}
.register-wrapper .register-slider-wrapper {
  position: relative;
  display: none;
}
.register-wrapper .register-slider-wrapper .register-related-card {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.register-wrapper .register-slider-wrapper .register-related-card .heading-related-prod {
  font-size: 1rem;
  height: 96px;
  font-weight: 700;
  overflow-y: hidden;
}
.register-wrapper .register-slider-wrapper .register-related-card .image-related-prod {
  margin-bottom: 1rem;
}
.register-wrapper .register-slider-wrapper .register-related-card .image-related-prod img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100px;
  height: 100%;
}
.register-wrapper .register-slider-wrapper .register-related-card .btn-related {
  width: 100%;
}
.register-wrapper .register-slider-wrapper-spare {
  position: relative;
  display: none;
}
.register-wrapper .register-slider-wrapper-spare .register-related-card-spar {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.register-wrapper .register-slider-wrapper-spare .register-related-card-spar .heading-related-prod {
  font-size: 1rem;
  height: 96px;
  font-weight: 700;
  overflow-y: hidden;
}
.register-wrapper .register-slider-wrapper-spare .register-related-card-spar .image-related-prod {
  margin-bottom: 1rem;
}
.register-wrapper .register-slider-wrapper-spare .register-related-card-spar .image-related-prod img {
  max-width: 100%;
  object-fit: cover;
  max-height: 100px;
  height: 100%;
}
.register-wrapper .register-slider-wrapper-spare .register-related-card-spar .btn-related {
  width: 100%;
}

.block-Register_table .reg-plus-acc,
.block-Register_table .reg-plus-spar {
  cursor: pointer;
  user-select: none;
  user-select: none;
  user-select: none;
}
.block-Register_table.show-asseccories .reg-plus-acc .plus-acce {
  display: none;
}
.block-Register_table.show-asseccories .reg-plus-acc .reg-minus-acc {
  display: inline-block;
}
.block-Register_table.show-asseccories .register-slider-wrapper {
  display: block;
}
.block-Register_table.show-spare-parts .reg-plus-spar .plus-spar {
  display: none;
}
.block-Register_table.show-spare-parts .reg-plus-spar .reg-minus-spa {
  display: inline-block;
}
.block-Register_table.show-spare-parts .register-slider-wrapper-spare {
  display: block;
}

.request-content {
  background-color: #eeeff1;
}
.request-content h3 {
  font-size: 3rem;
}
.request-content hr {
  color: #dee1e3 !important;
}
.request-content .between-link {
  margin: 0;
}
.request-content .email {
  color: #c03;
}
.request-content .number {
  color: #c03;
}
.request-content .request-text {
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  .request-content .request-text {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .request-content .button-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .request-content .button-row {
    margin-left: 0;
  }
}

.request-quote-container {
  justify-content: center;
}

.usp-spec {
  background-color: #132334;
  background-image: url("../../img/usp-spec.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.usp-spec img {
  width: 100%;
  max-width: 600px;
  padding: 1rem;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .usp-spec .usp-spec-text-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.usp-spec .usp-spec-text-col .break-line {
  width: 20%;
  margin-left: 0;
  border: 1px solid #c03;
}
@media (max-width: 767.98px) {
  .usp-spec .usp-spec-text-col .break-line {
    margin: 1.3rem auto;
  }
}
.usp-spec .usp-spec-text-col .usp-spec-heading {
  color: #fff;
}
@media (max-width: 767.98px) {
  .usp-spec .usp-spec-text-col .usp-spec-heading {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .usp-spec .usp-spec-text-col .wrap-text {
    align-items: flex-start !important;
    line-height: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .usp-spec .usp-spec-text-col .wrap-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.usp-spec .usp-spec-text-col .wrap-text .usp-text .check-item-text {
  color: #fff;
}
.usp-spec .usp-spec-text-col .wrap-text .usp-text .usp-spec-icon {
  color: #fff;
  margin-top: 0.44rem;
  margin-bottom: 1rem;
  margin-right: 0.6rem;
}
@media (max-width: 575.98px) {
  .usp-spec .usp-spec-text-col .wrap-text .usp-text .usp-spec-icon {
    margin-top: 0.18rem;
  }
}

.usp-spec {
  background-color: #132334;
  background-image: url("../../img/usp-spec.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.usp-spec img {
  width: 100%;
  max-width: 600px;
  padding: 1rem;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .usp-spec .usp-spec-text-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.usp-spec .usp-spec-text-col .break-line {
  width: 20%;
  margin-left: 0;
  border: 1px solid #c03;
}
@media (max-width: 767.98px) {
  .usp-spec .usp-spec-text-col .break-line {
    margin: 1.3rem auto;
  }
}
.usp-spec .usp-spec-text-col .usp-spec-heading {
  color: #fff;
}
@media (max-width: 767.98px) {
  .usp-spec .usp-spec-text-col .usp-spec-heading {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .usp-spec .usp-spec-text-col .wrap-text {
    align-items: flex-start !important;
    line-height: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .usp-spec .usp-spec-text-col .wrap-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.usp-spec .usp-spec-text-col .wrap-text .usp-text .check-item-text {
  color: #fff;
}
.usp-spec .usp-spec-text-col .wrap-text .usp-text .usp-spec-icon {
  color: #fff;
  margin-top: 0.44rem;
  margin-bottom: 1rem;
  margin-right: 0.6rem;
}
@media (max-width: 575.98px) {
  .usp-spec .usp-spec-text-col .wrap-text .usp-text .usp-spec-icon {
    margin-top: 0.18rem;
  }
}

.product-template-default .block-explore-more:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.block-explore-more__nav {
  display: block;
  background: #132334;
  padding: 1.5rem 0;
}
.block-explore-more__nav h2 {
  text-align: center;
  color: white;
  margin-top: 2rem;
}
@media (max-width: 1199.98px) {
  .block-explore-more__nav h2 {
    font-size: 2rem;
  }
}
.block-explore-more__nav .tab-section {
  /* NEW */
  flex-flow: row wrap;
}
.block-explore-more__nav .tab-section a {
  display: block;
  padding: 2rem;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.block-explore-more__nav a:hover {
  cursor: pointer;
}

.single-listed-item {
  background: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.single-listed-item a {
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .single-listed-item .ifram-wrapper {
    min-width: 300px;
    max-width: 300px;
  }
}

.block-video-listing iframe {
  max-width: 100%;
}

.image-wrapper-documents {
  min-width: 150px;
}
@media (max-width: 767.98px) {
  .image-wrapper-documents {
    margin-bottom: 20px;
  }
}

.slider-wraper .slider-buttons {
  position: absolute;
  z-index: 99;
  width: 94%;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  top: 26%;
}
@media (min-width: 576px) {
  .slider-wraper .slider-buttons {
    justify-content: flex-end;
    padding-left: 0;
    top: 65%;
  }
}
@media (min-width: 768px) {
  .slider-wraper .slider-buttons {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .slider-wraper .slider-buttons {
    top: 80%;
  }
}
.slider-wraper .slider-buttons .slick-arrow {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  border: none;
  line-height: 0;
  outline: none;
  margin: 0 10px;
}
.slider-wraper .slider-buttons .slick-arrow .slider-icon-arrow {
  color: #c03;
  font-size: 1.3rem;
}
.slider-wraper .slider-info__slide {
  position: relative;
}
@media (max-width: 575.98px) {
  .slider-wraper .slider-info__slide {
    min-height: 300px;
  }
}
.slider-wraper .slider-info__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-wraper .slider-info .info-button {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #c03;
  border-radius: 50%;
  left: 35px;
  top: 35px;
  z-index: 99;
}
.slider-wraper .slider-info .info-button__icon {
  font-size: 1.3rem;
  color: #fff;
  transition: all 2s linear;
}
.slider-wraper .slider-info .info-button__icon .down {
  transform: rotate(180deg);
}
.slider-wraper .slider-info .info-box {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  background-color: #132334;
  border-radius: 8px;
}
.slider-wraper .slider-info .info-box p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .slider-wraper .slider-info .info-box {
    width: 100%;
    left: 0%;
    z-index: 0;
    bottom: 0;
    position: absolute;
  }
}
@media (min-width: 576px) {
  .slider-wraper .slider-info .info-box {
    width: 60%;
    right: 30px;
    top: 20px;
  }
}
@media (min-width: 768px) {
  .slider-wraper .slider-info .info-box {
    width: 45%;
  }
}

.related_products {
  background-color: #edeff1;
  margin-bottom: 0;
}
.related_products .linktext {
  color: #c03;
  font-weight: 700;
}
.related_products .linktext a {
  color: #c03;
  font-weight: 700;
}
.related_products .related-textcontent {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #dee1e3;
}
.related_products .image-content {
  border: 1px solid red;
}
.related_products h2 {
  font-weight: 700;
}
.related_products h5 {
  font-weight: 700;
  font-size: 1.5625rem;
}
.related_products p {
  height: 90px;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 2;
}
.related_products .product-description {
  overflow: hidden;
  font-size: 1rem;
}
.related_products .product-card {
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 5px #ccc;
  background-color: #fff;
  height: 480px;
  transition: all 0.2s ease-in-out;
}
.related_products .product-card:hover {
  transform: scale(1.04);
}
.related_products img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #fff;
  max-width: 250px;
  padding: 10px;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .related_products img {
    max-width: 220px;
  }
}
.related_products .imagelink {
  height: 231px !important;
}
.related_products .the-textcontent {
  height: 200px;
}
.related_products .the-textcontent h5 {
  font-size: 1.563rem;
}
.related_products .the-textcontent .related-header {
  max-height: 64px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .related_products .the-textcontent .related-header {
    max-height: 58px;
  }
}
.related_products .related-products-slider {
  overflow-x: auto;
  display: flex;
}

.inv-2024 {
  background-color: #fff;
}
.inv-2024 h2 {
  font-size: 2.5rem;
  font-weight: 100;
  text-align: center;
}
.inv-2024 .centered {
  text-align: center;
}
.inv-2024 .invest-button {
  padding: 20px 40px;
  background-color: #132334;
  font-size: 1.4rem;
  border-radius: 5px;
  color: #fff;
  margin: 10px;
  display: inline-block;
  width: auto;
}
.inv-2024 .invest-intro {
  width: 100%;
  background-color: #132334;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.inv-2024 .invest-intro h2 {
  color: #fff;
  text-align: left;
}
.inv-2024 .invest-intro p {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
@media (max-width: 991.98px) {
  .inv-2024 .invest-intro {
    padding: 20px;
  }
}
.inv-2024 .invest-intro img {
  width: 200px; /* Adjust as needed */
  height: 200px; /* Adjust as needed */
  overflow: hidden;
  border-radius: 50%; /* Make it round */
  object-fit: cover;
  border: 2px solid #ccc;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .inv-2024 .invest-intro img {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.inv-2024 .invest-reports {
  background-color: #eaedef;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.inv-2024 .invest-reports .invest-year-filter {
  text-align: center;
  margin-bottom: 30px;
}
@media (width <= 576px) {
  .inv-2024 .invest-reports .invest-year-filter {
    text-align: center;
  }
}
.inv-2024 .invest-reports .highcharts-legend {
  display: none;
}
.inv-2024 .invest-reports select {
  background-color: #132334;
  text-align: center;
  width: 150px;
  color: #fff;
  margin: 0 auto;
}
.inv-2024 .invest-reports .invest-report-container {
  margin: 0 auto;
  width: 80%;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media (width <= 576px) {
  .inv-2024 .invest-reports .invest-report-container {
    padding-left: 10px;
  }
}
.inv-2024 .invest-reports .invest-report-col {
  margin-bottom: 30px;
  text-align: left;
  display: none;
  padding-left: 40px;
}
.inv-2024 .invest-reports .invest-report-col p {
  line-height: 1rem;
  margin-bottom: 10px;
}
@media (width <= 576px) {
  .inv-2024 .invest-reports .invest-report-col {
    padding-left: 10px;
  }
}
.inv-2024 .invest-reports .invest-report-col h4 {
  width: 80%;
  border-bottom: 1px solid #c03;
  margin-bottom: 10px;
}
.inv-2024 .block-latest-news {
  background-color: #fff;
  padding-top: 20px;
  text-align: left;
}
.inv-2024 .block-latest-news .news-fixed-height {
  height: auto;
}
.inv-2024 .block-latest-news .see-more-news-btn-frontpage {
  text-align: center;
}
.inv-2024 .block-latest-news .see-more-news-btn-frontpage p {
  color: #132334;
  margin: 0;
}
.inv-2024 .block-latest-news .myt-btn--secondary, .inv-2024 .block-latest-news .wordpress-country-selector-modal-content .country_selector_modal_stay, .wordpress-country-selector-modal-content .inv-2024 .block-latest-news .country_selector_modal_stay {
  background-color: #132334;
  border: 1px solid #132334;
}
.inv-2024 .block-latest-news .myt-btn--secondary:hover, .inv-2024 .block-latest-news .wordpress-country-selector-modal-content .country_selector_modal_stay:hover, .wordpress-country-selector-modal-content .inv-2024 .block-latest-news .country_selector_modal_stay:hover {
  background-color: #041425;
}
.inv-2024 .block-latest-news {
  border: 0;
}
.inv-2024 .financial-calendar {
  background-color: #132334;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.inv-2024 .financial-calendar .event_period {
  display: none;
}
.inv-2024 .financial-calendar #mf_calendar_table {
  margin: 0 auto;
  width: auto;
}
.inv-2024 .financial-calendar h2 {
  color: #fff;
}
.inv-2024 .financial-calendar .widget_mf_widget {
  color: #fff;
  margin: 0 auto;
  text-align: left;
}
.inv-2024 .financial-calendar #mf_calendar_top_buttons,
.inv-2024 .financial-calendar #mf_calendar_buttons {
  display: none;
}
.inv-2024 .governance-link {
  border-bottom: 1px solid #c03;
  font-size: 1.5rem;
  margin-right: 15px;
  margin-left: 20px;
  min-width: 200px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.inv-2024 .target-box-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (width <= 576px) {
  .inv-2024 .target-box-container {
    padding-right: 0;
  }
}
.inv-2024 .target-box-container .target-box {
  margin: 30px;
  margin-top: 0;
  background-color: #132334;
  text-align: center;
  width: 28%;
  height: 250px;
  color: #fff;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .inv-2024 .target-box-container .target-box {
    width: 80%;
    margin-bottom: 10px;
    height: auto;
    padding-bottom: 10px;
  }
}
.inv-2024 .target-box-container .target-box .target-box-heading {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #fff;
  height: 30px;
  /*
  @include media-breakpoint-down(md) {
  	height: 10px;
  }

  */
}
.inv-2024 .target-box-container .target-box .target-box-body {
  font-size: 5rem;
  color: #fff;
}
.inv-2024 .target-box-container .target-box .target-box-body .target-box-kpi {
  padding-left: 10px;
}
.inv-2024 .share-development,
.inv-2024 .cap-table {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.inv-2024 .share-development .highcharts-scrollbar-track,
.inv-2024 .cap-table .highcharts-scrollbar-track {
  stroke: 3;
  fill: #eaedef !important;
}
.inv-2024 .share-development .stock-ticker,
.inv-2024 .cap-table .stock-ticker {
  font-size: 6rem;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .inv-2024 .share-development .stock-ticker,
  .inv-2024 .cap-table .stock-ticker {
    width: 100%;
    font-size: 4rem;
    line-height: auto;
  }
}
.inv-2024 .share-development .widget_mf_widget,
.inv-2024 .cap-table .widget_mf_widget {
  width: 100%;
}
.inv-2024 .cap-table {
  margin: 0 auto;
}
.inv-2024 .cap-table table tr td {
  border: 0;
}
@media (max-width: 575.98px) {
  .inv-2024 .cap-table table tr td {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .inv-2024 .cap-table table tr td:first-child,
  .inv-2024 .cap-table table tr th:first-child {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .inv-2024 .cap-table .mf-tbl-col-0 {
    width: 160px;
  }
}
.inv-2024 .fulfilment-block {
  width: 30%;
}
.inv-2024 .invest-box-container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.inv-2024 .invest-box-container .target-box {
  margin: 0;
  background-color: #132334;
  text-align: center;
  width: 25%;
  height: auto;
  color: #fff;
  padding-bottom: 30px;
  padding-right: 0;
}
.inv-2024 .invest-box-container .target-box .target-box-wrapper {
  border-right: 1px solid #c03;
  padding: 0 20px;
  width: 100%;
}
.inv-2024 .invest-box-container .target-box .target-box-wrapper.no-right {
  border-right: 1px solid #132334;
}
.inv-2024 .invest-box-container .target-box h6 {
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .inv-2024 .invest-box-container .target-box {
    width: 80%;
    margin-bottom: 10px;
    height: auto;
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
.inv-2024 .invest-box-container .target-box .target-box-heading {
  font-size: 7rem;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 30px;
  display: block;
  /*
  @include media-breakpoint-down(md) {
  	height: 10px;
  }

  */
}
.inv-2024 .invest-box-container .target-box .target-box-body {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 50px;
}
.inv-2024 .investor-contacts-container p {
  line-height: 1rem;
}
.inv-2024 .investor-contacts-container .investor-contact {
  margin-top: 20px;
  margin-bottom: 20px;
}

.maintenance-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575.98px) {
  .maintenance-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .maintenance-wrapper .maintenance-text-content {
    margin-top: 2rem;
  }
}
.maintenance-wrapper .maintenance-text-content .maintenance-text {
  color: #c03;
}

p.breadcrumbs {
  font-size: 0.9rem !important;
  margin-top: -1rem !important;
  margin-bottom: 2rem !important;
  color: #333;
}

.breadcrumb_last {
  font-weight: 600;
}

nav.woocommerce-breadcrumb {
  font-size: 0.9rem !important;
  margin-bottom: 2rem !important;
  color: #333 !important;
}

.woocommerce .woocommerce-breadcrumb {
  font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #333;
  font-weight: 400;
}

.woocommerce-breadcrumb .del {
  font-weight: 400 !important;
}

.myt-btn, input[type=submit],
input[type=reset] {
  display: inline-block;
  font-family: "Catamaran", sans-serif;
  font-size: 1rem;
  padding: 12px 20px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
  font-weight: 500;
  min-width: 140px;
  text-align: center;
}
.myt-btn:hover, input[type=submit]:hover,
input[type=reset]:hover, .myt-btn:focus, input[type=submit]:focus,
input[type=reset]:focus {
  outline: 0;
  text-decoration: none;
}
.myt-btn:active, input[type=submit]:active,
input[type=reset]:active {
  text-decoration: none;
  outline: 0;
  border: none;
}
.myt-btn--primary, .wordpress-country-selector-modal-content .country_selector_modal_goto, input[type=submit],
input[type=reset] {
  background-color: #cb0537;
  color: #fff;
  border: 1px solid #cb0537;
  border-radius: 4px;
}
.myt-btn--primary:visited, .wordpress-country-selector-modal-content .country_selector_modal_goto:visited, input[type=submit]:visited,
input[type=reset]:visited {
  color: #fff;
}
.myt-btn--primary:hover, .wordpress-country-selector-modal-content .country_selector_modal_goto:hover, input[type=submit]:hover,
input[type=reset]:hover, .myt-btn--primary:focus, .wordpress-country-selector-modal-content .country_selector_modal_goto:focus, input[type=submit]:focus,
input[type=reset]:focus {
  background-color: rgb(183.0903846154, 4.5096153846, 49.6057692308);
  color: #fff;
  outline: 0;
}
.myt-btn--primary:active, .wordpress-country-selector-modal-content .country_selector_modal_goto:active, input[type=submit]:active,
input[type=reset]:active {
  background-color: rgb(222.9096153846, 5.4903846154, 60.3942307692);
  color: #fff;
}
.myt-btn--secondary, .wordpress-country-selector-modal-content .country_selector_modal_stay {
  background-color: #132334;
  color: #fff;
  border: 1px solid #132334;
  border-radius: 4px;
}
.myt-btn--secondary:visited, .wordpress-country-selector-modal-content .country_selector_modal_stay:visited {
  color: #fff;
}
.myt-btn--secondary:hover, .wordpress-country-selector-modal-content .country_selector_modal_stay:hover, .myt-btn--secondary:focus, .wordpress-country-selector-modal-content .country_selector_modal_stay:focus {
  background-color: rgb(8.0816901408, 14.8873239437, 22.1183098592);
  color: #fff;
}
.myt-btn--secondary:active, .wordpress-country-selector-modal-content .country_selector_modal_stay:active {
  background-color: black;
  color: #fff;
}
.myt-btn--hollow {
  background-color: transparent;
  border: 1px solid #979797;
  color: #003;
  border-radius: 4px;
}
.myt-btn--hollow:visited {
  color: #979797;
}
.myt-btn--hollow:hover, .myt-btn--hollow:focus {
  background-color: #979797;
  color: #fff;
  outline: 0;
}
.myt-btn--hollow:active {
  background-color: rgb(161.2, 161.2, 161.2);
  color: #003;
}

.woocommerce-mini-cart__buttons .button:last-of-type {
  background-color: #cb0537 !important;
  color: #fff;
  border: 1px solid #cb0537;
  border-radius: 4px;
}
.woocommerce-mini-cart__buttons .button:last-of-type:visited {
  color: #fff !important;
}
.woocommerce-mini-cart__buttons .button:last-of-type:hover, .woocommerce-mini-cart__buttons .button:last-of-type:focus {
  background-color: rgb(183.0903846154, 4.5096153846, 49.6057692308);
  color: #fff;
  outline: 0;
}
.woocommerce-mini-cart__buttons .button:last-of-type:active {
  background-color: rgb(222.9096153846, 5.4903846154, 60.3942307692);
  color: #fff;
}
.woocommerce-mini-cart__buttons .button {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-color: #132334 !important;
  color: #fff !important;
  border: 1px solid #132334;
  border-radius: 4px;
}
.woocommerce-mini-cart__buttons .button:visited {
  color: #fff !important;
}
.woocommerce-mini-cart__buttons .button:hover, .woocommerce-mini-cart__buttons .button:focus {
  background-color: rgb(8.0816901408, 14.8873239437, 22.1183098592);
  color: #fff !important;
}
.woocommerce-mini-cart__buttons .button:active {
  background-color: black;
  color: #fff !important;
}
.woocommerce-mini-cart__buttons--hollow {
  background-color: transparent !important;
  border: 1px solid #979797;
  color: #003 !important;
  border-radius: 4px;
}
.woocommerce-mini-cart__buttons--hollow:visited {
  color: #979797 !important;
}
.woocommerce-mini-cart__buttons--hollow:hover, .woocommerce-mini-cart__buttons--hollow:focus {
  background-color: #979797 !important;
  color: #fff !important;
  outline: 0;
}
.woocommerce-mini-cart__buttons--hollow:active {
  background-color: rgb(161.2, 161.2, 161.2) !important;
  color: #003 !important;
}

.see-more-btn {
  color: #c03;
  font-size: 1rem;
  font-weight: 500;
}
.see-more-btn .fa-long-arrow-right {
  font-size: 1.4rem !important;
  margin-left: 0.8rem !important;
  transition: 0.5s ease;
}
.see-more-btn:hover {
  outline: 0;
  text-decoration: none;
  color: rgb(163.1807692308, 4.0192307692, 44.2115384615);
}
.see-more-btn:hover .fa-long-arrow-right {
  transition: 0.5s ease-in;
  transform: translate(35%);
}
.see-more-btn:active {
  text-decoration: none;
  outline: 0;
  border: none;
  color: rgb(242.8192307692, 5.9807692308, 65.7884615385);
}
.see-more-btn--whiteBtn {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.see-more-btn--whiteBtn .fa-long-arrow-right {
  font-size: 1.4rem !important;
  margin-left: 0.8rem !important;
  color: #c03;
  transition: 0.5s ease;
}
.see-more-btn--whiteBtn:hover {
  outline: 0;
  text-decoration: none;
  opacity: 0.5;
  color: #fff;
}
.see-more-btn--whiteBtn:hover .fa-long-arrow-right {
  transition: 0.5s ease-in;
  transform: translate(35%);
}
.see-more-btn--whiteBtn:active {
  text-decoration: none;
  outline: 0;
  border: none;
  color: #fff;
  opacity: 0.5;
}
.see-more-btn--whiteBtn:focus {
  color: #fff;
  opacity: 0.8;
}

.woocommerce-form-login__close {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1;
  height: 22px;
  position: absolute;
  right: 1.5rem;
  text-align: center;
  top: 1.5rem;
  transition: color 0.2s ease-in-out;
  width: 22px;
  border: 1px solid #333;
  border-radius: 50%;
}
.woocommerce-form-login__close:hover {
  color: rgb(127.5, 127.5, 127.5);
}

.woocommerce-form-login__submit {
  display: inline-block;
  font-family: "Catamaran", sans-serif;
  font-size: 1rem;
  padding: 12px 20px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
  font-weight: 500;
  min-width: 140px;
  text-align: center;
  color: #fff !important;
  border: 1px solid #cb0537;
  border-radius: 4px;
  background-color: #cb0537 !important;
  margin-left: 2rem !important;
}
.woocommerce-form-login__submit:visited {
  color: #fff !important;
}
.woocommerce-form-login__submit:hover, .woocommerce-form-login__submit:focus {
  background-color: rgb(183.0903846154, 4.5096153846, 49.6057692308) !important;
  color: #fff !important;
  outline: 0;
}
.woocommerce-form-login__submit:active {
  background-color: rgb(222.9096153846, 5.4903846154, 60.3942307692) !important;
  color: #fff !important;
}
.woocommerce-form-login__submit:hover, .woocommerce-form-login__submit:focus {
  outline: 0;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  #payment .button {
    float: right !important;
  }
}
#payment .button {
  display: inline-block;
  font-family: "Catamaran", sans-serif;
  font-size: 1rem;
  padding: 12px 20px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
  font-weight: 500;
  min-width: 140px;
  text-align: center;
  color: #fff !important;
  border: 1px solid #cb0537;
  border-radius: 4px;
  background-color: #cb0537 !important;
  margin-left: 2rem !important;
}
#payment .button:visited {
  color: #fff !important;
}
#payment .button:hover, #payment .button:focus {
  background-color: rgb(183.0903846154, 4.5096153846, 49.6057692308) !important;
  color: #fff !important;
  outline: 0;
}
#payment .button:active {
  background-color: rgb(222.9096153846, 5.4903846154, 60.3942307692) !important;
  color: #fff !important;
}

.calculator__wrap .calculator__entry__inner {
  border-radius: 4px;
}
.calculator__wrap .calculator__entry__inner a {
  background: #132334;
  color: white;
  display: block;
  text-align: center;
  padding: 0.8rem 0;
  margin: 25px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
}
.calculator__wrap .calculator__entry__inner h4 {
  color: #003;
  margin: 25px 0;
}
.calculator__wrap .calculator__entry__inner .calculator-button {
  background: #c03;
  font-weight: 700;
}
.calculator__wrap .calculator__submit:hover {
  opacity: 0.8;
}
.calculator__wrap input[type=submit] {
  background-color: #132334;
  border: none;
}
.calculator__wrap .dropdown dt a::after {
  font-family: FontAwesome;
  content: "\f107";
  background-image: none;
  font-size: 26px;
  display: flex;
  align-items: center;
  color: #132334;
}
.calculator__wrap ul {
  margin: 0;
}
.calculator__wrap dl {
  border: 1px solid #dee1e3;
  margin: 0 !important;
}
.calculator__wrap .dropdown dd ul li label input[type=checkbox]:checked + .calculator-checkbox-check::after {
  font-family: FontAwesome;
  content: "\f00c";
  background-image: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #132334;
}

.cc_container {
  background-color: #707070;
  border: none;
  font-family: "Catamaran", sans-serif;
  font-weight: 100;
}
.cc_container .cc_message {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .cc_container .cc_message {
    font-size: 0.9rem;
    text-align: center;
  }
}
.cc_container .cc_message .cc_more_info {
  color: #fff;
  font-weight: 700;
}
.cc_container .cc_btn {
  background-color: #cb0537;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  transition: all, 0.2s, ease-in-out;
  max-width: 120px;
}
@media (max-width: 767.98px) {
  .cc_container .cc_btn {
    float: none;
    margin: 0 0 1rem;
    max-width: none;
    width: 100%;
  }
}
.cc_container .cc_btn:hover {
  background-color: rgb(249.2115384615, 19.9884615385, 77.8730769231);
  color: #fff;
}

.cookie-notice-container {
  background-color: #0e1823;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .cookie-notice-container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.cookie-notice-container #cn-notice-text {
  color: #fff;
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  .cookie-notice-container #cn-notice-text {
    text-align: left;
  }
}
.cookie-notice-container #cn-notice-text a {
  color: #c03;
}
.cookie-notice-container > a {
  width: auto;
  min-width: 150px;
}
@media (max-width: 767.98px) {
  .cookie-notice-container > a {
    margin-top: 0.5rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=search],
textarea,
select {
  border-color: #707070;
  appearance: none;
}

#request-a-quote {
  padding: 60px;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  #request-a-quote {
    padding: 30px;
  }
}
#request-a-quote h2 {
  text-align: center;
}
#request-a-quote .gform_wrapper {
  padding: 10px 50px;
  background-color: #fff;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  #request-a-quote .gform_wrapper {
    padding: 20px;
  }
}
#request-a-quote .gform_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
#request-a-quote .gform_button {
  background-color: #132334;
  padding: 15px 30px;
  color: #fff;
  font-size: 20px;
  width: 350px;
  border: #132334;
  font-weight: 500;
}
#request-a-quote .validation_error {
  border: none;
  color: red;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
#request-a-quote .validation_message {
  padding: 0;
  color: red;
  font-weight: 400;
  font-style: italic;
}
#request-a-quote label {
  color: #132334;
  font-size: 16px;
}
#request-a-quote input {
  padding: 0 20px;
}
#request-a-quote .gfield_error {
  border: none;
  color: red;
  background-color: #fff;
}
#request-a-quote .gfield_error label {
  color: #132334;
}
#request-a-quote .gfield_error input {
  border: 1px solid #707070;
}
#request-a-quote .gfield_error li {
  padding: 0;
  margin: 0;
}

.gform_wrapper .gform_page_footer {
  border-top: 0 !important;
  padding-right: 16px !important;
  display: flex;
  justify-content: space-between;
  margin-right: 0;
}
.gform_wrapper .gfield_checkbox input {
  margin-top: 0 !important;
  margin-right: 1rem;
  border: 1px solid #707070;
}
.gform_wrapper .gfield_radio input {
  margin-top: 0 !important;
  margin-right: 1rem;
}
.gform_wrapper .gf_page_steps {
  border-bottom: 0 !important;
  width: 100%;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 0 !important;
}

.block-service-register-table--serialnumber .col {
  flex-basis: auto;
}
.block-service-register-table .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.block-service-register-table .row input[type=text] {
  width: 50%;
}
@media (max-width: 767.98px) {
  .block-service-register-table .row input[type=text] {
    width: 100%;
  }
}
.block-service-register-table .col {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .block-service-register-table .col {
    width: 100%;
  }
}
.block-service-register-table label {
  font-weight: 700;
  width: 50%;
  justify-content: flex-start !important;
  padding-left: 0;
}
.block-service-register-table button[type=submit] {
  background-color: #cb0537;
  border: 1px solid #cb0537;
  font-family: "Catamaran", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 12px 3rem;
  border-radius: 4px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
}
.block-service-register-table button[type=submit]:hover, .block-service-register-table button[type=submit]:focus {
  outline: 0;
  text-decoration: none;
}
.block-service-register-table button[type=submit]:active {
  text-decoration: none;
  outline: 0;
  border: none;
}
.block-service-register-table button[type=submit]:visited {
  color: #fff;
}
.block-service-register-table button[type=submit]:hover, .block-service-register-table button[type=submit]:focus {
  background-color: rgb(183.0903846154, 4.5096153846, 49.6057692308);
  color: #fff;
  outline: 0;
}
.block-service-register-table button[type=submit]:active {
  background-color: rgb(222.9096153846, 5.4903846154, 60.3942307692) !important;
  color: #fff;
}
.block-service-register-table .gform_next_button {
  background-color: #132334;
  border: 1px solid #132334;
  font-family: "Catamaran", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
  width: 40% !important;
}
.block-service-register-table .gform_next_button:hover, .block-service-register-table .gform_next_button:focus {
  outline: 0;
  text-decoration: none;
}
.block-service-register-table .gform_next_button:active {
  text-decoration: none;
  outline: 0;
  border: none;
}
.block-service-register-table .gform_next_button:visited {
  color: #fff;
}
.block-service-register-table .gform_next_button:hover, .block-service-register-table .gform_next_button:focus {
  background-color: rgb(13.5408450704, 24.9436619718, 37.0591549296);
  color: #fff;
  outline: 0;
}
.block-service-register-table .gform_next_button:active {
  background-color: rgb(24.4591549296, 45.0563380282, 66.9408450704);
  color: #fff;
}
.block-service-register-table .gform_previous_button {
  background-color: #132334;
  border: 1px solid #132334;
  font-family: "Catamaran", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
  width: 40% !important;
}
.block-service-register-table .gform_previous_button:hover, .block-service-register-table .gform_previous_button:focus {
  outline: 0;
  text-decoration: none;
}
.block-service-register-table .gform_previous_button:active {
  text-decoration: none;
  outline: 0;
  border: none;
}
.block-service-register-table .gform_previous_button:visited {
  color: #fff;
}
.block-service-register-table .gform_previous_button:hover, .block-service-register-table .gform_previous_button:focus {
  background-color: rgb(13.5408450704, 24.9436619718, 37.0591549296);
  color: #fff;
  outline: 0;
}
.block-service-register-table .gform_previous_button:active {
  background-color: rgb(24.4591549296, 45.0563380282, 66.9408450704);
  color: #fff;
}

.service_platform_center .gf_page_steps {
  width: 100% !important;
  margin: 0 auto !important;
}
.service_platform_center .gform_page {
  width: 100%;
  margin: 0 auto;
}
.service_platform_center .gform_page_footer {
  display: flex;
  justify-content: space-between;
  padding-right: 16px;
  margin-right: 0;
}
.service_platform_center .gform_page_footer input[type=submit] {
  width: 40% !important;
  margin: 0 !important;
}
.service_platform_center .gform_page_footer input[type=button] {
  margin: 0 !important;
}
.service_platform_center button {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .service_platform_center button {
    margin-bottom: 16px;
  }
}
.service_platform_center .gform_next_button {
  background-color: #132334;
  border: 1px solid #132334;
  font-family: "Catamaran", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
  width: 40% !important;
}
.service_platform_center .gform_next_button:hover, .service_platform_center .gform_next_button:focus {
  outline: 0;
  text-decoration: none;
}
.service_platform_center .gform_next_button:active {
  text-decoration: none;
  outline: 0;
  border: none;
}
.service_platform_center .gform_next_button:visited {
  color: #fff;
}
.service_platform_center .gform_next_button:hover, .service_platform_center .gform_next_button:focus {
  background-color: rgb(13.5408450704, 24.9436619718, 37.0591549296);
  color: #fff;
  outline: 0;
}
.service_platform_center .gform_next_button:active {
  background-color: rgb(24.4591549296, 45.0563380282, 66.9408450704);
  color: #fff;
}
.service_platform_center .gform_previous_button {
  background-color: #132334;
  border: 1px solid #132334;
  font-family: "Catamaran", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
  width: 40% !important;
}
.service_platform_center .gform_previous_button:hover, .service_platform_center .gform_previous_button:focus {
  outline: 0;
  text-decoration: none;
}
.service_platform_center .gform_previous_button:active {
  text-decoration: none;
  outline: 0;
  border: none;
}
.service_platform_center .gform_previous_button:visited {
  color: #fff;
}
.service_platform_center .gform_previous_button:hover, .service_platform_center .gform_previous_button:focus {
  background-color: rgb(13.5408450704, 24.9436619718, 37.0591549296);
  color: #fff;
  outline: 0;
}
.service_platform_center .gform_previous_button:active {
  background-color: rgb(24.4591549296, 45.0563380282, 66.9408450704);
  color: #fff;
}
.service_platform_center .gform_button_select_files {
  background-color: #132334;
  border: 1px solid #132334;
  font-family: "Catamaran", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
}
.service_platform_center .gform_button_select_files:hover, .service_platform_center .gform_button_select_files:focus {
  outline: 0;
  text-decoration: none;
}
.service_platform_center .gform_button_select_files:active {
  text-decoration: none;
  outline: 0;
  border: none;
}
.service_platform_center .gform_button_select_files:visited {
  color: #fff;
}
.service_platform_center .gform_button_select_files:hover, .service_platform_center .gform_button_select_files:focus {
  background-color: rgb(13.5408450704, 24.9436619718, 37.0591549296);
  color: #fff;
  outline: 0;
}
.service_platform_center .gform_button_select_files:active {
  background-color: rgb(24.4591549296, 45.0563380282, 66.9408450704);
  color: #fff;
}

.logged-in .only-none-user {
  display: none;
}

.service-register-table-popup {
  padding: 4rem;
  max-width: 730px !important;
}
.service-register-table-popup h2 {
  font-weight: 700;
}
.service-register-table-popup p:first-of-type {
  margin-bottom: 2rem;
}
.service-register-table-popup .myt-btn, .service-register-table-popup input[type=submit],
.service-register-table-popup input[type=reset] {
  width: 100%;
  margin: 1rem 0 0;
}
.service-register-table-popup .mfp-close {
  font-weight: 700;
  font-size: 2rem;
  margin: 1rem 1rem 0 0;
}

.register_table .gform_previous_button {
  background-color: #132334;
  border: 1px solid #132334;
  font-family: "Catamaran", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
  width: 40% !important;
}
.register_table .gform_previous_button:hover, .register_table .gform_previous_button:focus {
  outline: 0;
  text-decoration: none;
}
.register_table .gform_previous_button:active {
  text-decoration: none;
  outline: 0;
  border: none;
}
.register_table .gform_previous_button:visited {
  color: #fff;
}
.register_table .gform_previous_button:hover, .register_table .gform_previous_button:focus {
  background-color: rgb(13.5408450704, 24.9436619718, 37.0591549296);
  color: #fff;
  outline: 0;
}
.register_table .gform_previous_button:active {
  background-color: rgb(24.4591549296, 45.0563380282, 66.9408450704);
  color: #fff;
}
@media (max-width: 767.98px) {
  .register_table .gform_previous_button {
    height: 4rem;
    padding: 1rem;
  }
}
.register_table .gform_next_button {
  background-color: #132334;
  border: 1px solid #132334;
  font-family: "Catamaran", sans-serif;
  color: #fff;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all, 0.2s, ease-in-out;
  width: 50% !important;
}
.register_table .gform_next_button:hover, .register_table .gform_next_button:focus {
  outline: 0;
  text-decoration: none;
}
.register_table .gform_next_button:active {
  text-decoration: none;
  outline: 0;
  border: none;
}
.register_table .gform_next_button:visited {
  color: #fff;
}
.register_table .gform_next_button:hover, .register_table .gform_next_button:focus {
  background-color: rgb(13.5408450704, 24.9436619718, 37.0591549296);
  color: #fff;
  outline: 0;
}
.register_table .gform_next_button:active {
  background-color: rgb(24.4591549296, 45.0563380282, 66.9408450704);
  color: #fff;
}

.block-service-register-table .continue-without-login {
  color: #132334;
}
.block-service-register-table .ginput_container_consent {
  display: flex;
  align-items: center;
}
.block-service-register-table .ginput_container_consent input {
  display: flex;
  margin-right: 1rem;
  margin-bottom: 2px;
}
.block-service-register-table .ginput_container_consent .gfield_consent_label {
  margin-bottom: 0;
}
.block-service-register-table .error {
  color: red;
  text-align: center;
  margin-bottom: 1rem;
}
.block-service-register-table .error::before {
  content: "*";
}

.gform_body .ginput_container_consent {
  display: flex;
  align-items: center;
}
.gform_body .ginput_container_consent input {
  display: flex;
  margin-right: 1rem;
  margin-bottom: 2px;
}
.gform_body .ginput_container_consent .gfield_consent_label {
  margin-bottom: 0;
}

.language-dropdown {
  background-color: inherit;
  border: 0;
  font-size: inherit;
}
.language-dropdown span {
  color: inherit;
}
.language-dropdown button.dropdown-toggle {
  background-color: transparent;
  border: 0;
  padding-left: 15px;
  text-align: left;
}
.language-dropdown .dropdown-toggle::after {
  vertical-align: 0.1em;
}
.language-dropdown.show button.dropdown-toggle {
  background-color: #f0f0f0;
  border: 0;
}
.language-dropdown.show button.dropdown-toggle:focus {
  box-shadow: none;
}
.language-dropdown .dropdown-item:hover,
.language-dropdown .dropdown-item:focus {
  background-color: #dee1e3;
  opacity: 1;
}
.language-dropdown .dropdown-menu a {
  padding-left: 15px;
}
.language-dropdown .dropdown-menu .dropdown-description {
  margin: 5px 0 5px 49px;
  font-weight: bold;
  font-size: inherit;
}
.language-dropdown .language-separator {
  display: inline-block;
  margin: 0 2px;
  opacity: 0.4;
}

.hamburger {
  display: block;
  height: 15px;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  background-color: #000;
  display: block;
  height: 2px;
  width: 20px;
}
.hamburger span {
  margin: 0 auto;
  position: relative;
  top: 6px;
  transition-duration: 0s;
  transition-delay: 0.2s;
}
.hamburger span::before, .hamburger span::after {
  content: "";
  position: absolute;
}
.hamburger span::before {
  margin-top: -6px;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.hamburger span::after {
  margin-top: 6px;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.slideout-open .hamburger span {
  background-color: rgba(0, 0, 0, 0);
  transition-delay: 0.2s;
}
.slideout-open .hamburger span::before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}
.slideout-open .hamburger span::after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

#newsletter-signup-container {
  background-color: #edeff1;
  text-align: center;
  padding: 0;
}
#newsletter-signup-container .g-recaptcha {
  margin-top: 5px;
  margin-left: 2px;
  display: inline-block;
}
#newsletter-signup-container .sub-info {
  text-align: center;
}
#newsletter-signup-container .col {
  padding: 3px;
}
#newsletter-signup-container .align-left {
  text-align: left;
}
#newsletter-signup-container btn#sendForm {
  background-color: #cb0537;
  color: #fff;
  margin-top: 0;
}
#newsletter-signup-container .no-padding {
  padding: 0;
}

/**
 * Partial for magnific popup custom css code.
 * Contains dialog look and animations of popups
 */
.popup-wrap {
  background: #fff;
  color: #000;
  position: relative;
  max-width: 880px;
  min-height: 620px;
  margin: 0 auto;
  padding: 30px;
}
.popup-wrap .popup-product {
  font-style: italic;
  font-weight: bold;
}

.mfp-arrow-right::before,
.mfp-arrow-right .mfp-b {
  border-left: none !important;
}

.mfp-arrow-left::before,
.mfp-arrow-left .mfp-b {
  border-right: none !important;
}

/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in {
  /* animate in */
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in {
  /* animate out */
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Newspaper effect ====== */
.mfp-newspaper {
  /* start state */
}
.mfp-newspaper .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper {
  /* animate in */
}
.mfp-newspaper.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper {
  /* animate out */
}
.mfp-newspaper.mfp-removing .mfp-content {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-horizontal effect ====== */
.mfp-move-horizontal {
  /* start state */
}
.mfp-move-horizontal .mfp-content {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal {
  /* animate in */
}
.mfp-move-horizontal.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal {
  /* animate out */
}
.mfp-move-horizontal.mfp-removing .mfp-content {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-from-top effect ====== */
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top {
  /* start state */
}
.mfp-move-from-top .mfp-content {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top {
  /* animate in */
}
.mfp-move-from-top.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top {
  /* animate out */
}
.mfp-move-from-top.mfp-removing .mfp-content {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== 3d unfold ====== */
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold {
  /* start state */
}
.mfp-3d-unfold .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold {
  /* animate in */
}
.mfp-3d-unfold.mfp-ready .mfp-content {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold {
  /* animate out */
}
.mfp-3d-unfold.mfp-removing .mfp-content {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Zoom-out effect ====== */
.mfp-zoom-out {
  /* start state */
}
.mfp-zoom-out .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out {
  /* animate in */
}
.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out {
  /* animate out */
}
.mfp-zoom-out.mfp-removing .mfp-content {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.page-pagination {
  border-radius: 0.25rem;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-item:first-child .page-numbers {
  margin-left: 0;
  font-size: 2rem;
}
.page-item:last-child .page-numbers {
  font-size: 2rem;
}
.page-item .current.page-numbers {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item .disabled.page-numbers {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-numbers {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #007bff;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  position: relative;
  padding: 0.5rem 0.75rem;
}
.page-numbers:hover, .page-numbers:focus {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
}

.page-pagination .pagination-row {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.page-pagination .page-numbers {
  display: flex !important;
  background: #132334 !important;
  color: white !important;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
.page-pagination .page-numbers:hover {
  background: #899199 !important;
}
.page-pagination button.posts-load-more {
  margin: 30px;
}

.vertical-posts-container {
  padding: 0 !important;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  background-color: #132334;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  background: white;
  position: relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.mobile-menu .menu-item--lang--global a,
.mobile-menu .menu-item--lang--swe a,
.mobile-menu .menu-item--lang--us a {
  padding-left: 60px !important;
  color: white !important;
}
.mobile-menu .menu-item--lang--global a::before,
.mobile-menu .menu-item--lang--swe a::before,
.mobile-menu .menu-item--lang--us a::before {
  left: 30px !important;
}
.mobile-menu .menu-item--lang--global a::before {
  background-image: url("../../img/white_global_flag.png") !important;
}
.mobile-menu .menu-item--lang--current {
  background-color: #1a3047 !important;
}
.mobile-menu .extra-menu-buttons {
  text-align: center;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1rem;
  padding: 0;
}
.mobile-menu .extra-menu-buttons a {
  padding: 10px 0;
}
.mobile-menu .extra-menu-buttons + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
}
.mobile-menu .extra-menu-contact {
  margin-top: 2rem;
}
.mobile-menu .extra-menu-support {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.mobile-menu .mobile-expand {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-menu .myt-expand-icon.myt-contract {
  transform: rotate(180deg);
}
.mobile-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  color: #fff;
}
.mobile-menu li a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 8px 30px 8px 12px;
  position: relative;
  font-size: 1rem;
}
.mobile-menu li a:hover {
  opacity: 1;
}
.mobile-menu li a:active, .mobile-menu li a:visited, .mobile-menu li a:focus {
  opacity: 1;
  text-decoration: underline #c03;
  text-underline-position: under;
}
.mobile-menu li ul {
  display: none;
  margin: 0;
  padding: 0;
}
.mobile-menu li ul.myt-expanded {
  display: block;
}
.mobile-menu li ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  background-color: #132334 !important;
}
.mobile-menu li ul li a {
  font-weight: normal;
  padding-left: 30px;
}
.mobile-menu li ul li li a {
  padding-left: 45px;
}
.mobile-menu li ul li li li a {
  padding-left: 60px;
}
.mobile-menu li.current-menu-item > a {
  background-color: #1e3650;
}
.mobile-menu .mobile-menu--lang-selector {
  padding: 0 20px;
}
.mobile-menu .menu-item--lang {
  background-color: white;
}
.mobile-menu .menu-item--lang > a {
  color: black;
  padding-left: 40px;
  position: relative;
}
.mobile-menu .menu-item--lang > a::before {
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 24px;
  left: 10px;
  position: absolute;
  width: 24px;
}
.mobile-menu .menu-item--lang--global > a::before {
  background-image: url("../../img/global_flag.png");
}
.mobile-menu .menu-item--lang--swe > a::before {
  background-image: url("../../img/swedish_flag.png");
}
.mobile-menu .menu-item--lang--us > a::before {
  background-image: url("../../img/american_flag.png");
}
.mobile-menu .menu-item--lang--current > a {
  font-weight: bold;
}

.wordpress-country-selector-modal-content .wordpress-country-selector-modal-title {
  text-align: center;
  font-weight: bold;
}
.wordpress-country-selector-modal-content .wordpress-country-selector-modal-title::after {
  content: "Welcome to STILLE";
}
.wordpress-country-selector-modal-content .country_selector_modal_buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wordpress-country-selector-modal-content .country_selector_modal_goto {
  padding: 16px 20px;
  font-size: 17px;
  font-weight: 500;
  display: block;
  width: auto;
  min-width: 200px;
}
.wordpress-country-selector-modal-content .country_selector_modal_close {
  border: none;
}
.wordpress-country-selector-modal-content .country_selector_modal_stay {
  padding: 16px 20px;
  font-size: 17px;
  font-weight: 500;
  display: block;
  width: auto;
  min-width: 200px;
}
.wordpress-country-selector-modal-content .country_selector_modal_stay .flag-icon {
  display: none;
}

@media (max-width: 767.98px) {
  .page-template-page-account .myt-page aside {
    order: 100;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-account .myt-page aside {
    display: block !important;
  }
}

.widget_pages,
.widget_categories {
  border: 1px solid #dee1e3;
  border-radius: 10px;
  background: white;
  display: none;
}
.widget_pages #menu-customer-profile-combined-2 .menu-logout,
.widget_categories #menu-customer-profile-combined-2 .menu-logout {
  background: #cb0537;
  border-radius: 0 0 5px 5px;
}
.widget_pages #menu-customer-profile-combined-2 .menu-logout a,
.widget_categories #menu-customer-profile-combined-2 .menu-logout a {
  color: white !important;
}
.widget_pages #menu-customer-profile-combined-2 .menu-logout a:hover,
.widget_categories #menu-customer-profile-combined-2 .menu-logout a:hover {
  color: white !important;
  background: #b70532 !important;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 767.98px) {
  .widget_pages,
  .widget_categories {
    display: none;
  }
}
.widget_pages .first-block > a,
.widget_categories .first-block > a {
  border-radius: 10px 10px 0 0;
}
.widget_pages .last-link,
.widget_categories .last-link {
  border-bottom: 0;
  border-radius: 0 0 10px 10px;
}
.widget_pages h4,
.widget_categories h4 {
  display: none;
}
.widget_pages ul,
.widget_categories ul {
  margin: 0;
  padding: 0;
}
.widget_pages li,
.widget_categories li {
  list-style: none;
  position: relative;
}
.widget_pages a,
.widget_categories a {
  color: #333;
  font-size: 0.95rem;
  font-weight: 300;
  position: relative;
  text-decoration: none;
}
.widget_pages .stille-expand-icon,
.widget_categories .stille-expand-icon {
  color: #333;
  display: flex;
  align-items: center;
  font-size: 1rem;
  right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 20px;
}
.widget_pages .stille-expand-icon.stille-contract,
.widget_categories .stille-expand-icon.stille-contract {
  transform: rotate(180deg);
}
.widget_pages > ul > li,
.widget_categories > ul > li {
  display: none;
}
.widget_pages > ul > li a,
.widget_categories > ul > li a {
  border-bottom: 1px solid #dee1e3;
  display: block;
  padding: 0.7rem;
}
.widget_pages > ul > li a:hover,
.widget_categories > ul > li a:hover {
  background-color: rgb(249.5901639344, 250.0819672131, 250.4098360656);
  color: #c03;
  opacity: 1;
}
.widget_pages > ul > li > a,
.widget_categories > ul > li > a {
  font-weight: bold;
}
.widget_pages > ul > li > ul > li > a,
.widget_categories > ul > li > ul > li > a {
  padding-left: 1.5rem;
}
.widget_pages > ul > li > ul > li > ul,
.widget_categories > ul > li > ul > li > ul {
  display: none;
}
.widget_pages > ul > li > ul > li > ul > li > a,
.widget_categories > ul > li > ul > li > ul > li > a {
  padding-left: 2rem;
}
.widget_pages > ul > li > ul > li > ul > li > ul,
.widget_categories > ul > li > ul > li > ul > li > ul {
  display: none;
}
.widget_pages > ul > li > ul > li > ul > li > ul > li > a,
.widget_categories > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 2.5rem;
}
.widget_pages > ul > li > ul > li > ul > li > ul > li > ul,
.widget_categories > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
}
.widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li > a,
.widget_categories > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 3rem;
}
.widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li > ul,
.widget_categories > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
}
.widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a,
.widget_categories > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 3.5rem;
}
.widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li.current_page_item > ul, .widget_pages > ul > li > ul > li > ul > li > ul > li > ul > li.current_page_ancestor > ul,
.widget_categories > ul > li > ul > li > ul > li > ul > li > ul > li.current_page_item > ul,
.widget_categories > ul > li > ul > li > ul > li > ul > li > ul > li.current_page_ancestor > ul {
  display: block;
}
.widget_pages > ul > li > ul > li > ul > li > ul > li.current_page_item > ul, .widget_pages > ul > li > ul > li > ul > li > ul > li.current_page_ancestor > ul,
.widget_categories > ul > li > ul > li > ul > li > ul > li.current_page_item > ul,
.widget_categories > ul > li > ul > li > ul > li > ul > li.current_page_ancestor > ul {
  display: block;
}
.widget_pages > ul > li > ul > li > ul > li.current_page_item > ul, .widget_pages > ul > li > ul > li > ul > li.current_page_ancestor > ul,
.widget_categories > ul > li > ul > li > ul > li.current_page_item > ul,
.widget_categories > ul > li > ul > li > ul > li.current_page_ancestor > ul {
  display: block;
}
.widget_pages > ul > li > ul > li.current_page_item > ul, .widget_pages > ul > li > ul > li.current_page_ancestor > ul,
.widget_categories > ul > li > ul > li.current_page_item > ul,
.widget_categories > ul > li > ul > li.current_page_ancestor > ul {
  display: block;
}
.widget_pages .current_page_item.page_item_has_children,
.widget_pages .current_page_ancestor.page_item_has_children,
.widget_categories .current_page_item.page_item_has_children,
.widget_categories .current_page_ancestor.page_item_has_children {
  display: block;
}
.widget_pages .current_page_item > a,
.widget_pages .current-menu-item > a,
.widget_categories .current_page_item > a,
.widget_categories .current-menu-item > a {
  background-color: rgb(249.5901639344, 250.0819672131, 250.4098360656);
  color: #c03;
  font-weight: bold;
}

.widget_categories {
  display: block;
  border-radius: 10px;
}
.widget_categories h2.widgettitle {
  font-size: 0.95rem;
  font-weight: bold;
  margin: 0;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
  color: #c03;
  background-color: #fafafa;
  border-bottom: 1px solid #dee1e3;
}

.widget_categories > ul > li {
  display: block;
}

.widget_categories > ul > li > a {
  font-weight: normal;
  border-radius: 0;
  padding-left: 2rem;
  display: inline-block;
  width: 100%;
}

.widget_categories > ul > li:last-child > a {
  border: 0;
}

.cart-widget {
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 2rem;
  position: absolute;
  transform: scaleY(0);
  transition: transform 0.2s ease-in-out;
  right: 15px;
  top: 42px;
  z-index: 100;
}
.cart-widget .widget_shopping_cart_content .mini_cart_item {
  border-bottom: 1px solid lightgray;
  margin-bottom: 8px;
}
.cart-widget .widget_shopping_cart_content .mini_cart_item a {
  margin-left: 0 !important;
}
.cart-widget .widget_shopping_cart_content .product_list_widget {
  margin: 2rem 0 1rem;
}
.cart-widget .widget_shopping_cart_content .total {
  border-top: none !important;
}
.cart-widget .cart-widget-close {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1;
  height: 22px;
  position: absolute;
  right: 2rem;
  text-align: center;
  transition: color 0.2s ease-in-out;
  width: 22px;
  border: 1px solid #333;
  border-radius: 50%;
}
.cart-widget .cart-widget-close:hover {
  color: rgb(127.5, 127.5, 127.5);
}
@media (min-width: 768px) {
  .cart-widget {
    top: 60px;
  }
}
.cart-widget.show-minicart {
  height: auto;
  transform: scaleY(1);
}
.cart-widget h4 {
  margin-bottom: 1rem;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  flex: none;
  max-width: none;
}
.woocommerce-checkout .form-row {
  display: block;
}
.woocommerce-checkout label {
  margin-bottom: 0;
}

.wc-proceed-to-checkout .checkout-button {
  background: #c03 !important;
}
.wc-proceed-to-checkout .checkout-button:hover {
  background-color: #b70532 !important;
  color: #fff;
}

.order-again {
  display: none;
}

#customer_details {
  margin-bottom: 1rem;
}
#customer_details .col-1,
#customer_details .col-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#customer_details h3 {
  font-size: 1.4rem;
}
#customer_details #ship-to-different-address {
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  #customer_details #ship-to-different-address {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

#order_review_heading {
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .order_details {
    padding-inline-start: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-order-details {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-column--shipping-address {
    margin-top: 2rem;
  }
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.woocommerce table.shop_table {
  border: none !important;
}

.woocommerce-orders-table .woocommerce-orders-table__row,
.woocommerce table.shop_table .woocommerce-orders-table__row {
  margin-top: 2rem;
}
.woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell:first-of-type,
.woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell,
.woocommerce table.shop_table .woocommerce-orders-table__row .woocommerce-orders-table__cell {
  background: white;
}

@media (max-width: 767.98px) {
  .woocommerce-orders .woocommerce-pagination {
    margin-bottom: 2rem;
  }
}

.tax-product_cat .widget_product_categories h4 {
  display: none;
}

.woocommerce ul.products li.product {
  transition: all 0.2s ease-in-out;
}
.woocommerce ul.products li.product:hover {
  transform: scale(1.04);
}
@media (width >= 768px) and (width <= 991.98px) {
  .woocommerce ul.products li.product .add_to_cart_button,
  .woocommerce ul.products li.product .product_type_simple {
    font-size: 0.9rem !important;
  }
}
@media (width >= 768px) and (width <= 991.98px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 1rem !important;
  }
}
.woocommerce ul.products li.product .product-labels {
  position: absolute;
  top: 10px;
  right: 10px;
}
.woocommerce ul.products li.product .product-labels span {
  font-size: 0.9rem;
  background: #122435;
  padding: 0 10px;
  border-radius: 5px;
  color: white;
  line-height: 1.8;
  display: block;
  margin-top: 5px;
  text-align: center;
}
@media (width >= 768px) and (width <= 991.98px) {
  .woocommerce ul.products li.product .product-labels span {
    font-size: 0.7rem !important;
  }
}
@media (max-width: 767.98px) {
  .woocommerce ul.products li.product .product-labels span {
    font-size: 1rem;
  }
}
.woocommerce ul.products li.product {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: 100%;
  border-radius: 4px;
}
.woocommerce ul.products li.product .woocommerce-title-container {
  display: flex;
  padding: 0 20px;
}
.woocommerce ul.products li.product .woocommerce-title-container a:first-of-type {
  min-height: 5rem;
}
@media (max-width: 991.98px) {
  .woocommerce ul.products li.product .woocommerce-title-container {
    text-align: center;
    padding: 0 10px;
  }
}
.woocommerce ul.products li.product .woocommerce-title-container h3.woocommerce-loop-product__title {
  font-size: 1em;
  min-height: 7rem;
}
.woocommerce ul.products li.product .woocommerce-title-container a {
  align-self: center !important;
  width: 100%;
}
.woocommerce ul.products li.product .product-matching-tables {
  display: block;
  background-color: #f9f9f9;
  color: #111;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 2;
  padding: 5px 20px 0;
}
.woocommerce ul.products li.product a img {
  padding: 1rem;
  margin: 0;
  border-bottom: 1px solid #dee1e3;
}
.woocommerce ul.products li.product .button {
  background: #132334;
  color: white;
  display: block;
  text-align: center;
  padding: 1rem 0;
  margin: 20px 20px 30px;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce ul.products li.product .button:hover {
  transition: 0.2s;
  background-color: rgb(8.0816901408, 14.8873239437, 22.1183098592);
}
@media (max-width: 991.98px) {
  .woocommerce ul.products li.product .button {
    margin: 30px 10px 20px;
    font-size: 14px;
  }
}
.woocommerce ul.products li.product .price {
  color: #c03;
  font-size: 1.2rem;
  margin: 0 20px;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .woocommerce ul.products li.product .price {
    display: flex;
    justify-content: center;
  }
}
.woocommerce ul.products li.product .onsale {
  display: none;
}
.woocommerce ul.products {
  /*
  li.product-category {

  	.woocommerce-loop-category__title {
  		text-align: center;
  		min-height: 3rem;
  	}

  	img {
  		padding: 1rem;
  		margin: 0;
  		border-bottom: 1px solid $lightgray;
  	}
  }

  */
}
.woocommerce ul.products .woocommerce ul.products li.product .button {
  margin-top: 0.25em;
}

.woocommerce nav.woocommerce-pagination ul:hover {
  background: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
  background: none !important;
  margin: 0 5px;
}

.page-numbers {
  background-color: none;
  border: none !important;
}

.woocommerce-pagination .page-numbers a:link,
.woocommerce-pagination .page-numbers a:visited,
.woocommerce-pagination .page-numbers .current {
  display: flex !important;
  background: #132334 !important;
  color: white !important;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.woocommerce-pagination .page-numbers .current,
.woocommerce-pagination .page-numbers li a:hover {
  background: #899199 !important;
  color: white !important;
}

.product-categories {
  padding-left: 0;
  border: 1px solid #dee1e3;
  border-bottom: 0;
  border-radius: 0;
}
.product-categories > li {
  background: white;
  display: none;
}
.product-categories > li > a {
  font-weight: bold;
}
.product-categories > li a:focus {
  opacity: 1;
}
.product-categories > li.current-cat-parent {
  display: block;
}
.product-categories ul {
  list-style: none !important;
}
.product-categories .cat-parent a {
  display: block;
  color: #333;
  position: relative;
}
.product-categories .stille-expand-icon {
  color: #333;
  display: flex;
  align-items: center;
  font-size: 1rem;
  right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 20px;
}
.product-categories .stille-expand-icon.stille-contract {
  transform: rotate(180deg);
}
.product-categories .cat-item::before {
  display: none;
}
.product-categories .cat-item a {
  border-bottom: 1px solid #dee1e3;
  display: block;
  padding: 0.7rem;
}
.product-categories .cat-item a:hover {
  background-color: rgb(249.5901639344, 250.0819672131, 250.4098360656);
  color: #c03;
  opacity: 1;
}
.product-categories .children {
  padding-left: 0;
}
.product-categories .children .cat-item {
  display: block;
}
.product-categories .children a {
  padding-left: 1.5rem;
  padding-right: 2.5rem;
}
.product-categories .children .cat-parent ul {
  display: none;
}
.product-categories .children .cat-parent .children a {
  padding-left: 3rem;
}
.product-categories .current-cat {
  display: block;
}
.product-categories .current-cat > a {
  background-color: rgb(249.5901639344, 250.0819672131, 250.4098360656);
  color: #c03;
  font-weight: bold;
  display: block !important;
}
.product-categories .current-cat-parent > ul.children {
  display: block;
}
.product-categories .current-cat > ul.children {
  display: block;
}

.widget_product_categories {
  font-size: 0.95rem;
}

.product-cat-search {
  margin: 30px 0;
}
.product-cat-search #product-cat-search-input {
  padding: 25px 15px;
  border: 1px solid #707070;
}
.product-cat-search #product-cat-search-icon {
  cursor: pointer;
  border-color: #707070;
  background-color: #edeff1;
  padding: 0.375rem 1.75rem;
  border-radius: 0 5px 5px 0;
}
.product-cat-search #product-cat-search-icon:hover {
  color: #707070;
}

.tax-product_cat .term-description {
  height: 120px;
  overflow: hidden;
  position: relative;
}
.tax-product_cat .term-description:hover {
  cursor: pointer;
}
.tax-product_cat .expanded {
  position: relative;
  height: auto !important;
}
.tax-product_cat .expanded .opacityDiv {
  display: none;
  position: relative;
}
.tax-product_cat .opacityDiv {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px; /* adjust it to your needs */
  background: url("data:image/svg+xml;base64,alotofcodehere");
  background: linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 95%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(95%, rgb(255, 255, 255)));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 95%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 95%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 95%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 2 0%, rgb(255, 255, 255) 95%);
}

.find-distributor {
  align-items: center;
  display: flex;
}

.product-content {
  background-color: #edeff1;
}
.product-content select::-ms-expand {
  display: none;
}
.product-content tr .label {
  display: none;
}
.product-content tr .value {
  background-color: #edeff1 !important;
  padding: 0;
  position: relative;
}
.product-content tr .value select {
  margin: 0;
  font-weight: 700;
  height: calc(1.5em + 0.75rem + 20px);
  padding: 0.375rem 1.55rem;
  border: 1px solid #dee1e3;
  cursor: pointer; /* add your own arrow image */
  *background-image: none; /* turn bg image for IE7 */ /* fallback bg image */
  background: url("../img/select-arrow.png") right 16px center no-repeat #fff;
  background-size: 15px; /* gets rid of default appearance in Webkit browsers */
  appearance: none; /* Get rid of default appearance for older Firefox browsers */
  appearance: none; /* get rid of default appearance for IE8, 9 and 10 */
  appearance: none;
  outline: none;
  -webkit-print-color-adjust: exact;
}
.product-content.hide-product-template {
  background-color: inherit;
  padding: 1em 0 0;
}
.product-content.hide-product-template div.product {
  display: none;
}
.product-content .request-quote-container {
  justify-content: center;
}
.product-content .request-quote-container .find-distributor {
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  .product-content .request-quote-container {
    flex-direction: column;
    align-items: center;
  }
  .product-content .request-quote-container .login-to-view {
    margin-right: 0 !important;
    width: 60%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .product-content .request-quote-container .login-to-view {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .product-content .request-quote-container .theme-prefill-sku {
    width: 60%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .product-content .request-quote-container .theme-prefill-sku {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .product-content .request-quote-container .find-distributor {
    display: flex;
  }
}
.product-content .price {
  font-weight: 700;
  color: #333 !important;
}
.product-content .sku_wrapper,
.product-content .product-matching-tables {
  display: block;
  font-size: 0.875rem;
}
.product-content .input-text {
  margin: 9px 0;
  border-radius: 5px;
  border: 1px solid #dee1e3;
  padding: 9px 5px 9px 10px;
}
.product-content .input-text:focus {
  outline: none;
}
.product-content .woocommerce-product-details__short-description {
  font-size: 1.125rem;
}
.product-content .row {
  margin-top: 10px;
  font-size: 1.125rem;
}
.product-content .single_add_to_cart_button {
  background-color: #c03 !important;
  margin: 10px 0 !important;
  outline: none;
  font-weight: 400 !important;
}
.product-content .single_add_to_cart_button:active {
  opacity: 0.5;
}
.product-content .posted_in {
  display: none;
}
.product-content img {
  border: 1px solid #dee1e3;
  box-sizing: border-box !important;
}
.product-content .woocommerce-product-gallery__image {
  margin-right: 2%;
  width: 23.5% !important;
}
.product-content .woocommerce-product-gallery__image:last-child {
  margin: 0;
}
.product-content .woocommerce-product-gallery__image:first-child {
  margin: 0 0 10px;
  width: 100% !important;
}
.product-content .woocommerce-message {
  border: 1px solid #dee1e3;
  background-color: #fff;
}
.product-content .wc-forward {
  background-color: #fff !important;
  border: 1px solid #979797 !important;
  color: #003 !important;
  font-weight: 400 !important;
  outline: none;
}
.product-content .cart {
  margin: 0 !important;
}
.product-content .variations {
  margin: 0 !important;
}
.product-content .find-content h3 {
  font-size: 3rem;
}
.product-content .find-content hr {
  color: #dee1e3 !important;
  width: 100%;
  margin: 0;
}
.product-content .find-content .email {
  color: #c03;
}
.product-content .find-content .number {
  color: #c03;
}
.product-content .find-content .request-text {
  padding: 0 50px;
}
@media (max-width: 767.98px) {
  .product-content .find-content .request-text {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .product-content .find-content .button-row {
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .product-content .find-content .button-row {
    margin-left: 0;
  }
}
.product-content .button {
  color: inherit;
}
.product-content .product-wrong-region {
  background-color: #fff;
  border: 2px solid #c03;
}

.button-row .between-link {
  margin: 0;
}

.summary .request-quote-container,
.request-text .request-quote-container,
.login-to-view-container {
  justify-content: flex-start;
  justify-content: left;
  display: inline-block;
}

.single-product .widget {
  display: none !important;
}

.woocommerce div.product .product_title {
  font-size: 2.8rem;
  margin-bottom: 0;
}

.tab-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.tab-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-product-tab__nav {
  display: block;
  background: #132334;
  padding: 1.5rem 0;
}

ul.wc-tabs {
  margin-bottom: -1px !important;
  padding-left: 0 !important;
  border-left: 1px solid #d3ced2;
}

ul.wc-tabs li.active {
  color: #cc1141;
  border-top-width: 2px !important;
  border-top-color: #cc1141 !important;
}

ul.wc-tabs li {
  background-color: #fff !important;
}

.woocommerce-Tabs-panel {
  background-color: #fff;
  padding: 25px !important;
  border: 1px solid #d3ced2;
}

.is-mobile {
  display: none;
}

@media only screen and (width <= 812px) {
  .is-mobile {
    display: block;
  }
  div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    width: 100%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block !important;
  }
}
.request_quote td.gfield_list_cell {
  padding-right: 1px !important;
}

.woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}
.woocommerce-MyAccount-content .col-1 {
  max-width: none;
  padding: 0;
}
.woocommerce-MyAccount-content .col-2 {
  max-width: none;
  padding: 0;
}
.woocommerce-MyAccount-content .edit:hover {
  background-color: #979797;
  color: #fff;
}
.woocommerce-MyAccount-content a {
  text-decoration: underline;
}
.woocommerce-MyAccount-content fieldset {
  margin-top: 60px;
}
.woocommerce-MyAccount-content .addresses {
  margin: 60px 0;
}
.woocommerce-MyAccount-content label {
  margin-right: 10px;
}
.woocommerce-MyAccount-content .select2-selection--single {
  border: 1px solid #edeff1;
}
.woocommerce-MyAccount-content .select2-dropdown {
  border: 1px solid #edeff1 !important;
}
.woocommerce-MyAccount-content .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-button--previous,
.woocommerce-MyAccount-content .woocommerce-button--next {
  background-color: #132334 !important;
  color: #fff !important;
  border: 1px solid #132334 !important;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 32px;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  text-align: center;
}
.woocommerce-MyAccount-content .woocommerce-button--previous:hover,
.woocommerce-MyAccount-content .woocommerce-button--next:hover {
  background-color: #132334 !important;
  color: #fff !important;
  opacity: 0.5;
}
.woocommerce-MyAccount-content button[type=submit] {
  background-color: #c03;
  color: #fff;
  border: 1px solid #c03;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 32px;
}
.woocommerce-MyAccount-content button[type=submit]:hover {
  background-color: #c03;
  color: #fff;
  opacity: 0.5;
}