






*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */

/**ā
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  
  .row-fluid:after {
    clear: both;
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    *margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
  }
  
  .container-fluid:after {
    clear: both;
  }
  
  @media (max-width: 767px) {
    .row-fluid {
      width: 100%;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: none;
      width: auto;
      margin-left: 0;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
  
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
    }
  
    .row-fluid:after {
      clear: both;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 1px;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
  
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
  
    .row-fluid .span12 {
      width: 100%;
    }
    .row-fluid .span11 {
      width: 91.66%;
    }
    .row-fluid .span10 {
      width: 83.33%;
    }
    .row-fluid .span9 {
      width: 75%;
    }
    .row-fluid .span8 {
      width: 66.66%;
    }
    .row-fluid .span7 {
      width: 58.33%;
    }
    .row-fluid .span6 {
      width: 50%;
    }
    .row-fluid .span5 {
      width: 41.66%;
    }
    .row-fluid .span4 {
      width: 33.33%;
    }
    .row-fluid .span3 {
      width: 25%;
    }
    .row-fluid .span2 {
      width: 16.66%;
    }
    .row-fluid .span1 {
      width: 8.33%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* Visibilty Classes */
  
  .hide {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .hidden {
    display: none;
    visibility: hidden;
  }
  
  /* Responsive Visibilty Classes */
  
  .visible-phone {
    display: none !important;
  }
  
  .visible-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-phone {
      display: inherit !important;
    }
  
    .hidden-phone {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
      display: inherit !important;
    }
  
    .hidden-tablet {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important ;
    }
  }
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}




.tk-anton {
  font-family: "anton", sans-serif;
}
.tk-aptly {
  font-family: "aptly", sans-serif;
}
.tk-aptly-medium-shadow {
  font-family: "aptly-medium-shadow", sans-serif;
}
.tk-aptly-rust {
  font-family: "aptly-rust", sans-serif;
}
.tk-liebling {
  font-family: "liebling", sans-serif;
}


body {
  line-height: 1.3;
  overflow-wrap: break-word;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 15px;
}

strong {    font-weight: 700;
}

/* Links */

a {
  cursor: pointer;
  text-decoration:none;
  transition:all .4s ease;
}
a:hover {
  text-decoration:none !important;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 62px;
  line-height: 1.1;
}

h2 {
  font-size: 42px;
  line-height: 1.1;
}

h3 {
  font-size: 32px;
  line-height: 1.1;
}

h4 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h5 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h6 {
  font-size: 18px;
  letter-spacing: 1.06px;
}

/* Lists */

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

ul.no-list {
  list-style: none;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */
.hs-button,
.cta_button,
button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 0;
  text-align: center;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

fieldset {
  max-width: 100% !important;
}

/* Inputs - Checkbox/Radio */

form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}



/* Header Container */

.header .dnd-section {
  padding: 0;
}

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 20px;
  position: relative;
}

.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher-label {
  align-items: center;
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}
.hs-editor-hide-until-active {
  display: none;
}

.inpage-editor-active-field .hs-editor-hide-until-active {
  display: block;
}

.hs-search-field {
  position: relative;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  flex: 1;
}

.hs-search-field__bar button svg {
  height: 10px;
}

.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-search-field--open .hs-search-field__suggestions,
.inpage-editor-active-field .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  box-shadow: 1px 10px 16px -9px rgba(122, 122, 122, 0.75);
}

.hs-search-field__suggestions li {
  display: block;
  padding: 0;
  margin: 0;
}

.hs-search-field__suggestions .results-for {
  font-weight: bold;
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions .results-for {
  display: block;
  padding: 0 10px;
  line-height: 1.7rem;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.hs-search-field__input:focus {
  outline-style: solid;
}

.hs-search-field__suggestions-container {
  position: relative;
  flex-basis: 100%;
}

.hs-search-field__form {
  display: flex;
  flex-wrap: wrap;
}

.hs-search-field__label {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__input {
  flex-basis: 100%;
}

.hs-search-field__bar--button-beneath .hs-search-field__button {
  margin-top: 0.725rem;
  margin-right: 0.725rem;
}

.hs-search-field__bar--button-align-right .hs-search-field__button {
  margin-right: 0;
  margin-left: 0.725rem;
  order: 2;
}

.hs-search-field__bar--button-beneath .hs-search-field__suggestions-container {
  min-width: 75%;
  flex-basis: auto;
  flex-grow: 1;
}

.hs-search-field__button--labelled .hs_cos_wrapper_type_icon {
  margin-right: 0.5rem;
}

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
/* stylelint-enable declaration-no-important */



header.header {
}

.header-top {
  background: var(--primary-2);
  height: 40px;
}
.header-top .header-top-slide-wrapper {
  margin: 0;
  padding: 4px 0;
  transition: all .4s ease;
  opacity: 1;
}
.header-top a {
  font-size: 23px !important;
  font-family: 'anton' !important;
  color: #fff !important;
  display: inline-flex;
  margin: 0 15px;
}

.header-mid {
  background: var(--primary-1);
}

.header-mid ul {
  margin: 0;
  padding: 8px 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-mid ul a {
  color: #fff;
  font-size: 14px;
}

.header-mid ul svg {
  margin: 0 15px;
  height: 23px;
}

.header-mid ul li:not(:last-child):after {
  display: block;
  width: 1px;
  height: 21px;
  content: '';
  background: #fff;
  margin: 0 15px;
}

.header-mid ul li {
  display: inline-flex;
}

.header-mid ul a:hover {
  text-decoration: underline !important;
}

.header-bottom {
  background: var(--primary-3);
}

.header-col-holder {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-logo {
  line-height: 0;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 0;
  gap: 15px;
}

.primary-menu ul {
  gap: 0 25px;
}

.primary-menu ul a {
  color: var(--primary-2);
  font-weight: 400;
  font-size:14px;
}

.primary-menu ul a:hover, .primary-menu ul a.active {
  color: var(--primary-1);
}

.header-search form {
  position: relative;
}

.header-search form .hs-search-field__input {
  background: var(--primary-1);
  border: 0;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 30px;
  padding-left: 41px;
}

.header-search form button.hs-search-field__button {
  background: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.header-search form button.hs-search-field__button svg {
  height: 18px;
  width: 16px;
}
.header-mobile-version {
  display: none;
}


header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all .3s ease;
}

header.header > * {
  transition: all .3s ease;
}
.header-hide header.header {
  transform: translateY(-100%);
}
.body-container-wrapper {
  padding-top: 130.8px;
  transition: all .3s ease;
}
.mem-header .header-top {
  background: var(--primary-1);
}

.mem-header .header-mid {
  background: var(--primary-2);
}

.header-icons ul a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.header-icons ul li {
  position: relative;
}

.header-icons ul a svg {
  width: 19px;
  height: 25px;
}

@media (max-width:1024px){
  header.header > .header-mid, header.header > .header-bottom {
    display: none;
  }

  .header-mobile-version {
    display: block;
    background: var(--primary-1);
    padding: 10px 0;
    position: relative;
    height: 62px;
  }

  .header-mobile-col-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ham-menu {
    display: block;
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 22px;
  }

  .ham-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 100px;
    display: inline-block;
    transition: 0.3s ease;
    left: 0;
  }

  .ham-menu span.middle {
    top: 10px;
  }

  .ham-menu span.bottom {
    bottom: 0;
  }

  .hh-mob-logo {
    line-height: 0;
    margin-bottom: -48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-top a {
    font-size: 18px !important;
  }

  .header-top {
    height: auto;
  }

  @keyframes animName {
    0% {
      transform: rotate(0deg)
    }

    to {
      transform: rotate(1turn)
    }
  }

  .hh-mob-logo img {
    animation: animName 16s linear infinite;
  }

  .body-container-wrapper {
    padding-top: 96.8px;
  }
  .mob-open .ham-menu span.top {
    left: 2px;
    transform: rotate(45deg);
    transform-origin: top left;
  }

  .mob-open .ham-menu span.middle {
    transform: translateX(-20px);
    opacity: 0;
  }

  .mob-open .ham-menu span.bottom {
    bottom: -4px;
    transform: rotate(-45deg);
    transform-origin: top left;
  }
  .header-hide header.header {
    transform: translateY(calc(-100% - 50px));
  }
  .mem-header .header-top {
    background: var(--primary-2);
  }
  .mem-header .header-mid {
    background: transparent;
  }
  .mem-header .hh-mob-logo {
    padding: 10px;
    border-radius: 100%;
    background: var(--primary-1);
  }


  .header-mobile-version {
  }

  .mobile-primary-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--primary-3);
    transition: all .4s ease;
    transform: scale(1, 0);
    transform-origin: top;
    pointer-events: none;
  }

  .mobile-primary-menu .hs-menu-wrapper {
    padding: 50px 20px 30px;
  }

  .mobile-primary-menu .hs-menu-wrapper ul.menu-wrapper {
    display: block;
  }

  .mobile-primary-menu .hs-menu-wrapper ul.menu-wrapper a {
    display: block;
    color: inherit;
    font-weight: 500;
    padding: 0 0 8px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    margin: 0 0 20px;
  }

  .mobile-primary-menu .hs-menu-wrapper ul.menu-wrapper a:hover {
    color: #2a7149;
  }

  .hh-mob-logo {
    z-index: 10;
  }

  .mob-open .mobile-primary-menu {
    transform: scale(1, 1);
    pointer-events: all;
  }

}
.footer-bottom-col-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
}

.footer-bottom-col-holder > * {
  padding: 0 20px;
}

.footer-copy {
  max-width: 300px;,
  max-block-size: 300px;,
  max-block-size: 300p;,
  max-block-size: 300;,
  max-block-size: 30;,
  max-block-size: 3;
  font-size: 12px;
}

.footer-copy p {
  color: #FCF3EA;
  margin: 0;
}

.footer-legal-menu .hs-menu-wrapper > ul {
  gap: 10px 30px;
}

.footer-legal-menu .hs-menu-wrapper > ul li a {
  color: #FCF3EA;
  font-size: 12px;
  font-weight: 300 !important;
}

.footer-secondary-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 17px;
  background: #FCF3EA;
  border-radius: 14px 14px 0px 0px;
}

.footer-secondary-logo {
  margin-bottom: -20px;
}

.footer-mid {
  margin-bottom: 25px;
}

.footer-mid-button {
  position: relative;
}

.footer-mid-button:after {
  height: 0.25px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgb(255 255 255 / 25%);
  content: '';
}

.footer-top {
  padding: 70px 0;
}

.footer-col-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: space-between;
}

.footer-col-holder > * {
  padding: 0 20px;
}

.footer-col-mid {
  display: flex;
  padding: 0;
}

.footer-social-rows {
  display: flex;
  align-items: center;
}

.footer-social-rows h5 {
  margin: 0;
  font-size: 14px;
  width: 70px;
  font-family: anton;
}

.footer-social-rows ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px 12px;
  line-height: 0;
}

.footer-social-rows ul svg {
  height: 18px;
  fill: currentColor;
}

.footer-social-rows ul a, .footer-social-rows ul a span {
  display: block;
  line-height: 0;
}

.footer-social-rows + .footer-social-rows {
  margin: 20px 0 0;
}

.footer-social-rows ul a:hover {
  transform: scale(1.1);
}

.footer-form h6 {
  font-size: 16px;
  font-family: Liebling;
  font-weight: 500;
  margin: 0;
}

.footer-form p {
  color: #FCF3EA;
  margin: 0;
  font-size: 12px;
}

.footer-form form {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.footer-form .form-title {
  display: none;
}

.footer-form form .hs-form-field {
  margin: 0;
  width: calc(100% - 92px);
  padding-right: 10px;
}

.footer-form form input.hs-button {
  margin: 0;
  font-size: 12px;
}

.footer-form form input.hs-button:hover {
  background: #FCF3EA;
  border-color: #FCF3EA;
  color: #2a7149;
}

.footer-form form .hs-form-field > label {
  display: none;
}

.footer-form form .hs-form-field .hs-input {
  background: transparent;
  font-size: 12px;
  color: #FCF3EA;
  border-color: rgb(255 255 255 / 25%);
  height: 35.8px;
}

.footer-form form .hs-form-field .hs-input::placeholder {
  color: #FCF3EA;
  text-transform: uppercase;
}

.footer-menu-wrapper .hs-menu-wrapper > ul {
  gap: 10px 20px;
  justify-content: flex-end;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li {
  width: calc(33.33% - 14px);
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: underline !important;
}

.footer-legal-menu .hs-menu-wrapper > ul li a:hover {
  text-decoration: underline !important;
}

.footer-col-mid > * {
  padding: 0 20px;
}

.hs_error_rollup {
  display: none;
}

.footer-form form .hs-error-msgs {
  position: absolute;
  top: 100%;
  left: 0;
}

.footer-form form .hs-error-msgs li {
  margin: 0;
  font-size: 10px;
}
.footer-mid-button a {
  position: relative;
  z-index: 2;
  font-size: 14px;
}




section.sh-wrapper {
  background: #1a1a1a;
  padding: 60px 0;
  border-bottom: 1px solid rgb(255 255 255 / 5%);
}

.sh-top-col-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  margin: 0;
  gap: 20px;
}

.sh-top-col-holder > * {
  padding: 0;
}

.sh-title h4 {
  margin: 0;
  color: #fff;
  font-family: Liebling;
  font-size: 20px;
  font-weight: 500;
}

.sh-logo {
  line-height: 0;
}

.sh-bottom-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}

.sh-bottom-wrapper:after, .sh-bottom-wrapper:before {
  content: '';
  display: block;
  width: 14%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(90deg, #1A1A1A 0%, #1A1A1A00 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}

.sh-bottom-wrapper:before {
  left: auto;
  right: 0;
  transform: rotate(-180deg);
}

.sh-slides-inner {
  margin: 0 10px;
}

.sh-img {
  line-height: 0;
}

.sh-icons ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  gap: 12px;
}

.sh-icons ul svg {
  height: 20px;
  fill: #fff;
}

.sh-icons ul a:hover {
  transform: scale(1.1);
}

.sh-icons ul a {
  display: block;
}

.sh-bottom-wrapper .sh-slider-holder {
  margin: 0;
}

.sh-bottom-wrapper ul.slick-dots {
  position: static;
  margin: 30px 0 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.sh-bottom-wrapper ul.slick-dots button {
  display: none !important;
}

.sh-bottom-wrapper ul.slick-dots li {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  opacity: .13;
  cursor: pointer;
}

.sh-bottom-wrapper ul.slick-dots li:hover, .sh-bottom-wrapper ul.slick-dots li.slick-active {
  opacity: 1;
}





.sh-img {
  position: relative;
  overflow: hidden;
}

.sh-hover-wrapper {
  position: absolute;
  top: 0;
  z-index: 10;
  background: rgb(26 26 26 / 94%);
  padding: 20px 22px;
  height: 100%;
  width: 100%;
  line-height: 1.3;
  transition: all .4s ease;
  transform: translateY(100%);
  pointer-events: none;
  opacity: 0;
}

.sh-hv-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sh-hv-img {
  width: 90px;
  height: 90px;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}

.sh-hv-icons {
  display: flex;
  align-items: center;
  /* width: calc(100% - 90px); */
  padding-left: 20px;
  color: #fff;
  font-weight: 500;
  justify-content: space-between;
  gap: 20px;
  padding-right: 18px;
}

.sh-hv-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 13px;
}

.sh-hv-icons ul svg {
  height: 20px;
  fill: #FCF3EA;
}

.sh-hv-icons p {
  margin: 0;
}

.sh-hv-content, .sh-hv-content * {
  color: #fff;
}

.sh-hv-content h6 {
  margin: 0 0 5px;
  font-size: 16px;
}

.sh-hv-bottom {
  margin: 20px 0 0;
}

.sh-hv-content {
  font-size: 13px;
}

.sh-hv-content a {
  font-weight: 500;
  display: inline-block;
  margin: 5px 0 0;
}

.sh-hv-link a {
  color: #fff;
  font-weight: 500;
}

.sh-hv-link {
  margin: 28px 0 0;
}

.sh-slides-inner {
  cursor: pointer;
}

.sh-slides-inner:hover .sh-hover-wrapper {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}


.footer-form {
    max-width: 374px;
}
@media (max-width:991px){
  .footer-col-holder > * {
    width: 50%;
  }

  .footer-col-holder {
    gap: 30px 0;
  }
}
@media (max-width:767px){
  .footer-bottom-col-holder > * {
    width: 100%;
  }

  .footer-bottom-col-holder {
    gap: 20px 0;
  }

  .footer-legal-menu .hs-menu-wrapper > ul {
    flex-direction: unset !important;        
    gap: 10px 15px;
  }

  .footer-secondary-logo a {
    display: inline-flex;
    margin-left: auto;
  }

  .footer-secondary-logo {
    display: flex;
    margin-top: -20px;
    order: 3;
  }

  .footer-copy {
    order: 2;
  }

  .footer-legal-menu {
    order: 1;
  }

  .footer-col-holder > * {
    width: 100%;
  }

  .footer-form {
    order: 4;
  }

  .footer-top {
    padding: 50px 0 030px;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Language switcher */

.body-container-wrapper .lang_switcher_class {
  width: 100%;
}

.body-container-wrapper .lang_list_class {
  left: 10px;
}

.body-container-wrapper .lang_list_class li {
  margin: 0;
}





.rec-ar-outer {
  padding: 80px 20px;
  background: var(--primary-2);
}

.rec-ar-top * {
  color: #fff;
}

.rec-ar-top h2 {
  margin: 0 0 10px;
}

.rec-ar-top h4 {
  font-weight: 400;
}

.rec-ar-top h4 strong {
  font-weight: 500;
}

.rec-ar-top {
  margin: 0 0 40px;
}

.rec-ar-slides-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: 55% 45%;
  grid-template-rows: repeat(3,auto);
}

.rec-ar-slides.big-post {
  grid-column: 1;
  grid-row: 1/4;
}

.rec-ar-slides:nth-child(2) {
  grid-column: 2 / 2;
  grid-row: 1 / 1;
}

.rec-ar-slides:nth-child(3) {
  grid-column: 2 / 2;
  grid-row: 2 / 2;
}

.rec-ar-slides:nth-child(4) {
  grid-column: 2 / 2;
  grid-row: 3 / 3;
}

.rec-ar-slides-inner {
  position: relative;
  overflow: hidden;
}

.rec-ar-slides-inner > * {
  display: flex;
  transition: all .3s ease;
  flex-wrap: wrap;
}

.big-post .rec-ar-slides-inner > * {
  display: block;
}

.rec-ar-image {
  line-height: 0;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 36%;
  width: 36%;
}

.rec-ar-content {
  width: 64%;
  padding-left: 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.rec-ar-byline {
  display: flex;
  align-items: center;
  gap: 10px 25px;
  flex-wrap: wrap;
}

.rec-ar-byline span.blog-index__post-tag-link {
  display: inline-block;
  background: transparent;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 8px 17px;
  text-align: center;
  min-width: 115px;
}

span.article {
  background: #3838ED !important;
}

.commentary {
  background: var(--primary-1) !important;
}

.rec-ar-byline .date {
  font-size: 13px;
  text-transform: uppercase;
}

.rec-ar-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  width: 100%;
}

.rec-ar-content h3 {
  font-family: Liebling;
  color: #fff;
  margin: 20px 0;
  font-size: 20px;
  font-weight: 500;
}

.rec-ar-content p {
  display: block !important;
  font-size: 14px;
}

.link-arrow svg {
  width: 30px;
  height: 17px;
  transition: all .3s ease;
  margin-left: 0;
}

.rec-ar-slides-inner > *:hover .rec-ar-image img {
  transform: scale(1.05) rotate(1deg);
}

.rec-ar-slides-inner > *:hover .link-arrow svg {
  margin-left: 20px;
}

.link-arrow {
  line-height: 0;
  margin-top: auto;
}

.rec-ar-content > * {
  width: 100%;
}

.rec-ar-slides.big-post .rec-ar-image {
  width: 100%;
  padding-bottom: 61%;
}

.rec-ar-slides.big-post .rec-ar-content {
  width: 100%;
  padding: 20px 0 0;
}

.rec-ar-slides.big-post .rec-ar-content h3 {
  font-family: 'anton';
  font-size: 50px;
  text-transform: uppercase;
}

.rec-ar-bottom-button {
  margin: 50px 0 0;
  text-align: center;
}

.rec-ar-bottom-button .button.button--secondary2 {
  background: var(--primary-3);
  color: #1a1a1a;
  padding: 10px 50px;
}

.rec-ar-bottom-button .button.button--secondary2:hover {
  background: transparent;
  color: var(--primary-3);
}
.blog-header {
  display: flex;
  text-transform: uppercase;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-header .categories {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-header a {
  color: var(---primary-2);
  text-decoration: underline;
}

.blog-header .categories a:not(.active) {
  opacity: 0.37;
}

.blog-archive-wrapper div#blogList {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -20px;
  gap: 40px 0;
}

.blog-archive-wrapper div#blogList > * {
  width: 50%;
  padding: 0 020px;
}

.blog-archive-wrapper div#blogList > * .rec-ar-content *:not(.blog-index__post-tag-link) {
  color: var(--primary-2);
  fill: var(--primary-2);
}

.load-more-wrap button {
  background: #1a1a1a;
  border-color: #1a1a1a;
  margin: 0 0 10px;
  padding: 10px 70px;
}

.load-more-wrap button:hover {
  background: #0e7345;
  border-color: #0e7345;
}
.blog-header h3 {
  font-weight: 400;
  margin: 0;
}



.btm-ss-container {
  padding: 0 20px;
}

.btm-ss-col-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  overflow: hidden;
}

.btm-content {
  width: 66.66%;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.btm-image {
  width: 33.33%;
  padding: 0 20px;
  line-height: 0;
  margin-top: -30px;
}

.btm-content > * {
  width: 100%;
}

.btm-btn {
  margin: 30px 0 0;
}

.btm-content h2 {
  font-size: 68px;
  letter-spacing: -1.2px;
  max-width: 500px;
}

.btm-content > *:first-child {
  max-width: 615px;
}


.twf-container {
  position: relative;
  overflow: hidden;
}

.twf-content {
  width: 50%;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 660px;
}

.pos-left .twf-content {
  margin-left: auto;
}

.pos-right .twf-content {
  margin-right: auto;
}

.twf-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  line-height: 0;
}

.twf-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.twf-content > * {
  width: 100%;
}

.twf-button {
  margin: 30px 0 0;
}

.twf-cnt h2 {
  letter-spacing: -1px;
}


.premierleague {
  background-color: #FEC460 !important;
  color: var(--primary-2) !important;
}

.trifclubexclusive {
  background: #383DEC !important;
}

.guestepisode {
  background: var(--primary-1) !important;
}
.ffh {
  background: rgb(28, 161, 231) !important;
}

.blog-index__post-tag-link:last-child:not(:first-child) {
  margin-left: 9px;
}



.rec-ar-top {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}

.rec-ar-top > div:first-child {
  max-width: 50%;
  width: 100%;
}

.pwr-sec {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  margin: 0 0 1.5rem;
}

.pwr-sec p {
  margin: 0 0 6px;
}

.rec-ar-top h4 {
}

@media (max-width:1180px){
  .btm-ss-col-holder {
    align-items: flex-end;
  }
}
@media (max-width:1024px){
  .rec-ar-image {
    width: 100%;
  }

  .rec-ar-content {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media (max-width:767px){
  .rec-ar-image {
    width: 100%;
    padding: 0;
    height: auto;
  }

  .rec-ar-content {
    width: 100%;
    padding: 20px 0 0;
  }

  .blog-archive-wrapper div#blogList > * {
    width: 100%;
  }

  .rec-ar-image img {
    position: static;
  }

  .rec-ar-slides-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .rec-ar-slides.big-post .rec-ar-image {
    padding: 0;
  }

  .rec-ar-slides.big-post .rec-ar-content h3 {
    font-family: Liebling;
    color: #fff;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 500;
  }

  .btm-content h2 {
    font-size: 59px;
  }

  .btm-content {
    width: 100%;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }

  .btm-image {
    width: 100%;
    text-align: right;
    margin-top: -200px;
  }

  .btm-image > * {
    margin-left: auto;
  }

  .btm-content > *:first-child p {
    padding-right: 150px;
  }

  .twf-image {
    position: static;
    width: 100%;
  }

  .twf-content {
    width: 100%;
    min-height: auto;
    padding: 50px 20px;
  }
  .rec-ar-top > div:first-child {
    width: auto;
    max-width: 100%;
  }

  .rec-ar-top {
    justify-content: space-between;
  }
}

