@charset "UTF-8";
@font-face {
  font-family: 'Triester Vector';
  src: url('../fonts/TriesterVector.woff2') format('woff2'), url('../fonts/TriesterVector.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editors Note';
  src: url('../fonts/EditorsNote-Regular.woff2') format('woff2'), url('../fonts/EditorsNote-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editors Note';
  src: url('../fonts/EditorsNote-Italic.woff2') format('woff2'), url('../fonts/EditorsNote-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Editors Note';
  src: url('../fonts/EditorsNote-Medium.woff2') format('woff2'), url('../fonts/EditorsNote-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editors Note';
  src: url('../fonts/EditorsNote-Light.woff2') format('woff2'), url('../fonts/EditorsNote-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Editors Note';
  src: url('../fonts/EditorsNote-Bold.woff2') format('woff2'), url('../fonts/EditorsNote-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Reset styles
*******************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
  max-width: 100%;
  height: auto;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #000000;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 16px;
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  border: 0;
  border-radius: 0;
  color: #fff;
  width: 100%;
  height: 80px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  background: #f3efea;
  border: 0;
  font: 14px/36px 'proxima_novalight';
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  padding: 6px 20px;
  height: 48px;
  margin: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
  border-radius: 0;
  /* gray80 */
  /* Firefox 18- (one color)*/
  /* Firefox 19+ (double colons) */
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
input[type=text]:required,
input[type=number]:required,
input[type=email]:required,
input[type=url]:required,
input[type=search]:required,
input[type=password]:required,
textarea:required {
  box-shadow: none;
}
textarea {
  height: 160px;
  resize: none;
  overflow: auto;
}
select {
  background: transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcd7cb;
  height: 28px;
  font: 12px/18px 'brandon_grotesquebold';
  padding: 4px 10px;
  margin: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 100%;
  color: #616161;
  border-radius: 0;
}
select:required {
  box-shadow: none;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
/* Links
*******************************/
a {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  line-height: 1.16em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Wordpress Typo
*******************************/
.entry-content a {
  border-bottom: 2px solid #EDBBB0;
  padding-bottom: 1px;
}
.entry-content ul {
  list-style: none;
}
.entry-content ul li {
  list-style: none;
  position: relative;
  padding-left: 35px;
}
.entry-content ul li:before {
  background: #595756;
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 10px;
  left: 0;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content ol li {
  list-style: decimal;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 1em 1.5em;
}
.entry-content ul ul,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ol ol {
  margin-bottom: 0;
}
.entry-content ol ol {
  list-style: upper-alpha;
}
.entry-content ol ol ol {
  list-style: lower-roman;
}
.entry-content ol ol ol ol {
  list-style: lower-alpha;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: 'poynterosdisplaybold';
  margin-bottom: 0.5em;
}
.entry-content h1 strong,
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong,
.entry-content h6 strong {
  font-weight: bold;
}
.entry-content h3 {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.entry-content h3:before,
.entry-content h3:after {
  content: "";
  border-top: 1px solid #e0e0e0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-top: 10px;
}
.entry-content h3:before {
  margin-right: 30px;
}
.entry-content h3:after {
  margin-left: 30px;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.entry-content table td,
.entry-content table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #e9e9e9;
}
.entry-content table th {
  font-weight: bold;
}
.entry-content pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.entry-content blockquote {
  border-left: 2px solid #000;
  font-size: 20px;
  line-height: 30px;
  font-family: 'proxima_novasemibold';
  padding-left: 20px;
}
.entry-content blockquote p:before {
  content: '"';
}
.entry-content blockquote p:after {
  content: '"';
}
.entry-content img,
.entry-content img.size-auto,
.entry-content img.size-full,
.entry-content img.size-large,
.entry-content img.size-medium,
.entry-content .attachment img {
  width: 100% !important;
  height: auto !important;
  /* Override height to match resized width for correct aspect ratio. */
  margin-bottom: 2px;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 11px;
}
.entry-content .alignright,
.entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 11px;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.entry-content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px 0;
  text-align: right;
}
.entry-content .wp-smiley {
  margin: 0;
}
.entry-content strong {
  font-family: 'proxima_novasemibold';
  font-weight: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flex-container {
  zoom: 1;
  position: relative;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/*!
 * jQuery Conveyor Ticker (jConveyorTicker)
 * Description: jQuery plugin to create simple horizontal conveyor belt animated tickers.
 *
 * Copyright (c) 2017 Luis Luz - UXD Lda
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Project home:
 *   https://github.com/lluz/jquery-conveyor-ticker
 *
 * Version:  1.1.0
 *
 */
.jctkr-wrapper,
.jctkr-wrapper * {
  box-sizing: border-box;
}
.jctkr-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 57px;
  vertical-align: top;
  overflow: hidden;
}
.jctkr-wrapper ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.jctkr-wrapper.jctkr-initialized ul {
  opacity: 1;
}
.jctkr-wrapper ul li {
  display: inline-block;
}
.jctkr-label {
  display: inline-block;
}
body {
  font: 14px/1.66 'Poppins', Arial, Verdana, sans-serif;
  color: #000;
}
html,
body {
  height: 100%;
  /* needed for container min-height */
}
.container {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 1140px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
.social ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.social ul li {
  margin-left: 20px;
}
.social ul li:first-child {
  margin-left: 0;
}
.social ul li a {
  background: url(../images/social-icons.png?12345) 0 0 no-repeat;
  background-size: 97px 13px;
  display: block;
  height: 13px;
  text-indent: -9999px;
}
.social ul li a.facebook {
  width: 6px;
}
.social ul li a.twitter {
  background-position: -6px 0;
  width: 12px;
}
.social ul li a.instagram {
  background-position: -18px 0;
  width: 11px;
}
.social ul li a.pinterest {
  background-position: -61px 0;
  width: 10px;
}
.social ul li a.email {
  background-position: -29px 0;
  width: 14px;
}
.social ul li a.youtube {
  background-position: 100% 0;
  width: 14px;
}
.header-social ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.header-social ul li {
  margin-left: 20px;
}
.header-social ul li:first-child {
  margin-left: 0;
}
.header-social ul li a {
  background: url(../images/header-social.png) 0 0 no-repeat;
  background-size: 95px 23px;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}
.header-social ul li a.instagram {
  background-position: 0 0;
  width: 23px;
  height: 23px;
}
.header-social ul li a.facebook {
  background-position: -23px 0;
  width: 19px;
  height: 23px;
}
.header-social ul li a.pinterest {
  background-position: -42px 0;
  width: 17px;
  height: 23px;
}
.header-social ul li a.twitter {
  background-position: -59px 0;
  width: 19px;
  height: 22px;
}
.header-social ul li a.tiktok {
  background-position: 100% 0;
  width: 17px;
  height: 23px;
}
/* Wrappers
*******************************/
#wrapper {
  position: relative;
  /* needed for footer positioning*/
  margin: 0 auto;
  /* center, not in IE5 */
  width: 100%;
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treaded as min-height*/
  min-height: 100%;
  /* real browsers */
  overflow: hidden;
}
/* Promo
*******************************/
#promo {
  border-bottom: 0.5px solid #000;
}
#promo.has-mobile-image .desktop-image {
  display: none;
}
#promo .mobile-image,
#promo .desktop-image {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  #promo.has-mobile-image .mobile-image {
    display: none;
  }
  #promo.has-mobile-image .desktop-image {
    display: block;
  }
}
/* Header
*******************************/
#header {
  position: relative;
  z-index: 1002;
  border-bottom: 0.5px solid #000;
}
#header .main-wrapper {
  position: relative;
  padding: 25px 25px;
}
#header .main-wrapper .header-social {
  display: none;
}
#header h1 {
  width: 180px;
  margin: 0 auto;
  z-index: 1;
}
#header h1 a {
  background: url(../images/mobile-logo-v2.png) 0 0 no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 180px;
  height: 30px;
  text-indent: -9999px;
}
#header .menu-toggle {
  position: absolute;
  right: 40px;
  top: 50%;
  height: 22px;
  width: 24px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  text-indent: -9999px;
  font: 600 8px/1 'Poppins';
  letter-spacing: 0.135em;
  text-transform: uppercase;
}
#header .menu-toggle span {
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 24px;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .menu-toggle span:before,
#header .menu-toggle span:after {
  background: #000;
  border-radius: 2px;
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .menu-toggle span:before {
  top: -6px;
}
#header .menu-toggle span:after {
  bottom: -6px;
}
#header .search-toggle {
  background: url(../images/search-toggle.png) 0 0 no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 15px;
  height: 15px;
}
#header .user-account {
  background: url(../images/user-account-icon.png) 50% 50% no-repeat;
  background-size: 10px 11px;
  position: absolute;
  top: 27px;
  right: 60px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header .user-account:before {
  background: #e0e0e0;
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  right: -10px;
  top: 7px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  transform: rotate(20deg);
}
#header .navigation {
  position: relative;
  padding: 0 30px;
  display: none;
}
#header .main-menu a {
  color: #000;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#header .main-menu a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#header .main-menu .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#header .main-menu .menu > li {
  margin-left: 40px;
  position: relative;
  font: 500 10px/14px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 11px 0;
}
#header .main-menu .menu > li:first-child {
  margin-left: 0;
}
#header .main-menu .menu > li.menu-type-category,
#header .main-menu .menu > li.menu-type-cities {
  position: static;
}
#header .main-menu .menu > li > a {
  display: block;
  position: relative;
  z-index: 100;
}
#header .main-menu .menu > li > a:after {
  background: #000;
  content: "";
  height: 2.5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}
#header .main-menu .menu > li.current-menu-item > a:after,
#header .main-menu .menu > li:hover > a:after {
  opacity: 1;
}
#header .main-menu .menu > li.menu-type-default .sub-menu {
  left: -20px;
  right: auto;
  padding: 20px;
  white-space: nowrap;
  min-width: calc(100% + 40px);
}
#header .main-menu .menu > li.menu-type-default .sub-menu li {
  margin-top: 16px;
}
#header .main-menu .menu > li.menu-type-default .sub-menu li:first-child {
  margin-top: 0;
}
#header .main-menu .menu > li .sub-menu {
  border: 0.5px solid #000;
  background: #fff;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px 20px;
  z-index: 1;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0;
}
#header .main-menu .menu > li .sub-menu li {
  margin-bottom: 0;
}
#header .main-menu .menu > li .sub-menu li.see-all {
  text-transform: uppercase;
  font-size: 9px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#header .main-menu .menu > li .sub-menu-category,
#header .main-menu .menu > li .sub-menu-cities {
  padding: 35px 0;
}
#header .main-menu .menu > li .sub-menu-category {
  background: url(../images/sub-menu-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  padding: 35px 90px;
  display: none;
}
#header .main-menu .menu > li .sub-menu-category .sub-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#header .main-menu .menu > li .sub-menu-category .left {
  width: 200px;
}
#header .main-menu .menu > li .sub-menu-category .left .title {
  font: 600 36px/1 'Editors Note';
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  display: block;
}
#header .main-menu .menu > li .sub-menu-category .left ul li {
  margin-top: 16px;
}
#header .main-menu .menu > li .sub-menu-category .left ul li:first-child {
  margin-top: 0;
}
#header .main-menu .menu > li .sub-menu-category .left ul li a {
  font-size: 11px;
}
#header .main-menu .menu > li .sub-menu-category .left ul li a:hover {
  text-decoration: underline;
}
#header .main-menu .menu > li .sub-menu-category .left .more {
  margin-top: 20px;
}
#header .main-menu .menu > li .sub-menu-category .left .more a {
  background: #fff;
  border: 0.5px solid #000;
  display: inline-block;
  padding: 2px 15px;
}
#header .main-menu .menu > li .sub-menu-category .left .more a:hover {
  background: #000;
  color: #fff;
}
#header .main-menu .menu > li .sub-menu-category .items {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .main-menu .menu > li .sub-menu-category .items .item {
  width: 20%;
  padding-left: 40px;
}
#header .main-menu .menu > li .menu-post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
#header .main-menu .menu > li .menu-post .image {
  width: 50%;
}
#header .main-menu .menu > li .menu-post .info {
  width: 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#header .main-menu .menu > li .menu-post .info .category {
  margin-bottom: 20px;
}
#header .main-menu .menu > li .menu-post .info .category a {
  display: inline-block;
  background: #f3efea;
  font: 600 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
}
#header .main-menu .menu > li .menu-post .info h2 {
  font: 600 18px/26px 'Editors Note';
  text-transform: none;
}
#header .main-menu .menu > li .menu-post-video {
  text-align: center;
}
#header .main-menu .menu > li .menu-post-video .image {
  border: 0.5px solid #000;
  margin-bottom: 28px;
}
#header .main-menu .menu > li .menu-post-video h2 {
  font: 600 15px/1 'Editors Note';
  letter-spacing: 1px;
  text-transform: none;
}
#header .searchform {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 40px 0;
  display: none;
}
#header .searchform .wrapper {
  position: relative;
}
#header .searchform .s {
  background: none;
  border-bottom: 1px solid #e0e0e0;
  font: 600 40px/1 'Editors Note';
  text-align: left;
  padding: 0 80px 30px 0;
  height: 81px;
  /* gray80 */
  /* Firefox 18- (one color)*/
  /* Firefox 19+ (double colons) */
}
#header .searchform .s::-webkit-input-placeholder {
  opacity: 0.3;
  text-transform: none;
}
#header .searchform .s:-moz-placeholder {
  opacity: 0.3;
  text-transform: none;
}
#header .searchform .s::-moz-placeholder {
  opacity: 0.3;
  text-transform: none;
}
#header .searchform .s:-ms-input-placeholder {
  opacity: 0.3;
  text-transform: none;
}
#header .searchform .searchsubmit {
  background: none;
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto;
  width: auto;
  position: absolute;
  top: 20px;
  right: 0;
}
#header .searchform .close {
  background: url(../images/searchform-close.png) 0 0 no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: -100px;
  display: none;
  z-index: 100;
}
#header .mobile-menu {
  display: none;
  background: url(../images/mobile-nav-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  border-left: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  text-align: center;
  padding: 60px 20px;
}
#header .mobile-menu .mobile-menu-learn {
  margin-top: 40px;
}
#header .mobile-menu .mobile-menu-header {
  font-family: 'Editors Note';
  font-size: 36px;
  margin-bottom: 10px;
}
#header .mobile-menu .mobile-menu-nav {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 600;
  letter-spacing: 0.135em;
}
#header .mobile-menu .mobile-menu-nav li {
  margin-top: 4px;
}
#header .mobile-menu .mobile-menu-nav li:first-child {
  margin-top: 0;
}
#header .mobile-menu .mobile-menu-nav a {
  display: inline-block;
  padding: 0 10px;
}
#header .mobile-menu .mobile-menu-nav a:hover {
  background: #000;
  color: #fff;
}
#header .mobile-menu .mobile-social {
  margin-top: 40px;
}
#header .mobile-menu .mobile-social ul {
  display: flex;
  justify-content: center;
}
#header .mobile-menu .mobile-social ul li {
  margin-left: 40px;
}
#header .mobile-menu .mobile-social ul li:first-child {
  margin-left: 0;
}
#header .mobile-menu .mobile-social ul li a {
  background: url(../images/header-social.png) 0 0 no-repeat;
  background-size: 95px 23px;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}
#header .mobile-menu .mobile-social ul li a.instagram {
  background-position: 0 0;
  width: 23px;
  height: 23px;
}
#header .mobile-menu .mobile-social ul li a.facebook {
  background-position: -23px 0;
  width: 19px;
  height: 23px;
}
#header .mobile-menu .mobile-social ul li a.pinterest {
  background-position: -42px 0;
  width: 17px;
  height: 23px;
}
#header .mobile-menu .mobile-social ul li a.twitter {
  background-position: -59px 0;
  width: 19px;
  height: 22px;
}
#header .mobile-menu .mobile-social ul li a.tiktok {
  background-position: 100% 0;
  width: 17px;
  height: 23px;
}
#header .desktop-menu {
  display: none;
  background: #000;
  position: absolute;
  top: 100%;
  right: 0;
  width: 160px;
  text-align: center;
  padding: 40px 13px 17px;
  z-index: 1;
}
#header .desktop-menu nav li {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0.135em;
  text-transform: uppercase;
  margin-top: 10px;
}
#header .desktop-menu nav li:first-child {
  margin-top: 0;
}
#header .desktop-menu nav li a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #000;
}
#header .desktop-menu nav li a:hover {
  border-color: #fff;
}
#header .desktop-menu .custom-link {
  border-top: 1px solid #fff;
  padding-top: 11px;
  margin-top: 20px;
}
#header .desktop-menu .custom-link a {
  display: block;
  background: url(../images/theeverymom-logo.png) 50% 50% no-repeat;
  background-size: 135px 27px;
  width: 135px;
  height: 27px;
  margin: 0 auto;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  #header .search-toggle {
    left: auto;
    right: 80px;
  }
}
@media (min-width: 1024px) {
  #header {
    border-bottom: 0;
    margin-bottom: 40px;
  }
  #header .main-wrapper {
    padding: 0 40px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #header .main-wrapper .header-social {
    display: block;
  }
  #header h1 {
    width: auto;
    margin: 0;
    margin-right: auto;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  #header h1 a {
    width: 220px;
    height: 34px;
  }
  #header .menu-toggle {
    height: 60px;
    width: 24px;
    text-indent: 0;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0);
    padding-bottom: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header .menu-toggle span {
    background: #000;
    border-radius: 2px;
    position: relative;
    top: auto;
    left: auto;
    width: 24px;
    height: 2px;
    margin: 12px auto 0;
  }
  #header .user-account {
    top: 17px;
  }
  #header .navigation {
    display: block;
  }
  #header .search-toggle {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    transform: translateY(0);
    margin-left: 40px;
    margin-right: 30px;
  }
  #header .user-account {
    right: 65px;
  }
  #header .searchform .close {
    display: block;
  }
}
body.logged-in #header .user-account {
  background-color: #f3efea;
}
body.scroll #wrapper {
  padding-top: 80px;
}
body.scroll #header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  body.scroll #wrapper {
    padding-top: 136px;
  }
}
body.open #header .menu-toggle span {
  background: transparent;
}
body.open #header .menu-toggle span:before {
  top: -7px;
  left: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 21px;
}
body.open #header .menu-toggle span:after {
  bottom: -7px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 21px;
}
body.open #header .mobile-menu {
  display: block;
}
@media (min-width: 1024px) {
  body.open #header .mobile-menu {
    display: none;
  }
  body.open #header .desktop-menu {
    display: block;
  }
}
.top-banner {
  text-align: center;
  padding: 15px 0;
}
/* Content
*******************************/
#content {
  position: relative;
  z-index: 1;
}
#instagram {
  display: none;
  margin-top: 60px;
}
#instagram h2 {
  font: 600 24px/1 'Editors Note';
  text-align: center;
  margin-bottom: 14px;
}
#instagram .text {
  text-align: center;
  font: 600 15px/1 'Poppins';
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #instagram {
    display: block;
  }
}
/* Footer
*******************************/
#footer {
  border-top: 0.5px solid #000;
  padding-top: 30px;
  margin-top: 60px;
}
#footer h1,
#footer .h1 {
  font: 400 44px/44px 'Editors Note';
}
#footer h2,
#footer .h2 {
  font: 400 32px/36px 'Editors Note';
}
#footer h3,
#footer .h3 {
  font: 500 24px/24px 'Editors Note';
}
#footer h4,
#footer .h4 {
  font: 500 16px/24px 'Editors Note';
}
@media (min-width: 1024px) {
  #footer h4,
  #footer .h4 {
    font-size: 20px;
  }
}
#footer h5,
#footer .h5 {
  font: 500 16px/24px 'Poppins';
}
#footer h6,
#footer .h6 {
  font: 500 14px/24px 'Poppins';
}
#footer .text {
  font: 14px/24px 'Poppins';
}
#footer .meta {
  font: 700 9px/16px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#footer .button {
  border: 0.5px solid #000;
  background: #000;
  color: #fff;
  font: 700 9px/15px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
}
#footer .button:hover {
  background: #fff;
  color: #000;
}
#footer .top {
  max-width: 1140px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}
#footer .footer-menu-categories {
  display: none;
}
#footer .footer-menu-categories .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-menu-categories .menu > li {
  width: 47%;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
}
#footer .footer-menu-categories .menu > li > a {
  font: 600 20px/24px 'Editors Note';
}
#footer .footer-menu-categories .menu > li .sub-menu {
  display: none;
  margin-top: 10px;
}
#footer .footer-menu-categories .menu > li .sub-menu li {
  font: 14px/24px 'Poppins';
}
#footer .footer-menu-bottom {
  width: 100%;
  margin-bottom: 20px;
  -webkit-order: 0;
  -ms-order: 0;
  order: 0;
}
#footer .footer-menu-bottom ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-menu-bottom ul li {
  width: 47%;
  padding: 5px 0;
  font: 14px/24px 'Poppins';
}
#footer .footer-menu-bottom ul li .sub-menu {
  display: none;
}
#footer .middle {
  border-top: 0.5px solid #000;
  margin-top: 50px;
}
#footer .footer-subscribe {
  background: #F9DED3;
  padding: 30px 25px;
}
#footer .footer-subscribe__form {
  position: relative;
  margin-top: 10px;
}
#footer .footer-subscribe__form .mc4wp-form-fields {
  border: 2px solid #fff;
  display: flex;
}
#footer .footer-subscribe__form .mc4wp-form-fields p {
  margin-bottom: 0;
}
#footer .footer-subscribe__form .mc4wp-form-fields p:first-child {
  flex: 1;
}
#footer .footer-subscribe__form input[type=email] {
  background: #FFFFFF;
  border: 0;
  text-align: left;
  font-size: 10px;
  font-weight: 500;
  font-family: 'Poppins';
  letter-spacing: 0.12em;
  line-height: 16px;
  padding: 8px 15px;
  height: 32px;
  color: #8B8B8B;
}
#footer .footer-subscribe__form input[type=submit] {
  background-color: #000;
  color: #fff;
  font: 500 9px/16px 'Poppins';
  height: 32px;
  padding: 0 20px;
  width: auto;
}
#footer .footer-subscribe__form .mc4wp-response {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
}
#footer .footer-subscribe__form .mc4wp-response > div {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#footer .footer-subscribe__form .mc4wp-response p {
  margin-bottom: 0;
}
#footer .footer-social {
  background: #CDDBE6;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  padding: 30px 25px;
}
#footer .footer-social .header-social {
  margin-top: 18px;
}
#footer .footer-social .header-social ul {
  justify-content: center;
}
#footer .footer-contact {
  background: #D2D3A9;
  padding: 30px 25px;
}
#footer .footer-contact__button {
  margin-top: 13px;
}
#footer .bottom {
  border-top: 0.5px solid #000;
  padding: 30px 0;
}
#footer .copyrights {
  max-width: 1140px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  #footer {
    padding-top: 60px;
    margin-top: 0;
  }
  #footer .top,
  #footer .copyrights {
    padding: 0 30px;
  }
  #footer .footer-menu-categories {
    padding: 0 50px 0;
    display: block;
  }
  #footer .footer-menu-categories .menu > li {
    width: 28%;
    padding: 0;
  }
  #footer .footer-menu-categories .menu > li:nth-child(n+4) {
    margin-top: 30px;
  }
  #footer .footer-menu-categories .menu > li .sub-menu {
    display: block;
  }
  #footer .footer-menu-bottom {
    display: none;
  }
  #footer .middle__wrapper {
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #footer .middle__wrapper::before,
  #footer .middle__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50vw - 50% + 30px);
  }
  #footer .middle__wrapper:before {
    background: #F9DED3;
    right: calc(100% - 30px);
  }
  #footer .middle__wrapper:after {
    background: #D2D3A9;
    left: calc(100% - 30px);
  }
  #footer .footer-subscribe,
  #footer .footer-social,
  #footer .footer-contact {
    width: 33.33%;
  }
  #footer .footer-subscribe {
    padding-left: 0;
  }
  #footer .footer-social {
    border-top: 0;
    border-bottom: 0;
    border-left: 0.5px solid #000;
    border-right: 0.5px solid #000;
  }
  #footer .footer-contact {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  #footer .footer-menu-categories {
    padding: 0;
  }
  #footer .footer-menu-categories .menu > li {
    width: 13%;
  }
  #footer .footer-menu-categories .menu > li:nth-child(n+4) {
    margin-top: 0;
  }
  #footer .bottom {
    padding: 40px 0;
  }
}
body.show-scroll-top #footer .scroll-top {
  background: #000000;
  color: #fff;
  position: fixed;
  bottom: 0;
  top: auto;
  z-index: 1000;
}
@media (min-width: 1060px) {
  body.show-scroll-top #footer .scroll-top {
    right: 50%;
    margin-right: -540px;
  }
}
body.show-scroll-top #footer .scroll-top:before {
  background-position: 0 100%;
}
body.show-scroll-top #footer.in-view .scroll-top {
  background: #f8f8f8;
  color: #000;
  position: absolute;
  bottom: auto;
  top: -16px;
}
body.show-scroll-top #footer.in-view .scroll-top:before {
  background-position: 0 0;
}
.paginator {
  position: relative;
  text-align: center;
  margin-top: 4.52%;
  font: 11px/12px 'AvenirLTStdBlack';
  text-transform: uppercase;
  color: #646362;
}
.paginator a {
  display: inline-block;
  margin: 0 2px;
  padding: 7px 10px;
  color: #646362;
}
.paginator a.active,
.paginator a:hover {
  color: #f5dc8e;
}
.paginator .next.prev-inactive,
.paginator .prev.prev-inactive,
.paginator .next.next-inactive,
.paginator .prev.next-inactive {
  display: none;
}
.paginator .next:hover,
.paginator .prev:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
.paginator .prev {
  left: 0;
}
.paginator .next {
  background-position: 100% 0;
  right: 0;
}
.paginator .pages {
  display: inline-block;
}
.paginator .pages a.active {
  background: #f5dc8e;
  color: #fff;
}
/* Page - Default Template
*******************************/
/* Error Page
*******************************/
#page404 {
  padding-top: 100px;
}
#page404 .main {
  background: url(../images/page404-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  max-width: 850px;
  margin: 0 auto;
  padding: 75px 20px 35px;
}
#page404 .main .wrapper {
  background: #f3efea;
  padding: 70px 20px 75px;
  text-align: center;
}
#page404 .entry-title {
  font-size: 28px;
  margin-bottom: 45px;
}
#page404 .back a {
  display: inline-block;
  background: #000000;
  color: #fff;
  padding: 10px 20px;
}
#page404 .bottom {
  text-align: center;
  margin-top: 80px;
}
#page404 .bottom ul {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #page404 .main {
    padding: 75px 55px 35px;
  }
  #page404 .main .wrapper {
    padding: 70px 80px 75px;
  }
  #page404 .back a {
    padding: 10px 60px;
  }
  #page404 .bottom ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page404 .bottom ul li {
    margin: 0 20px;
    font-family: 'Poppins';
    font-weight: 600;
  }
}
/* Homepage
*******************************/
#homepage h1,
#homepage .h1 {
  font: 400 44px/44px 'Editors Note';
}
#homepage h2,
#homepage .h2 {
  font: 400 32px/36px 'Editors Note';
}
#homepage h3,
#homepage .h3 {
  font: 500 24px/30px 'Editors Note';
}
#homepage h4,
#homepage .h4 {
  font: 500 16px/24px 'Editors Note';
}
@media (min-width: 1024px) {
  #homepage h4,
  #homepage .h4 {
    font-size: 20px;
  }
}
#homepage h5,
#homepage .h5 {
  font: 700 16px/24px 'Poppins';
}
#homepage h6,
#homepage .h6 {
  font: 500 14px/24px 'Poppins';
}
#homepage .text {
  font: 14px/24px 'Poppins';
}
#homepage .meta {
  font: 700 9px/16px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#homepage .caption {
  font: 300 italic 10px/14px 'Poppins';
}
#homepage .button {
  border: 0.5px solid #000;
  background: #000;
  color: #fff;
  font: 700 9px/15px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
}
#homepage .button:hover {
  background: #fff;
  color: #000;
}
#homepage .intro {
  margin-bottom: 60px;
}
#homepage .intro__wrapper {
  display: grid;
  gap: 40px;
}
#homepage .intro__post-image {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
}
#homepage .intro__post-image img {
  aspect-ratio: 614/378;
  object-fit: cover;
}
#homepage .intro__post-category {
  margin-bottom: 10px;
}
#homepage .intro__post-text {
  margin-top: 10px;
  display: none;
}
#homepage .intro__items-title {
  background: url(../images/new-now-bg.png) 50% 50% no-repeat;
  background-size: contain;
  height: 34px;
  text-indent: -9999px;
  display: none;
  margin-bottom: 19px;
}
#homepage .intro__item {
  border: 0.5px solid #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
#homepage .intro__item:first-child {
  margin-top: 0;
}
#homepage .intro__item-image {
  width: 134px;
  position: relative;
}
#homepage .intro__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#homepage .intro__item-info {
  flex: 1;
  border-left: 0.5px solid #000;
  padding: 10px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#homepage .intro__item-category {
  margin-bottom: 10px;
}
#homepage .intro__item-title {
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 1024px) {
  #homepage .intro__wrapper {
    display: grid;
    grid-template-columns: 58fr 42fr;
    gap: 20px;
  }
  #homepage .intro__post-image {
    border: 0.5px solid #000;
    margin-left: 0;
    margin-right: 0;
  }
  #homepage .intro__post-image img {
    aspect-ratio: 614/378;
  }
  #homepage .intro__post-text {
    display: block;
  }
  #homepage .intro__items-title {
    display: block;
  }
  #homepage .intro__items {
    max-width: 470px;
    margin: 0 auto;
  }
  #homepage .intro__item-image {
    width: 150px;
  }
  #homepage .intro__item-info {
    height: 150px;
    padding: 17px 20px;
  }
  #homepage .intro__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}
#homepage .featured-posts {
  margin-top: 60px;
}
#homepage .featured-posts__title {
  text-align: center;
  margin-bottom: 20px;
}
#homepage .featured-posts__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#homepage .featured-posts__item:nth-child(1) .featured-posts__post-image img {
  aspect-ratio: 175/116;
}
#homepage .featured-posts__item:nth-child(2) .featured-posts__post-image img {
  aspect-ratio: 1/1;
}
#homepage .featured-posts__item:nth-child(3) .featured-posts__post {
  margin-top: -33%;
}
#homepage .featured-posts__item:nth-child(3) .featured-posts__post-image img {
  aspect-ratio: 1/1;
}
#homepage .featured-posts__item:nth-child(4) .featured-posts__post-image img {
  aspect-ratio: 175/116;
}
#homepage .featured-posts__item:nth-child(5) {
  grid-column: 1 / span 2;
}
#homepage .featured-posts__item:nth-child(5) .featured-posts__post-info {
  min-height: 100px;
}
#homepage .featured-posts__item:nth-child(5) .featured-posts__post-title {
  -webkit-line-clamp: 2;
}
#homepage .featured-posts__item:nth-child(5) .featured-posts__post-image img {
  aspect-ratio: 375/200;
}
#homepage .featured-posts__post {
  border: 0.5px solid #000;
}
#homepage .featured-posts__post-image {
  border-bottom: 0.5px solid #000;
}
#homepage .featured-posts__post-image img {
  object-fit: cover;
  width: 100%;
}
#homepage .featured-posts__post-info {
  padding: 12px 18px;
  min-height: 141px;
}
#homepage .featured-posts__post-category {
  margin-bottom: 10px;
}
#homepage .featured-posts__post-title {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (min-width: 1024px) {
  #homepage .featured-posts__title {
    margin-bottom: 47px;
  }
  #homepage .featured-posts__items {
    grid-template-columns: 3fr 4fr 3fr;
    gap: 50px;
  }
  #homepage .featured-posts__item:nth-child(1) .featured-posts__post {
    display: flex;
    flex-direction: column-reverse;
  }
  #homepage .featured-posts__item:nth-child(1) .featured-posts__post-image {
    border-top: 0.5px solid #000;
    border-bottom: 0;
  }
  #homepage .featured-posts__item:nth-child(1) .featured-posts__post-image img {
    aspect-ratio: 1/1;
  }
  #homepage .featured-posts__item:nth-child(2) .featured-posts__post-image img {
    aspect-ratio: 360/268;
  }
  #homepage .featured-posts__item:nth-child(3) .featured-posts__post {
    display: flex;
    flex-direction: column-reverse;
  }
  #homepage .featured-posts__item:nth-child(3) .featured-posts__post {
    margin-top: 0;
  }
  #homepage .featured-posts__item:nth-child(3) .featured-posts__post-image {
    border-top: 0.5px solid #000;
    border-bottom: 0;
  }
  #homepage .featured-posts__item:nth-child(3) .featured-posts__post-image img {
    aspect-ratio: 1/1;
  }
  #homepage .featured-posts__item:nth-child(4) {
    order: 5;
    grid-column: 3 / span 1;
  }
  #homepage .featured-posts__item:nth-child(4) .featured-posts__post {
    margin-left: -50px;
    display: flex;
    flex-direction: column-reverse;
  }
  #homepage .featured-posts__item:nth-child(4) .featured-posts__post-image {
    border-top: 0.5px solid #000;
    border-bottom: 0;
  }
  #homepage .featured-posts__item:nth-child(4) .featured-posts__post-image img {
    aspect-ratio: 312/270;
  }
  #homepage .featured-posts__item:nth-child(5) {
    order: 4;
    grid-column: 1 / span 2;
  }
  #homepage .featured-posts__item:nth-child(5) .featured-posts__post {
    margin-right: 45px;
  }
  #homepage .featured-posts__item:nth-child(5) .featured-posts__post-info {
    min-height: 122px;
  }
  #homepage .featured-posts__item:nth-child(5) .featured-posts__post-image img {
    aspect-ratio: 635/336;
  }
  #homepage .featured-posts__post-info {
    padding: 25px 40px;
    min-height: 190px;
  }
  #homepage .featured-posts__post-category {
    margin-bottom: 20px;
  }
}
#homepage .home-featured-posts {
  margin-top: 60px;
}
#homepage .home-featured-posts__title {
  text-align: left;
  margin-bottom: 30px;
}
#homepage .home-featured-posts__items {
  position: relative;
  padding-bottom: 48px;
}
#homepage .home-featured-posts__items .slick-arrow {
  background-color: transparent;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  text-indent: -9999px;
  z-index: 1;
}
#homepage .home-featured-posts__items .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.6967C6.01041 0.403806 5.53553 0.403806 5.24264 0.6967L0.46967 5.46967ZM13 5.25L1 5.25L1 6.75L13 6.75L13 5.25Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 50%;
  margin-left: -30px;
}
#homepage .home-featured-posts__items .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5303 6.88324C12.8232 6.59034 12.8232 6.11547 12.5303 5.82258L7.75736 1.0496C7.46447 0.756711 6.98959 0.756711 6.6967 1.0496C6.40381 1.3425 6.40381 1.81737 6.6967 2.11026L10.9393 6.35291L6.6967 10.5955C6.40381 10.8884 6.40381 11.3633 6.6967 11.6562C6.98959 11.9491 7.46447 11.9491 7.75736 11.6562L12.5303 6.88324ZM0 7.10291L12 7.10291L12 5.60291L0 5.60291L0 7.10291Z' fill='black'/%3E%3C/svg%3E%0A");
  right: 50%;
  margin-right: -30px;
}
#homepage .home-featured-posts__item {
  width: 260px;
  padding: 0 10px;
}
#homepage .home-featured-posts__item-image {
  margin-bottom: 22px;
}
#homepage .home-featured-posts__item-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
#homepage .home-featured-posts__item-category {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  #homepage .home-featured-posts__title {
    margin-bottom: 40px;
    text-align: center;
  }
  #homepage .home-featured-posts__items .slick-arrow {
    background-color: #fff;
    border: 1px solid #000000;
    width: 34px;
    height: 34px;
    bottom: auto;
    top: 103px;
  }
  #homepage .home-featured-posts__items .slick-arrow.slick-prev {
    left: 64px;
    margin-left: 0;
  }
  #homepage .home-featured-posts__items .slick-arrow.slick-next {
    right: 64px;
    margin-right: 0;
  }
}
#homepage .news-track {
  background: #EDF6E5;
  border-top: 0.5px solid #000000;
  border-bottom: 0.5px solid #000000;
}
#homepage .news-track__items {
  display: inline-block;
}
#homepage .news-track__item a {
  display: block;
  padding: 20px 35px;
  position: relative;
}
#homepage .news-track__item a:after {
  background: #000;
  border-radius: 50%;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: -2.5px;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  #homepage .news-track__item a {
    text-transform: uppercase;
  }
}
#homepage .subscribe {
  position: relative;
  padding: 90px 70px;
  margin-top: 60px;
}
#homepage .subscribe__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homepage .subscribe__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homepage .subscribe__content {
  background: #fff;
  border: 0.5px solid #000;
  padding: 20px;
  position: relative;
}
#homepage .subscribe__title {
  margin-bottom: 10px;
}
#homepage .subscribe__text {
  margin-bottom: 20px;
}
#homepage .subscribe__form {
  position: relative;
  border: 1px solid #000;
}
#homepage .subscribe__form .mc4wp-form-fields {
  border: 2px solid #fff;
  display: flex;
}
#homepage .subscribe__form .mc4wp-form-fields p {
  margin-bottom: 0;
}
#homepage .subscribe__form .mc4wp-form-fields p:first-child {
  flex: 1;
}
#homepage .subscribe__form input[type=email] {
  background: #FFFFFF;
  border: 0;
  text-align: left;
  font-size: 10px;
  font-weight: 500;
  font-family: 'Poppins';
  letter-spacing: 0.12em;
  line-height: 16px;
  padding: 8px 15px;
  height: 32px;
  color: #8B8B8B;
}
#homepage .subscribe__form input[type=submit] {
  background-color: #000;
  color: #fff;
  font: 500 9px/16px 'Poppins';
  height: 32px;
  padding: 0 20px;
  width: auto;
}
#homepage .subscribe__form .mc4wp-response {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
}
#homepage .subscribe__form .mc4wp-response > div {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#homepage .subscribe__form .mc4wp-response p {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #homepage .subscribe {
    padding: 0;
  }
  #homepage .subscribe__container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
  }
  #homepage .subscribe__wrapper {
    border: 0.5px solid #000;
    display: flex;
  }
  #homepage .subscribe__image {
    position: relative;
    top: auto;
    left: auto;
    width: 40%;
    height: auto;
  }
  #homepage .subscribe__content {
    width: 60%;
    border: 0;
    padding: 100px;
  }
  #homepage .subscribe__title {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  #homepage .subscribe__text {
    margin-bottom: 50px;
  }
  #homepage .subscribe__form {
    border: 0;
  }
  #homepage .subscribe__form .mc4wp-form-fields {
    background: #F3EDE9;
    border-color: #F3EDE9;
  }
  #homepage .subscribe__form input[type=email] {
    background: transparent;
  }
}
#homepage .subscribe-2 {
  border-top: 0.5px solid #000000;
  border-bottom: 0.5px solid #000000;
  background-size: cover;
  background-position: 50% 50%;
  padding: 30px 0 40px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
#homepage .subscribe-2__title {
  font: 400 20px/24px 'Editors Note';
  text-align: center;
  margin-bottom: 14px;
}
#homepage .subscribe-2__title p {
  margin-bottom: 0;
}
#homepage .subscribe-2__form {
  position: relative;
}
#homepage .subscribe-2__form .mc4wp-form-fields {
  border: 2px solid #fff;
  display: flex;
}
#homepage .subscribe-2__form .mc4wp-form-fields p {
  margin-bottom: 0;
}
#homepage .subscribe-2__form .mc4wp-form-fields p:first-child {
  flex: 1;
}
#homepage .subscribe-2__form input[type=email] {
  background: #FFFFFF;
  border: 0;
  text-align: left;
  font-size: 10px;
  font-weight: 500;
  font-family: 'Poppins';
  letter-spacing: 0.12em;
  line-height: 16px;
  padding: 8px 15px;
  height: 32px;
  color: #8B8B8B;
}
#homepage .subscribe-2__form input[type=submit] {
  background-color: #000;
  color: #fff;
  font: 500 9px/16px 'Poppins';
  height: 32px;
  padding: 0 20px;
  width: auto;
}
#homepage .subscribe-2__form .mc4wp-response {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
}
#homepage .subscribe-2__form .mc4wp-response > div {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#homepage .subscribe-2__form .mc4wp-response p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #homepage .subscribe-2 {
    padding: 35px 0 40px;
  }
  #homepage .subscribe-2__form {
    width: 275px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  #homepage .subscribe-2__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #homepage .subscribe-2__title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }
  #homepage .subscribe-2__form {
    margin: 0;
  }
  #homepage .subscribe-2__form input[type=email] {
    font-size: 10px;
  }
}
#homepage .featured-post-with-products {
  position: relative;
  margin-top: 60px;
}
#homepage .featured-post-with-products__image {
  position: relative;
  padding-bottom: 100%;
}
#homepage .featured-post-with-products__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#homepage .featured-post-with-products__title {
  padding: 40px 30px 30px;
  margin-bottom: 0;
}
#homepage .featured-post-with-products__text {
  display: none;
  font-size: 16px;
  line-height: 1;
}
#homepage .featured-post-with-products__items-wrapper {
  width: 100%;
  padding: 0 20px;
}
#homepage .featured-post-with-products__items {
  padding-bottom: 48px;
  position: relative;
}
#homepage .featured-post-with-products__items .slick-arrow {
  background-color: transparent;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  margin-top: -35px;
  text-indent: -9999px;
  padding: 0;
}
#homepage .featured-post-with-products__items .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.6967C6.01041 0.403806 5.53553 0.403806 5.24264 0.6967L0.46967 5.46967ZM13 5.25L1 5.25L1 6.75L13 6.75L13 5.25Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 6px;
}
#homepage .featured-post-with-products__items .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5303 6.88324C12.8232 6.59034 12.8232 6.11547 12.5303 5.82258L7.75736 1.0496C7.46447 0.756711 6.98959 0.756711 6.6967 1.0496C6.40381 1.3425 6.40381 1.81737 6.6967 2.11026L10.9393 6.35291L6.6967 10.5955C6.40381 10.8884 6.40381 11.3633 6.6967 11.6562C6.98959 11.9491 7.46447 11.9491 7.75736 11.6562L12.5303 6.88324ZM0 7.10291L12 7.10291L12 5.60291L0 5.60291L0 7.10291Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 36px;
}
#homepage .featured-post-with-products__item {
  padding: 0 10px;
}
#homepage .featured-post-with-products__item-image {
  border: 0.5px solid #000;
  padding-bottom: 116%;
  position: relative;
  margin-bottom: 15px;
}
#homepage .featured-post-with-products__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (min-width: 768px) {
  #homepage .featured-post-with-products {
    background: #F3EDE9;
    padding-left: 36%;
    margin-top: 0;
  }
  #homepage .featured-post-with-products__wrapper {
    display: block;
    padding: 40px;
    max-width: 675px;
    width: 100%;
  }
  #homepage .featured-post-with-products__image {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 100%;
  }
  #homepage .featured-post-with-products__title {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #homepage .featured-post-with-products__items-wrapper {
    padding: 0;
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1024px) {
  #homepage .featured-post-with-products {
    padding-left: 42%;
  }
  #homepage .featured-post-with-products__wrapper {
    padding: 65px 30px 55px 100px;
  }
  #homepage .featured-post-with-products__image {
    width: 42%;
  }
  #homepage .featured-post-with-products__title {
    margin-bottom: 20px;
  }
  #homepage .featured-post-with-products__text {
    display: block;
  }
  #homepage .featured-post-with-products__items-wrapper {
    margin-top: 30px;
    margin-left: -13px;
    margin-right: -13px;
  }
  #homepage .featured-post-with-products__items {
    padding-bottom: 35px;
    position: relative;
  }
  #homepage .featured-post-with-products__items .slick-arrow {
    bottom: 0;
  }
  #homepage .featured-post-with-products__items .slick-arrow.slick-prev {
    left: 9px;
  }
  #homepage .featured-post-with-products__items .slick-arrow.slick-next {
    left: 39px;
  }
  #homepage .featured-post-with-products__item {
    padding: 0 13px;
  }
}
#homepage .featured-post-with-products-2 {
  position: relative;
  margin-top: 60px;
}
#homepage .featured-post-with-products-2__image {
  position: relative;
  padding-bottom: 100%;
}
#homepage .featured-post-with-products-2__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#homepage .featured-post-with-products-2__title {
  padding: 40px 30px 30px;
  margin-bottom: 0;
}
#homepage .featured-post-with-products-2__text {
  display: none;
}
#homepage .featured-post-with-products-2__items-wrapper {
  width: 100%;
  padding: 0 20px;
}
#homepage .featured-post-with-products-2__items {
  padding-bottom: 75px;
  position: relative;
}
#homepage .featured-post-with-products-2__items .slick-arrow {
  background-color: transparent;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 30px;
  margin-top: -35px;
  text-indent: -9999px;
  padding: 0;
}
#homepage .featured-post-with-products-2__items .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.6967C6.01041 0.403806 5.53553 0.403806 5.24264 0.6967L0.46967 5.46967ZM13 5.25L1 5.25L1 6.75L13 6.75L13 5.25Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 6px;
}
#homepage .featured-post-with-products-2__items .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5303 6.88324C12.8232 6.59034 12.8232 6.11547 12.5303 5.82258L7.75736 1.0496C7.46447 0.756711 6.98959 0.756711 6.6967 1.0496C6.40381 1.3425 6.40381 1.81737 6.6967 2.11026L10.9393 6.35291L6.6967 10.5955C6.40381 10.8884 6.40381 11.3633 6.6967 11.6562C6.98959 11.9491 7.46447 11.9491 7.75736 11.6562L12.5303 6.88324ZM0 7.10291L12 7.10291L12 5.60291L0 5.60291L0 7.10291Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 36px;
}
#homepage .featured-post-with-products-2__item {
  padding: 0 10px;
}
#homepage .featured-post-with-products-2__item-image {
  border: 0.5px solid #000;
  padding-bottom: 116%;
  position: relative;
  margin-bottom: 15px;
}
#homepage .featured-post-with-products-2__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (min-width: 768px) {
  #homepage .featured-post-with-products-2 {
    background: #F3EDE9;
    padding-right: 36%;
    display: flex;
    justify-content: flex-end;
  }
  #homepage .featured-post-with-products-2__wrapper {
    display: block;
    padding: 40px;
    max-width: 637px;
    width: 100%;
  }
  #homepage .featured-post-with-products-2__image {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
  }
  #homepage .featured-post-with-products-2__title {
    width: 100%;
    font-size: 32px;
    line-height: 34px;
    padding: 0;
    margin-bottom: 20px;
  }
  #homepage .featured-post-with-products-2__items-wrapper {
    padding: 0;
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1024px) {
  #homepage .featured-post-with-products-2 {
    padding-right: 46%;
  }
  #homepage .featured-post-with-products-2__wrapper {
    padding: 65px 100px 55px 30px;
  }
  #homepage .featured-post-with-products-2__image {
    width: 46%;
  }
  #homepage .featured-post-with-products-2__title {
    margin-bottom: 20px;
  }
  #homepage .featured-post-with-products-2__text {
    display: block;
  }
  #homepage .featured-post-with-products-2__items-wrapper {
    margin-top: 30px;
    margin-left: -13px;
    margin-right: -13px;
  }
  #homepage .featured-post-with-products-2__items {
    padding-bottom: 35px;
    position: relative;
  }
  #homepage .featured-post-with-products-2__items .slick-arrow {
    bottom: 0;
  }
  #homepage .featured-post-with-products-2__items .slick-arrow.slick-prev {
    left: 9px;
  }
  #homepage .featured-post-with-products-2__items .slick-arrow.slick-next {
    left: 39px;
  }
  #homepage .featured-post-with-products-2__item {
    padding: 0 13px;
  }
}
#homepage .latest-stories {
  margin-top: 60px;
}
#homepage .latest-stories__title {
  text-align: center;
  margin-bottom: 30px;
}
#homepage .latest-stories__posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#homepage .latest-stories__post-image {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 18px;
}
#homepage .latest-stories__post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#homepage .latest-stories__post-category {
  margin-bottom: 10px;
}
#homepage .latest-stories__post-title {
  margin-bottom: 0;
}
#homepage .latest-stories__more {
  text-align: center;
  margin-top: 40px;
}
#homepage .latest-stories__more a {
  border: 0.5px solid #000;
  background: #000;
  color: #fff;
  font: 700 9px/15px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 40px;
  display: inline-block;
}
#homepage .latest-stories__more a:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) {
  #homepage .latest-stories__title {
    margin-bottom: 64px;
  }
  #homepage .latest-stories__posts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #homepage .latest-stories__post-image {
    margin-bottom: 20px;
  }
}
#homepage .instagram-feed {
  padding: 30px 0 0;
}
#homepage .instagram-feed__title {
  text-align: center;
  font: bold 24px/26px 'Editors Note';
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #homepage .instagram-feed__title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}
#homepage .experts-posts {
  margin-top: 60px;
}
#homepage .experts-posts__cta {
  position: relative;
  padding: 50px;
}
#homepage .experts-posts__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#homepage .experts-posts__cta-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homepage .experts-posts__cta-info {
  background: #fff;
  border: 0.5px solid #000;
  padding: 38px 30px 30px 38px;
  position: relative;
  z-index: 1;
}
#homepage .experts-posts__cta-before-title {
  margin-bottom: 10px;
}
#homepage .experts-posts__cta-title {
  margin-bottom: 23px;
}
#homepage .experts-posts__title {
  padding: 40px 30px 20px;
  margin-bottom: 0;
}
#homepage .experts-posts__items {
  padding-bottom: 100px;
}
#homepage .experts-posts__items .slick-track {
  display: flex !important;
  align-items: stretch;
  flex-wrap: wrap;
}
#homepage .experts-posts__items .slick-track .slick-slide {
  float: none;
  height: inherit !important;
}
#homepage .experts-posts__items .slick-arrow {
  background-color: transparent;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 40px;
  text-indent: -9999px;
  padding: 0;
}
#homepage .experts-posts__items .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.6967C6.01041 0.403806 5.53553 0.403806 5.24264 0.6967L0.46967 5.46967ZM13 5.25L1 5.25L1 6.75L13 6.75L13 5.25Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 50%;
  margin-left: -30px;
}
#homepage .experts-posts__items .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5303 6.88324C12.8232 6.59034 12.8232 6.11547 12.5303 5.82258L7.75736 1.0496C7.46447 0.756711 6.98959 0.756711 6.6967 1.0496C6.40381 1.3425 6.40381 1.81737 6.6967 2.11026L10.9393 6.35291L6.6967 10.5955C6.40381 10.8884 6.40381 11.3633 6.6967 11.6562C6.98959 11.9491 7.46447 11.9491 7.75736 11.6562L12.5303 6.88324ZM0 7.10291L12 7.10291L12 5.60291L0 5.60291L0 7.10291Z' fill='black'/%3E%3C/svg%3E%0A");
  right: 50%;
  margin-right: -30px;
}
#homepage .experts-posts__item-wrapper {
  padding: 0 15px;
  height: inherit;
}
#homepage .experts-posts__item {
  width: 176px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#homepage .experts-posts__item-category {
  margin-bottom: 10px;
}
#homepage .experts-posts__item-title {
  min-height: 120px;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}
#homepage .experts-posts__item-expert {
  border: 0.5px solid #000;
  background: #EDF6E5;
  flex: 1;
}
#homepage .experts-posts__item-expert-image {
  border-bottom: 0.5px solid #000;
  padding-bottom: 84%;
  position: relative;
}
#homepage .experts-posts__item-expert-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#homepage .experts-posts__item-expert-info {
  padding: 20px;
}
#homepage .experts-posts__item-expert-name {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #homepage .experts-posts__content {
    padding: 48px 60px 0;
  }
  #homepage .experts-posts__title {
    padding: 0;
    margin-bottom: 70px;
  }
  #homepage .experts-posts__items {
    margin-left: -10px;
    margin-right: -10px;
  }
  #homepage .experts-posts__item-wrapper {
    padding: 0 10px;
  }
  #homepage .experts-posts__item {
    width: auto;
  }
}
@media (min-width: 1024px) {
  #homepage .experts-posts__wrapper {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
  }
  #homepage .experts-posts__cta {
    position: static;
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 65px;
    padding-right: 0;
  }
  #homepage .experts-posts__cta-image {
    right: calc((50vw - 50%) * -1);
    left: 58%;
  }
  #homepage .experts-posts__content {
    width: 58%;
    padding: 20px 100px 0 0;
  }
  #homepage .experts-posts__items {
    padding-bottom: 0;
  }
  #homepage .experts-posts__items .slick-arrow {
    bottom: 40px;
  }
  #homepage .experts-posts__items .slick-arrow.slick-prev {
    left: 11px;
    margin-left: 0;
  }
  #homepage .experts-posts__items .slick-arrow.slick-next {
    right: auto;
    left: 41px;
    margin-right: 0;
  }
}
#homepage .books-to-read {
  background: #F2EFEA;
  padding: 36px 0 0;
  position: relative;
}
#homepage .books-to-read__title {
  padding: 0 60px;
  margin-bottom: 40px;
}
#homepage .books-to-read__nav {
  display: none;
}
#homepage .books-to-read__nav-item-category {
  display: none;
  margin-bottom: 10px;
}
#homepage .books-to-read__image {
  display: none;
}
#homepage .books-to-read__items {
  padding-bottom: 100px;
}
#homepage .books-to-read__items .slick-track {
  display: flex !important;
  align-items: stretch;
  flex-wrap: wrap;
}
#homepage .books-to-read__items .slick-track .slick-slide {
  float: none;
  height: inherit !important;
}
#homepage .books-to-read__items .slick-arrow {
  background-color: transparent;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 40px;
  text-indent: -9999px;
}
#homepage .books-to-read__items .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.6967C6.01041 0.403806 5.53553 0.403806 5.24264 0.6967L0.46967 5.46967ZM13 5.25L1 5.25L1 6.75L13 6.75L13 5.25Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 50%;
  margin-left: -30px;
}
#homepage .books-to-read__items .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5303 6.88324C12.8232 6.59034 12.8232 6.11547 12.5303 5.82258L7.75736 1.0496C7.46447 0.756711 6.98959 0.756711 6.6967 1.0496C6.40381 1.3425 6.40381 1.81737 6.6967 2.11026L10.9393 6.35291L6.6967 10.5955C6.40381 10.8884 6.40381 11.3633 6.6967 11.6562C6.98959 11.9491 7.46447 11.9491 7.75736 11.6562L12.5303 6.88324ZM0 7.10291L12 7.10291L12 5.60291L0 5.60291L0 7.10291Z' fill='black'/%3E%3C/svg%3E%0A");
  right: 50%;
  margin-right: -30px;
}
#homepage .books-to-read__item-wrapper {
  padding: 0 6px;
}
#homepage .books-to-read__item {
  width: 236px;
}
#homepage .books-to-read__item-image {
  position: relative;
  padding-bottom: 110%;
  margin-bottom: 20px;
}
#homepage .books-to-read__item-image img {
  border: 0.5px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (min-width: 768px) {
  #homepage .books-to-read__title {
    font-size: 32px;
    line-height: 34px;
  }
  #homepage .books-to-read__item-wrapper {
    padding: 0 10px;
  }
  #homepage .books-to-read__item {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  #homepage .books-to-read {
    background: #fff;
    padding: 0;
  }
  #homepage .books-to-read__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
  }
  #homepage .books-to-read__left {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #homepage .books-to-read__right {
    width: 60%;
    padding: 80px 0 80px;
    display: flex;
    justify-content: center;
  }
  #homepage .books-to-read__content {
    max-width: 650px;
    margin: 0 auto;
  }
  #homepage .books-to-read__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
  }
  #homepage .books-to-read__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #homepage .books-to-read__title {
    padding: 0;
    margin-bottom: 60px;
  }
  #homepage .books-to-read__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 80px;
    position: relative;
    padding: 20px 0;
  }
  #homepage .books-to-read__nav-item-category {
    display: block;
  }
  #homepage .books-to-read__items {
    padding-bottom: 0;
  }
  #homepage .books-to-read__item-wrapper {
    padding: 0;
  }
  #homepage .books-to-read__item {
    width: auto;
  }
  #homepage .books-to-read__item-image {
    margin-bottom: 0;
  }
  #homepage .books-to-read__item-title {
    display: none;
  }
}
#homepage .podcast {
  background: #F2EFEA;
  padding: 30px 0;
  margin-top: 60px;
}
#homepage .podcast__logo {
  background: url(../images/podcast-logo.png) 0 0 no-repeat;
  background-size: 246px 164px;
  display: block;
  width: 246px;
  height: 164px;
  margin: 0 auto;
}
#homepage .podcast__title {
  font: italic 400 24px/30px 'Editors Note';
  margin-top: 27px;
}
#homepage .podcast__code {
  margin-top: 35px;
}
#homepage .podcast #podcast-player .fbx-scrollable {
  max-height: 216px !important;
}
@media (min-width: 1024px) {
  #homepage .podcast {
    padding: 50px 0;
  }
  #homepage .podcast__wrapper {
    display: flex;
  }
  #homepage .podcast__left {
    width: 450px;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #homepage .podcast__code {
    flex: 1;
    margin-top: 0;
  }
}
#homepage .gift-of-the-day {
  padding: 20px 0 0;
}
#homepage .gift-of-the-day__wrapper {
  background: var(--background-color);
  border: 0.5px solid #000;
  padding: 16px 32px 32px;
}
#homepage .gift-of-the-day__logo {
  position: relative;
  height: 190px;
  margin-bottom: 20px;
}
#homepage .gift-of-the-day__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#homepage .gift-of-the-day__image {
  position: relative;
  height: 232px;
  margin-bottom: 32px;
}
#homepage .gift-of-the-day__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#homepage .gift-of-the-day__brand {
  font: 500 10px/22px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.135em;
  margin-bottom: 12px;
}
#homepage .gift-of-the-day__title {
  font: 700 30px/32px 'Editors Note', serif;
  margin-bottom: 14px;
}
#homepage .gift-of-the-day__description {
  font: 14px/1.1 'Poppins';
  margin-bottom: 12px;
}
#homepage .gift-of-the-day__button {
  margin-bottom: 26px;
}
#homepage .gift-of-the-day__button a {
  background: #fff;
  border: 0.5px solid #000;
  border-radius: 30px;
  display: inline-block;
  width: 177px;
  font: 500 10px/33px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.135em;
  padding: 0 95px 0 15px;
  position: relative;
}
#homepage .gift-of-the-day__button a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.30935 4.35355C8.50462 4.15829 8.50462 3.84171 8.30935 3.64645L5.12737 0.464466C4.93211 0.269204 4.61553 0.269204 4.42027 0.464466C4.22501 0.659728 4.22501 0.976311 4.42027 1.17157L7.24869 4L4.42027 6.82843C4.22501 7.02369 4.22501 7.34027 4.42027 7.53553C4.61553 7.7308 4.93211 7.7308 5.12737 7.53553L8.30935 4.35355ZM0 4.5H7.9558V3.5H0V4.5Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 9px 8px;
  content: "";
  width: 9px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
#homepage .gift-of-the-day__link {
  font: 500 10px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.135em;
  margin-top: 8px;
  width: 177px;
}
#homepage .gift-of-the-day__link a {
  display: block;
  position: relative;
  padding-right: 20px;
}
#homepage .gift-of-the-day__link a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.30935 4.35355C8.50462 4.15829 8.50462 3.84171 8.30935 3.64645L5.12737 0.464466C4.93211 0.269204 4.61553 0.269204 4.42027 0.464466C4.22501 0.659728 4.22501 0.976311 4.42027 1.17157L7.24869 4L4.42027 6.82843C4.22501 7.02369 4.22501 7.34027 4.42027 7.53553C4.61553 7.7308 4.93211 7.7308 5.12737 7.53553L8.30935 4.35355ZM0 4.5H7.9558V3.5H0V4.5Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 9px 8px;
  content: "";
  width: 9px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
@media (min-width: 768px) {
  #homepage .gift-of-the-day {
    padding: 63px 0 0;
  }
  #homepage .gift-of-the-day__wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 30px 20px;
  }
  #homepage .gift-of-the-day__logo {
    height: auto;
    width: 30%;
    margin-bottom: 0;
  }
  #homepage .gift-of-the-day__image {
    height: auto;
    width: 40%;
    margin-bottom: 0;
  }
  #homepage .gift-of-the-day__info {
    width: 30%;
  }
  #homepage .gift-of-the-day__description {
    margin-bottom: 18px;
  }
  #homepage .gift-of-the-day__button {
    margin-bottom: 20px;
  }
}
.most-popular .wrapper {
  position: relative;
  padding-top: 43px;
}
.most-popular .wrapper:before {
  background: #f3efea;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
}
.most-popular .wrapper .tabs {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.most-popular .wrapper .tabs ul {
  background: #fff;
  display: inline-block;
  white-space: nowrap;
  font: 500 10px/22px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 2px;
}
.most-popular .wrapper .tabs ul li {
  display: inline-block;
  padding: 2px 20px 0;
  cursor: pointer;
}
@media (min-width: 440px) {
  .most-popular .wrapper .tabs ul li {
    padding: 0 38px;
  }
}
.most-popular .wrapper .tabs ul li.active {
  background: #000;
  color: #fff;
}
.most-popular .wrapper h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  font: 600 24px/1 'Editors Note';
  margin-bottom: 50px;
}
.most-popular .wrapper .tabs-contents .tabs-content {
  display: none;
}
.most-popular .wrapper .tabs-contents .tabs-content:first-child {
  display: block;
}
.most-popular .wrapper .item {
  text-align: center;
}
.most-popular .wrapper .item .image {
  margin-bottom: 20px;
}
.most-popular .wrapper .item .image img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.most-popular .wrapper .item .image img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.most-popular .wrapper .item h3 {
  font: 600 28px/34px 'Editors Note';
  margin-bottom: 15px;
}
.most-popular .wrapper .item .category {
  margin-bottom: 10px;
}
.most-popular .wrapper .item .category a {
  display: inline-block;
  background: #f3efea;
  font: 500 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  -webkit-transition: all 0.2s aese-in-out;
  -moz-transition: all 0.2s aese-in-out;
  -ms-transition: all 0.2s aese-in-out;
  -o-transition: all 0.2s aese-in-out;
  transition: all 0.2s aese-in-out;
}
.most-popular .wrapper .item .category a:hover {
  background: #000;
  color: #fff;
}
.most-popular .wrapper .flexslider {
  padding: 0 25px;
}
.most-popular .wrapper .flexslider .flex-prev,
.most-popular .wrapper .flexslider .flex-next {
  background: url(../images/slider-white-arrows.png) 0 0 no-repeat;
  background-size: 50px 8px;
  width: 25px;
  height: 8px;
  text-indent: -9999px;
  position: absolute;
  bottom: -110px;
}
.most-popular .wrapper .flexslider .flex-prev {
  right: 50px;
}
.most-popular .wrapper .flexslider .flex-next {
  background-position: 100% 0;
  right: 0;
}
@media (min-width: 768px) {
  .most-popular .wrapper .flexslider {
    padding: 0 30px;
  }
  .most-popular .wrapper .flexslider .flex-prev {
    right: 90px;
  }
  .most-popular .wrapper .flexslider .flex-next {
    right: 34px;
  }
}
.most-popular .wrapper .navigation {
  background: #000;
  color: #fff;
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .most-popular .wrapper .navigation {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 60px;
  }
}
.most-popular .wrapper .navigation ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 20px 0;
}
.most-popular .wrapper .navigation ul li {
  margin-left: 25px;
  cursor: pointer;
  padding-top: 4px;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
}
.most-popular .wrapper .navigation ul li:first-child {
  margin-left: 0;
}
.most-popular .wrapper .navigation ul li.flex-active {
  border-color: #fff;
}
.most-popular .wrapper .navigation ul li .num {
  font: 12px/1 'Poppins';
}
.most-popular .wrapper .navigation ul li h3 {
  display: none;
}
@media (min-width: 1024px) {
  .most-popular .wrapper {
    padding-top: 0;
  }
  .most-popular .wrapper:before {
    display: none;
  }
  .most-popular .wrapper .tabs {
    position: absolute;
    top: 25px;
    right: 0;
    width: 320px;
    text-align: left;
    z-index: 3;
  }
  .most-popular .wrapper .tabs ul li {
    padding: 0 30px;
  }
  .most-popular .wrapper h2 {
    position: absolute;
    top: 70px;
    right: 0;
    width: 300px;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 0;
    z-index: 3;
  }
  .most-popular .wrapper h2:before {
    background: #000;
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .most-popular .wrapper .tabs-content .tabs-content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .most-popular .wrapper .tabs-content .flexslider {
    padding: 25px 0 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 2;
  }
  .most-popular .wrapper .tabs-content .item h3 {
    padding: 0 80px;
  }
  .most-popular .wrapper .tabs-content .navigation {
    background: none;
    width: 360px;
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .most-popular .wrapper .tabs-content .navigation ul {
    background: #f3efea;
    margin: 0;
    margin-left: -45px;
    padding: 140px 0 20px;
    display: block;
  }
  .most-popular .wrapper .tabs-content .navigation ul li {
    border: 0;
    border-right: 4px solid #f3efea;
    padding: 15px 20px 15px 70px;
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .most-popular .wrapper .tabs-content .navigation ul li .num {
    width: 35px;
    line-height: 24px;
  }
  .most-popular .wrapper .tabs-content .navigation ul li h3 {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font: 500 20px/24px 'Editors Note';
    margin-bottom: 0;
  }
  .most-popular .wrapper .tabs-content .navigation ul li.flex-active {
    background: #fff;
    border-color: #000;
  }
}
.page-header .page-title {
  padding-top: 70px;
  font: 600 50px/55px 'Editors Note';
  text-align: center;
}
.page-header .page-subtitle {
  text-align: center;
  font: 600 15px/18px 'Poppins';
  max-width: 420px;
  margin: 0 auto 90px;
}
.page-header.with-subtitle .page-title {
  margin-bottom: 15px;
}
#about .container {
  max-width: 960px;
}
#about .navigation {
  margin-top: 80px;
  margin-bottom: 60px;
}
#about .navigation ul {
  white-space: nowrap;
  margin-left: -25px;
  margin-right: -25px;
  overflow-x: auto;
  overflow-y: hidden;
}
#about .navigation ul li {
  display: inline-block;
  margin: 0 25px;
  font: 600 11px/1 'Poppins';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 12px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  position: relative;
  cursor: pointer;
}
#about .navigation ul li:before,
#about .navigation ul li:after {
  background: #000;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .navigation ul li:before {
  left: 50%;
}
#about .navigation ul li:after {
  right: 50%;
}
#about .navigation ul li:hover,
#about .navigation ul li.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#about .navigation ul li:hover:before,
#about .navigation ul li.active:before,
#about .navigation ul li:hover:after,
#about .navigation ul li.active:after {
  width: 50%;
}
@media (min-width: 768px) {
  #about .navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #about .navigation ul li {
    margin: 0 30px;
  }
}
#about .blocks > div {
  display: none;
}
#about .blocks > div:first-child {
  display: block;
}
#about .manifesto .image {
  position: relative;
}
#about .manifesto .image .over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#about .manifesto .image h2 {
  text-align: center;
  margin-bottom: 0;
  font: 600 50px/55px 'Editors Note';
  color: #fff;
}
#about .manifesto .text {
  margin-top: 80px;
  text-align: center;
  font: 300 24px/33px 'Poppins';
}
#about .manifesto .bottom-text {
  margin-top: 40px;
  text-align: center;
  font: 600 24px/33px 'Editors Note';
}
#about .company .top .images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#about .company .top .images .image {
  width: 50%;
  margin-left: 5px;
}
#about .company .top .images .image:first-child {
  margin-left: 0;
}
#about .company .top .logo {
  background: #f3efea;
  height: 0;
  padding-bottom: 68%;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
#about .company .top .logo .over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#about .company .top .logo span {
  background: url(../images/about-logo.png) 0 0 no-repeat;
  background-size: 204px 104px;
  display: block;
  width: 204px;
  height: 104px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #about .company .top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #about .company .top .images {
    width: 27%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #about .company .top .images .image {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  #about .company .top .images .image:first-child {
    margin-top: 0;
  }
  #about .company .top .logo {
    width: 46%;
    margin: 0 15px;
    height: auto;
    padding-bottom: 0;
  }
}
#about .company h2.title {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font: 600 24px/1 'Editors Note';
}
#about .company .center-image {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 60px;
  margin-bottom: 60px;
}
#about .company .text,
#about .company .bottom-text {
  font: 300 24px/33px 'Poppins';
}
@media (min-width: 768px) {
  #about .company .center-image {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1024px) {
  #about .company .text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #about .company .text .col {
    width: 42%;
  }
  #about .company .center-image {
    margin-left: 0;
    margin-right: 0;
  }
  #about .company .bottom-text {
    background: url(../images/about-bottom-text-bg.png) 50% 50% no-repeat;
    background-size: contain;
    padding: 80px 0;
  }
}
#about .cofounder .items .item {
  margin-top: 55px;
}
#about .cofounder .items .item:first-child {
  margin-top: 0;
}
#about .cofounder .items .item .image {
  margin-bottom: 30px;
}
#about .cofounder .items .item h2 {
  font: 600 24px/30px 'Editors Note';
  margin-bottom: 10px;
}
#about .cofounder .items .item .position {
  font: 600 11px/1 'Poppins';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  margin-bottom: 34px;
}
#about .cofounder .items .item .toggle {
  margin-top: 20px;
}
#about .cofounder .items .item .toggle span {
  font: 600 16px/1 'Poppins';
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbdbd;
}
@media (min-width: 768px) {
  #about .cofounder .items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #about .cofounder .items .item {
    width: 44%;
    margin-top: 0;
  }
  #about .cofounder .items .item:nth-child(n+3) {
    margin-top: 55px;
  }
}
#about .team .items .item {
  margin-top: 55px;
  text-align: center;
}
#about .team .items .item:first-child {
  margin-top: 0;
}
#about .team .items .item .image {
  width: 195px;
  margin: 0 auto 30px;
}
#about .team .items .item h2 {
  font: 600 24px/30px 'Editors Note';
  margin-bottom: 10px;
}
#about .team .items .item .position {
  font: 600 11px/1 'Poppins';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  margin-bottom: 10px;
}
#about .team .items .item .social {
  margin-bottom: 40px;
}
#about .team .items .item .social ul {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#about .team .items .item .social ul li {
  margin: 0 10px;
}
@media (min-width: 768px) {
  #about .team .items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #about .team .items .item {
    width: 44%;
    margin-top: 0;
  }
  #about .team .items .item:nth-child(n+3) {
    margin-top: 55px;
  }
}
#about .writers .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
#about .writers .items .item {
  width: 50%;
  text-align: center;
  padding: 0 40px;
}
#about .writers .items .item:nth-child(n+3) {
  margin-top: 50px;
}
#about .writers .items .item .image {
  max-width: 175px;
  margin: 0 auto 30px;
}
#about .writers .items .item .image img {
  width: 100%;
}
#about .writers .items .item h2 {
  font: 600 22px/30px 'Editors Note';
  margin-bottom: 10px;
}
#about .writers .items .item .position {
  font: 600 11px/1 'Poppins';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  margin-bottom: 10px;
}
#about .writers .items .item .social {
  margin-bottom: 40px;
}
#about .writers .items .item .social ul {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#about .writers .items .item .social ul li {
  margin: 0 10px;
}
@media (min-width: 768px) {
  #about .writers .items .item {
    width: 25%;
  }
  #about .writers .items .item:nth-child(n+3) {
    margin-top: 0;
  }
  #about .writers .items .item:nth-child(n+5) {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  #about .writers .items .item {
    width: 20%;
  }
  #about .writers .items .item:nth-child(n+5) {
    margin-top: 0;
  }
  #about .writers .items .item:nth-child(n+6) {
    margin-top: 50px;
  }
}
#about-sections .navigation {
  margin-top: 80px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
#about-sections .navigation ul {
  white-space: nowrap;
  margin-left: -25px;
  margin-right: -25px;
  overflow-x: auto;
  overflow-y: hidden;
}
#about-sections .navigation ul li {
  display: inline-block;
  margin: 0 25px;
  font: 600 11px/1 'Poppins';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 12px;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  position: relative;
  cursor: pointer;
}
#about-sections .navigation ul li:before,
#about-sections .navigation ul li:after {
  background: #ECBCB2;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about-sections .navigation ul li:before {
  left: 50%;
}
#about-sections .navigation ul li:after {
  right: 50%;
}
#about-sections .navigation ul li:hover,
#about-sections .navigation ul li.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#about-sections .navigation ul li:hover:before,
#about-sections .navigation ul li.active:before,
#about-sections .navigation ul li:hover:after,
#about-sections .navigation ul li.active:after {
  width: 50%;
}
@media (min-width: 768px) {
  #about-sections .navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #about-sections .navigation ul li {
    margin: 0 20px;
  }
}
#about-sections .text-section__text {
  max-width: 800px;
  margin: 0 auto;
}
#about-sections .team-section,
#about-sections .contributors-section {
  margin-top: 40px;
}
#about-sections .text-section__title,
#about-sections .team-section__title,
#about-sections .contributors-section__title {
  text-align: center;
  font: 600 24px/33px 'Editors Note';
  position: relative;
}
@media (min-width: 1000px) {
  #about-sections .text-section__title:before,
  #about-sections .team-section__title:before,
  #about-sections .contributors-section__title:before {
    display: block;
    height: 200px;
    margin-top: -200px;
    visibility: hidden;
    content: "";
  }
}
@media (min-width: 1280px) {
  #about-sections .text-section__title:before,
  #about-sections .team-section__title:before,
  #about-sections .contributors-section__title:before {
    height: 80px;
    margin-top: -80px;
  }
}
#about-sections .team-section__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
#about-sections .team-section__item {
  text-align: center;
}
#about-sections .team-section__item-image {
  margin-bottom: 15px;
}
#about-sections .team-section__item-name {
  font: 600 22px/1.1 'Editors Note';
  margin-bottom: 10px;
}
#about-sections .team-section__item-position {
  font: 600 11px/1.4 'Poppins';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 768px) {
  #about-sections .team-section__items {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 50px;
  }
}
#about-sections .contributors-section__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
#about-sections .contributors-section__item {
  text-align: center;
}
#about-sections .contributors-section__item-image {
  margin-bottom: 10px;
}
#about-sections .contributors-section__item-name {
  font: 600 20px/1.1 'Editors Note';
  margin-bottom: 10px;
}
#about-sections .contributors-section__item-position {
  font: 600 10px/1.4 'Poppins';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
@media (min-width: 768px) {
  #about-sections .contributors-section__items {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 30px;
  }
}
@media (min-width: 768px) {
  #about-sections .team-section,
  #about-sections .contributors-section {
    margin-top: 80px;
  }
}
/* Contact Form
*******************************/
#contact-form {
  padding-top: 50px;
}
#contact-form .container {
  max-width: 920px;
}
#contact-form .back {
  text-align: center;
  font: 600 16px/1 'Poppins';
  text-transform: lowercase;
  padding-bottom: 11px;
  position: relative;
}
#contact-form .back:before {
  background: #bbbdbd;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 62px;
  margin-left: -31px;
}
#contact-form .left .image {
  margin-bottom: 50px;
}
#contact-form .left .title {
  text-align: center;
  font: 600 9px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 29px;
}
#contact-form .left .social ul {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#contact-form .left .social ul li {
  margin: 0 10px;
}
#contact-form .form {
  margin-top: 50px;
}
#contact-form .form .inputs .input {
  margin-bottom: 21px;
  position: relative;
}
#contact-form .form .inputs .submit {
  position: relative;
}
#contact-form .form .inputs .submit .ajax-loader {
  position: absolute;
  top: 30px;
  right: -20px;
}
#contact-form .form span.wpcf7-form-control-wrap {
  display: block;
}
#contact-form .form span.wpcf7-form-control-wrap.message .wpcf7-not-valid-tip {
  top: auto;
  bottom: 10px;
}
#contact-form .form .wpcf7-not-valid-tip {
  padding: 0;
  border: 0;
  position: absolute;
  top: -17px;
  right: 0;
  font: 12px/18px Arial;
  color: red;
}
#contact-form .form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10px;
  text-align: center;
  line-height: 24px;
}
@media (min-width: 768px) {
  #contact-form .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #contact-form .wrapper .left {
    width: 46%;
  }
  #contact-form .wrapper .form {
    width: 46%;
    margin-top: 0;
  }
}
#contact .container {
  max-width: 920px;
}
#contact .top {
  padding: 0 25px;
}
#contact .top .item {
  background: #f7f7f7;
  padding: 0 18px 55px;
  position: relative;
  text-align: center;
  margin-top: 60px;
}
#contact .top .item:first-child {
  margin-top: 0;
}
#contact .top .item:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  height: 50px;
  left: 0;
  right: 0;
}
#contact .top .item .image {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
#contact .top .item h2 {
  font: 600 28px/1 'Editors Note';
}
#contact .top .item .text {
  font-size: 15px;
  line-height: 25px;
}
#contact .top .item .more a {
  font: 600 16px/1 'Poppins';
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbdbd;
}
#contact .story {
  margin-top: 60px;
  background: #f3efea;
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px 50px;
}
#contact .story:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  height: 50px;
  left: 0;
  right: 0;
}
#contact .story .image {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
#contact .story .info {
  text-align: center;
}
#contact .story .info h2 {
  font: 600 28px/1 'Editors Note';
}
#contact .story .info .more a {
  font: 600 16px/1 'Poppins';
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbdbd;
}
#contact .contact {
  margin-top: 100px;
}
#contact .contact .col {
  margin-top: 130px;
  text-align: center;
}
#contact .contact .col:first-child {
  margin-top: 0;
}
#contact .contact .col .title {
  font: 600 9px/1 'Poppins';
  text-transform: uppercase;
  margin-bottom: 15px;
}
#contact .contact .col .value {
  font: 600 11px/19px 'Poppins';
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #contact .top {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #contact .top .item {
    width: 29%;
    margin-top: 0;
  }
  #contact .story {
    background: none;
    margin: 85px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #contact .story:before {
    display: none;
  }
  #contact .story .image {
    width: 60%;
    margin-bottom: 0;
  }
  #contact .story .info {
    background: #f3efea;
    width: 40%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
  }
  #contact .story .info:before {
    background: #f3efea;
    content: "";
    position: absolute;
    top: -37px;
    right: 0;
    bottom: -37px;
    left: -56px;
  }
  #contact .story .info .wrapper {
    position: relative;
    z-index: 1;
  }
  #contact .contact {
    margin-top: 135px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #contact .contact .col {
    width: 33.33%;
    border-left: 1px solid #e8e8e8;
    padding: 0;
    margin-top: 0;
  }
  #contact .contact .col:first-child {
    border-left: 0;
  }
}
/* Press
*******************************/
#press .grid {
  margin-left: -30px;
  margin-right: -30px;
}
#press .grid:before,
#press .grid:after {
  content: " ";
  display: table;
}
#press .grid:after {
  clear: both;
}
#press .grid .grid-sizer,
#press .grid .grid-item {
  width: 100%;
}
@media (min-width: 440px) {
  #press .grid .grid-sizer,
  #press .grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #press .grid .grid-sizer,
  #press .grid .grid-item {
    width: 33.33%;
  }
}
#press .grid .grid-item {
  float: left;
  margin-bottom: 60px;
}
#press .press-item {
  padding: 0 30px;
  text-align: center;
}
#press .press-item .image {
  margin-bottom: 30px;
}
#press .press-item h2 {
  font: 600 20px/24px 'Editors Note';
  position: relative;
  /*            &:before{
                background: #bbbdbd;
                content: "";
                height: 1px;
                width: 174px;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -87px;
            }*/
}
#press .press-item .category,
#press .press-item .date {
  font: 600 9px/20px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Products
*******************************/
#products .categories li {
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
  position: relative;
}
#products .categories li:first-child {
  margin-top: 0;
}
#products .categories li a {
  display: block;
}
#products .categories li.has_children:before {
  background: url(../images/shop-categories-arrow.png) 0 0 no-repeat;
  background-size: 6px 4px;
  content: "";
  width: 6px;
  height: 4px;
  position: absolute;
  top: 8px;
  right: 0;
}
#products .categories li ul {
  padding-left: 10px;
  display: none;
  margin-top: 10px;
}
#products .categories li ul li {
  font-size: 12px;
  text-transform: uppercase;
}
#products .categories li ul li a {
  color: #9e9e9e;
}
#products .categories li ul li a:hover {
  color: #231f20;
}
#products .categories li ul li.current-cat a {
  color: #231f20;
}
#products .categories li.current-cat ul,
#products .categories li.current-cat-parent ul {
  display: block;
}
#products .main {
  margin-top: 30px;
}
#products .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
#products .items .item {
  padding: 0 14px;
  text-align: center;
  width: 100%;
}
#products .items .item .image-wrapper {
  padding-bottom: 100%;
  position: relative;
}
#products .items .item .image-wrapper .image {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#products .items .item .image-wrapper .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#products .items .item .image-wrapper .image a {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s easy-in-out;
  -moz-transition: opacity 0.2s easy-in-out;
  -ms-transition: opacity 0.2s easy-in-out;
  -o-transition: opacity 0.2s easy-in-out;
  transition: opacity 0.2s easy-in-out;
}
#products .items .item .image-wrapper .image a:hover {
  color: #000;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#products .items .item .image-wrapper .image h2 {
  font: 600 20px/24px 'Editors Note';
  padding-top: 30px;
}
#products .items .item .image-wrapper .image .price {
  font: 600 11px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#products .items .item:nth-child(n+2) {
  margin-top: 28px;
}
#products .more {
  margin-top: 45px;
  text-align: center;
}
#products .more a {
  background: #000;
  border: 1px solid #000;
  font: 600 11px/34px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 40px;
  color: #fff;
}
#products .more a.loading {
  background: #9a9a9a;
  border: 1px solid #9a9a9a;
  color: #fff;
  cursor: progress;
}
#products .more a:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) {
  #products .page-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #products .page-header .page-title {
    width: 220px;
    padding-right: 90px;
  }
  #products .page-header .page-subtitle {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 66px;
    max-width: 100%;
    padding-top: 90px;
  }
  #products .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #products .content .categories {
    width: 220px;
    padding-right: 90px;
  }
  #products .content .main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 65px;
    border-left: 1px solid #ededed;
    margin-top: 0;
  }
  #products .items .item {
    width: 50%;
  }
  #products .items .item:nth-child(n+2) {
    margin-top: 0;
  }
  #products .items .item:nth-child(n+3) {
    margin-top: 28px;
  }
}
@media (min-width: 1024px) {
  #products .items .item {
    width: 33.33%;
  }
  #products .items .item:nth-child(n+3) {
    margin-top: 0;
  }
  #products .items .item:nth-child(n+4) {
    margin-top: 28px;
  }
}
/* Instagram Items
*******************************/
#instagram-items .main {
  margin-top: 30px;
}
#instagram-items .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
#instagram-items .items .item {
  padding: 0 14px;
  text-align: center;
  width: 50%;
}
#instagram-items .items .item .image {
  position: relative;
}
#instagram-items .items .item .image ing {
  width: 100%;
}
#instagram-items .items .item .image a {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s easy-in-out;
  -moz-transition: opacity 0.2s easy-in-out;
  -ms-transition: opacity 0.2s easy-in-out;
  -o-transition: opacity 0.2s easy-in-out;
  transition: opacity 0.2s easy-in-out;
}
#instagram-items .items .item .image a:hover {
  color: #000;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#instagram-items .items .item .image h2 {
  font: 600 20px/24px 'Editors Note';
  padding-top: 30px;
}
#instagram-items .items .item .image .price {
  font: 600 11px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#instagram-items .items .item:nth-child(n+3) {
  margin-top: 28px;
}
#instagram-items .more {
  margin-top: 45px;
  text-align: center;
}
#instagram-items .more a {
  background: #000;
  border: 1px solid #000;
  font: 600 11px/34px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 40px;
  color: #fff;
}
#instagram-items .more a.loading {
  background: #9a9a9a;
  border: 1px solid #9a9a9a;
  color: #fff;
  cursor: progress;
}
#instagram-items .more a:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) {
  #instagram-items .page-header .page-subtitle {
    max-width: 100%;
  }
  #instagram-items .content .main {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #instagram-items .items .item {
    width: 33.33%;
  }
  #instagram-items .items .item:nth-child(n+3) {
    margin-top: 0;
  }
  #instagram-items .items .item:nth-child(n+4) {
    margin-top: 28px;
  }
}
#advertise .featured-image {
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 768px) {
  #advertise .featured-image {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1024px) {
  #advertise .featured-image {
    margin-left: 0;
    margin-right: 0;
  }
}
#advertise .main {
  text-align: center;
}
#advertise .main .page-title {
  margin-bottom: 40px;
}
#advertise .main .statistic-item {
  position: relative;
  min-height: 150px;
  text-align: center;
  padding-top: 35px;
  margin-top: 120px;
}
#advertise .main .statistic-item:before {
  background: #bfbfbf;
  content: "";
  width: 1px;
  position: absolute;
  top: -80px;
  left: 50%;
  height: 60px;
}
#advertise .main .statistic-item .number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font: 600 150px/1 'Editors Note';
  color: #f3efea;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
#advertise .main .statistic-item .info {
  position: relative;
  z-index: 1;
}
#advertise .main .statistic-item .info .named {
  font: 600 11px/1 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#advertise .main .statistic-item .info .name {
  font: 600 25px/28px 'Editors Note';
  margin-bottom: 20px;
}
#advertise .main .statistic-item .info .named_by {
  font: 600 11px/24px 'Poppins';
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #advertise .main .small-items {
    margin-top: 45px;
  }
  #advertise .main .small-items .rows .row {
    border-top: 1px solid #bfbfbf;
    margin-top: 70px;
    padding-top: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  #advertise .main .small-items .rows .row:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  #advertise .main .small-items .rows .row .col {
    width: 50%;
    border-left: 1px solid #bfbfbf;
  }
  #advertise .main .small-items .rows .row .col:first-child {
    border-left: 0;
  }
  #advertise .main .large-items {
    border-top: 1px solid #bfbfbf;
    margin-top: 70px;
    padding-top: 70px;
  }
  #advertise .main .statistic-item {
    margin-top: 0;
  }
  #advertise .main .statistic-item:before {
    display: none;
  }
  #advertise .main .statistic-item .info .name {
    max-width: 340px;
    margin: 0 auto 20px;
  }
}
#advertise .partnered {
  margin-top: 70px;
  position: relative;
}
#advertise .partnered .container {
  position: relative;
  z-index: 1;
}
#advertise .partnered .wrapper {
  border-top: 1px solid #bfbfbf;
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 70px;
}
#advertise .partnered .wrapper .info {
  padding: 0 25px;
}
#advertise .partnered .wrapper .info h2 {
  font: 600 35px/44px 'Editors Note';
}
#advertise .partnered .wrapper .items {
  background: #000;
  margin-top: 60px;
  padding: 50px 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#advertise .partnered .wrapper .items .item {
  width: 48%;
  text-align: center;
  padding: 20px 0;
}
#advertise .partnered .image {
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 768px) {
  #advertise .partnered .wrapper,
  #advertise .partnered .image {
    margin-left: -30px;
    margin-right: -30px;
  }
  #advertise .partnered .wrapper .info {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  #advertise .partnered:before {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 200px;
    left: 50%;
  }
  #advertise .partnered .wrapper,
  #advertise .partnered .image {
    margin-left: 0;
    margin-right: 0;
  }
  #advertise .partnered .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #advertise .partnered .wrapper .info {
    width: 50%;
    padding-left: 90px;
    padding-right: 50px;
  }
  #advertise .partnered .wrapper .items {
    background: none;
    width: 50%;
    margin-top: 0;
    padding: 0 0 70px 30px;
  }
}
#advertise .demographics {
  margin-top: 70px;
}
#advertise .demographics h2 {
  font: 600 35px/40px 'Editors Note';
  text-align: center;
}
#advertise .demographics .text {
  font: 300 24px/32px 'Poppins';
}
#advertise .demographics .left {
  text-align: center;
}
#advertise .demographics .left .num {
  font: 600 30px/1 'Editors Note';
  margin: 30px 0 20px;
}
#advertise .demographics .left .desc {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #advertise .demographics .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #advertise .demographics .wrapper h2 {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    text-align: left;
  }
  #advertise .demographics .wrapper .left {
    width: 50%;
    padding-right: 40px;
  }
  #advertise .demographics .wrapper .text {
    width: 50%;
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  #advertise .demographics .wrapper .text {
    padding-right: 136px;
  }
  #advertise .demographics .left .num,
  #advertise .demographics .left .desc,
  #advertise .demographics .left .second {
    width: 340px;
  }
}
#advertise .social-network {
  margin-top: 100px;
  text-align: center;
}
#advertise .social-network ul li {
  margin-top: 38px;
  padding-top: 85px;
  position: relative;
}
#advertise .social-network ul li:before {
  background: #bfbfbf;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
}
#advertise .social-network ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
#advertise .social-network ul li:first-child:before {
  display: none;
}
#advertise .social-network ul li .network {
  font: 25px/1 'Editors Note';
  margin-bottom: 30px;
}
#advertise .social-network ul li .num {
  font: 600 30px/1 'Editors Note';
}
#advertise .social-network .text {
  margin: 100px auto 0;
  max-width: 800px;
}
#advertise .social-network .more {
  margin-top: 45px;
}
#advertise .social-network .more a {
  background: #000;
  border: 1px solid #000;
  font: 600 11px/34px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 40px;
  color: #fff;
}
#advertise .social-network .more a:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) {
  #advertise .social-network ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #bfbfbf;
  }
  #advertise .social-network ul li {
    border-left: 1px solid #bfbfbf;
    width: 25%;
    margin-top: 0;
    padding: 10px 0 50px;
  }
  #advertise .social-network ul li:first-child {
    border-left: 0;
    padding-top: 10px;
  }
  #advertise .social-network ul li:before {
    display: none;
  }
}
#advertise .media-kit {
  border-top: 1px solid #bfbfbf;
  padding-top: 60px;
  margin-top: 40px;
}
#advertise .media-kit .title {
  font: 600 35px/1 'Editors Note';
}
#advertise .media-kit .download {
  margin-top: 40px;
}
#advertise .media-kit .download a {
  background: #000000;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  font: 600 16px/47px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 60px 0 35px;
  position: relative;
}
#advertise .media-kit .download a:before {
  background: url(../images/press-download-icon.png) 0 0 no-repeat;
  background-size: 21px 38px;
  content: "";
  width: 21px;
  height: 19px;
  position: absolute;
  top: 15px;
  right: 21px;
}
#advertise .media-kit .download a:hover {
  background: #fff;
  color: #000;
}
#advertise .media-kit .download a:hover:before {
  background-position: 0 100%;
}
@media (min-width: 1024px) {
  #advertise .media-kit .info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #advertise .media-kit .info .text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 100px;
  }
  #advertise .media-kit .info .download {
    margin-top: 0;
  }
}
.post-video .image {
  position: relative;
}
.post-video .image span {
  background: url(../images/post-video-icon.png) 50% 50% no-repeat;
  background-size: 74px 74px;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.post-video .image span:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.post-video .fluid-width-video-wrapper {
  display: none;
}
#blog .post-item .post-wrapper {
  padding-top: 50px;
}
#blog .sidebar {
  margin-top: 40px;
}
#blog .news-title {
  font: 600 15px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
#blog .post-navigation {
  display: none;
}
#blog .infinite-wrap {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #blog .post-item .post-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #blog .main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 45px;
  }
  #blog .sidebar {
    margin-top: 0;
    width: 315px;
  }
}
#blog .post {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 27px;
}
#blog .post .entry-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
}
#blog .post .entry-top .categories {
  font: 600 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#blog .post .entry-top .categories a {
  display: inline-block;
  background: #f3efea;
  padding: 0 10px;
}
#blog .post .entry-top .categories a:hover {
  background: #000;
  color: #fff;
}
#blog .post .entry-top .sponsor-post {
  position: relative;
  margin-left: 20px;
}
#blog .post .entry-top .sponsor-post__title {
  font: 600 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
#blog .post .entry-top .sponsor-post__title:hover + * {
  display: block;
}
#blog .post .entry-top .sponsor-post__text {
  background: var(--background-color);
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  padding: 10px 15px;
  color: var(--text-color);
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
  display: none;
}
#blog .post .entry-top .sponsor-post__text p {
  margin-bottom: 0;
}
#blog .post .sponsored-by {
  margin: 40px 0;
}
#blog .post .sponsored-by__image {
  position: relative;
}
#blog .post .sponsored-by__image img {
  margin-bottom: 0;
}
#blog .post .sponsored-by__image a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-bottom: 0;
  padding-bottom: 0;
}
#blog .post .sponsored-by__info {
  background: #FAFAFA;
  padding: 30px;
}
#blog .post .sponsored-by__before-title {
  font: 600 8px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 30px;
}
#blog .post .sponsored-by__before-title a {
  padding-bottom: 0;
  border-bottom: 0;
  color: #FCA48C;
}
#blog .post .sponsored-by__title {
  font: 600 25px/30px "Editors Note";
  margin-bottom: 15px;
}
#blog .post .sponsored-by__cta {
  margin-top: 30px;
}
#blog .post .sponsored-by__cta a {
  display: inline-block;
  font: 600 11px/14px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
  border-bottom: 0;
}
#blog .post .sponsored-by__cta a:after {
  background: #000000;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.11s linear;
  -moz-transition: all 0.11s linear;
  -ms-transition: all 0.11s linear;
  -o-transition: all 0.11s linear;
  transition: all 0.11s linear;
}
#blog .post .sponsored-by__cta a:hover {
  color: #231f20;
}
@media (min-width: 768px) {
  #blog .post .sponsored-by {
    display: flex;
  }
  #blog .post .sponsored-by__image {
    width: 43.75%;
  }
  #blog .post .sponsored-by__image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100% !important;
    height: 100%  !important;
  }
  #blog .post .sponsored-by__info {
    width: 56.25%;
    padding: 35px 40px 35px 50px;
  }
}
#blog .post .entry-title {
  font: 600 40px/44px 'Editors Note';
  margin-bottom: 25px;
}
#blog .post .entry-title .edit-link {
  font-size: 20px;
}
#blog .post .entry-title .edit-link a {
  text-decoration: underline;
}
#blog .post .entry-subtitle {
  font: 300 16px/20px 'Poppins';
  margin-bottom: 25px;
}
#blog .post .entry-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font: 600 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#blog .post .entry-meta .writer {
  text-transform: none;
}
#blog .post .entry-meta .writer:after {
  content: "/";
  display: inline-block;
  margin: 0 29px;
}
#blog .post .entry-meta .writer a {
  border-bottom: 2px solid #EDBBB0;
  padding-bottom: 1px;
}
#blog .post .editors-review {
  color: #9B9999;
  margin-bottom: 20px;
  font-size: 13px;
}
#blog .post .post-credits {
  margin-bottom: 30px;
}
#blog .post .post-credits li {
  font: 600 18px/24px 'Editors Note';
  margin-top: 15px;
}
#blog .post .post-credits li:first-child {
  margin-top: 0;
}
#blog .post .post-credits li span {
  display: block;
  font: 600 9px/15px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #blog .post .post-credits {
    display: none;
  }
}
#blog .post .image {
  margin-bottom: 30px;
}
#blog .post .image img {
  width: 100%;
}
#blog .post .image .image-credits {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Poppins';
}
#blog .post .image .image-credits a {
  border-bottom: 2px solid #EDBBB0;
  padding-bottom: 1px;
}
#blog .post .gallery {
  margin-bottom: 30px;
}
#blog .post .gallery img {
  width: 100%;
}
#blog .post .gallery .flex-prev,
#blog .post .gallery .flex-next {
  background: url(../images/handbooks-products-arrows.png) 0 0 no-repeat;
  background-size: 14px 11px;
  width: 7px;
  height: 11px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 100;
}
#blog .post .gallery .flex-prev.flex-disabled,
#blog .post .gallery .flex-next.flex-disabled {
  display: none;
}
#blog .post .gallery .flex-prev {
  left: -15px;
}
#blog .post .gallery .flex-next {
  background-position: 100% 0;
  right: -15px;
}
#blog .post .shop-items {
  margin-bottom: 40px;
}
#blog .post .shop-items .item {
  border-top: 1px solid #cfcfcf;
  margin-top: 70px;
  padding-top: 40px;
}
#blog .post .shop-items .item .product-image {
  margin-bottom: 20px;
}
#blog .post .shop-items .item .product-image a {
  border-bottom: 0;
  padding-bottom: 0;
}
#blog .post .shop-items .item .brand {
  font: 600 11px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#blog .post .shop-items .item h3 {
  font: 600 28px/41px 'Editors Note';
  display: block;
  text-align: left;
}
#blog .post .shop-items .item h3:before,
#blog .post .shop-items .item h3:after {
  display: none;
}
#blog .post .shop-items .item h3 a {
  text-decoration: none;
  border-bottom: 0;
  padding-bottom: 0;
}
#blog .post .shop-items .item h3 a:before {
  display: none;
}
#blog .post .shop-items .item .description {
  font-size: 15px;
}
#blog .post .shop-items .item .shop-it {
  margin-top: 35px;
}
#blog .post .shop-items .item .shop-it a {
  display: inline-block;
  font: 600 11px/14px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
  border-bottom: 0;
}
#blog .post .shop-items .item .shop-it a:after {
  background: #000000;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.11s linear;
  -moz-transition: all 0.11s linear;
  -ms-transition: all 0.11s linear;
  -o-transition: all 0.11s linear;
  transition: all 0.11s linear;
}
#blog .post .shop-items .item .shop-it a:hover {
  color: #231f20;
}
@media (min-width: 768px) {
  #blog .post .shop-items .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #blog .post .shop-items .item:first-child {
    border-top: 0;
    padding-top: 0;
  }
  #blog .post .shop-items .item .product-image {
    margin-bottom: 0;
    width: 42%;
  }
  #blog .post .shop-items .item .info {
    width: 50%;
  }
  #blog .post .shop-items .item .shop-it a:before {
    background: url(../images/shoppable-post-arrow.png) 0 0 no-repeat;
    background-size: 11px 9px;
    content: "";
    width: 11px;
    height: 9px;
    position: absolute;
    top: 0;
    left: -35px;
    bottom: auto;
    right: auto;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  #blog .post .shop-items .item .shop-it a:hover:before {
    left: -27px;
  }
  #blog .post .shop-items .item .shop-it a:hover:after {
    background: #bbbdbd;
    left: 8px;
  }
}
@media (min-width: 1024px) {
  #blog .post .shop-items .item:nth-child(even) .product-image {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  #blog .post .shop-items .item:nth-child(even) .info {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    text-align: right;
  }
  #blog .post .shop-items .item:nth-child(even) .info h3 {
    text-align: right;
  }
  #blog .post .shop-items .item:nth-child(even) .shop-it {
    text-align: right;
  }
  #blog .post .shop-items .item:nth-child(even) .shop-it a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: -35px;
  }
  #blog .post .shop-items .item:nth-child(even) .shop-it a:hover:before {
    left: auto;
    right: -27px;
  }
  #blog .post .shop-items .item:nth-child(even) .shop-it a:hover:after {
    left: auto;
    right: 8px;
  }
}
#blog .post .shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  margin: 30px 0;
}
#blog .post .shop-grid__item {
  padding-bottom: 50px;
  position: relative;
}
#blog .post .shop-grid__item--has-features {
  padding-bottom: 100px;
}
#blog .post .shop-grid__item-image {
  background-color: #E6E6E6;
  border-radius: 20px;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
#blog .post .shop-grid__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
}
#blog .post .shop-grid__item-brand {
  font: 600 10px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.135em;
  margin-bottom: 10px;
}
#blog .post .shop-grid__item-name {
  font: 700 18px/19px 'Editors Note', serif;
  margin-bottom: 9px;
}
#blog .post .shop-grid__item-name a {
  padding-bottom: 0;
  border-bottom: 0;
}
#blog .post .shop-grid__item-text {
  font-size: 12px;
  line-height: 18px;
}
#blog .post .shop-grid__item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#blog .post .shop-grid__item-features {
  display: flex;
  flex-wrap: wrap;
  min-height: 20px;
  margin-bottom: 23px;
}
#blog .post .shop-grid__item-feature {
  padding-right: 8px;
  margin-right: 6px;
  position: relative;
  font: 7px/1.3 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #959595;
}
#blog .post .shop-grid__item-feature:before {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
#blog .post .shop-grid__item-feature:last-child {
  margin-right: 0;
  padding-right: 0;
}
#blog .post .shop-grid__item-feature:last-child:before {
  display: none;
}
#blog .post .shop-grid__item-button {
  line-height: 1;
}
#blog .post .shop-grid__item-button a {
  display: block;
  background-color: var(--button-background-color);
  border-radius: 20px;
  color: var(--button-text-color);
  padding: 4px 30px;
  border-bottom: 0;
  text-align: center;
  font: 600 14px/16px 'Poppins';
  text-transform: uppercase;
}
#blog .post .shop-grid--vertical .shop-grid__item-image {
  padding-bottom: 130%;
}
@media (min-width: 1024px) {
  #blog .post .shop-grid__item-image {
    margin-bottom: 33px;
  }
  #blog .post .shop-grid__item-brand {
    font-size: 12px;
    margin-bottom: 18px;
  }
  #blog .post .shop-grid__item-name {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 23px;
  }
  #blog .post .shop-grid__item-text {
    font-size: 16px;
    line-height: 25px;
  }
  #blog .post .shop-grid__item-feature {
    font-size: 8px;
  }
  #blog .post .shop-grid__item-button a {
    padding: 12px 30px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}
#blog .post .flo-product-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 70px;
}
#blog .post .flo-product {
  margin-top: 70px;
}
#blog .post .flo-product__image a {
  padding-bottom: 0;
  border-bottom: 0;
}
#blog .post .flo-product.image-left,
#blog .post .flo-product.image-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#blog .post .flo-product.image-left + .image-left,
#blog .post .flo-product.image-right + .image-left,
#blog .post .flo-product.image-left + .image-right,
#blog .post .flo-product.image-right + .image-right {
  border-top: 1px solid #cfcfcf;
  padding-top: 40px;
  margin-top: 70px;
}
#blog .post .flo-product.image-left .flo-product__image,
#blog .post .flo-product.image-right .flo-product__image {
  width: 42%;
}
#blog .post .flo-product.image-left .flo-product__content,
#blog .post .flo-product.image-right .flo-product__content {
  width: 50%;
}
#blog .post .flo-product.grid-item {
  border-top: 0;
  padding-top: 0;
  text-align: center;
  width: 42%;
}
#blog .post .flo-product.grid-item .flo-product__image {
  margin-bottom: 20px;
}
#blog .post .flo-product.grid-item h3 {
  text-align: center;
}
@media (min-width: 1024px) {
  #blog .post .flo-product.image-right .flo-product__image {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  #blog .post .flo-product.image-right .flo-product__content {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    text-align: right;
  }
  #blog .post .flo-product.image-right .flo-product__content h3 {
    text-align: right;
  }
  #blog .post .flo-product.image-right .shop-it {
    text-align: right;
  }
  #blog .post .flo-product.image-right .shop-it a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: -35px;
  }
  #blog .post .flo-product.image-right .shop-it a:hover:before {
    left: auto;
    right: -27px;
  }
  #blog .post .flo-product.image-right .shop-it a:hover:after {
    left: auto;
    right: 8px;
  }
}
#blog .post .flo-product h4 {
  font: 600 11px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#blog .post .flo-product h3 {
  font: 600 28px/41px 'Editors Note';
  display: block;
  text-align: left;
}
#blog .post .flo-product h3:before,
#blog .post .flo-product h3:after {
  display: none;
}
#blog .post .flo-product h3 a {
  text-decoration: none;
  border-bottom: 0;
  padding-bottom: 0;
}
#blog .post .flo-product .text {
  font-size: 15px;
}
#blog .post .flo-product .shop-it {
  margin-top: 35px;
}
#blog .post .flo-product .shop-it a {
  display: inline-block;
  font: 600 11px/14px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
  border-bottom: 0;
}
#blog .post .flo-product .shop-it a:before {
  background: url(../images/shoppable-post-arrow.png) 0 0 no-repeat;
  background-size: 11px 9px;
  content: "";
  width: 11px;
  height: 9px;
  position: absolute;
  top: 0;
  left: -35px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#blog .post .flo-product .shop-it a:after {
  background: #000000;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.11s linear;
  -moz-transition: all 0.11s linear;
  -ms-transition: all 0.11s linear;
  -o-transition: all 0.11s linear;
  transition: all 0.11s linear;
}
#blog .post .flo-product .shop-it a:hover {
  color: #231f20;
}
#blog .post .flo-product .shop-it a:hover:before {
  left: -27px;
}
#blog .post .flo-product .shop-it a:hover:after {
  background: #bbbdbd;
  left: 8px;
}
#blog .post .flo-post-block {
  margin-top: 70px;
  border: 1px solid #3C3C3C;
  padding: 20px;
}
#blog .post .flo-post-block a {
  padding-bottom: 0;
  border-bottom: 0;
}
#blog .post .flo-post-block__image {
  padding-bottom: 100%;
  position: relative;
}
#blog .post .flo-post-block__image a {
  padding-bottom: 0;
  border-bottom: 0;
}
#blog .post .flo-post-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100% !important;
}
#blog .post .flo-post-block__content {
  text-align: center;
  margin-top: 30px;
}
#blog .post .flo-post-block__title {
  font: 600 25px/30px "Editors Note";
  margin-bottom: 20px;
}
#blog .post .flo-post-block__button {
  margin-top: 30px;
}
#blog .post .flo-post-block__button a {
  background: var(--background-color);
  color: var(--text-color);
  font: 600 13px/1 'Poppins';
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: inline-block;
  padding: 18px 36px;
}
@media (min-width: 1024px) {
  #blog .post .flo-post-block {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 40px;
  }
  #blog .post .flo-post-block__image {
    position: absolute;
    top: -13%;
    left: 3%;
    bottom: -13%;
    width: 40%;
    padding-bottom: 0;
  }
  #blog .post .flo-post-block__content {
    width: 51.2%;
    margin-top: 0;
  }
  #blog .post .flo-post-block__title {
    font-size: 40px;
    line-height: 1;
  }
  #blog .post .flo-post-block__button {
    margin-bottom: -64px;
  }
  #blog .post .flo-post-block.image-right {
    justify-content: flex-start;
  }
  #blog .post .flo-post-block.image-right .flo-post-block__image {
    left: auto;
    right: 3%;
  }
}
#blog .post .flo-expert-block {
  margin-top: 50px;
  margin-bottom: 30px;
}
#blog .post .flo-expert-block__image {
  display: none;
}
#blog .post .flo-expert-block__content {
  background: #F8F8F8;
  padding: 20px;
}
#blog .post .flo-expert-block__header {
  background: #000001;
  color: #fff;
  font: 600 13px/30px 'Poppins';
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0 15px;
  margin-bottom: 20px;
  display: inline-block;
}
#blog .post .flo-expert-block__title {
  font: 600 24px/1 'Editors Note';
  margin-bottom: 20px;
  text-transform: none;
}
#blog .post .flo-expert-block__sub-title {
  font: 600 13px/1.1 'Poppins';
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#blog .post .flo-expert-block__text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  #blog .post .flo-expert-block {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px;
    position: relative;
  }
  #blog .post .flo-expert-block__content {
    padding: 60px 35px;
  }
  #blog .post .flo-expert-block--has-image {
    padding-left: 110px;
  }
  #blog .post .flo-expert-block--has-image .flo-expert-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 286px;
    display: block;
  }
  #blog .post .flo-expert-block--has-image .flo-expert-block__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  #blog .post .flo-expert-block--has-image .flo-expert-block__content {
    padding: 60px 35px 60px 145px;
  }
  #blog .post .flo-expert-block--has-image.image-right {
    padding-left: 0;
    padding-right: 110px;
  }
  #blog .post .flo-expert-block--has-image.image-right .flo-expert-block__image {
    left: auto;
    right: 0;
  }
  #blog .post .flo-expert-block--has-image.image-right .flo-expert-block__content {
    padding: 60px 145px 60px 35px;
  }
}
#blog .post .lwptoc .lwptoc_i {
  border: 0;
  padding: 0;
}
#blog .post .lwptoc .lwptoc_header {
  text-align: center;
  margin-bottom: 20px;
}
#blog .post .lwptoc .lwptoc_header .lwptoc_title {
  display: flex;
  align-items: center;
  font: 600 10px/1 'Poppins';
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#blog .post .lwptoc .lwptoc_header .lwptoc_title:before,
#blog .post .lwptoc .lwptoc_header .lwptoc_title:after {
  height: 1px;
  content: "";
  flex: 1;
  background: #000000;
}
#blog .post .lwptoc .lwptoc_header .lwptoc_title:before {
  margin-left: -25px;
  margin-right: 25px;
}
#blog .post .lwptoc .lwptoc_header .lwptoc_title:after {
  margin-left: 25px;
  margin-right: -20px;
}
#blog .post .lwptoc .lwptoc_itemWrap {
  columns: 2;
}
#blog .post .lwptoc .lwptoc_itemWrap .lwptoc_item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  break-inside: avoid-column;
}
#blog .post .lwptoc .lwptoc_itemWrap .lwptoc_item .lwptoc_item_number {
  font: 600 9px/15px 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  left: 0;
}
#blog .post .lwptoc .lwptoc_itemWrap .lwptoc_item .lwptoc_item_number:before {
  content: "0";
}
#blog .post .lwptoc .lwptoc_itemWrap .lwptoc_item .lwptoc_item_label {
  font: 600 16px/18px 'Editors Note';
  letter-spacing: -0.02em;
}
#blog .post .lwptoc .lwptoc_itemWrap .lwptoc_item:nth-child(n+10) .lwptoc_item_number:before {
  content: "";
}
@media (min-width: 768px) {
  #blog .post .lwptoc .lwptoc_header {
    margin-bottom: 40px;
  }
  #blog .post .lwptoc .lwptoc_header .lwptoc_title {
    font: 600 20px/1 'Poppins';
    letter-spacing: 0.1em;
  }
  #blog .post .lwptoc .lwptoc_header .lwptoc_title:before {
    margin-left: 0;
  }
  #blog .post .lwptoc .lwptoc_header .lwptoc_title:after {
    margin-right: 0;
  }
  #blog .post .lwptoc .lwptoc_items {
    padding: 0 40px;
  }
  #blog .post .lwptoc .lwptoc_itemWrap {
    columns: 3;
  }
  #blog .post .lwptoc .lwptoc_itemWrap .lwptoc_item {
    padding-left: 30px;
    margin-bottom: 20px;
  }
  #blog .post .lwptoc .lwptoc_itemWrap .lwptoc_item .lwptoc_item_number {
    font-size: 15px;
    line-height: 18px;
    top: 5px;
  }
}
#blog .post .actions {
  margin-top: 50px;
}
#blog .post .actions .share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 22px;
}
#blog .post .actions .share li {
  margin: 0 7px;
}
#blog .post .actions .share li a {
  background: url(../images/post-share.png) 0 0 no-repeat;
  background-size: 96px 32px;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
#blog .post .actions .share li a.twitter {
  background-position: -32px 0;
}
#blog .post .actions .share li a.pinterest {
  background-position: -64px 0;
}
#blog .post .actions .title {
  font: 600 15px/1 'Poppins';
  text-align: center;
}
#blog .post .block-disqus .show-comments {
  text-align: center;
  margin-bottom: 20px;
}
#blog .post .block-disqus .show-comments span {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  font: 600 11px/34px "Poppins";
  letter-spacing: 1px;
  padding: 0 40px;
  text-transform: uppercase;
  cursor: pointer;
}
#blog .post .block-disqus .show-comments span:hover {
  background: #fff;
  color: #000;
}
#blog .post .block-disqus #disqus_thread {
  display: none;
}
#search .page-header {
  position: relative;
  padding-bottom: 30px;
}
#search .page-header .page-title {
  font-size: 30px;
  line-height: 1;
  padding-top: 50px;
  margin-bottom: 20px;
  text-align: left;
}
#search .page-header .results {
  font: 600 10px/24px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#search .items .page,
#search .items .post {
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}
#search .items .page:first-child,
#search .items .post:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#search .items .page .entry-thumbnail,
#search .items .post .entry-thumbnail {
  margin-bottom: 10px;
}
#search .items .page .entry-thumbnail img,
#search .items .post .entry-thumbnail img {
  width: 100%;
}
#search .items .page .entry-info h3,
#search .items .post .entry-info h3 {
  font: 600 24px/30px "Editors Note";
  margin-bottom: 40px;
}
#search .items .page .entry-info .entry-meta,
#search .items .post .entry-info .entry-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font: 600 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#search .items .page .entry-info .entry-meta .categories:after,
#search .items .post .entry-info .entry-meta .categories:after {
  content: "/";
  display: inline-block;
  margin: 0 29px;
}
#search .items .page .entry-info .entry-meta .categories a,
#search .items .post .entry-info .entry-meta .categories a {
  display: inline-block;
  background: #f3efea;
  padding: 0 10px;
}
#search .items .page .entry-info .entry-meta .categories a:hover,
#search .items .post .entry-info .entry-meta .categories a:hover {
  background: #000;
  color: #fff;
}
#search .more {
  margin-top: 40px;
  text-align: center;
}
#search .more a {
  background: #000;
  border: 1px solid #000;
  display: inline-block;
  font: 600 11px/34px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 40px;
}
#search .more a:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 768px) {
  #search .page-header .results {
    position: absolute;
    top: 54px;
    right: 0;
    margin-top: 0;
  }
  #search .items .page,
  #search .items .post {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #search .items .page .entry-thumbnail,
  #search .items .post .entry-thumbnail {
    width: 40%;
    margin-bottom: 0;
  }
  #search .items .page .entry-info,
  #search .items .post .entry-info {
    width: 52%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.posts .grid {
  margin-left: -33px;
  margin-right: -33px;
}
.posts .grid:before,
.posts .grid:after {
  content: " ";
  display: table;
}
.posts .grid:after {
  clear: both;
}
.posts .grid .grid-sizer,
.posts .grid .grid-item {
  width: 100%;
}
@media (min-width: 440px) {
}
@media (min-width: 1024px) {
  .posts .grid .grid-sizer,
  .posts .grid .grid-item {
    width: 33.33%;
  }
}
.posts .grid .grid-item {
  float: left;
}
.posts .grid .grid-item:nth-child(n+3) {
  margin-top: 30px;
}
@media (min-width: 440px) {
  .posts .grid .grid-item {
    /*
                &:nth-child(n+3){
                    margin-top: 0;
                }
                &:nth-child(n+4){
                    margin-top: 30px;
                }
                */
  }
}
@media (min-width: 1024px) {
  .posts .grid .grid-item:nth-child(n+3) {
    margin-top: 0;
  }
  .posts .grid .grid-item:nth-child(n+4) {
    margin-top: 0;
  }
  .posts .grid .grid-item:nth-child(n+5) {
    margin-top: 30px;
  }
}
.posts .post {
  padding: 0 33px;
}
.posts .post .entry-thumbnail {
  margin-bottom: 30px;
}
.posts .post .entry-thumbnail img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.posts .post .entry-thumbnail img:nth-child(2) {
  display: none;
}
.posts .post .entry-thumbnail img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.posts .post .entry-title {
  font: 500 20px/24px 'Editors Note';
}
.posts .post .entry-meta {
  font: 600 9px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.posts .post .entry-meta .entry-date {
  display: block;
  margin-top: 13px;
}
@media (min-width: 1024px) {
  .posts .post {
    text-align: center;
  }
  .posts .post .entry-info {
    min-height: 165px;
  }
  .posts .post .entry-thumbnail img:nth-child(1) {
    display: none;
  }
  .posts .post .entry-thumbnail img:nth-child(2) {
    display: block;
  }
  .posts .post .entry-title {
    position: relative;
    padding-bottom: 17px;
  }
  .posts .post .entry-title:before {
    background: #bbbdbd;
    content: "";
    height: 1px;
    width: 174px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -87px;
  }
}
.posts .more {
  margin-top: 20px;
  text-align: center;
}
.posts .more a {
  background: #000;
  border: 1px solid #000;
  display: inline-block;
  font: 600 11px/34px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 40px;
}
.posts .more a:hover {
  background: #fff;
  color: #000;
}
.posts .more a.loading {
  background: #9a9a9a;
  border: 1px solid #9a9a9a;
  color: #fff;
  cursor: progress;
}
#category .page-header .page-title {
  font-size: 30px;
  line-height: 1;
  padding-top: 50px;
  margin-bottom: 50px;
}
#category .featured-posts {
  background: #f7f7f7;
  margin-bottom: 100px;
  position: relative;
  display: none;
}
#category .featured-posts .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#category .featured-posts .flexslider .slides li {
  background: #f7f7f7;
}
#category .featured-posts .bottom {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  padding-bottom: 0;
}
#category .featured-posts .navigation {
  background: #000;
  position: relative;
  z-index: 100;
}
#category .featured-posts .navigation .paging {
  font: 600 15px/60px 'Poppins';
  color: #fff;
  padding-left: 50px;
}
#category .featured-posts .navigation .flex-prev,
#category .featured-posts .navigation .flex-next {
  background: url(../images/slider-white-arrows.png) 0 0 no-repeat;
  background-size: 50px 8px;
  width: 25px;
  height: 8px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  z-index: 101;
}
#category .featured-posts .navigation .flex-prev {
  right: 115px;
}
#category .featured-posts .navigation .flex-next {
  background-position: 100% 0;
  right: 50px;
}
#category .featured-posts .featured-item .info {
  padding: 20px 0 50px;
}
#category .featured-posts .featured-item .categories {
  margin-bottom: 30px;
}
#category .featured-posts .featured-item .categories a {
  display: inline-block;
  background: #f3efea;
  font: 600 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
}
#category .featured-posts .featured-item .categories a:hover {
  background: #000;
  color: #fff;
}
#category .featured-posts .featured-item h2 {
  font: 600 24px/30px 'Editors Note';
  margin-bottom: 30px;
}
#category .featured-posts .featured-item .summary {
  font-size: 15px;
  line-height: 25px;
}
#category .featured-posts .featured-item .read-more {
  font: 600 10px/24px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 768px) {
  #category .featured-posts {
    display: block;
  }
  #category .featured-posts .featured-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #category .featured-posts .featured-item .image {
    width: 50%;
  }
  #category .featured-posts .featured-item .info {
    width: 45%;
    padding-right: 150px;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#category .most-popular {
  position: relative;
  margin-bottom: 70px;
}
#category .most-popular h2 {
  font: 600 24px/1 'Editors Note';
  text-align: center;
  margin-bottom: 37px;
}
#category .most-popular .items {
  margin-left: -20px;
  margin-right: -20px;
}
#category .most-popular .items .item {
  margin-top: 40px;
}
#category .most-popular .items .item:first-child {
  margin-top: 0;
}
#category .most-popular .items .item .image {
  margin-bottom: 20px;
}
#category .most-popular .items .item .image img {
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#category .most-popular .items .item .image img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#category .most-popular .items .item .category {
  margin-bottom: 20px;
}
#category .most-popular .items .item .category a {
  display: inline-block;
  background: #f3efea;
  font: 600 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  -webkit-transition: all 0.2s aese-in-out;
  -moz-transition: all 0.2s aese-in-out;
  -ms-transition: all 0.2s aese-in-out;
  -o-transition: all 0.2s aese-in-out;
  transition: all 0.2s aese-in-out;
}
#category .most-popular .items .item .category a:hover {
  background: #000;
  color: #fff;
}
#category .most-popular .items .item h3 {
  font: 600 25px/30px 'Editors Note';
}
@media (min-width: 768px) {
  #category .most-popular .items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  #category .most-popular .items .item {
    width: 33.33%;
    padding: 0 20px;
    margin-top: 0;
  }
}
#category .latest-posts h2 {
  border-top: 1px solid #000;
  padding-top: 50px;
  font: 600 24px/1 'Editors Note';
  text-align: center;
  margin-bottom: 40px;
  display: none;
}
#category .latest-posts .navigation {
  margin-bottom: 50px;
}
#category .latest-posts .navigation ul {
  white-space: nowrap;
  margin-left: -5px;
  margin-right: -5px;
  overflow-x: auto;
  overflow-y: hidden;
}
#category .latest-posts .navigation ul li {
  display: inline-block;
  margin: 0 5px;
  font: 600 11px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  position: relative;
  cursor: pointer;
}
#category .latest-posts .navigation ul li a {
  display: block;
  padding: 0 15px 11px;
  position: relative;
}
#category .latest-posts .navigation ul li a:before,
#category .latest-posts .navigation ul li a:after {
  background: #bbbdbd;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#category .latest-posts .navigation ul li a:before {
  left: 50%;
}
#category .latest-posts .navigation ul li a:after {
  right: 50%;
}
#category .latest-posts .navigation ul li a:hover:before,
#category .latest-posts .navigation ul li a.active:before,
#category .latest-posts .navigation ul li a:hover:after,
#category .latest-posts .navigation ul li a.active:after {
  width: 50%;
}
@media (min-width: 1024px) {
  #category .latest-posts .navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  #category .latest-posts h2 {
    display: block;
  }
}
@media (max-width: 1024px) {
  #category .posts .grid {
    margin-left: 0;
    margin-right: 0;
  }
  #category .posts .grid-item ~ .grid-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
  }
  #category .posts .post {
    padding-left: 0;
    padding-right: 0;
  }
  #category .posts .post .entry-thumbnail {
    margin-bottom: 10px;
  }
  #category .posts .post .entry-title {
    font: 600 24px/30px "Editors Note";
    margin-bottom: 20px;
  }
  #category .posts .post .entry-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    font: 600 9px/21px 'Poppins';
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #category .posts .post .entry-meta .categories a {
    display: inline-block;
    background: #f3efea;
    padding: 0 10px;
  }
  #category .posts .post .entry-meta .categories a:hover {
    background: #000;
    color: #fff;
  }
  #category .posts .post .entry-meta .entry-date {
    margin-top: 0;
  }
  #category .posts .post .entry-meta .entry-date:before {
    content: "/";
    display: inline-block;
    margin: 0 29px;
  }
}
#handbooks .page-header .page-title {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 60px;
}
#handbooks .navigation {
  margin-bottom: 50px;
}
#handbooks .navigation ul {
  white-space: nowrap;
  margin-left: -25px;
  margin-right: -25px;
  overflow-x: auto;
  overflow-y: hidden;
}
#handbooks .navigation ul li {
  display: inline-block;
  margin: 0 25px;
  font: 600 11px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  position: relative;
  cursor: pointer;
}
#handbooks .navigation ul li a {
  display: block;
  padding: 0 15px 11px;
  position: relative;
}
#handbooks .navigation ul li a:before,
#handbooks .navigation ul li a:after {
  background: #bbbdbd;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#handbooks .navigation ul li a:before {
  left: 50%;
}
#handbooks .navigation ul li a:after {
  right: 50%;
}
#handbooks .navigation ul li a:hover:before,
#handbooks .navigation ul li a.active:before,
#handbooks .navigation ul li a:hover:after,
#handbooks .navigation ul li a.active:after {
  width: 50%;
}
@media (min-width: 1024px) {
  #handbooks .navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
#handbooks .grid {
  margin-left: -15px;
  margin-right: -15px;
}
#handbooks .grid:before,
#handbooks .grid:after {
  content: " ";
  display: table;
}
#handbooks .grid:after {
  clear: both;
}
#handbooks .grid .grid-sizer,
#handbooks .grid .grid-item {
  width: 100%;
}
@media (min-width: 440px) {
  #handbooks .grid .grid-sizer,
  #handbooks .grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #handbooks .grid .grid-sizer,
  #handbooks .grid .grid-item {
    width: 25%;
  }
}
#handbooks .grid .grid-item {
  float: left;
  margin-bottom: 60px;
}
#handbooks .handbook {
  padding: 0 15px;
}
#handbooks .handbook .entry-thumbnail {
  margin-bottom: 20px;
}
#handbooks .handbook .entry-thumbnail img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#handbooks .handbook .entry-thumbnail img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#handbooks .handbook .entry-title {
  font: 600 25px/30px 'Editors Note';
  margin-bottom: 0;
}
#handbooks .handbook .entry-meta {
  margin-bottom: 20px;
}
#handbooks .handbook .entry-meta a {
  display: inline-block;
  background: #f3efea;
  font: 600 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
}
#handbooks .handbook .entry-meta a:hover {
  background: #000;
  color: #fff;
}
#handbooks .more {
  margin-top: 40px;
  text-align: center;
}
#handbooks .more a {
  border: 1px solid #000;
  display: inline-block;
  font: 600 11px/34px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  padding: 0 40px;
}
#handbooks .more a:hover {
  background: #000;
  color: #fff;
}
#handbook .gallery {
  margin-bottom: 34px;
}
#handbook .gallery .owl-nav {
  background: #000;
  position: absolute;
  bottom: -30px;
  height: 60px;
  left: 0;
  right: 0;
}
#handbook .gallery .owl-nav .owl-prev,
#handbook .gallery .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
#handbook .gallery .owl-nav .owl-prev:before,
#handbook .gallery .owl-nav .owl-next:before {
  background: url(../images/slider-white-arrows.png) 0 0 no-repeat;
  background-size: 50px 8px;
  content: "";
  width: 25px;
  height: 8px;
  text-indent: -9999px;
  position: absolute;
  top: 26px;
}
#handbook .gallery .owl-nav .owl-prev.disabled:before,
#handbook .gallery .owl-nav .owl-next.disabled:before {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
#handbook .gallery .owl-nav .owl-prev {
  left: 0;
}
#handbook .gallery .owl-nav .owl-prev:before {
  right: 10px;
}
#handbook .gallery .owl-nav .owl-next {
  right: 0;
}
#handbook .gallery .owl-nav .owl-next:before {
  background-position: 100% 0;
  left: 10px;
}
@media (min-width: 768px) {
  #handbook .gallery {
    margin-bottom: 4px;
  }
  #handbook .gallery .owl-nav {
    left: auto;
    right: -20px;
    width: 180px;
  }
}
#handbook .intro {
  background: #f8f8f8;
  text-align: center;
  padding: 40px 20px;
}
#handbook .intro h1 {
  font: 600 30px/1 'Editors Note';
}
#handbook .intro .entry-content {
  font-size: 15px;
}
@media (min-width: 768px) {
  #handbook .intro {
    padding: 30px 125px;
  }
}
#handbook .main {
  margin-top: 70px;
}
#handbook .main .left {
  margin-bottom: 40px;
}
#handbook .main .sections .section {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
  padding-top: 40px;
}
#handbook .main .sections .section:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#handbook .main .sections .section .section-left {
  margin-bottom: 20px;
}
#handbook .main .sections .section h2 {
  font: 600 20px/1 'Editors Note';
  margin-bottom: 35px;
}
#handbook .main .sections .section .sub-title {
  font: 600 11px/20px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
#handbook .main .sections .section .text {
  font-size: 15px;
}
#handbook .main .sections .section .categories .cat-heading {
  font: 600 15px/20px 'Poppins';
}
#handbook .main .sections .section .categories .items {
  font: 600 11px/15px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#handbook .main .sections .section .categories .items li {
  width: 45%;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
#handbook .main .sections .section .categories .items li:before {
  background: url(../images/handbook-categories-icon.png) 0 0 no-repeat;
  background-size: 12px 24px;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
#handbook .main .sections .section .categories .items li.added:before {
  background-position: 0 100%;
}
#handbook .main .sections .section .categories .items li:nth-child(n+3) {
  margin-top: 15px;
}
@media (min-width: 440px) {
  #handbook .main .sections .section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #handbook .main .sections .section .section-left {
    width: 32%;
    margin-bottom: 0;
  }
  #handbook .main .sections .section .section-right {
    width: 60%;
  }
}
#handbook .main .related-posts {
  border-left: 1px solid #000000;
  padding-left: 24px;
  padding-bottom: 35px;
}
#handbook .main .related-posts h2 {
  font-size: 15px;
  margin-bottom: 40px;
}
#handbook .main .related-posts .items .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}
#handbook .main .related-posts .items .item:first-child {
  margin-top: 0;
}
#handbook .main .related-posts .items .item .info {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 50px;
}
#handbook .main .related-posts .items .item .info .category {
  font: 600 9px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#handbook .main .related-posts .items .item .info h3 {
  margin-bottom: 0;
  font: 600 15px/22px 'Editors Note';
}
#handbook .main .related-posts .items .item .image {
  width: 80px;
}
@media (min-width: 768px) {
  #handbook .main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #handbook .main .left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px;
    margin-bottom: 0;
  }
  #handbook .main .right {
    width: 300px;
  }
}
#handbook .products .section-title {
  border-top: 1px solid #000000;
  margin-top: 50px;
  padding-top: 30px;
  text-align: center;
  font: 600 30px/1 "Editors Note";
  margin-bottom: 40px;
}
#handbook .products .category {
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
  padding-top: 50px;
}
#handbook .products .category:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#handbook .products .category .category-title {
  text-align: center;
  font: 600 24px/1 'Editors Note';
}
#handbook .products .category .category-description {
  text-align: center;
  font: 600 11px/15px 'Poppins';
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #handbook .products .category .category-description {
    max-width: 60%;
    margin: 0 auto 50px;
  }
}
#handbook .products .category .items {
  padding: 0 50px;
}
#handbook .products .category .items .owl-nav .owl-prev,
#handbook .products .category .items .owl-nav .owl-next {
  background: url(../images/handbooks-products-arrows.png) 0 0 no-repeat;
  background-size: 14px 11px;
  position: absolute;
  top: 50%;
  width: 7px;
  height: 11px;
  margin-top: -6px;
  text-indent: -9999px;
}
#handbook .products .category .items .owl-nav .owl-prev:hover,
#handbook .products .category .items .owl-nav .owl-next:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
#handbook .products .category .items .owl-nav .owl-prev.disabled,
#handbook .products .category .items .owl-nav .owl-next.disabled {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
}
#handbook .products .category .items .owl-nav .owl-prev {
  left: 0;
}
#handbook .products .category .items .owl-nav .owl-next {
  background-position: 100% 0;
  right: 0;
}
#handbook .products .category .items .info {
  margin-top: 30px;
  position: relative;
}
#handbook .products .category .items .info .favorite {
  background: url(../images/handbook-favorite.png) 0 0 no-repeat;
  background-size: 14px 26px;
  position: absolute;
  top: 4px;
  right: 0;
  width: 14px;
  height: 13px;
  text-indent: -9999px;
}
#handbook .products .category .items .info .favorite.added {
  background-position: 0 100%;
}
#handbook .products .category .items .info .type {
  font: 600 11px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
#handbook .products .category .items .info h3 {
  font: 600 16px/20px 'Editors Note';
  margin-bottom: 2px;
  padding-right: 20px;
}
#handbook .products .category .items .info .bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#handbook .products .category .items .info .bottom .brand {
  font: 15px/1 'Poppins';
}
#handbook .products .category .items .info .bottom .price {
  font: 600 14px/15px 'Editors Note';
}
/* Cities
*******************************/
#cities {
  padding-top: 60px;
}
#cities .back {
  margin-bottom: 35px;
  text-align: center;
  font: 600 16px/1 'Poppins';
  padding-bottom: 11px;
  position: relative;
}
#cities .back:before {
  background: #bbbdbd;
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}
#cities .page-header .page-title {
  padding-top: 0;
}
#cities .city-title {
  font: 600 24px/40px 'Editors Note';
  text-align: center;
}
#cities .city-title span {
  color: #ceb89d;
}
#cities .featured .items .item {
  margin-top: 20px;
}
#cities .featured .items .city-item {
  position: relative;
}
#cities .featured .items .city-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cities .featured .items .city-item a span {
  text-align: center;
  font: 600 30px/1 'Editors Note';
  color: #fff;
}
#cities .featured .items .city-item a:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 440px) {
  #cities .featured .items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  #cities .featured .items .item {
    width: 50%;
    padding: 0 20px;
    margin-top: 0;
  }
  #cities .featured .items .item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  #cities .featured .items .item {
    width: 25%;
    margin-top: 0;
  }
  #cities .featured .items .item:nth-child(n+3) {
    margin-top: 0;
  }
}
#cities .city-posts {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
}
#cities .city-posts h2 {
  text-align: center;
  font: 600 24px/1 'Editors Note';
  margin-bottom: 50px;
}
#cities .city-posts .grid {
  margin-left: -20px;
  margin-right: -20px;
}
#cities .city-posts .grid:before,
#cities .city-posts .grid:after {
  content: " ";
  display: table;
}
#cities .city-posts .grid:after {
  clear: both;
}
#cities .city-posts .grid .grid-sizer,
#cities .city-posts .grid .grid-item {
  width: 100%;
}
@media (min-width: 440px) {
  #cities .city-posts .grid .grid-sizer,
  #cities .city-posts .grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #cities .city-posts .grid .grid-sizer,
  #cities .city-posts .grid .grid-item {
    width: 33.33%;
  }
}
#cities .all-list {
  margin-top: 100px;
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}
#cities .all-list h2 {
  text-align: center;
  font: 600 20px/1 'Editors Note';
  margin-bottom: 50px;
}
#cities .all-list .items {
  font: 600 11px/30px 'Poppins';
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cities .all-list .items .col {
  width: 45%;
}
@media (min-width: 768px) {
  #cities .all-list .items .col {
    width: 22%;
  }
}
@media (min-width: 1024px) {
  #cities .all-list .items {
    padding: 0 135px;
  }
}
.widget {
  margin-top: 40px;
}
.widget:first-child {
  margin-top: 0;
}
.widget h3 {
  font: 600 24px/27px 'Editors Note';
  margin-bottom: 26px;
}
.flo_contributors_widget {
  display: none;
}
.flo_contributors_widget h3 {
  font: 600 9px/15px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
}
.flo_contributors_widget .items {
  margin-bottom: 30px;
}
.flo_contributors_widget .items li {
  font: 600 18px/24px 'Editors Note';
  margin-top: 15px;
}
.flo_contributors_widget .items li:first-child {
  margin-top: 0;
}
.flo_contributors_widget .items li span {
  display: block;
  font: 600 9px/15px 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
}
.flo_contributors_widget .share-post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flo_contributors_widget .share-post h3 {
  line-height: 32px;
  margin-right: 20px;
  margin-bottom: 0;
}
.flo_contributors_widget .share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flo_contributors_widget .share li {
  margin-left: 14px;
  line-height: 32px;
}
.flo_contributors_widget .share li:first-child {
  margin-left: 0;
}
.flo_contributors_widget .share li a {
  background: url(../images/post-share.png) 0 0 no-repeat;
  background-size: 96px 32px;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.flo_contributors_widget .share li a.twitter {
  background-position: -32px 0;
}
.flo_contributors_widget .share li a.pinterest {
  background-position: -64px 0;
}
@media (min-width: 768px) {
  .flo_contributors_widget {
    display: block;
    border-left: 1px solid #000;
    padding-left: 24px;
    padding-bottom: 30px;
  }
  .flo_contributors_widget .items {
    margin-bottom: 60px;
  }
  .flo_contributors_widget .share-post {
    display: -webkit-block;
    display: -ms-blockbox;
    display: -ms-block;
    display: block;
  }
  .flo_contributors_widget .share-post h3 {
    margin-bottom: 26px;
    margin-right: 0;
  }
}
.flo_post_shop_widget {
  border: 1px solid #000;
  padding: 30px 25px;
}
.flo_post_shop_widget h3 {
  text-align: center;
}
.flo_post_shop_widget .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flo_post_shop_widget .items .item {
  width: 43%;
  text-align: center;
}
.flo_post_shop_widget .items .item:nth-child(n+3) {
  margin-top: 20px;
}
.flo_post_shop_widget .items .item .image {
  margin-bottom: 20px;
}
.flo_post_shop_widget .items .item h3 {
  font: 600 9px/10px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.flo_post_shop_widget .more {
  text-align: center;
  margin-top: 30px;
}
.flo_post_shop_widget .more a {
  font: 600 16px/1 'Poppins';
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbdbd;
}
.widget_search form {
  position: relative;
}
.widget_search form .s {
  background: transparent;
  border: 1px solid #000000;
  padding: 10px 20px;
  height: 38px;
  line-height: 16px;
}
.widget_search form .searchsubmit {
  background: url(../images/search-button.png) 0 0 no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  position: absolute;
  top: 13px;
  right: 16px;
}
.widget_categories ul {
  font: 15px/21px 'DomaineDisplayRegular';
}
.widget_categories ul li {
  margin-top: 23px;
}
.widget_categories ul li:first-child {
  margin-top: 0;
}
.flo_related_widget ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flo_related_widget ul li {
  width: 48%;
}
.flo_related_widget ul li:nth-child(n+3) {
  margin-top: 29px;
}
.flo_related_widget ul li .entry-thumb {
  margin-bottom: 10px;
}
.flo_related_widget ul li h4 {
  margin-bottom: 0;
  font: 600 15px/18px 'Editors Note';
}
.flo_related_widget ul li .entry-subtitle {
  font: 300 13px/15px 'Poppins';
  margin-top: 22px;
}
@media (min-width: 768px) {
  .flo_related_widget {
    border-left: 1px solid #000;
    padding-left: 24px;
  }
  .flo_related_widget ul li {
    width: 100%;
  }
  .flo_related_widget ul li:nth-child(n+2) {
    margin-top: 29px;
  }
}
.flo_shop_widget {
  margin-bottom: 30px;
}
.flo_shop_widget h2 {
  font: 600 24px/1 'Editors Note';
  margin-bottom: 37px;
  text-align: center;
}
.flo_shop_widget .product {
  text-align: center;
}
.flo_shop_widget .product .image {
  margin-bottom: 20px;
}
.flo_shop_widget .product h3 {
  font: 600 9px/10px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.flo_shop_widget .more {
  text-align: center;
  margin-top: 30px;
}
.flo_shop_widget .more a {
  font: 600 16px/1 'Poppins';
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbdbd;
}
@media (min-width: 768px) {
  .flo_shop_widget {
    border: 1px solid #000;
    padding: 30px;
  }
}
.wp-pagenavi {
  margin-top: 100px;
  position: relative;
  font: 9px/1 'GothamHTFMedium';
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wp-pagenavi a.page,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 25px;
}
.wp-pagenavi .previouspostslink {
  display: inline-block;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #212121;
}
.wp-pagenavi .nextpostslink {
  display: inline-block;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #212121;
}
.flo-shcode-instgm-container {
  margin-left: -6px;
  margin-right: -6px;
}
.flo-shcode-instgm-container a.crop {
  max-width: 100% !important;
  max-height: 100% !important;
}
.flo-shcode-instgm-container img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}
.flo-shcode-instgm-container img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
#newsletter-subscribe .image {
  display: none;
}
#newsletter-subscribe .info {
  background: url(../images/newsletter-subscribe-logo.png) 50% 30px no-repeat;
  background-size: 140px 72px;
  padding: 150px 20px 30px;
  text-align: center;
}
#newsletter-subscribe .info h2 {
  font: 600 21px/1.1 'Editors Note';
}
#newsletter-subscribe .info .text {
  font: 300 21px/1.2 'Poppins';
  margin-bottom: 50px;
}
#newsletter-subscribe .info .thanks {
  font: 600 9px/1 'Poppins';
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}
#newsletter-subscribe .info .thanks span {
  cursor: pointer;
}
@media (min-width: 768px) {
  #newsletter-subscribe {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #newsletter-subscribe .image {
    display: block;
    width: 50%;
    position: relative;
  }
  #newsletter-subscribe .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #newsletter-subscribe .info {
    padding: 140px 85px 50px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #newsletter-subscribe .info h2 {
    font-size: 30px;
  }
}
#my-account {
  background: #f7f7f7;
  padding: 80px 0 100px;
}
#my-account .toolbar h1 {
  font: 600 30px/1 'Editors Note';
  padding-left: 38px;
  margin-bottom: 30px;
}
#my-account .toolbar nav {
  background: #000;
  padding: 38px;
  font: 600 11px/15px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 2px;
}
#my-account .toolbar nav a {
  display: inline-block;
  color: #dfdfdf;
}
#my-account .toolbar nav a:hover {
  color: #fff;
}
#my-account .toolbar nav ul li {
  margin-top: 18px;
}
#my-account .toolbar nav ul li:first-child {
  margin-top: 0;
}
#my-account .toolbar nav ul li.current-menu-item a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
#my-account .toolbar nav .logout {
  margin-top: 100px;
}
#my-account .main {
  background: #fff;
  padding: 38px;
  margin-top: 20px;
}
#my-account .main h2 {
  font: 600 24px/30px 'Editors Note';
}
#my-account .main form label {
  display: inline-block;
  font: 15px/1 'Poppins';
  color: #cbcbcb;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#my-account .main form input[type="text"],
#my-account .main form input[type="number"],
#my-account .main form input[type="email"],
#my-account .main form input[type="url"],
#my-account .main form input[type="search"],
#my-account .main form input[type="password"],
#my-account .main form textarea {
  text-align: left;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 15px;
}
#my-account .main .favorites {
  position: relative;
}
#my-account .main .favorites .filter {
  font: 600 11px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#my-account .main .favorites .filter ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#my-account .main .favorites .filter ul li span {
  color: #cbcbcb;
  cursor: pointer;
}
#my-account .main .favorites .filter ul li.active span,
#my-account .main .favorites .filter ul li span:hover {
  color: #000000;
}
@media (min-width: 768px) {
  #my-account .main .favorites .filter {
    position: absolute;
    top: 10px;
    right: 0;
  }
  #my-account .main .favorites .filter ul {
    -webkit-flex-direction: flex-end;
    -ms-flex-direction: flex-end;
    flex-direction: flex-end;
  }
  #my-account .main .favorites .filter ul li {
    margin-left: 40px;
  }
}
#my-account .main .favorites .favorite-items .item {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
}
#my-account .main .favorites .favorite-items .item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#my-account .main .favorites .favorite-items .item .info {
  margin-top: 30px;
  position: relative;
}
#my-account .main .favorites .favorite-items .item .info .type {
  font: 600 12px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
#my-account .main .favorites .favorite-items .item .info .favorite {
  background: url(../images/handbook-favorite.png) 0 0 no-repeat;
  background-size: 14px 26px;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 13px;
  text-indent: -9999px;
}
#my-account .main .favorites .favorite-items .item .info .favorite.added {
  background-position: 0 100%;
}
#my-account .main .favorites .favorite-items .item .info h3 {
  font: 600 15px/20px 'Poppins';
  margin-bottom: 5px;
}
#my-account .main .favorites .favorite-items .item .info .bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#my-account .main .favorites .favorite-items .item .info .bottom .brand {
  font: 15px/1 'Poppins';
}
#my-account .main .favorites .favorite-items .item .info .bottom .price {
  font: 600 14px/15px 'Editors Note';
}
@media (min-width: 768px) {
  #my-account .main .favorites .favorite-items .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #my-account .main .favorites .favorite-items .item .image {
    width: 36%;
  }
  #my-account .main .favorites .favorite-items .item .info {
    width: 54%;
  }
}
@media (min-width: 768px) {
  #my-account .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  #my-account .toolbar {
    width: 250px;
    padding-top: 50px;
  }
  #my-account .toolbar h1 {
    margin-bottom: 70px;
  }
  #my-account .toolbar nav {
    position: relative;
    margin-right: -43px;
    z-index: 100;
  }
  #my-account .main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px 60px 60px 100px;
    margin-top: 0;
  }
}
body.my-account #instagram {
  margin-top: 0;
}
body.my-account #instagram .wrapper {
  border-top: 0;
}
#login-register {
  padding: 20px;
  width: 100%;
}
#login-register h2 {
  text-align: center;
  font: 600 35px/1 'Editors Note';
  margin-bottom: 25px;
}
#login-register .desc {
  font-size: 15px;
  text-align: center;
  margin-bottom: 35px;
}
#login-register .form .error {
  font-size: 14px;
  color: red;
  margin-bottom: 20px;
}
#login-register .form .input {
  margin-bottom: 18px;
}
#login-register .register {
  display: none;
}
#login-register .bottom {
  padding: 0 36px;
  margin-top: 40px;
  text-align: center;
  font: 600 10px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  #login-register {
    padding: 65px 110px;
  }
}
#contributor .header {
  background: #F8F8F8;
  margin-bottom: 40px;
  padding-bottom: 40px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 40px 25px;
  position: relative;
}
#contributor .header .image {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 40px;
}
#contributor .header .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contributor .header h1 {
  font: 600 42px/1 'Editors Note';
  margin-bottom: 20px;
}
#contributor .header .position {
  font: 600 18px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
#contributor .header .location-education {
  margin-top: 20px;
}
#contributor .header .location-education ul li {
  text-transform: uppercase;
  font: 600 13px/18px 'Poppins';
  letter-spacing: 0.1em;
  margin-top: 7px;
}
#contributor .header .location-education ul li:first-child {
  margin-top: 0;
}
#contributor .header .location-education ul li span {
  font-size: 16px;
}
#contributor .header .contributor-social {
  margin-top: 30px;
}
#contributor .header .contributor-social ul {
  display: flex;
  align-items: center;
}
#contributor .header .contributor-social ul li {
  margin-left: 24px;
  font: 600 13px/1 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#contributor .header .contributor-social ul li:first-child {
  margin-left: 0;
}
#contributor .header .contributor-social ul li a svg {
  height: 16px;
}
@media (min-width: 768px) {
  #contributor .header {
    margin: 100px 30px 60px;
    padding: 56px 40px 56px 33%;
  }
  #contributor .header .image {
    position: absolute;
    padding-bottom: 0;
    bottom: 56px;
    left: -30px;
    top: -70px;
    width: 31%;
    margin-bottom: 0;
  }
  #contributor .header .location-education ul {
    display: flex;
    justify-content: space-between;
  }
  #contributor .header .location-education ul li {
    margin-top: 0;
  }
  #contributor .header .contributor-social ul li a svg {
    height: 20px;
  }
}
#contributor .info-items .info-item {
  margin-top: 40px;
}
#contributor .info-items .info-item:first-child {
  margin-top: 0;
}
#contributor .info-items .info-item h2 {
  font: 600 27px/1 'Editors Note';
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contributor .info-items .info-item h2:after {
  background: #000000;
  content: "";
  height: 1px;
  flex: 1;
  margin-left: 40px;
}
@media (min-width: 768px) {
  #contributor .info-items {
    margin-left: 30px;
    margin-right: 30px;
  }
}
#contributor .recent-favorites {
  background: #F8F8F8;
  padding: 30px 0;
  margin-top: 40px;
}
#contributor .recent-favorites .title {
  text-align: center;
  font: 600 20px/1 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#contributor .recent-favorites .items .item {
  margin-top: 60px;
}
#contributor .recent-favorites .items .item:first-child {
  margin-top: 0;
}
#contributor .recent-favorites .items .item .image {
  position: relative;
  margin-bottom: 20px;
}
#contributor .recent-favorites .items .item .image img {
  width: 100%;
  height: auto;
}
#contributor .recent-favorites .items .item .category {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  text-align: center;
}
#contributor .recent-favorites .items .item .category a {
  display: inline-block;
  background: #010001;
  color: #fff;
  font: 600 13px/32px 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 30px;
}
#contributor .recent-favorites .items .item .post-title {
  text-align: center;
  font: 600 21px/25px 'Editors Note';
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #contributor .recent-favorites {
    margin-top: 80px;
    padding: 70px 0;
  }
  #contributor .recent-favorites .title {
    margin-bottom: 60px;
  }
  #contributor .recent-favorites .items {
    margin-left: -17px;
    margin-right: -17px;
    display: flex;
  }
  #contributor .recent-favorites .items .item {
    width: 33.33%;
    padding: 0 17px;
    margin-top: 0;
  }
}
#contributor .about-info {
  margin-top: 40px;
}
#contributor .about-info .wrapper {
  border: 1px solid #3C3C3C;
  padding: 56px 20px 40px;
}
#contributor .about-info .title {
  font: 600 27px/32px 'Editors Note';
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contributor .about-info .wrapper {
    padding: 52px 54px 57px;
  }
  #contributor .about-info .title {
    text-align: center;
    margin-bottom: 23px;
  }
}
#contributor .latest-posts {
  margin-top: 60px;
}
#contributor .latest-posts .title {
  text-align: center;
  font: 600 20px/1 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
#contributor .latest-posts .title:before,
#contributor .latest-posts .title:after {
  background: #000000;
  content: "";
  height: 1px;
  flex: 1;
}
#contributor .latest-posts .title:before {
  margin-right: 40px;
}
#contributor .latest-posts .title:after {
  margin-left: 40px;
}
.pibfi_pinterest {
  display: block;
}
.pibfi_pinterest .xc_pin {
  background: url(../images/pin-button.png) 0 0 no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  top: 25px;
  left: 25px;
}
#shop {
  padding-top: 40px;
}
#shop .post-with-products {
  margin-top: 70px;
}
#shop .post-with-products:first-child {
  margin-top: 0;
}
#shop .post-with-products:first-child .wrapper {
  border-top: 0;
  padding-top: 0;
}
#shop .post-with-products .post .post-info {
  position: relative;
}
#shop .post-with-products .post .post-heading {
  text-align: center;
  margin-bottom: 20px;
}
#shop .post-with-products .post .post-heading h2 {
  font: 600 25px/30px 'Editors Note';
  margin-bottom: 20px;
}
#shop .post-with-products .post .post-heading .post-category a {
  display: inline-block;
  background: #f3efea;
  font: 600 9px/21px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  white-space: nowrap;
  -webkit-transition: all 0.2s aese-in-out;
  -moz-transition: all 0.2s aese-in-out;
  -ms-transition: all 0.2s aese-in-out;
  -o-transition: all 0.2s aese-in-out;
  transition: all 0.2s aese-in-out;
}
#shop .post-with-products .post .post-heading .post-category a:hover {
  background: #000;
  color: #fff;
}
#shop .post-with-products .post .post-read-more {
  margin-top: 10px;
  font: 600 12px/1 'Poppins';
}
#shop .post-with-products .post .post-read-more a {
  text-decoration: underline;
}
#shop .post-with-products .products {
  margin-top: 40px;
}
#shop .post-with-products .products h2 {
  font: 600 24px/30px 'Editors Note';
  text-align: center;
}
#shop .post-with-products .products .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
#shop .post-with-products .products .items .item {
  width: 50%;
  padding: 0 5px;
}
#shop .post-with-products .products .items .item:nth-child(n+3) {
  margin-top: 20px;
}
#shop .post-with-products .products .product {
  margin-top: 20px;
  text-align: center;
}
#shop .post-with-products .products .product:first-child {
  margin-top: 0;
}
#shop .post-with-products .products .product .product-image {
  margin-bottom: 15px;
  padding-bottom: 100%;
  position: relative;
}
#shop .post-with-products .products .product .product-image a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#shop .post-with-products .products .product .product-image a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#shop .post-with-products .products .product .product-info h3 {
  font: 16px/20px 'Editors Note';
  margin-top: 2px;
}
#shop .post-with-products .products .product .product-info .price {
  font: 11px/20px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
#shop .post-with-products .products .cta {
  margin-top: 25px;
  font: 600 16px/1 'Poppins';
  text-align: center;
}
#shop .post-with-products .products .cta a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #shop .post-with-products .wrapper {
    display: flex;
    justify-content: space-between;
  }
  #shop .post-with-products .post {
    width: 61%;
  }
  #shop .post-with-products .post .post-heading {
    margin-bottom: 0;
  }
  #shop .post-with-products .post .post-heading {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  #shop .post-with-products .post .post-heading h2 {
    padding-right: 20px;
    margin-bottom: 40px;
  }
  #shop .post-with-products .products {
    width: 34%;
    margin-top: 0;
  }
  #shop .post-with-products .products h2 {
    text-align: left;
  }
  #shop .post-with-products.right .post {
    order: 2;
  }
  #shop .post-with-products.right .products {
    order: 1;
  }
}
#shop .navigation {
  margin-top: 60px;
  position: relative;
  /*        &:before{
            background: #f8f8f8;
            content: "";
            position: absolute;
            top: 31px;
            left: 0;
            right: 0;
            bottom: 0;
        }*/
}
#shop .navigation .items {
  background: #f3efea;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  z-index: 100;
}
#shop .navigation .items .explore {
  background: url(../images/shop-navigation-title.png) 50% 50% no-repeat #000000;
  background-size: 100px 34px;
  color: #fff;
  font: 600 24px/62px 'Editors Note';
  margin-bottom: 30px;
  text-indent: -9999px;
}
#shop .navigation .items .item {
  font: 600 16px/50px 'Poppins';
}
#shop .navigation .items .item a {
  display: block;
}
@media (min-width: 768px) {
  #shop .navigation .items {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
  }
  #shop .navigation .items .explore {
    margin-bottom: 0;
    flex: 1;
  }
  #shop .navigation .items .item {
    flex: 1;
    line-height: 62px;
  }
}
#shop .products-grid__heading {
  border-bottom: 1px solid #000;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 36px;
}
#shop .products-grid__heading h2 {
  font: 600 24px/30px 'Editors Note';
  margin-bottom: 0;
}
#shop .products-grid__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
#shop .products-grid__items .item {
  width: 50%;
  padding: 0 5px;
}
#shop .products-grid__items .item:nth-child(n+3) {
  margin-top: 25px;
}
#shop .products-grid__items .product {
  text-align: center;
}
#shop .products-grid__items .product:first-child {
  margin-top: 0;
}
#shop .products-grid__items .product .product-image {
  margin-bottom: 20px;
  padding-bottom: 100%;
  position: relative;
}
#shop .products-grid__items .product .product-image a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#shop .products-grid__items .product .product-image a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#shop .products-grid__items .product .product-info h3 {
  font: 16px/20px 'Editors Note';
  margin-top: 5px;
}
#shop .products-grid__items .product .product-info .price {
  font: 12px/20px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
#shop .products-grid__more {
  text-align: center;
  margin-top: 50px;
}
#shop .products-grid__more a {
  font: 600 16px/1 'Poppins';
  text-decoration: underline;
}
@media (min-width: 768px) {
  #shop .products-grid__items .item {
    width: auto;
    flex: 1;
  }
  #shop .products-grid__items .item:nth-child(n+3) {
    margin-top: 0;
  }
}
#shop .editors-picks {
  margin-top: 70px;
}
#shop .editors-picks .wrapper {
  border-top: 1px solid #f2f2f2;
  padding-top: 70px;
}
#shop .editors-picks .post {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 400px;
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 40px;
  position: relative;
}
#shop .editors-picks .post .over {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#shop .editors-picks .post .post-info {
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, transparent));
  background: -ms-linear-gradient(bottom, #fff, transparent);
  background: -moz-linear-gradient(center bottom, #fff 0%, transparent 100%);
  position: relative;
  padding: 20px;
  color: #000;
}
#shop .editors-picks .post .post-heading {
  text-align: center;
  margin-bottom: 20px;
}
#shop .editors-picks .post .post-heading h2 {
  font: 600 25px/30px 'Editors Note';
  margin-bottom: 0;
  color: #000;
}
#shop .editors-picks .post .post-heading h2 a {
  color: #000;
}
#shop .editors-picks .products {
  margin-top: 40px;
}
#shop .editors-picks .products h2 {
  font: 600 24px/30px 'Editors Note';
  text-align: center;
}
#shop .editors-picks .products .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
#shop .editors-picks .products .items .item {
  width: 50%;
  padding: 0 25px;
}
#shop .editors-picks .products .items .item:nth-child(n+3) {
  margin-top: 20px;
}
#shop .editors-picks .products .product {
  margin-top: 20px;
  text-align: center;
}
#shop .editors-picks .products .product:first-child {
  margin-top: 0;
}
#shop .editors-picks .products .product .product-image {
  margin-bottom: 15px;
  padding-bottom: 100%;
  position: relative;
}
#shop .editors-picks .products .product .product-image a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#shop .editors-picks .products .product .product-image a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#shop .editors-picks .products .product .product-info h3 {
  font: 16px/20px 'Editors Note';
  margin-top: 2px;
}
#shop .editors-picks .products .product .product-info .price {
  font: 11px/20px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
#shop .editors-picks .products .cta {
  margin-top: 25px;
  font: 600 16px/1 'Poppins';
  text-align: center;
}
#shop .editors-picks .products .cta a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #shop .editors-picks .wrapper {
    display: flex;
    justify-content: space-between;
  }
  #shop .editors-picks .post {
    width: 61%;
    margin-top: 0;
  }
  #shop .editors-picks .post .post-info {
    padding: 100px 50px 50px;
  }
  #shop .editors-picks .post .post-heading {
    text-align: left;
    margin-bottom: 0;
  }
  #shop .editors-picks .post .post-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #shop .editors-picks .products {
    width: 34%;
    margin-top: 0;
  }
  #shop .editors-picks .products h2 {
    margin-bottom: 40px;
  }
}
#shop .most-worn-from-instagram {
  margin-top: 70px;
  text-align: center;
}
#shop .most-worn-from-instagram .wrapper {
  border-top: 1px solid #f2f2f2;
  padding-top: 70px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 70px;
}
#shop .most-worn-from-instagram__products {
  margin-top: 100px;
}
#shop .most-worn-from-instagram__products .items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
#shop .most-worn-from-instagram__products .items .item {
  width: 50%;
  padding: 0 25px;
}
#shop .most-worn-from-instagram__products .items .item:nth-child(n+3) {
  margin-top: 20px;
}
#shop .most-worn-from-instagram__products .product {
  margin-top: 20px;
  text-align: center;
}
#shop .most-worn-from-instagram__products .product:first-child {
  margin-top: 0;
}
#shop .most-worn-from-instagram__products .product .product-image {
  margin-bottom: 15px;
  padding-bottom: 100%;
  position: relative;
}
#shop .most-worn-from-instagram__products .product .product-image a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#shop .most-worn-from-instagram__products .product .product-image a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#shop .most-worn-from-instagram__products .product .product-info h3 {
  font: 16px/20px 'Editors Note';
  margin-top: 2px;
}
#shop .most-worn-from-instagram__products .product .product-info .price {
  font: 11px/20px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
#shop .most-worn-from-instagram__products .cta {
  margin-top: 40px;
  font: 600 16px/1 'Poppins';
  text-align: center;
}
#shop .most-worn-from-instagram__products .cta a {
  text-decoration: underline;
}
#shop .most-worn-from-instagram__from-instagram .instagram {
  margin-top: 50px;
  background: #f7f7f7;
  padding: 0 34px 34px;
  position: relative;
}
#shop .most-worn-from-instagram__from-instagram .instagram .image {
  top: -55px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}
#shop .most-worn-from-instagram__from-instagram .instagram .image:after {
  background: url(../images/shop-instagram-icon.png) 0 0 no-repeat;
  background-size: 40px 40px;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
#shop .most-worn-from-instagram__from-instagram .instagram .links {
  font: 600 15px/1 'Poppins';
}
#shop .most-worn-from-instagram__from-instagram .instagram .text {
  font: 13px/21px 'Poppins';
}
#shop .most-worn-from-instagram__from-instagram .products {
  margin-top: 50px;
}
#shop .most-worn-from-instagram__from-instagram .products-items {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
#shop .most-worn-from-instagram__from-instagram .products-items li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 250px;
  height: 100%;
}
#shop .most-worn-from-instagram__from-instagram .product {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  text-align: left;
}
#shop .most-worn-from-instagram__from-instagram .product:first-child {
  margin-top: 0;
}
#shop .most-worn-from-instagram__from-instagram .product .product-image {
  width: 40%;
}
#shop .most-worn-from-instagram__from-instagram .product .product-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#shop .most-worn-from-instagram__from-instagram .product .product-info h3 {
  font: 600 16px/20px 'Editors Note';
  margin-top: 5px;
}
#shop .most-worn-from-instagram__from-instagram .product .product-info .price {
  font: 12px/20px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  #shop .most-worn-from-instagram .wrapper {
    display: flex;
    justify-content: space-between;
  }
  #shop .most-worn-from-instagram__products {
    margin-top: 0;
    width: 48%;
    order: 1;
  }
  #shop .most-worn-from-instagram__from-instagram {
    width: 48%;
    order: 2;
  }
}
#shop .promo-products {
  margin-top: 70px;
}
#shop .promo-products .main {
  border-top: 1px solid #f2f2f2;
  padding-top: 70px;
}
#shop .promo-products .main .image {
  padding: 0 25px;
  position: relative;
}
#shop .promo-products .main .image img {
  position: relative;
  z-index: 1;
}
#shop .promo-products .main .image:after {
  background: #f3efea;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
}
#shop .promo-products .main .info {
  background: #f3efea;
  text-align: center;
  padding: 40px;
}
#shop .promo-products .main .info .logo {
  margin-bottom: 40px;
}
#shop .promo-products .main .info h2 {
  font: 600 30px/35px 'Editors Note';
  padding-bottom: 45px;
  margin-bottom: 30px;
  position: relative;
}
#shop .promo-products .main .info h2:after {
  background: #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  margin-left: -30px;
}
#shop .promo-products .main .info .text {
  font: 15px/25px 'Poppins';
}
#shop .promo-products .main .info .cta {
  margin-top: 28px;
  font: 600 16px/1 'Poppins';
}
#shop .promo-products .main .info .cta a {
  text-decoration: underline;
}
#shop .promo-products .products {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shop .promo-products .product {
  text-align: center;
  width: 50%;
}
#shop .promo-products .product .product-image {
  margin-bottom: 10px;
  padding-bottom: 100%;
  position: relative;
}
#shop .promo-products .product .product-image a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#shop .promo-products .product .product-image a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#shop .promo-products .product .product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#shop .promo-products .product .product-info h3 {
  font: 16px/20px 'Editors Note';
  margin-top: 5px;
}
#shop .promo-products .product .product-info .price {
  font: 12px/20px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  #shop .promo-products .main {
    display: flex;
    justify-content: space-between;
  }
  #shop .promo-products .main .image {
    width: 52%;
    padding: 36px 0;
  }
  #shop .promo-products .main .image:after {
    width: 55px;
    height: auto;
  }
  #shop .promo-products .main .info {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #shop .promo-products .main.image_left .image:after {
    left: auto;
    top: 0;
    height: auto;
  }
  #shop .promo-products .main.image_right {
    flex-direction: row-reverse;
  }
  #shop .promo-products .main.image_right .image:after {
    right: auto;
    top: 0;
    height: auto;
  }
  #shop .promo-products .products {
    margin-left: -20px;
    margin-right: -20px;
  }
  #shop .promo-products .product {
    flex: 1;
  }
}
@media (min-width: 768px) {
  #shop {
    padding-top: 60px;
  }
}
.page-load-status {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.loader-wheel {
  font-size: 32px;
  /* change size here */
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 0 auto;
  animation: loader-wheel-rotate 0.5s steps(12) infinite;
}
.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.08em;
  border-radius: 0.05em;
  background: #333;
  /* change color here */
  opacity: 0.8;
  transform: rotate(-30deg);
  transform-origin: center 0.5em;
}
@keyframes loader-wheel-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#finalists {
  padding-top: 20px;
}
#finalists .items {
  border-top: 1px solid #A7DAEF;
  margin-top: 30px;
  padding-top: 30px;
}
#finalists .item {
  margin-top: 40px;
}
#finalists .item:first-child {
  margin-top: 0;
}
#finalists .item__info {
  padding-top: 30px;
}
#finalists .item__intro {
  font: 600 32px/36px 'Editors Note';
}
#finalists .item__text {
  margin-top: 20px;
}
#finalists .item__text strong {
  font: 600 12px/1 'Poppins';
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
#finalists .item__social ul {
  display: flex;
  justify-content: flex-end;
}
#finalists .item__social ul li {
  margin-left: 20px;
}
#finalists .item__social ul li:first-child {
  margin-left: 0;
}
#finalists .item__social ul li a {
  border: 1px solid #231F20;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  position: relative;
}
#finalists .item__social ul li a:after {
  background: url(../images/social-icons.png?12345) 0 0 no-repeat;
  background-size: 97px 13px;
  content: "";
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#finalists .item__social ul li a.facebook:after {
  width: 6px;
}
#finalists .item__social ul li a.twitter:after {
  background-position: -6px 0;
  width: 12px;
}
#finalists .item__social ul li a.instagram:after {
  background-position: -18px 0;
  width: 11px;
}
#finalists .item__website {
  font: 600 14px/18px 'Poppins';
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 20px;
}
#finalists .vote-here {
  margin-top: 50px;
}
#finalists .voting-title {
  margin-top: 20px;
  border-top: 1px solid #A7DAEF;
  border-bottom: 1px solid #A7DAEF;
  font: 600 32px/36px 'Editors Note';
  padding: 20px 0;
  text-align: center;
}
#finalists .voting-widget {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #finalists {
    padding-top: 40px;
  }
  #finalists .items {
    margin-top: 60px;
    padding-top: 60px;
  }
  #finalists .item {
    margin-top: 90px;
  }
  #finalists .item:first-child {
    margin-top: 0;
  }
  #finalists .item:nth-child(odd) .item__info {
    flex-direction: row-reverse;
  }
  #finalists .item:nth-child(odd) .item__actions {
    right: auto;
    left: 0;
  }
  #finalists .item:nth-child(odd) .item__social ul {
    justify-content: flex-start;
  }
  #finalists .item:nth-child(odd) .item__website {
    text-align: right;
  }
  #finalists .item__info {
    display: flex;
    position: relative;
    padding-top: 60px;
    justify-content: space-between;
  }
  #finalists .item__intro {
    width: 45.4%;
  }
  #finalists .item__text {
    width: 43%;
    margin-top: 0;
    padding-bottom: 100px;
  }
  #finalists .item__actions {
    position: absolute;
    bottom: 16px;
    right: 0;
  }
  #finalists .vote-here {
    margin-top: 100px;
  }
  #finalists .voting-title {
    margin-top: 45px;
    padding: 45px 0;
  }
  #finalists .voting-widget {
    margin-top: 50px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  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.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;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#gifts {
  font-size: 3.73831776vw;
  color: #152B17;
  position: relative;
}
@media (min-width: 768px) {
  #gifts {
    font-size: 0.83333333vw;
  }
}
#gifts .gifts-intro {
  position: relative;
}
#gifts .gifts-intro img {
  width: 100%;
}
#gifts .gifts-intro__desktop-image {
  display: none;
}
#gifts .gifts-intro__more {
  display: none;
  position: absolute;
  padding-bottom: 5.25em;
  bottom: 6.875em;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
#gifts .gifts-intro__more span {
  display: block;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: var(--color, #367359);
}
#gifts .gifts-intro__more:before {
  background: var(--color, #367359);
  content: "";
  position: absolute;
  bottom: 3.25em;
  left: 0;
  right: 0;
  height: 0.1875em;
}
#gifts .gifts-intro__more svg {
  display: block;
  position: absolute;
  height: 3.25em;
  left: 50%;
  bottom: 0.1em;
  transform: translateX(-50%);
}
#gifts .gifts-intro__more svg * {
  stroke: var(--color, #367359);
}
@media (min-width: 768px) {
  #gifts .gifts-intro__mobile-image {
    display: none;
  }
  #gifts .gifts-intro__desktop-image {
    display: block;
  }
  #gifts .gifts-intro__more {
    display: block;
  }
}
#gifts .gifts-categories {
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  overflow: hidden;
}
#gifts .gifts-categories__wrapper {
  margin-left: 2.75em;
  margin-right: 2.75em;
  padding-top: 4.375em;
  padding-bottom: 4.375em;
  position: relative;
}
#gifts .gifts-categories__wrapper:before {
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
#gifts .gifts-categories__title {
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}
#gifts .gifts-categories__title:before {
  content: "Search gifts for:";
  display: block;
  font-family: 'Editors Note';
  font-size: 3.125em;
  line-height: 1;
  color: #367359;
}
#gifts .gifts-categories__toggle {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 11;
}
#gifts .gifts-categories__toggle:before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='15' viewBox='0 0 26 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L12.7266 12.4531L24.6328 2.00001' stroke='%2346725B' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.43em;
  height: 0.625em;
  z-index: 100;
}
#gifts .gifts-categories__toggle:after {
  background: #46725B;
  height: 2px;
  content: "";
  position: absolute;
  top: calc(50% + 1.4em);
  left: 0;
  right: 0;
}
#gifts .gifts-categories__toggle span:nth-child(2) {
  display: none;
}
#gifts .gifts-categories.open .gifts-categories__wrapper:before {
  opacity: 1;
  visibility: visible;
}
#gifts .gifts-categories.open .gifts-categories__toggle-title {
  opacity: 0;
}
#gifts .gifts-categories.open .gifts-categories__picker {
  opacity: 1;
  visibility: visible;
}
#gifts .gifts-categories__picker-title,
#gifts .gifts-categories__toggle-title {
  font-family: 'Triester Vector';
  font-size: 4.375em;
  line-height: 0.9;
  height: 1.04em;
  overflow: hidden;
  color: #BFA28C;
  cursor: pointer;
  position: relative;
  padding-right: 0.4em;
}
#gifts .gifts-categories__picker-title i,
#gifts .gifts-categories__toggle-title i {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 0.14em;
  font-style: normal;
  text-transform: uppercase;
}
#gifts .gifts-categories__toggle-list {
  display: none;
}
#gifts .gifts-categories__picker {
  text-align: center;
  perspective: 1000px;
  perspective-origin: center center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
#gifts .gifts-categories .picker-scroller {
  -webkit-transition: -webkit-transform 100ms ease;
  -webkit-transform: translateZ(-90px) rotateX(0deg);
  -webkit-transform-style: preserve-3d;
  height: 100%;
  position: relative;
  z-index: 1;
}
#gifts .gifts-categories .picker-scroller .option {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  transition: all 300ms;
  color: black;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
}
#gifts .gifts-categories .picker-up {
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 90px;
}
#gifts .gifts-categories .picker-down {
  position: absolute;
  top: 120px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 90px;
}
#gifts .gifts-categories .clone-scroller {
  z-index: 5;
  overflow: auto;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}
#gifts .gifts-categories .clone-scroller::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
#gifts .gifts-categories .clone-scroller .option {
  visibility: hidden;
}
#gifts .gifts-categories__button {
  background: #367359;
  font-family: 'Poppins';
  font-weight: 600;
  color: #fff;
  font-size: 1.25em;
  line-height: 4.55;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  padding-right: 5.6em;
  cursor: pointer;
  margin-top: 2em;
  z-index: 1;
}
#gifts .gifts-categories__button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='18' viewBox='0 0 52 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 9.74799L49.4922 9.74799' stroke='%23F7F7F7' stroke-width='3'/%3E%3Cpath d='M42.576 17L49.4927 9.24072L42.576 1.36267' stroke='%23F7F7F7' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='52' fill='white' transform='translate(0 18) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  right: 2.25em;
  width: 2.6em;
  height: 0.9em;
  margin-top: -0.45em;
}
@media (min-width: 768px) {
  #gifts .gifts-categories__wrapper {
    margin-left: 9.0625em;
    margin-right: 9.0625em;
    padding-top: 12em;
    padding-bottom: 11.0625em;
    display: flex;
    justify-content: space-between;
  }
  #gifts .gifts-categories__title {
    padding-right: 1em;
    margin-bottom: 0;
  }
  #gifts .gifts-categories__title:before {
    content: "Gifts for";
    font-size: 7.5em;
    line-height: 0.83;
  }
  #gifts .gifts-categories.open .gifts-categories__wrapper:before {
    display: none;
  }
  #gifts .gifts-categories__toggle {
    flex: 1;
    position: relative;
    padding-right: 3.125em;
  }
  #gifts .gifts-categories__toggle:before {
    right: 3.125em;
    width: 1.625em;
    height: 0.9375em;
  }
  #gifts .gifts-categories__toggle:after {
    background: #46725B;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
  }
  #gifts .gifts-categories__toggle span:first-child {
    display: none;
  }
  #gifts .gifts-categories__toggle span:nth-child(2) {
    display: block;
  }
  #gifts .gifts-categories__picker {
    background: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  #gifts .gifts-categories__picker:before,
  #gifts .gifts-categories__picker:after {
    display: none;
  }
  #gifts .gifts-categories .picker-up,
  #gifts .gifts-categories .picker-down,
  #gifts .gifts-categories .picker-center:before {
    background: transparent;
  }
  #gifts .gifts-categories__picker-title,
  #gifts .gifts-categories__toggle-title {
    font-size: 8em;
  }
  #gifts .gifts-categories__picker-title:after,
  #gifts .gifts-categories__toggle-title:after {
    display: none;
  }
  #gifts .gifts-categories__toggle-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  #gifts .gifts-categories__button {
    margin: 0;
    padding: 0 6.9em 0 2.5em;
    display: flex;
    align-items: center;
  }
}
#gifts .gifts-our-core-values {
  background: #F2ECE7;
}
#gifts .gifts-our-core-values__texts {
  padding: 3.73em 3.125em 2.625em;
}
#gifts .gifts-our-core-values__text-1 {
  text-align: center;
  font-size: 2.5em;
  font-family: 'Editors Note';
  line-height: 1;
  color: var(--text-1-color, #BFA28C);
}
#gifts .gifts-our-core-values__text-2 {
  margin-top: 2.125em;
  font-size: 1.25em;
  font-family: 'Editors Note';
  line-height: 1.5;
}
#gifts .gifts-our-core-values__text-3-wrapper {
  padding: 0 3.125em 4.375em;
}
#gifts .gifts-our-core-values__text-3 {
  font-size: 0.875em;
  font-family: 'Editors Note';
  font-style: italic;
  line-height: 1.42;
}
#gifts .gifts-our-core-values__items {
  background: #fff;
  border-top: 2px solid var(--line-color, #A28851);
}
#gifts .gifts-our-core-values__items.open .gifts-our-core-values__items-title:before,
#gifts .gifts-our-core-values__items.open .gifts-our-core-values__items-title:after {
  transform: rotate(-45deg);
}
#gifts .gifts-our-core-values__items.open .gifts-our-core-values__items-list {
  display: block;
}
#gifts .gifts-our-core-values__items-title,
#gifts .gifts-our-core-values__icons-title {
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: 'Poppins';
  font-weight: 600;
  position: relative;
  padding: 1.2em 3.2em 1.2em 1.6em;
  color: var(--color, #367359);
  cursor: pointer;
}
#gifts .gifts-our-core-values__items-title:before,
#gifts .gifts-our-core-values__icons-title:before {
  background: var(--color, #367359);
  content: "";
  height: 1px;
  width: 27px;
  position: absolute;
  top: 50%;
  right: 1.55em;
  transition: all 0.2s linear;
}
#gifts .gifts-our-core-values__items-title:after,
#gifts .gifts-our-core-values__icons-title:after {
  background: var(--color, #367359);
  content: "";
  width: 27px;
  height: 27px;
  width: 1px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: calc(1.55em + 13px);
  transition: all 0.2s linear;
}
#gifts .gifts-our-core-values__items-list {
  display: none;
  border-top: 1px solid var(--line-color, #A28851);
  padding-top: 1em;
  padding-bottom: 1em;
}
#gifts .gifts-our-core-values__items-list-item {
  font-family: 'Triester Vector';
  font-size: 5em;
  line-height: 0.9;
  color: var(--color, #367359);
  padding: 0 0.25em 0 1.25em;
  position: relative;
}
#gifts .gifts-our-core-values__items-list-item:before {
  content: "01";
  position: absolute;
  top: 1em;
  left: 1.6em;
  font-size: 0.25em;
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: uppercase;
  color: #152B17;
}
#gifts .gifts-our-core-values__items-list-item:nth-child(2):before {
  content: "02";
}
#gifts .gifts-our-core-values__items-list-item:nth-child(3):before {
  content: "03";
}
#gifts .gifts-our-core-values__items-list-item:nth-child(4):before {
  content: "04";
}
#gifts .gifts-our-core-values__items-list-item:nth-child(5):before {
  content: "05";
}
#gifts .gifts-our-core-values__icons {
  background: #fff;
  border-top: 2px solid var(--line-color, #A28851);
}
#gifts .gifts-our-core-values__icons.open .gifts-our-core-values__icons-title:before,
#gifts .gifts-our-core-values__icons.open .gifts-our-core-values__icons-title:after {
  transform: rotate(-45deg);
}
#gifts .gifts-our-core-values__icons.open .gifts-our-core-values__icons-list-wrapper {
  display: block;
}
#gifts .gifts-our-core-values__icons-list-wrapper {
  display: none;
}
#gifts .gifts-our-core-values__icons-list {
  border-top: 1px solid var(--line-color, #A28851);
  padding: 1.5em 2.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gifts .gifts-our-core-values__icons-list-item {
  display: flex;
  align-items: center;
  padding: 1em 0;
  width: 45%;
}
#gifts .gifts-our-core-values__icons-list-item:nth-child(5) {
  width: 60%;
}
#gifts .gifts-our-core-values__icons-list-item-image {
  width: 4.6875em;
  padding-right: 1.5625em;
}
#gifts .gifts-our-core-values__icons-list-item-name {
  font-size: 0.875em;
  font-family: 'Poppins';
  letter-spacing: 0.02;
  text-transform: uppercase;
  line-height: 1.14;
}
@media (min-width: 768px) {
  #gifts .gifts-our-core-values__wrapper {
    padding: 6.875em 8.5em 6.375em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #gifts .gifts-our-core-values__texts {
    display: flex;
    justify-content: space-between;
    padding: 0;
    order: 1;
  }
  #gifts .gifts-our-core-values__text-1 {
    text-align: left;
    font-size: 3.75em;
    width: 49%;
  }
  #gifts .gifts-our-core-values__text-2 {
    margin-top: 0;
    width: 43%;
  }
  #gifts .gifts-our-core-values__text-3-wrapper {
    order: 3;
    padding: 3.125em 0 0;
  }
  #gifts .gifts-our-core-values__text-3 {
    font-size: 1.25em;
    line-height: 1.5;
  }
  #gifts .gifts-our-core-values__items {
    background: transparent;
    margin-top: 3.125em;
    display: flex;
    order: 2;
  }
  #gifts .gifts-our-core-values__items-title {
    cursor: default;
    border-right: 2px solid var(--line-color, #A28851);
    color: #152B17;
    font-size: 1.625em;
    padding-left: 0;
    padding-right: 3.23em;
  }
  #gifts .gifts-our-core-values__items-title:before,
  #gifts .gifts-our-core-values__items-title:after {
    display: none;
  }
  #gifts .gifts-our-core-values__items-list {
    border-top: 0;
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding-left: 5.25em;
  }
  #gifts .gifts-our-core-values__items-list-item {
    padding: 0 0 0 0.35em;
  }
  #gifts .gifts-our-core-values__items-list-item:before {
    left: 0;
  }
  #gifts .gifts-our-core-values__icons {
    border-top: 0;
  }
  #gifts .gifts-our-core-values__icons-title {
    display: none;
  }
  #gifts .gifts-our-core-values__icons-list-wrapper {
    display: block;
  }
  #gifts .gifts-our-core-values__icons-list {
    border-top: 0;
    padding: 1.5em 8.5em;
    flex-wrap: nowrap;
  }
  #gifts .gifts-our-core-values__icons-list-item {
    width: 18%;
  }
  #gifts .gifts-our-core-values__icons-list-item:nth-child(1) {
    width: 12%;
  }
  #gifts .gifts-our-core-values__icons-list-item:nth-child(2) {
    width: 12%;
  }
  #gifts .gifts-our-core-values__icons-list-item:nth-child(3) {
    width: 12%;
  }
  #gifts .gifts-our-core-values__icons-list-item:nth-child(5) {
    width: 18%;
  }
  #gifts .gifts-our-core-values__icons-list-item-image {
    width: 6.25em;
    padding-right: 1.75em;
  }
  #gifts .gifts-our-core-values__icons-list-item-name {
    font-size: 1.25em;
  }
}
#gifts .gifts-image {
  position: relative;
}
#gifts .gifts-image img {
  width: 100%;
}
#gifts .gifts-image__desktop-image {
  display: none;
}
@media (min-width: 768px) {
  #gifts .gifts-image__mobile-image {
    display: none;
  }
  #gifts .gifts-image__desktop-image {
    display: block;
  }
}
#gifts .gifts-products-grid-1 {
  padding: 3.5625em 1.5em 0;
}
#gifts .gifts-products-grid-1__wrapper {
  position: relative;
}
#gifts .gifts-products-grid-1__title {
  text-align: center;
  font-size: 1.625em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1;
  text-transform: uppercase;
  line-height: 1.23;
  color: #152B17;
}
#gifts .gifts-products-grid-1__images {
  padding-bottom: 137.89%;
  position: relative;
  margin-bottom: 3.875em;
}
#gifts .gifts-products-grid-1__image {
  position: absolute;
  border: 1px solid #344436;
}
#gifts .gifts-products-grid-1__image:before {
  content: "";
  position: absolute;
  font-size: 0.75em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02;
  text-transform: uppercase;
  line-height: 1;
}
#gifts .gifts-products-grid-1__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gifts .gifts-products-grid-1__image:nth-child(1) {
  top: 14.5%;
  left: 0;
  width: 48.94%;
  height: 45.99%;
}
#gifts .gifts-products-grid-1__image:nth-child(1):before {
  content: "01";
  left: 0;
  top: -1.5em;
}
#gifts .gifts-products-grid-1__image:nth-child(2) {
  top: 0;
  right: 0;
  width: 48.94%;
  height: 37.4%;
}
#gifts .gifts-products-grid-1__image:nth-child(2):before {
  content: "02";
  left: 0;
  top: -1.5em;
}
#gifts .gifts-products-grid-1__image:nth-child(3) {
  top: 62.02%;
  left: 0;
  width: 48.94%;
  height: 37.4%;
}
#gifts .gifts-products-grid-1__image:nth-child(3):before {
  content: "03";
  left: 0;
  bottom: -1.5em;
}
#gifts .gifts-products-grid-1__image:nth-child(4) {
  top: 38.93%;
  right: 0;
  width: 48.94%;
  height: 45.99%;
}
#gifts .gifts-products-grid-1__image:nth-child(4):before {
  content: "04";
  left: 0;
  bottom: -1.5em;
}
#gifts .gifts-products-grid-1__items {
  padding-left: 2.75em;
}
#gifts .gifts-products-grid-1__item {
  margin-top: 1.6875em;
}
#gifts .gifts-products-grid-1__item:first-child {
  margin-top: 0;
}
#gifts .gifts-products-grid-1__item:nth-child(2) .gifts-products-grid-1__item-title:before {
  content: "02";
}
#gifts .gifts-products-grid-1__item:nth-child(3) .gifts-products-grid-1__item-title:before {
  content: "03";
}
#gifts .gifts-products-grid-1__item:nth-child(4) .gifts-products-grid-1__item-title:before {
  content: "04";
}
#gifts .gifts-products-grid-1__item-company-name {
  font-size: 0.625em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02;
  text-transform: uppercase;
  line-height: 1.4;
  color: #152B17;
}
#gifts .gifts-products-grid-1__item-title {
  font: 1.5em/1.66 'Editors Note';
  position: relative;
}
#gifts .gifts-products-grid-1__item-title:before {
  content: "01";
  position: absolute;
  top: 0;
  left: -2.33em;
  font-size: 0.5em;
  font-family: 'Poppins';
  font-weight: 600;
  line-height: 3.33;
  color: #A78748;
  letter-spacing: 0.02;
}
#gifts .gifts-products-grid-1__item-title a {
  color: #A78748;
}
#gifts .gifts-products-grid-1__item-description {
  font: 0.75em/1.66 'Editors Note';
  color: #304535;
}
#gifts .gifts-products-grid-1__item-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#gifts .gifts-products-grid-1__item-icon {
  margin-left: 1.25em;
}
#gifts .gifts-products-grid-1__item-icon:first-child {
  margin-left: 0;
}
#gifts .gifts-products-grid-1__item-icon img {
  width: 1.875em;
}
#gifts .gifts-products-grid-1__item-icon span {
  display: none;
}
#gifts .gifts-products-grid-1__button {
  background: #F2ECE7;
  margin-top: 2.875em;
  margin-left: calc((50vw - 50%) * -1);
  margin-right: calc((50vw - 50%) * -1);
  padding: 1.6875em 2.75em 1.4375em;
}
#gifts .gifts-products-grid-1__button a {
  display: block;
  border-bottom: 1px solid #6B5F4B;
  font: 600 1.25em/1.3 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.02;
  padding-bottom: 0.4em;
  padding-right: 3em;
  color: #6B5F4B;
  position: relative;
}
#gifts .gifts-products-grid-1__button a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='13' viewBox='0 0 35 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.6521L33.3593 6.6521' stroke='%23695F4D' stroke-width='2'/%3E%3Cpath d='M28.697 11.54L33.359 6.31006L28.697 0.999999' stroke='%23695F4D' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: 50% 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.75em;
  height: 0.65em;
  margin-top: -0.325em;
}
@media (min-width: 768px) {
  #gifts .gifts-products-grid-1 {
    padding: 6.5375em 12.5625em 6.8125em 8.1875em;
  }
  #gifts .gifts-products-grid-1__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #gifts .gifts-products-grid-1__title {
    position: absolute;
    top: 0;
    width: 32.55%;
    right: 0;
    text-align: left;
  }
  #gifts .gifts-products-grid-1__images-wrapper {
    width: 56.92%;
  }
  #gifts .gifts-products-grid-1__images {
    margin-bottom: 0;
  }
  #gifts .gifts-products-grid-1__items {
    width: 32.55%;
    padding-top: 9.6875em;
    padding-left: 0;
  }
  #gifts .gifts-products-grid-1__item {
    margin-top: 4.0625em;
  }
  #gifts .gifts-products-grid-1__item:first-child {
    margin-top: 0;
  }
  #gifts .gifts-products-grid-1__item-company-name {
    font-size: 0.875em;
  }
  #gifts .gifts-products-grid-1__item-title {
    font: 2.5em/1 'Editors Note';
    margin-bottom: 0.25em;
  }
  #gifts .gifts-products-grid-1__item-title:before {
    line-height: 2;
    left: -1.9em;
  }
  #gifts .gifts-products-grid-1__item-description {
    font: 1.25em/1 'Editors Note';
  }
  #gifts .gifts-products-grid-1__item-icons {
    justify-content: flex-start;
    margin-top: 0.625em;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  #gifts .gifts-products-grid-1__item-icon {
    margin: 0.25em 0.5em 0;
    display: flex;
    align-items: center;
  }
  #gifts .gifts-products-grid-1__item-icon:first-child {
    margin-left: 0.5em;
  }
  #gifts .gifts-products-grid-1__item-icon img {
    width: 2em;
    margin-right: 0.5em;
  }
  #gifts .gifts-products-grid-1__item-icon span {
    display: inline-block;
    font: 600 0.625em/1.2 'Poppins';
    text-transform: uppercase;
    letter-spacing: 0.02;
  }
  #gifts .gifts-products-grid-1__button {
    background: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
  }
  #gifts .gifts-products-grid-1__button a {
    background: #367359;
    border-bottom: 0;
    color: #fff;
    display: block;
    align-items: center;
    font-size: 1.625em;
    padding: 0.84em 12.42em 0.84em 1.15em;
  }
  #gifts .gifts-products-grid-1__button a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='233' height='18' viewBox='0 0 233 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 9.18164L230.492 9.74805' stroke='white' stroke-width='3'/%3E%3Cpath d='M223.576 17L230.493 9.24072L223.576 1.36267' stroke='white' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='233' fill='white' transform='translate(0 18) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: 50% 50%;
    width: 8.96em;
    height: 0.6923em;
    right: 1.53em;
    margin-top: -0.34615em;
  }
  #gifts .gifts-products-grid-1__button a br {
    display: none;
  }
}
#gifts .gifts-products-grid-2 {
  padding: 2.75em 1.6875em 0;
  overflow: hidden;
}
#gifts .gifts-products-grid-2__wrapper {
  position: relative;
}
#gifts .gifts-products-grid-2__title {
  text-align: center;
  font-size: 1.625em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1;
  text-transform: uppercase;
  line-height: 1.23;
  color: #152B17;
}
#gifts .gifts-products-grid-2__items {
  margin-left: -4px;
  margin-right: -4px;
}
#gifts .gifts-products-grid-2__items .owl-stage-outer {
  overflow: visible;
}
#gifts .gifts-products-grid-2__item-wrapper {
  padding: 0 4px;
}
#gifts .gifts-products-grid-2__item {
  width: 175px;
}
#gifts .gifts-products-grid-2__item-image {
  position: relative;
  border: 1px solid #344436;
  padding-bottom: 100%;
  margin-bottom: 1.3125em;
}
#gifts .gifts-products-grid-2__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gifts .gifts-products-grid-2__item-company-name {
  font-size: 0.625em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02;
  text-transform: uppercase;
  line-height: 1.4;
  color: #152B17;
}
#gifts .gifts-products-grid-2__item-title {
  font: 1.5em/1.08 'Editors Note';
  position: relative;
  margin-bottom: 0.291em;
}
#gifts .gifts-products-grid-2__item-title a {
  color: #152B17;
}
#gifts .gifts-products-grid-2__item-description {
  font: 0.75em/1.16 'Editors Note';
  color: #304535;
}
#gifts .gifts-products-grid-2__item-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.375em;
  margin-left: -0.625em;
  margin-right: -0.625em;
}
#gifts .gifts-products-grid-2__item-icon {
  margin: 0.25em 0.625em 0;
}
#gifts .gifts-products-grid-2__item-icon img {
  width: 1.875em;
}
#gifts .gifts-products-grid-2__item-icon span {
  display: none;
}
#gifts .gifts-products-grid-2__button {
  background: #367359;
  margin-top: 2.875em;
  margin-left: calc((50vw - 50%) * -1);
  margin-right: calc((50vw - 50%) * -1);
  padding: 1.6875em 2.75em 1.4375em;
}
#gifts .gifts-products-grid-2__button a {
  display: block;
  border-bottom: 1px solid #fff;
  font: 600 1.25em/1.3 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.02;
  padding-bottom: 0.4em;
  padding-right: 3em;
  color: #fff;
  position: relative;
}
#gifts .gifts-products-grid-2__button a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='13' viewBox='0 0 35 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.6521L33.3593 6.6521' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M28.697 11.54L33.359 6.31006L28.697 0.999999' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: 50% 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.75em;
  height: 0.65em;
  margin-top: -0.325em;
}
@media (min-width: 768px) {
  #gifts .gifts-products-grid-2 {
    padding: 4.75em 6.875em 6.875em;
  }
  #gifts .gifts-products-grid-2__wrapper {
    position: relative;
  }
  #gifts .gifts-products-grid-2__title br {
    display: none;
  }
  #gifts .gifts-products-grid-2__items {
    display: flex;
    justify-content: space-between;
    margin-left: -2.5em;
    margin-right: -2.5em;
    width: auto;
    margin-top: 4.75em;
  }
  #gifts .gifts-products-grid-2__item-wrapper {
    padding: 0 2.5em;
  }
  #gifts .gifts-products-grid-2__item-wrapper:nth-child(1) {
    width: 50%;
  }
  #gifts .gifts-products-grid-2__item-wrapper:nth-child(1) .gifts-products-grid-2__item-info {
    margin-top: 0.5em;
    display: flex;
    justify-content: space-between;
  }
  #gifts .gifts-products-grid-2__item-wrapper:nth-child(1) .gifts-products-grid-2__item-title {
    width: 35%;
  }
  #gifts .gifts-products-grid-2__item-wrapper:nth-child(1) .gifts-products-grid-2__item-description {
    width: 55%;
  }
  #gifts .gifts-products-grid-2__item-wrapper:nth-child(2),
  #gifts .gifts-products-grid-2__item-wrapper:nth-child(3) {
    width: 25%;
  }
  #gifts .gifts-products-grid-2__item-wrapper:nth-child(n+4) {
    display: none;
  }
  #gifts .gifts-products-grid-2__item {
    width: auto;
  }
  #gifts .gifts-products-grid-2__item-company-name {
    font-size: 0.875em;
  }
  #gifts .gifts-products-grid-2__item-title {
    font: 2.5em/1 'Editors Note';
    margin-bottom: 0.25em;
  }
  #gifts .gifts-products-grid-2__item-title a {
    color: #A78748;
  }
  #gifts .gifts-products-grid-2__item-description {
    font: 1.25em/1 'Editors Note';
  }
  #gifts .gifts-products-grid-2__item-icons {
    justify-content: flex-start;
    margin-top: 0.625em;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  #gifts .gifts-products-grid-2__item-icon {
    margin: 0.25em 0.5em 0;
    display: flex;
    align-items: center;
  }
  #gifts .gifts-products-grid-2__item-icon img {
    width: 2em;
    margin-right: 0.5em;
  }
  #gifts .gifts-products-grid-2__item-icon span {
    display: inline-block;
    font: 600 0.625em/1.2 'Poppins';
    text-transform: uppercase;
    letter-spacing: 0.02;
  }
  #gifts .gifts-products-grid-2__button {
    background: transparent;
    position: absolute;
    bottom: 12em;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  #gifts .gifts-products-grid-2__button a {
    background: #A78748;
    border-bottom: 0;
    color: #fff;
    display: block;
    align-items: center;
    font-size: 1.625em;
    padding: 0.84em 12.42em 0.84em 1.15em;
  }
  #gifts .gifts-products-grid-2__button a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='233' height='18' viewBox='0 0 233 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 9.18164L230.492 9.74805' stroke='white' stroke-width='3'/%3E%3Cpath d='M223.576 17L230.493 9.24072L223.576 1.36267' stroke='white' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='233' fill='white' transform='translate(0 18) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: 50% 50%;
    width: 8.96em;
    height: 0.6923em;
    right: 1.53em;
    margin-top: -0.34615em;
  }
  #gifts .gifts-products-grid-2__button a br {
    display: none;
  }
}
#gifts .gifts-products-grid-3 {
  padding: 2.75em 1.6875em 0;
  overflow: hidden;
}
#gifts .gifts-products-grid-3__wrapper {
  position: relative;
}
#gifts .gifts-products-grid-3__title {
  text-align: center;
  font-size: 1.625em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1;
  text-transform: uppercase;
  line-height: 1.23;
  color: #152B17;
}
#gifts .gifts-products-grid-3__items {
  margin-left: -0.5625em;
  margin-right: -0.5625em;
  display: flex;
  flex-wrap: wrap;
}
#gifts .gifts-products-grid-3__item-wrapper {
  padding: 0 0.5625em;
  width: 50%;
}
#gifts .gifts-products-grid-3__item-wrapper:nth-child(n+3) {
  margin-top: 2.75em;
}
#gifts .gifts-products-grid-3__item-image {
  position: relative;
  border: 1px solid #344436;
  padding-bottom: 100%;
  margin-bottom: 1.3125em;
}
#gifts .gifts-products-grid-3__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gifts .gifts-products-grid-3__item-company-name {
  font-size: 0.625em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02;
  text-transform: uppercase;
  line-height: 1.4;
  color: #152B17;
}
#gifts .gifts-products-grid-3__item-title {
  font: 1.5em/1.08 'Editors Note';
  position: relative;
  margin-bottom: 0.291em;
}
#gifts .gifts-products-grid-3__item-title a {
  color: #152B17;
}
#gifts .gifts-products-grid-3__item-description {
  font: 0.75em/1.16 'Editors Note';
  color: #304535;
}
#gifts .gifts-products-grid-3__item-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.375em;
  margin-left: -0.625em;
  margin-right: -0.625em;
}
#gifts .gifts-products-grid-3__item-icon {
  margin: 0.25em 0.625em 0;
}
#gifts .gifts-products-grid-3__item-icon img {
  width: 1.875em;
}
#gifts .gifts-products-grid-3__item-icon span {
  display: none;
}
#gifts .gifts-products-grid-3__button {
  background: #F2ECE7;
  margin-top: 2.875em;
  margin-left: calc((50vw - 50%) * -1);
  margin-right: calc((50vw - 50%) * -1);
  padding: 1.6875em 2.75em 1.4375em;
}
#gifts .gifts-products-grid-3__button a {
  display: block;
  border-bottom: 1px solid #6B5F4B;
  font: 600 1.25em/1.3 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.02;
  padding-bottom: 0.4em;
  padding-right: 3em;
  color: #6B5F4B;
  position: relative;
}
#gifts .gifts-products-grid-3__button a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='13' viewBox='0 0 35 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.6521L33.3593 6.6521' stroke='%23695F4D' stroke-width='2'/%3E%3Cpath d='M28.697 11.54L33.359 6.31006L28.697 0.999999' stroke='%23695F4D' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: 50% 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.75em;
  height: 0.65em;
  margin-top: -0.325em;
}
@media (min-width: 768px) {
  #gifts .gifts-products-grid-3 {
    padding: 4.75em 6.875em 6.875em;
  }
  #gifts .gifts-products-grid-3__wrapper {
    position: relative;
  }
  #gifts .gifts-products-grid-3__title br {
    display: none;
  }
  #gifts .gifts-products-grid-3__items {
    display: flex;
    justify-content: space-between;
    margin-left: -2.5em;
    margin-right: -2.5em;
    width: auto;
    margin-top: 4.75em;
  }
  #gifts .gifts-products-grid-3__item-wrapper {
    padding: 0 2.5em;
    width: 25%;
  }
  #gifts .gifts-products-grid-3__item-wrapper:nth-child(n+3) {
    margin-top: 0;
  }
  #gifts .gifts-products-grid-3__item-wrapper:nth-child(2) {
    margin-top: 17.75em;
  }
  #gifts .gifts-products-grid-3__item-wrapper:nth-child(3) {
    margin-top: 3.25em;
  }
  #gifts .gifts-products-grid-3__item-wrapper:nth-child(4) {
    margin-top: 9.25em;
  }
  #gifts .gifts-products-grid-3__item {
    width: auto;
  }
  #gifts .gifts-products-grid-3__item-company-name {
    font-size: 0.875em;
  }
  #gifts .gifts-products-grid-3__item-title {
    font: 2.5em/1 'Editors Note';
    margin-bottom: 0.25em;
  }
  #gifts .gifts-products-grid-3__item-title a {
    color: #A78748;
  }
  #gifts .gifts-products-grid-3__item-description {
    font: 1.25em/1 'Editors Note';
  }
  #gifts .gifts-products-grid-3__item-icons {
    justify-content: flex-start;
    margin-top: 0.625em;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  #gifts .gifts-products-grid-3__item-icon {
    margin: 0.25em 0.5em 0;
    display: flex;
    align-items: center;
  }
  #gifts .gifts-products-grid-3__item-icon img {
    width: 2em;
    margin-right: 0.5em;
  }
  #gifts .gifts-products-grid-3__item-icon span {
    display: inline-block;
    font: 600 0.625em/1.2 'Poppins';
    text-transform: uppercase;
    letter-spacing: 0.02;
  }
  #gifts .gifts-products-grid-3__button {
    background: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 6em;
  }
  #gifts .gifts-products-grid-3__button a {
    background: #367359;
    border-bottom: 0;
    color: #fff;
    display: inline-block;
    align-items: center;
    font-size: 1.625em;
    padding: 0.84em 7em 0.84em 1.15em;
  }
  #gifts .gifts-products-grid-3__button a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='115' height='19' viewBox='0 0 115 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 9.18164L111.5 9.74805' stroke='white' stroke-width='3'/%3E%3Cpath d='M104.584 17L111.5 9.24072L104.584 1.36267' stroke='white' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19' height='115' fill='white' transform='translate(0 19) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: 50% 50%;
    width: 4.42em;
    height: 0.73em;
    right: 1.53em;
    margin-top: -0.365em;
  }
  #gifts .gifts-products-grid-3__button a br {
    display: none;
  }
}
#gifts .gifts-products-grid-4 {
  padding: 2.75em 0.875em 0;
  position: relative;
}
#gifts .gifts-products-grid-4__title {
  text-align: center;
  font-size: 1.625em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1;
  text-transform: uppercase;
  line-height: 1.23;
  color: #152B17;
  margin-bottom: 1.76em;
}
#gifts .gifts-products-grid-4 .gifts-products-grid-4__images {
  position: relative;
}
#gifts .gifts-products-grid-4__image {
  position: absolute;
  border: 1px solid #344436;
}
#gifts .gifts-products-grid-4__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gifts .gifts-products-grid-4__image:before {
  content: "";
  position: absolute;
  font-size: 0.75em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02;
  text-transform: uppercase;
  line-height: 1;
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images-wrapper {
  margin-bottom: 1.9375em;
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images {
  padding-bottom: 89.37%;
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images .gifts-products-grid-4__image:before {
  left: 0;
  top: -1.5em;
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images .gifts-products-grid-4__image:first-child {
  top: 0;
  left: 12.25%;
  width: 38.5%;
  height: 47.56%;
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images .gifts-products-grid-4__image:first-child:before {
  content: "01";
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(2) {
  bottom: 0;
  right: 0;
  width: 45%;
  height: 68.1%;
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(2):before {
  content: "02";
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 50.5%;
  height: 48.64%;
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(3):before {
  content: "03";
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__items .gifts-products-grid-4__item:nth-child(2) .gifts-products-grid-4__item-title:before {
  content: "02";
}
#gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__items .gifts-products-grid-4__item:nth-child(3) .gifts-products-grid-4__item-title:before {
  content: "03";
}
#gifts .gifts-products-grid-4__row:nth-child(2) {
  margin-top: 2.75em;
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images {
  padding-bottom: 92%;
  margin-bottom: 2.25em;
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:first-child {
  top: 0;
  left: 0;
  width: 45%;
  height: 68.47%;
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:first-child:before {
  content: "04";
  left: 0;
  top: -1.5em;
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(2) {
  top: 0;
  right: 0;
  width: 50.5%;
  height: 48.91%;
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(2):before {
  content: "05";
  left: 0;
  top: -1.5em;
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(3) {
  bottom: 0;
  right: 12.5%;
  width: 38.5%;
  height: 47.82%;
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(3):before {
  content: "06";
  top: 0;
  right: -1.8em;
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__items .gifts-products-grid-4__item:nth-child(1) .gifts-products-grid-4__item-title:before {
  content: "04";
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__items .gifts-products-grid-4__item:nth-child(2) .gifts-products-grid-4__item-title:before {
  content: "05";
}
#gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__items .gifts-products-grid-4__item:nth-child(3) .gifts-products-grid-4__item-title:before {
  content: "06";
}
#gifts .gifts-products-grid-4__items {
  padding-left: 2.75em;
}
#gifts .gifts-products-grid-4__item-company-name {
  font-size: 0.625em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02;
  text-transform: uppercase;
  line-height: 1.4;
  color: #152B17;
}
#gifts .gifts-products-grid-4__item-title {
  font: 1.5em/1.08 'Editors Note';
  position: relative;
  margin-bottom: 0.291em;
}
#gifts .gifts-products-grid-4__item-title:before {
  content: "01";
  position: absolute;
  top: 0;
  left: -2.33em;
  font-size: 0.5em;
  font-family: 'Poppins';
  font-weight: 600;
  line-height: 2.16;
  color: #A78748;
  letter-spacing: 0.02;
}
#gifts .gifts-products-grid-4__item-title a {
  color: #A78748;
}
#gifts .gifts-products-grid-4__item-description {
  font: 0.75em/1.16 'Editors Note';
  color: #304535;
}
#gifts .gifts-products-grid-4__item-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0.375em;
  margin-left: -0.625em;
  margin-right: -0.625em;
}
#gifts .gifts-products-grid-4__item-icon {
  margin: 0.25em 0.625em 0;
}
#gifts .gifts-products-grid-4__item-icon img {
  width: 1.875em;
}
#gifts .gifts-products-grid-4__item-icon span {
  display: none;
}
#gifts .gifts-products-grid-4__button {
  background: #367359;
  margin-top: 2.875em;
  margin-left: calc((50vw - 50%) * -1);
  margin-right: calc((50vw - 50%) * -1);
  padding: 1.6875em 2.75em 1.4375em;
}
#gifts .gifts-products-grid-4__button a {
  display: block;
  border-bottom: 1px solid #fff;
  font: 600 1.25em/1.3 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.02;
  padding-bottom: 0.4em;
  padding-right: 3em;
  color: #fff;
  position: relative;
}
#gifts .gifts-products-grid-4__button a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='13' viewBox='0 0 35 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.6521L33.3593 6.6521' stroke='%23FFFFFF' stroke-width='2'/%3E%3Cpath d='M28.697 11.54L33.359 6.31006L28.697 0.999999' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: 50% 50%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.75em;
  height: 0.65em;
  margin-top: -0.325em;
}
@media (min-width: 768px) {
  #gifts .gifts-products-grid-4 {
    padding: 7.5em 0 10.9375em;
  }
  #gifts .gifts-products-grid-4__title {
    position: absolute;
    top: 4.61em;
    left: 4.84em;
  }
  #gifts .gifts-products-grid-4__title br {
    display: none;
  }
  #gifts .gifts-products-grid-4__row:first-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__items {
    width: 38.54%;
    padding-top: 5.375em;
    padding-left: 13.9375em;
  }
  #gifts .gifts-products-grid-4__row:first-child .gifts-products-grid-4__images-wrapper {
    width: 50%;
    margin-bottom: 0;
  }
  #gifts .gifts-products-grid-4__row:nth-child(2) {
    display: flex;
    justify-content: space-between;
    margin-top: -3.75em;
  }
  #gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__items {
    width: 43.54%;
    padding-top: 7.5em;
    padding-left: 0;
    padding-right: 19.9375em;
  }
  #gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images-wrapper {
    width: 48.64%;
  }
  #gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images {
    padding-bottom: 95.18%;
    margin-bottom: 0;
  }
  #gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:first-child {
    top: 17.52%;
    left: 0;
    width: 49.3%;
    height: 67.97%;
  }
  #gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(2) {
    top: 0;
    right: 0;
    width: 47.27%;
    height: 51.57%;
  }
  #gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 47.27%;
    height: 45.16%;
  }
  #gifts .gifts-products-grid-4__row:nth-child(2) .gifts-products-grid-4__images .gifts-products-grid-4__image:nth-child(3):before {
    top: auto;
    right: auto;
    left: 0;
    bottom: -1.5em;
  }
  #gifts .gifts-products-grid-4__item {
    margin-top: 4.0625em;
  }
  #gifts .gifts-products-grid-4__item:first-child {
    margin-top: 0;
  }
  #gifts .gifts-products-grid-4__item-company-name {
    font-size: 0.875em;
  }
  #gifts .gifts-products-grid-4__item-title {
    font: 2.5em/1 'Editors Note';
    margin-bottom: 0.25em;
  }
  #gifts .gifts-products-grid-4__item-title a {
    color: #A78748;
  }
  #gifts .gifts-products-grid-4__item-description {
    font: 1.25em/1 'Editors Note';
  }
  #gifts .gifts-products-grid-4__item-icons {
    justify-content: flex-start;
    margin-top: 0.625em;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  #gifts .gifts-products-grid-4__item-icon {
    margin: 0.25em 0.5em 0;
    display: flex;
    align-items: center;
  }
  #gifts .gifts-products-grid-4__item-icon img {
    width: 2em;
    margin-right: 0.5em;
  }
  #gifts .gifts-products-grid-4__item-icon span {
    display: inline-block;
    font: 600 0.625em/1.2 'Poppins';
    text-transform: uppercase;
    letter-spacing: 0.02;
  }
  #gifts .gifts-products-grid-4__button {
    background: transparent;
    position: absolute;
    bottom: 12em;
    right: 7.75em;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  #gifts .gifts-products-grid-4__button a {
    background: #A78748;
    border-bottom: 0;
    color: #fff;
    display: block;
    align-items: center;
    font-size: 1.625em;
    padding: 0.84em 7em 0.84em 1.15em;
  }
  #gifts .gifts-products-grid-4__button a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='115' height='19' viewBox='0 0 115 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 9.18164L111.5 9.74805' stroke='white' stroke-width='3'/%3E%3Cpath d='M104.584 17L111.5 9.24072L104.584 1.36267' stroke='white' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19' height='115' fill='white' transform='translate(0 19) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: 50% 50%;
    width: 4.42em;
    height: 0.73em;
    right: 1.53em;
    margin-top: -0.365em;
  }
  #gifts .gifts-products-grid-4__button a br {
    display: none;
  }
}
#gifts .gifts-products-grid-5 {
  padding: 0 1.6875em 3.75em;
}
#gifts .gifts-products-grid-5__wrapper {
  position: relative;
}
#gifts .gifts-products-grid-5__items {
  margin-left: -0.5625em;
  margin-right: -0.5625em;
  display: flex;
  flex-wrap: wrap;
}
#gifts .gifts-products-grid-5__item-wrapper {
  padding: 0 0.5625em;
  width: 50%;
  /*
            &:nth-child(8n+3),
            &:nth-child(8n+8){
                .gifts-products-grid-5__item-button a{
                    background: #A78748;
                }
            }
            &:nth-child(8n+2),
            &:nth-child(8n+5){
                .gifts-products-grid-5__item-button a{
                    background: #304535;
                }
            }
            &:nth-child(8n+4),
            &:nth-child(8n+6){
                .gifts-products-grid-5__item-button a{
                    background: #B3AE99;
                }
            }
            */
}
#gifts .gifts-products-grid-5__item-wrapper:nth-child(n+3) {
  margin-top: 2.75em;
}
#gifts .gifts-products-grid-5__item {
  height: 100%;
  padding-bottom: 3.625em;
  position: relative;
}
#gifts .gifts-products-grid-5__item-image {
  position: relative;
  border: 1px solid #344436;
  padding-bottom: 100%;
  margin-bottom: 1.3125em;
}
#gifts .gifts-products-grid-5__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gifts .gifts-products-grid-5__item-company-name {
  font-size: 0.625em;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02;
  text-transform: uppercase;
  line-height: 1.4;
  color: #152B17;
}
#gifts .gifts-products-grid-5__item-title {
  font: 1.5em/1.08 'Editors Note';
  position: relative;
  margin-bottom: 0.291em;
}
#gifts .gifts-products-grid-5__item-title a {
  color: #152B17;
}
#gifts .gifts-products-grid-5__item-description {
  font: 0.75em/1.16 'Editors Note';
  color: #304535;
}
#gifts .gifts-products-grid-5__item-icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.375em;
  margin-left: -0.625em;
  margin-right: -0.625em;
}
#gifts .gifts-products-grid-5__item-icon {
  margin: 0.25em 0.625em 0;
}
#gifts .gifts-products-grid-5__item-icon img {
  width: 1.875em;
}
#gifts .gifts-products-grid-5__item-icon span {
  display: none;
}
#gifts .gifts-products-grid-5__item-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#gifts .gifts-products-grid-5__item-button a {
  background: var(--background-color, #367359);
  display: block;
  font: 600 0.875em/1 'Poppins';
  letter-spacing: 0.02;
  text-transform: uppercase;
  color: var(--text-color, #fff);
  text-align: center;
  padding: 1em 0;
}
@media (min-width: 768px) {
  #gifts .gifts-products-grid-5 {
    padding: 0 6.875em 7.125em;
  }
  #gifts .gifts-products-grid-5__wrapper {
    position: relative;
  }
  #gifts .gifts-products-grid-5__items {
    display: flex;
    justify-content: space-between;
    margin-left: -2.5em;
    margin-right: -2.5em;
    width: auto;
    margin-top: 4.75em;
  }
  #gifts .gifts-products-grid-5__item-wrapper {
    padding: 0 2.5em;
    width: 25%;
  }
  #gifts .gifts-products-grid-5__item-wrapper:nth-child(n+3) {
    margin-top: 0;
  }
  #gifts .gifts-products-grid-5__item-wrapper:nth-child(n+5) {
    margin-top: 8.0625em;
  }
  #gifts .gifts-products-grid-5__item-company-name {
    font-size: 0.875em;
  }
  #gifts .gifts-products-grid-5__item-title {
    font: 2.5em/1 'Editors Note';
    margin-bottom: 0.25em;
  }
  #gifts .gifts-products-grid-5__item-title a {
    color: #A78748;
  }
  #gifts .gifts-products-grid-5__item-description {
    font: 1.25em/1 'Editors Note';
  }
  #gifts .gifts-products-grid-5__item-icons {
    justify-content: flex-start;
    margin-top: 0.625em;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  #gifts .gifts-products-grid-5__item-icon {
    margin: 0.25em 0.5em 0;
    display: flex;
    align-items: center;
  }
  #gifts .gifts-products-grid-5__item-icon img {
    width: 2em;
    margin-right: 0.5em;
  }
  #gifts .gifts-products-grid-5__item-icon span {
    display: inline-block;
    font: 600 0.625em/1.2 'Poppins';
    text-transform: uppercase;
    letter-spacing: 0.02;
  }
}
#gifts .gifts-holiday-tips {
  position: relative;
}
#gifts .gifts-holiday-tips__image {
  padding-bottom: 95.11%;
  position: relative;
}
#gifts .gifts-holiday-tips__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gifts .gifts-holiday-tips__title {
  text-align: center;
  font: 3.125em/1 'Editors Note';
  color: #BFA28C;
  position: relative;
  margin-bottom: 0;
}
#gifts .gifts-holiday-tips__title:before {
  background: #F7F7F7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
}
#gifts .gifts-holiday-tips__title span {
  position: relative;
  z-index: 1;
}
#gifts .gifts-holiday-tips__title i {
  font-size: 2em;
  font-family: 'Triester Vector';
  font-style: normal;
}
#gifts .gifts-holiday-tips__items {
  padding: 2em 1.25em;
}
#gifts .gifts-holiday-tips__item {
  margin-top: 2.75em;
}
#gifts .gifts-holiday-tips__item:first-child {
  margin-top: 0;
}
#gifts .gifts-holiday-tips__item a {
  border-bottom: 2px solid #367359;
  display: block;
  font: 600 0.875em/1.2 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.02;
  color: #367359;
  padding: 0.65em 4em 0.65em 0;
  position: relative;
}
#gifts .gifts-holiday-tips__item a:before {
  background: #367359;
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.28em;
}
#gifts .gifts-holiday-tips__item a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='8' viewBox='0 0 21 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 4.13281L19.568 4.13281' stroke='%2346725B' stroke-width='2'/%3E%3Cpath d='M16.833 7L19.5677 3.93217L16.833 0.8174' stroke='%2346725B' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='8' height='21' fill='white' transform='translate(0 8) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  width: 1.5em;
  height: 0.5714em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #gifts .gifts-holiday-tips {
    padding-left: 41.125em;
    padding-bottom: 3.75em;
    margin-bottom: 6.75em;
  }
  #gifts .gifts-holiday-tips__image {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 41.125em;
  }
  #gifts .gifts-holiday-tips__title {
    text-align: left;
    font-size: 7em;
    padding-left: 1.125em;
  }
  #gifts .gifts-holiday-tips__title:before {
    top: auto;
    bottom: 0;
    height: 28%;
  }
  #gifts .gifts-holiday-tips__items {
    background: #F7F7F7;
    padding: 7em 10.9375em 7em 7.875em;
  }
  #gifts .gifts-holiday-tips__item {
    margin-top: 3.75em;
  }
  #gifts .gifts-holiday-tips__item:first-child {
    margin-top: 0;
  }
  #gifts .gifts-holiday-tips__item a {
    font-size: 2.1875em;
  }
  #gifts .gifts-holiday-tips__item a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='19' viewBox='0 0 52 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 9.74805L49.4922 9.74805' stroke='%2346725B' stroke-width='3'/%3E%3Cpath d='M42.576 17L49.4926 9.24072L42.576 1.36267' stroke='%2346725B' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19' height='52' fill='white' transform='translate(0 19) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 1.4857em;
    height: 0.5428em;
    right: 0.8285em;
  }
}
#gifts .gifts-holiday-tips-2 {
  background: #BFA28C;
  position: relative;
}
#gifts .gifts-holiday-tips-2__title {
  text-align: center;
  color: #F2ECE7;
  font-size: 4.6875em;
  font-family: 'Triester Vector';
  line-height: 1;
  padding: 0.4em 0.24em;
  text-transform: none;
  margin-bottom: 0;
}
#gifts .gifts-holiday-tips-2__tab {
  border-top: 1px solid #F1ECE8;
  position: relative;
}
#gifts .gifts-holiday-tips-2__tab.open .gifts-holiday-tips-2__tab-name {
  opacity: 1;
  color: #fff;
}
#gifts .gifts-holiday-tips-2__tab.open .gifts-holiday-tips-2__tab-name:before,
#gifts .gifts-holiday-tips-2__tab.open .gifts-holiday-tips-2__tab-name:after {
  transform: rotate(-45deg);
}
#gifts .gifts-holiday-tips-2__tab.open .gifts-holiday-tips-2__tab-content {
  display: block;
}
#gifts .gifts-holiday-tips-2__tab-name {
  font: 2.1874em/1 'Editors Note';
  color: #F2ECE7;
  opacity: 0.54;
  padding: 0.8285em;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#gifts .gifts-holiday-tips-2__tab-name:before {
  background: #F1ECE8;
  content: "";
  height: 1px;
  width: 27px;
  position: absolute;
  top: 50%;
  right: 0.65em;
  transition: all 0.2s linear;
  opacity: 0.54;
}
#gifts .gifts-holiday-tips-2__tab-name:after {
  background: #F1ECE8;
  content: "";
  width: 27px;
  height: 27px;
  width: 1px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: calc(0.65em + 13px);
  transition: all 0.2s linear;
  opacity: 0.54;
}
#gifts .gifts-holiday-tips-2__tab-content {
  display: none;
  border-bottom: 1px solid #F1ECE8;
  padding: 0 9.125em 1.5em 1.8125em;
}
#gifts .gifts-holiday-tips-2__tab-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  width: 8.25em;
}
#gifts .gifts-holiday-tips-2__tab-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gifts .gifts-holiday-tips-2__tab-text {
  font: 1.5em/1.16 'Editors Note';
  color: #fff;
}
#gifts .gifts-holiday-tips-2__tab-button a {
  font: 600 0.875em/1.1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.02;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
#gifts .gifts-holiday-tips-2__items-wrapper {
  display: none;
}
#gifts .gifts-holiday-tips-2__items {
  width: 100%;
}
#gifts .gifts-holiday-tips-2__item {
  padding: 23.875em 5.75em 8.75em 32.5625em;
  position: relative;
}
#gifts .gifts-holiday-tips-2__item-image {
  position: absolute;
  top: 6.25em;
  bottom: 6.25em;
  left: 0;
  width: 27em;
}
#gifts .gifts-holiday-tips-2__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gifts .gifts-holiday-tips-2__item-text {
  font: 3.75em/1 'Editors Note';
  color: #fff;
}
#gifts .gifts-holiday-tips-2__item-button {
  margin-bottom: 2em;
}
#gifts .gifts-holiday-tips-2__item-button a {
  font: 600 1.625em/1.1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.02;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  #gifts .gifts-holiday-tips-2 {
    padding-right: calc(38.875em + 5px);
  }
  #gifts .gifts-holiday-tips-2__title {
    font-size: 12.5em;
    position: absolute;
    left: 2.605em;
    top: 0.795em;
    padding: 0;
  }
  #gifts .gifts-holiday-tips-2__tabs {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 3.25em;
    top: 0;
    bottom: 0;
    width: calc(35.625em + 5px);
  }
  #gifts .gifts-holiday-tips-2__tab {
    width: calc(7.125em + 1px);
    border-top: 0;
    border-left: 1px solid #F1ECE8;
  }
  #gifts .gifts-holiday-tips-2__tab.open .gifts-holiday-tips-2__tab-content {
    display: none;
  }
  #gifts .gifts-holiday-tips-2__tab.active .gifts-holiday-tips-2__tab-name {
    opacity: 1;
    color: #fff;
  }
  #gifts .gifts-holiday-tips-2__tab-name {
    height: 100%;
    padding-top: 1.5em;
    font-size: 3.125em;
  }
  #gifts .gifts-holiday-tips-2__tab-name:before,
  #gifts .gifts-holiday-tips-2__tab-name:after {
    display: none;
  }
  #gifts .gifts-holiday-tips-2__tab-name span {
    display: block;
    transform: rotate(90deg);
    white-space: nowrap;
  }
  #gifts .gifts-holiday-tips-2__tab-content {
    display: none;
  }
  #gifts .gifts-holiday-tips-2__items-wrapper {
    display: block;
    flex: 1;
  }
}
#gifts .gifts-must-reads {
  position: relative;
}
#gifts .gifts-must-reads__title {
  font: 9.375em/1 'Triester Vector';
  color: var(--color, #A78748);
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  text-align: center;
}
#gifts .gifts-must-reads__items {
  background: #F2ECE7;
  border-bottom: 2px solid var(--line-color, #A28851);
  margin-top: -3.2em;
  padding-bottom: 4.625em;
}
#gifts .gifts-must-reads__item {
  padding: 4.5em 2.5em 0;
}
#gifts .gifts-must-reads__item-title {
  font: 3.75em/1 'Editors Note';
  margin-bottom: 0.5em;
}
#gifts .gifts-must-reads__item-title a {
  color: var(--color, #304535);
}
#gifts .gifts-must-reads__item-image-wrapper {
  margin-left: calc((50vw - 50%) * -1);
  margin-right: calc((50vw - 50%) * -1);
  margin-bottom: 2.25em;
}
#gifts .gifts-must-reads__item-image {
  position: relative;
  padding-bottom: 78%;
}
#gifts .gifts-must-reads__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gifts .gifts-must-reads__item-text {
  font: 1.25em/1.5 'Editors Note';
  color: #152B17;
}
#gifts .gifts-must-reads__item-button {
  margin-top: 1.875em;
  margin-left: calc((50vw - 50%) * -1);
  margin-right: calc((50vw - 50%) * -1);
}
#gifts .gifts-must-reads__item-button a {
  display: block;
  border-top: 2px solid #A28851;
  border-bottom: 2px solid #A28851;
  font: 600 1.625em/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.1;
  color: var(--color, #A78748);
  text-align: center;
  padding: 1em 0;
}
#gifts .gifts-must-reads .slick-arrow {
  background: transparent;
  background-size: cover;
  width: 4.125em;
  height: 1.4375em;
  position: absolute;
  bottom: 1.5625em;
  z-index: 2;
  font-size: inherit;
}
#gifts .gifts-must-reads .slick-arrow svg * {
  stroke: var(--line-color, #A28851);
}
#gifts .gifts-must-reads .slick-arrow.slick-prev {
  left: 1.6153em;
}
#gifts .gifts-must-reads .slick-arrow.slick-next {
  right: 1.6153em;
}
@media (min-width: 768px) {
  #gifts .gifts-must-reads__title {
    font-size: 18.75em;
    position: absolute;
    top: -0.15em;
    left: 0.32em;
  }
  #gifts .gifts-must-reads__items {
    background: transparent;
    margin-top: 0;
    padding-bottom: 0;
  }
  #gifts .gifts-must-reads__item {
    background: #F2ECE7;
    margin-top: 8.5em;
    padding: 14.4375em 57.25em 17.125em 10.375em;
  }
  #gifts .gifts-must-reads__item:after {
    background: var(--line-color, #A28851);
    height: 2px;
    content: "";
    position: absolute;
    bottom: 7.1875em;
    right: 48.8125em;
    left: 0;
  }
  #gifts .gifts-must-reads__item-image-wrapper {
    border-bottom: 2px solid var(--line-color, #A28851);
    border-left: 2px solid var(--line-color, #A28851);
    margin: 0;
    position: absolute;
    top: -8.5em;
    right: 0;
    bottom: 7.1875em;
    width: 48.8125em;
  }
  #gifts .gifts-must-reads__item-image {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #gifts .gifts-must-reads__item-title {
    font-size: 5em;
  }
  #gifts .gifts-must-reads__item-button {
    border-left: 2px solid var(--line-color, #A28851);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48.8125em;
    height: 7.1875em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gifts .gifts-must-reads__item-button a {
    display: block;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
  }
  #gifts .gifts-must-reads .slick-arrow {
    bottom: 3.59375em;
    transform: translateY(50%);
  }
  #gifts .gifts-must-reads .slick-arrow.slick-prev {
    left: 9.75em;
  }
  #gifts .gifts-must-reads .slick-arrow.slick-next {
    right: 60.9375em;
  }
}
#gifts .gifts-text-block {
  text-align: center;
  padding: 4.625em 2.4375em;
}
#gifts .gifts-text-block__title {
  font: 3.75em/1 'Editors Note';
  margin-bottom: 0.63em;
}
#gifts .gifts-text-block__text {
  font: 1.25em/1.5 'Editors Note';
}
@media (min-width: 768px) {
  #gifts .gifts-text-block__title {
    font-size: 5em;
    padding: 0 4.55em;
  }
}
#gifts .gifts-text-block-2 {
  padding: 4.125em 1.875em;
}
#gifts .gifts-text-block-2__title {
  font: 15.625em/1 'Triester Vector';
  color: #BFA28C;
  display: none;
}
#gifts .gifts-text-block-2__text {
  font: 1.25em/1.5 'Editors Note';
}
@media (min-width: 768px) {
  #gifts .gifts-text-block-2 {
    display: flex;
    justify-content: space-between;
    padding: 6.625em 7.125em 0;
    margin-bottom: 5.125em;
  }
  #gifts .gifts-text-block-2__title {
    display: block;
    width: 48%;
    margin-top: -0.5em;
  }
  #gifts .gifts-text-block-2__text {
    width: 48%;
  }
}
#gifts .gifts-text-block-3 {
  background: #F7F7F7;
  padding: 3.4375em 2.75em 2.5em;
  text-align: center;
}
#gifts .gifts-text-block-3__title {
  font: 600 1.625em/1.5 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.1;
  position: relative;
  padding-bottom: 2.69em;
}
#gifts .gifts-text-block-3__title:after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='52' viewBox='0 0 19 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.93408 0.239014V49.7312' stroke='%23344436' stroke-width='3'/%3E%3Cpath d='M1.68213 42.8149L9.44141 49.7316L17.3195 42.8149' stroke='%23344436' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: cover;
  content: "";
  width: 0.73em;
  height: 2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#gifts .gifts-back-button {
  background: rgba(255, 255, 255, 0.701961);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3.25em;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 110px;
  cursor: pointer;
  z-index: 2147483536;
}
#gifts .gifts-back-button span {
  transform: rotate(-90deg);
  white-space: nowrap;
  font: 600 1.25/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.02;
  color: var(--color, #367359);
  position: relative;
  display: block;
}
#gifts .gifts-back-button span svg {
  width: 5.45em;
  height: 0.65em;
  display: inline-block;
  margin-left: 1em;
}
#gifts .gifts-back-button span svg * {
  stroke: var(--color, #367359);
}
@media (min-width: 768px) {
  #gifts .gifts-back-button {
    display: flex;
  }
}
#holiday-hub .intro__header {
  background-image: var(--background-image-mobile);
  background-size: cover;
  height: 89.25vw;
  padding-top: 14vw;
}
#holiday-hub .intro__logo {
  max-width: var(--logo-mobile-width);
  margin: 0 auto;
}
#holiday-hub .intro__logo-desktop {
  display: none;
}
#holiday-hub .intro__text {
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  #holiday-hub .intro__header {
    background-image: var(--background-image-desktop);
    height: 54.58vw;
    padding-top: 14vw;
  }
  #holiday-hub .intro__text {
    text-align: center;
    padding: 40px 120px 20px;
  }
}
@media (min-width: 1024px) {
  #holiday-hub .intro {
    background-image: var(--background-image-desktop);
    background-size: cover;
    background-position: 50% 50%;
  }
  #holiday-hub .intro__wrapper {
    height: 56.25vw;
    padding-top: 9.16vw;
    max-width: 840px;
    margin: 0 auto;
  }
  #holiday-hub .intro__header {
    background: none;
    height: auto;
    padding-top: 0;
  }
  #holiday-hub .intro__logo {
    max-width: var(--logo-desktop-width);
  }
  #holiday-hub .intro__logo-mobile {
    display: none;
  }
  #holiday-hub .intro__logo-desktop {
    display: block;
  }
  #holiday-hub .intro__text {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0;
  }
}
#holiday-hub .categories-list {
  padding: 20px 0 100px;
}
#holiday-hub .categories-list__title {
  font-family: 'Editors Note';
  font-weight: bold;
  font-size: 34px;
  line-height: 37px;
  padding: 0 20px;
  margin-bottom: 20px;
}
#holiday-hub .categories-list__items {
  margin-left: 10px;
  visibility: hidden;
}
#holiday-hub .categories-list__items.slick-initialized {
  visibility: visible;
}
#holiday-hub .categories-list__item {
  width: 204px;
  padding: 0 10px;
}
#holiday-hub .categories-list__item-image {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 20px;
}
#holiday-hub .categories-list__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 0.5px solid #000;
  border-radius: 14px;
}
#holiday-hub .categories-list__item-title {
  font: bold 20px/24px 'Editors Note';
}
#holiday-hub .categories-list .slick-prev,
#holiday-hub .categories-list .slick-next {
  position: absolute;
  bottom: -56px;
}
#holiday-hub .categories-list .slick-prev.slick-disabled,
#holiday-hub .categories-list .slick-next.slick-disabled {
  opacity: 0.3;
}
#holiday-hub .categories-list .slick-prev {
  left: 50%;
  margin-left: -44px;
}
#holiday-hub .categories-list .slick-next {
  right: 50%;
  margin-right: -44px;
}
@media (min-width: 768px) {
  #holiday-hub .categories-list__title {
    text-align: center;
    margin-bottom: 40px;
  }
  #holiday-hub .categories-list__item {
    width: 196px;
  }
}
@media (min-width: 1024px) {
  #holiday-hub .categories-list {
    padding: 55px 0 110px;
  }
  #holiday-hub .categories-list__items {
    margin-right: 10px;
  }
  #holiday-hub .categories-list__item {
    width: auto;
  }
  #holiday-hub .categories-list__item-title {
    text-align: center;
  }
}
#holiday-hub .description__header {
  background: var(--background-image-mobile);
  background-size: cover;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}
#holiday-hub .description__header-container {
  padding: 50px 20px 20px;
}
#holiday-hub .description__header-line {
  position: relative;
}
#holiday-hub .description__header-line svg {
  display: block;
  width: 100%;
}
#holiday-hub .description__text-1 {
  font: bold 32px/34px 'Editors Note';
}
#holiday-hub .description__read-more {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  font: 600 10px/1 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
#holiday-hub .description__read-more:after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 4.35355C3.84171 4.54882 4.15829 4.54882 4.35355 4.35355L7.53553 1.17157C7.7308 0.976311 7.7308 0.659728 7.53553 0.464466C7.34027 0.269204 7.02369 0.269204 6.82843 0.464466L4 3.29289L1.17157 0.464466C0.976311 0.269204 0.659728 0.269204 0.464466 0.464466C0.269204 0.659728 0.269204 0.976311 0.464466 1.17157L3.64645 4.35355ZM3.5 3V4H4.5V3H3.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 8px 5px;
  background-repeat: no-repeat;
  width: 8px;
  height: 5px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
#holiday-hub .description__read-more--active:after {
  transform: rotate(180deg);
}
#holiday-hub .description__content {
  display: none;
  padding: 10px 20px 0;
}
#holiday-hub .description__text-2 {
  font-size: 14px;
  line-height: 24px;
}
#holiday-hub .description__feature {
  font: 600 10px/1 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 0;
}
#holiday-hub .description__button {
  margin-top: 30px;
}
#holiday-hub .description__button a {
  background: #fff;
  display: inline-block;
  font: 600 10px/1 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 70px 12px 18px;
  border: 0.5px solid #000;
  border-radius: 100px;
  position: relative;
}
#holiday-hub .description__button a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2841 4.35355C11.4794 4.15829 11.4794 3.84171 11.2841 3.64645L8.10215 0.464466C7.90689 0.269204 7.59031 0.269204 7.39504 0.464466C7.19978 0.659728 7.19978 0.976311 7.39504 1.17157L10.2235 4L7.39504 6.82843C7.19978 7.02369 7.19978 7.34027 7.39504 7.53553C7.59031 7.7308 7.90689 7.7308 8.10215 7.53553L11.2841 4.35355ZM0 4.5H10.9306V3.5H0V4.5Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 12px 8px;
  background-repeat: no-repeat;
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#holiday-hub .description__bottom-text {
  padding: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #959595;
}
#holiday-hub .description__wrapper-line {
  display: none;
}
#holiday-hub .description__wrapper-line svg {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #holiday-hub .description__header {
    background: var(--background-image-desktop);
  }
  #holiday-hub .description__header-container {
    padding: 50px 114px 20px;
  }
  #holiday-hub .description__content {
    padding: 10px 114px 0;
  }
  #holiday-hub .description__bottom-text {
    padding: 20px 114px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #holiday-hub .description__wrapper {
    background-image: var(--background-image-desktop);
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 67px;
  }
  #holiday-hub .description__header {
    background: none;
    max-width: 610px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #holiday-hub .description__header-container {
    padding: 0;
  }
  #holiday-hub .description__header-line {
    display: none;
  }
  #holiday-hub .description__read-more {
    display: none;
  }
  #holiday-hub .description__content {
    display: block !important;
    color: #fff;
    padding: 0 20px 40px;
    max-width: 610px;
    margin: 0 auto;
  }
  #holiday-hub .description__features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  #holiday-hub .description__feature {
    padding: 0 0 0 12px;
    margin-left: 10px;
    position: relative;
  }
  #holiday-hub .description__feature:before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
  }
  #holiday-hub .description__feature:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  #holiday-hub .description__feature:first-child:before {
    display: none;
  }
  #holiday-hub .description__wrapper-line {
    display: block;
  }
  #holiday-hub .description__bottom-text {
    padding: 10px 0 25px;
  }
}
#holiday-hub .category__header {
  background-color: #E6E6E6;
  background-image: var(--background-image-mobile);
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: flex-end;
  padding: 11px 20px;
  height: 49.06vw;
  font: 700 36px/39px 'Editors Note', serif;
  color: var(--title-color);
  position: relative;
}
#holiday-hub .category__header a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#holiday-hub .category__content {
  padding: 37px 20px 76px;
}
#holiday-hub .category__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#holiday-hub .category__item {
  padding-bottom: 100px;
  position: relative;
}
#holiday-hub .category__item-image {
  background-color: #E6E6E6;
  border-radius: 20px;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
#holiday-hub .category__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#holiday-hub .category__item-brand {
  font: 600 10px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.135em;
  margin-bottom: 10px;
}
#holiday-hub .category__item-name {
  font: 700 18px/19px 'Editors Note', serif;
  text-transform: capitalize;
  margin-bottom: 9px;
}
#holiday-hub .category__item-text {
  font-size: 12px;
  line-height: 18px;
}
#holiday-hub .category__item-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#holiday-hub .category__item-features {
  display: flex;
  flex-wrap: wrap;
  min-height: 20px;
  margin-bottom: 23px;
}
#holiday-hub .category__item-feature {
  padding-right: 12px;
  margin-right: 10px;
  position: relative;
  font: 7px/1.3 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #959595;
}
#holiday-hub .category__item-feature:before {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
#holiday-hub .category__item-feature:last-child {
  margin-right: 0;
  padding-right: 0;
}
#holiday-hub .category__item-feature:last-child:before {
  display: none;
}
#holiday-hub .category__item-button {
  line-height: 1;
}
#holiday-hub .category__item-button a {
  display: block;
  background-color: var(--button-background-color);
  border-radius: 20px;
  color: var(--button-text-color);
  padding: 5px 20px;
  text-align: center;
  font: 600 14px/20px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#holiday-hub .category__more {
  margin-top: 30px;
  position: relative;
}
#holiday-hub .category__more a {
  background-image: var(--shop-all-background-image);
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 20px;
  position: relative;
  padding-bottom: 100%;
  display: block;
}
#holiday-hub .category__more a span {
  background: #fff;
  border: 0.5px solid #000;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 40px 12px 20px;
  font: 600 10px/1 'Poppins';
  text-transform: uppercase;
  letter-spacing: 0.135em;
}
#holiday-hub .category__more a span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2841 4.35355C11.4794 4.15829 11.4794 3.84171 11.2841 3.64645L8.10215 0.464466C7.90689 0.269204 7.59031 0.269204 7.39504 0.464466C7.19978 0.659728 7.19978 0.976311 7.39504 1.17157L10.2235 4L7.39504 6.82843C7.19978 7.02369 7.19978 7.34027 7.39504 7.53553C7.59031 7.7308 7.90689 7.7308 8.10215 7.53553L11.2841 4.35355ZM0 4.5H10.9306V3.5H0V4.5Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 12px 8px;
  background-repeat: no-repeat;
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #holiday-hub .category__header {
    background-image: var(--background-image-desktop);
    height: 18.75vw;
  }
  #holiday-hub .category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #holiday-hub .category__more a {
    background-image: none;
    background-color: var(--button-background-color);
    padding-bottom: 11%;
  }
}
@media (min-width: 1024px) {
  #holiday-hub .category__content {
    padding: 62px 20px 146px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto;
  }
  #holiday-hub .category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #holiday-hub .category__item-name {
    font-size: 24px;
    line-height: 26px;
  }
  #holiday-hub .category__item-button a {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.1em;
  }
  #holiday-hub .category__more {
    margin-top: 0;
  }
  #holiday-hub .category__more a {
    background-image: var(--shop-all-background-image);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
  }
}
#holiday-hub .books-to-read {
  padding: 36px 0 0;
  margin-bottom: 50px;
}
#holiday-hub .books-to-read__title {
  padding: 0 60px;
  font: 700 24px/26px 'Editors Note';
  margin-bottom: 40px;
}
#holiday-hub .books-to-read__nav {
  display: none;
}
#holiday-hub .books-to-read__nav-item-category {
  display: none;
  margin-bottom: 10px;
}
#holiday-hub .books-to-read__nav-item-category a {
  display: inline-block;
  background: #F2EFEA;
  font: 600 8px/16px 'Poppins';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  -webkit-transition: all 0.2s aese-in-out;
  -moz-transition: all 0.2s aese-in-out;
  -ms-transition: all 0.2s aese-in-out;
  -o-transition: all 0.2s aese-in-out;
  transition: all 0.2s aese-in-out;
}
#holiday-hub .books-to-read__nav-item-category a:hover {
  background: #000;
  color: #fff;
}
#holiday-hub .books-to-read__nav-item-title {
  font: 700 24px/26px 'Editors Note';
}
#holiday-hub .books-to-read__nav-item-title a:hover {
  text-decoration: underline;
}
#holiday-hub .books-to-read__image {
  display: none;
}
#holiday-hub .books-to-read__items {
  padding-bottom: 100px;
}
#holiday-hub .books-to-read__items .slick-track {
  display: flex !important;
  align-items: stretch;
  flex-wrap: wrap;
}
#holiday-hub .books-to-read__items .slick-track .slick-slide {
  float: none;
  height: inherit !important;
}
#holiday-hub .books-to-read__items .slick-arrow {
  background-color: transparent;
  background-size: 13px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 40px;
  text-indent: -9999px;
}
#holiday-hub .books-to-read__items .slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.6967C6.01041 0.403806 5.53553 0.403806 5.24264 0.6967L0.46967 5.46967ZM13 5.25L1 5.25L1 6.75L13 6.75L13 5.25Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 50%;
  margin-left: -30px;
}
#holiday-hub .books-to-read__items .slick-arrow.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5303 6.88324C12.8232 6.59034 12.8232 6.11547 12.5303 5.82258L7.75736 1.0496C7.46447 0.756711 6.98959 0.756711 6.6967 1.0496C6.40381 1.3425 6.40381 1.81737 6.6967 2.11026L10.9393 6.35291L6.6967 10.5955C6.40381 10.8884 6.40381 11.3633 6.6967 11.6562C6.98959 11.9491 7.46447 11.9491 7.75736 11.6562L12.5303 6.88324ZM0 7.10291L12 7.10291L12 5.60291L0 5.60291L0 7.10291Z' fill='black'/%3E%3C/svg%3E%0A");
  right: 50%;
  margin-right: -30px;
}
#holiday-hub .books-to-read__item-wrapper {
  padding: 0 6px;
}
#holiday-hub .books-to-read__item {
  width: 236px;
}
#holiday-hub .books-to-read__item-vertical-image {
  display: none;
  position: relative;
  padding-bottom: 150%;
}
#holiday-hub .books-to-read__item-vertical-image img {
  border: 0.5px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#holiday-hub .books-to-read__item-image {
  position: relative;
  padding-bottom: 83.89%;
  margin-bottom: 20px;
}
#holiday-hub .books-to-read__item-image img {
  border: 0.5px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#holiday-hub .books-to-read__item-title {
  font: 600 18px/19px 'Editors Note';
}
@media (min-width: 768px) {
  #holiday-hub .books-to-read {
    margin-bottom: 100px;
  }
  #holiday-hub .books-to-read__title {
    font-size: 32px;
    line-height: 34px;
  }
  #holiday-hub .books-to-read__item-wrapper {
    padding: 0 10px;
  }
  #holiday-hub .books-to-read__item {
    width: 400px;
  }
  #holiday-hub .books-to-read__item-title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  #holiday-hub .books-to-read {
    background: #fff;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
  }
  #holiday-hub .books-to-read__left {
    width: 30%;
    position: relative;
  }
  #holiday-hub .books-to-read__right {
    width: 70%;
    padding: 80px 90px 80px 140px;
    display: flex;
    justify-content: center;
  }
  #holiday-hub .books-to-read__content {
    max-width: 650px;
    margin: 0 auto;
  }
  #holiday-hub .books-to-read__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #holiday-hub .books-to-read__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #holiday-hub .books-to-read__title {
    padding: 0;
    margin-bottom: 60px;
  }
  #holiday-hub .books-to-read__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 85px;
    position: relative;
    padding: 20px 0;
  }
  #holiday-hub .books-to-read__nav:after {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0.5px;
  }
  #holiday-hub .books-to-read__nav-item-category {
    display: block;
  }
  #holiday-hub .books-to-read__items {
    width: 310px;
    position: absolute;
    top: 50%;
    right: -58px;
    transform: translateY(-50%);
    padding-bottom: 0;
  }
  #holiday-hub .books-to-read__item-wrapper {
    padding: 0;
  }
  #holiday-hub .books-to-read__item {
    width: auto;
  }
  #holiday-hub .books-to-read__item-vertical-image {
    display: block;
  }
  #holiday-hub .books-to-read__item-image {
    margin-bottom: 0;
    display: none;
  }
  #holiday-hub .books-to-read__item-title {
    display: none;
  }
}
#holiday-hub .featured-posts {
  padding-bottom: 80px;
}
#holiday-hub .featured-posts__title {
  padding: 0 20px;
  margin-bottom: 36px;
  font: 700 34px/37px 'Editors Note';
}
#holiday-hub .featured-posts__items {
  margin-left: 10px;
}
#holiday-hub .featured-posts__item-wrapper {
  padding: 0 10px;
}
#holiday-hub .featured-posts__item {
  width: 285px;
}
#holiday-hub .featured-posts__item-image {
  padding-bottom: 83%;
  position: relative;
  margin-bottom: 24px;
}
#holiday-hub .featured-posts__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#holiday-hub .featured-posts__item-title {
  font: 700 20px/22px 'Editors Note';
}
#holiday-hub .featured-posts .slick-arrow {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: 1;
  font-size: 0;
  top: 31%;
}
#holiday-hub .featured-posts .slick-arrow.slick-prev {
  left: 60px;
  background: url(../images/slider-prev.svg) no-repeat #fff;
  background-position: center center;
}
#holiday-hub .featured-posts .slick-arrow.slick-next {
  right: 60px;
  background: url(../images/slider-next.svg) no-repeat #fff;
  background-position: center center;
}
#holiday-hub .featured-posts .slick-dots {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  padding-left: 10px;
}
#holiday-hub .featured-posts .slick-dots li button {
  background: #D9D9D9;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}
#holiday-hub .featured-posts .slick-dots li.slick-active button {
  background: #000000;
}
@media (min-width: 1024px) {
  #holiday-hub .featured-posts {
    padding-bottom: 146px;
  }
  #holiday-hub .featured-posts__title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 32px;
    padding: 0 57px;
  }
  #holiday-hub .featured-posts__items {
    margin-left: 0;
    margin-right: 0;
  }
  #holiday-hub .featured-posts__item {
    width: auto;
  }
  #holiday-hub .featured-posts__item-title {
    font-size: 18px;
    line-height: 19px;
  }
}
#holiday-hub .ad-block {
  border-top: 0.5px solid #000;
}
#holiday-hub .sidenav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 87px;
  color: #fff;
}
#holiday-hub .sidenav__title {
  background: #F15E2A;
  border-radius: 0px 20px 20px 0px;
  position: relative;
  padding: 16px 30px 16px 12px;
  font: 900 18px/19px 'Editors Note', serif;
  cursor: pointer;
}
#holiday-hub .sidenav__title:after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6541 12.6477C3.84948 12.8428 4.16606 12.8426 4.3612 12.6472L7.54126 9.46332C7.7364 9.26794 7.73621 8.95136 7.54083 8.75622C7.34545 8.56107 7.02887 8.56126 6.83372 8.75664L4.00701 11.5868L1.17687 8.76007C0.981491 8.56492 0.664909 8.56511 0.469765 8.76049C0.274621 8.95587 0.274812 9.27246 0.470192 9.4676L3.6541 12.6477ZM3.5 0.00030245L3.50744 12.2942L4.50744 12.2936L4.5 -0.00030245L3.5 0.00030245Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 8px 13px;
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
#holiday-hub .sidenav__list {
  background: #F15E2A;
  border-radius: 0px 0 20px 0px;
  display: none;
  padding: 14px 12px;
}
#holiday-hub .sidenav__list-item {
  font: 600 10px/1 'Poppins';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 0;
  cursor: pointer;
}
#holiday-hub .sidenav__list-item span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 3px solid #F15E2A;
}
#holiday-hub .sidenav__list-item--active span {
  border-bottom: 3px solid #fff;
}
#holiday-hub .sidenav--open {
  width: 200px;
}
#holiday-hub .sidenav--open .sidenav__title {
  border-radius: 0px 20px 0 0px;
}
#holiday-hub .sidenav--open .sidenav__title:after {
  transform: rotate(180deg);
}
#holiday-hub .sidenav--open .sidenav__list {
  display: block;
}
@media (min-width: 768px) {
  #holiday-hub .sidenav {
    width: 200px;
  }
}
.scroll #holiday-hub .sidenav {
  position: fixed;
  top: 134px;
}
@media (min-width: 768px) {
  .scroll #holiday-hub .sidenav {
    top: 196px;
  }
}
#hub h1,
#hub .h1 {
  font: 300 44px/50px 'Editors Note';
}
#hub h2,
#hub .h2 {
  font: 300 32px/36px 'Editors Note';
}
#hub h3,
#hub .h3 {
  font: 500 24px/30px 'Editors Note';
}
#hub h4,
#hub .h4 {
  font: 500 20px/24px 'Editors Note';
}
#hub h5,
#hub .h5 {
  font: 500 16px/24px 'Poppins';
}
#hub h6,
#hub .h6 {
  font: 500 14px/24px 'Poppins';
}
#hub .text {
  font: 14px/24px 'Poppins';
}
#hub .meta {
  font: 700 9px/16px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#hub .button {
  border: 0.5px solid #000;
  background: #000;
  color: #fff;
  font: 700 9px/15px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
}
#hub .button:hover {
  background: #fff;
  color: #000;
}
#hub .intro {
  margin-bottom: 60px;
}
#hub .intro__header {
  background-image: var(--background-image);
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 40px;
}
#hub .intro__header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hub .intro__title {
  text-align: center;
}
#hub .intro__logo-desktop {
  display: none;
}
#hub .intro__text {
  padding: 0 30px;
}
#hub .intro__partner {
  padding: 0 30px;
  text-align: center;
  margin-top: 40px;
}
#hub .intro__partner-title {
  font: 600 10px/12px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #hub .intro {
    background-image: var(--background-image);
    background-size: cover;
    background-position: 50% 50%;
  }
  #hub .intro__wrapper {
    min-height: 683px;
    padding: 110px 0 120px;
    width: 486px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #hub .intro__header {
    background: none;
    padding-bottom: 0;
    margin-bottom: 48px;
  }
  #hub .intro__header-wrapper {
    position: relative;
    top: auto;
    left: auto;
  }
  #hub .intro__logo-mobile {
    display: none;
  }
  #hub .intro__logo-desktop {
    display: block;
  }
  #hub .intro__partner {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
}
#hub .main {
  margin-bottom: 60px;
}
#hub .main__wrapper {
  padding: 0 30px;
}
#hub .main__title {
  border-bottom: 0.5px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#hub .main__feature-story {
  margin-bottom: 30px;
}
#hub .main__feature-story-image {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 30px;
}
#hub .main__feature-story-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hub .main__secondary-stories {
  border-top: 0.5px solid #000;
  padding-top: 30px;
  display: grid;
  gap: 20px;
}
#hub .main__story-item {
  display: flex;
}
#hub .main__story-item-image {
  width: 96px;
  height: 96px;
  position: relative;
  flex-shrink: 0;
  margin-right: 22px;
}
#hub .main__story-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hub .main__story-item-info {
  flex: 1;
}
#hub .main__story-item-category {
  margin-bottom: 10px;
}
#hub .main__story-item-title {
  margin-bottom: 0;
}
#hub .main__quote {
  background: var(--quote-background-color);
  border-radius: 20px;
  color: var(--quote-text-color);
  padding: 30px 20px;
  text-align: center;
  margin-top: 40px;
}
#hub .main__quote-image {
  margin-bottom: 20px;
}
#hub .main__quote-short-title {
  margin-bottom: 15px;
}
#hub .main__quote-attribution {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #hub .main__wrapper {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #hub .main__title {
    margin-bottom: 60px;
  }
  #hub .main__content {
    display: grid;
    gap: 20px;
    grid-template-columns: 4fr 1fr;
  }
  #hub .main--right .main__content {
    grid-template-columns: 1fr 4fr;
  }
  #hub .main--right .main__posts {
    order: 2;
  }
  #hub .main--right .main__quote {
    order: 1;
  }
  #hub .main__quote {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #hub .main__quote--has-image {
    justify-content: flex-start;
  }
  #hub .main__feature-story {
    padding: 0 43px;
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 3fr;
    margin-bottom: 34px;
  }
  #hub .main__feature-story-image {
    order: 2;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #hub .main__feature-story-content {
    order: 1;
    min-height: 322px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #hub .main__secondary-stories {
    display: grid;
    gap: 20px;
    grid-template-columns: 2fr 1fr 1fr;
    padding-top: 40px;
  }
  #hub .main__story-item:nth-child(n+2) .main__story-item-image {
    display: none;
  }
  #hub .main__story-item-image {
    width: 148px;
    height: 148px;
  }
  #hub .main__story-item-category {
    margin-bottom: 20px;
  }
}
#hub .shopping {
  margin-bottom: 60px;
}
#hub .shopping__wrapper {
  padding: 0 30px;
}
#hub .shopping__small-header {
  margin-bottom: 10px;
}
#hub .shopping__title {
  border-bottom: 0.5px solid #000;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
#hub .shopping__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px 20px;
}
#hub .shopping__item-image {
  text-align: center;
  margin-bottom: 27px;
}
#hub .shopping__item-image img {
  width: 124px;
  height: 124px;
  object-fit: contain;
}
#hub .shopping__item-name {
  margin-bottom: 20px;
}
#hub .shopping__item-button {
  margin-top: 15px;
}
#hub .shopping__quote {
  background: var(--quote-background-color);
  border-radius: 20px;
  color: var(--quote-text-color);
  padding: 30px 20px;
  text-align: center;
  margin-top: 40px;
}
#hub .shopping__quote-image {
  margin-bottom: 20px;
}
#hub .shopping__quote-short-title {
  margin-bottom: 15px;
}
#hub .shopping__quote-attribution {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #hub .shopping__wrapper {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 4fr) 1fr;
  }
  #hub .shopping__title {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  #hub .shopping__content {
    padding: 0 64px;
  }
  #hub .shopping--right .shopping__wrapper {
    grid-template-columns: 1fr minmax(0, 4fr);
  }
  #hub .shopping--right .shopping__content {
    order: 2;
  }
  #hub .shopping--right .shopping__quote {
    order: 1;
  }
  #hub .shopping .slick-arrow {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 62px;
    transform: translateY(-50%);
  }
  #hub .shopping .slick-arrow.slick-prev {
    left: -40px;
  }
  #hub .shopping .slick-arrow.slick-next {
    right: -40px;
  }
  #hub .shopping__items-wrapper {
    border-bottom: 0.5px solid #000;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #hub .shopping__items {
    display: block;
    margin: 0 10px;
  }
  #hub .shopping__item {
    padding: 0 10px;
  }
  #hub .shopping__quote {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #hub .shopping__quote--has-image {
    justify-content: flex-start;
  }
}
#hub .video {
  margin-bottom: 60px;
}
#hub .video__wrapper {
  padding: 0 30px;
}
#hub .video__image {
  background-image: var(--background-image);
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 55%;
  position: relative;
}
#hub .video__play {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='40' viewBox='0 0 35 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.3231 17.4892C35.3446 18.6397 35.3446 21.5534 33.3231 22.7039L4.68085 39.0051C2.6809 40.1433 0.196943 38.6989 0.196943 36.3978L0.196945 3.79534C0.196945 1.49418 2.6809 0.0498022 4.68085 1.18803L33.3231 17.4892Z' fill='white' fill-opacity='0.7'/%3E%3C/svg%3E%0A");
  background-size: 35px 40px;
  width: 35px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
}
#hub .video__content {
  border: 0.5px solid #000;
  padding: 28px 30px;
}
#hub .video__cta {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #hub .video__wrapper {
    max-width: 1200px;
    padding: 0 104px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 66fr 34fr;
  }
  #hub .video__image {
    padding-bottom: 0;
  }
}
#hub .contents {
  margin-bottom: 60px;
}
#hub .contents__wrapper {
  padding: 0 30px;
}
#hub .contents__title {
  text-align: center;
  margin-bottom: 30px;
}
#hub .contents__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hub .contents__items .slick-list {
  order: 1;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
#hub .contents__item {
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}
#hub .contents__item-image {
  background-color: var(--background-color);
  border-radius: 16px;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
#hub .contents__item-image img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
#hub .contents--layout1 .contents__item-title {
  font: 600 10px/16px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#hub .contents--layout1 .contents__items .slick-arrow {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
#hub .contents--layout1 .contents__items .slick-arrow.slick-disabled {
  opacity: 0.3;
}
#hub .contents--layout1 .contents__items .slick-prev {
  order: 2;
}
#hub .contents--layout1 .contents__items .slick-next {
  order: 3;
}
#hub .contents--layout2 .contents__items {
  margin-right: -30px;
  position: relative;
}
#hub .contents--layout2 .contents__items .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 35px;
}
#hub .contents--layout2 .contents__items .slick-arrow.slick-disabled {
  opacity: 0.3;
}
#hub .contents--layout2 .contents__items .slick-prev {
  left: 20px;
}
#hub .contents--layout2 .contents__items .slick-next {
  right: 20px;
}
#hub .contents--layout2 .contents__item {
  width: 253px;
}
#hub .contents--layout2 .contents__item-title {
  background-color: var(--background-color);
  border-radius: 20px;
  color: var(--text-color);
  font: 500 20px/24px 'Editors Note';
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
  text-align: center;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  #hub .contents--layout2 .contents__items {
    margin-right: 0;
  }
  #hub .contents--layout2 .contents__item {
    width: auto;
  }
}
#hub .latest-stories {
  margin-bottom: 60px;
}
#hub .latest-stories__wrapper {
  padding: 0 30px;
}
#hub .latest-stories__title {
  text-align: center;
  margin-bottom: 60px;
}
#hub .latest-stories__posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
}
#hub .latest-stories__featured-post {
  grid-column: 1 / span 2;
  display: flex;
  flex-direction: column;
}
#hub .latest-stories__featured-post-image {
  padding-bottom: 100%;
  position: relative;
}
#hub .latest-stories__featured-post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hub .latest-stories__featured-post-info {
  border: 0.5px solid #000000;
  padding: 30px;
  flex: 1;
}
#hub .latest-stories__featured-post-category {
  margin-bottom: 20px;
}
#hub .latest-stories__featured-post-title {
  margin-bottom: 0;
}
#hub .latest-stories__post-image {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 20px;
}
#hub .latest-stories__post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hub .latest-stories__post-category {
  margin-bottom: 20px;
}
#hub .latest-stories__more {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #hub .latest-stories__wrapper {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #hub .latest-stories__posts {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #hub .latest-stories__featured-post {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
  }
  #hub .latest-stories__more {
    text-align: center;
    margin-top: 100px;
  }
}
#hub .newsletter {
  margin-bottom: 60px;
  background-image: var(--background-image);
  background-color: var(--background-color);
}
#hub .newsletter__wrapper {
  padding: 60px 90px;
}
#hub .newsletter__title {
  color: var(--text-color);
  font: 500 24px/30px 'Poppins';
  margin-bottom: 40px;
}
#hub .newsletter__form {
  background: #fff;
  border-radius: 20px;
  padding: 3px 4px;
}
#hub .newsletter__form .mc4wp-form-fields {
  display: flex;
}
#hub .newsletter__form .mc4wp-form-fields input[type="email"] {
  background: transparent;
  flex: 1;
  text-align: left;
  font: 16px/24px 'Poppins';
  padding: 4px 12px;
  height: 32px;
}
#hub .newsletter__form .mc4wp-form-fields input[type="email"]::placeholder {
  text-transform: none;
}
#hub .newsletter__form .mc4wp-form-fields input[type="submit"] {
  width: 98px;
  flex-shrink: 0;
  font: 500 10px/32px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  height: 32px;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  #hub .newsletter__wrapper {
    max-width: 1200px;
    padding: 30px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #hub .newsletter__title {
    margin-bottom: 0;
  }
  #hub .newsletter__form {
    width: 315px;
  }
}
#hub .newsletter-shopping {
  margin-bottom: 60px;
}
#hub .newsletter-shopping__products {
  border-top: 0.5px solid #000;
  padding-bottom: 40px;
}
#hub .newsletter-shopping__products-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
#hub .newsletter-shopping__products-title {
  background: #000;
  color: #fff;
  padding: 8px 40px;
}
#hub .newsletter-shopping__items-wrapper {
  padding: 0 55px;
}
#hub .newsletter-shopping__items {
  position: relative;
}
#hub .newsletter-shopping__items .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
#hub .newsletter-shopping__items .slick-arrow {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 62px;
  transform: translateY(-50%);
}
#hub .newsletter-shopping__items .slick-arrow.slick-prev {
  left: -42px;
}
#hub .newsletter-shopping__items .slick-arrow.slick-next {
  right: -42px;
}
#hub .newsletter-shopping__item {
  padding: 0 10px;
  text-align: center;
}
#hub .newsletter-shopping__item-image {
  text-align: center;
  margin-bottom: 27px;
}
#hub .newsletter-shopping__item-image img {
  width: 124px;
  height: 124px;
  object-fit: contain;
  margin: 0 auto;
}
#hub .newsletter-shopping__item-name {
  margin-bottom: 0;
}
#hub .newsletter-shopping__item-button {
  margin-top: 15px;
}
#hub .newsletter-shopping__form {
  background-image: var(--background-image);
  background-color: var(--background-color);
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  color: var(--text-color);
  padding: 60px 90px;
}
#hub .newsletter-shopping__form .mc4wp-form-fields {
  display: flex;
  background: #fff;
  border-radius: 20px;
  padding: 3px 4px;
}
#hub .newsletter-shopping__form .mc4wp-form-fields input[type="email"] {
  background: transparent;
  flex: 1;
  text-align: left;
  font: 16px/24px 'Poppins';
  padding: 4px 12px;
  height: 32px;
}
#hub .newsletter-shopping__form .mc4wp-form-fields input[type="email"]::placeholder {
  text-transform: none;
}
#hub .newsletter-shopping__form .mc4wp-form-fields input[type="submit"] {
  width: 98px;
  flex-shrink: 0;
  font: 500 10px/32px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  height: 32px;
  border-radius: 16px;
}
#hub .newsletter-shopping__form-title {
  margin-bottom: 15px;
}
#hub .newsletter-shopping__form-text {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  #hub .newsletter-shopping {
    display: flex;
  }
  #hub .newsletter-shopping__form {
    border-right: 0.5px solid #000;
    order: 1;
    width: 35%;
  }
  #hub .newsletter-shopping__products {
    border-bottom: 0.5px solid #000;
    order: 2;
    width: 65%;
    padding-bottom: 16px;
  }
  #hub .newsletter-shopping__products-heading {
    justify-content: flex-start;
    margin-bottom: 17px;
  }
  #hub .newsletter-shopping__items-wrapper {
    padding: 0 80px;
  }
  #hub .newsletter-shopping--right .newsletter-shopping__products {
    order: 1;
  }
  #hub .newsletter-shopping--right .newsletter-shopping__form {
    order: 2;
  }
}
#shop-our-social {
  padding-top: 50px;
  padding-bottom: 40px;
}
#shop-our-social .intro {
  text-align: center;
}
#shop-our-social .intro h1 {
  font: 32px/36px 'Editors Note';
  margin-bottom: 50px;
}
#shop-our-social .products {
  margin-top: 100px;
}
#shop-our-social .products:first-child {
  margin-top: 0;
}
#shop-our-social .products__image {
  max-width: 260px;
  margin: 0 auto 30px;
}
#shop-our-social .products__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
#shop-our-social .products__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#shop-our-social .products__item {
  padding-bottom: 55px;
  position: relative;
}
#shop-our-social .products__item-image {
  margin-bottom: 8px;
}
#shop-our-social .products__item-image img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}
#shop-our-social .products__item-brand {
  font: 700 8px/16px 'Poppins';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#shop-our-social .products__item-name {
  font: 18px/19px 'Editors Note';
  margin-bottom: 8px;
}
#shop-our-social .products__item-text {
  font: 10px/17px 'Poppins';
}
#shop-our-social .products__item-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#shop-our-social .products__item-button a {
  display: block;
  background-color: var(--button-background-color);
  color: var(--button-text-color);
  padding: 7px 30px;
  border-bottom: 0;
  text-align: center;
  font: 12px/16px 'Poppins';
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #shop-our-social {
    padding-bottom: 80px;
  }
  #shop-our-social .intro h1 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 80px;
  }
  #shop-our-social .products {
    display: grid;
    grid-template-columns: 32fr minmax(0, 68fr);
    gap: 20px;
    margin-top: 70px;
  }
  #shop-our-social .products:first-child {
    margin-top: 0;
  }
  #shop-our-social .products__image {
    margin-bottom: 0;
    max-width: 100%;
  }
  #shop-our-social .products__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
  #shop-our-social .products__items {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  #shop-our-social .products__items .slick-arrow {
    position: absolute;
    top: 65px;
    width: 35px;
    height: 35px;
    z-index: 10;
  }
  #shop-our-social .products__items .slick-arrow.slick-prev {
    left: -7px;
  }
  #shop-our-social .products__items .slick-arrow.slick-next {
    right: -7px;
  }
  #shop-our-social .products__item {
    padding: 0 10px 55px;
  }
  #shop-our-social .products__item-button {
    left: 10px;
    right: 10px;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes promoIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes promoIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.promoIn {
  -webkit-animation-name: promoIn;
  animation-name: promoIn;
}
