@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

span.red {
  color: #ff0000;
}

.contact-form-block {
  background-color: #f2f2f2;
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  padding: 84px 206px 40px;
}
@media (max-width: 992px) {
  .contact-form-block {
    padding: 84px 100px 40px;
  }
}
@media (max-width: 768px) {
  .contact-form-block {
    padding: 84px 0 40px;
  }
}
.contact-form-block .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .contact-form-block .container {
    flex-direction: column;
  }
}
.contact-form-block .container .text {
  width: 50%;
  width: 396px;
}
@media (max-width: 768px) {
  .contact-form-block .container .text {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contact-form-block .container .text {
    margin-bottom: 50px;
  }
}
.contact-form-block .container .text h2 span {
  color: #ff0000;
}
.contact-form-block .container .text p {
  font-size: 16px;
}
.contact-form-block .container .form-container {
  width: 50%;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .contact-form-block .container .form-container {
    margin-left: 35px;
  }
}
@media (max-width: 768px) {
  .contact-form-block .container .form-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}
.contact-form-block .container .form-container .wpcf7-acceptance {
  float: left;
  margin-bottom: 19px;
}
.contact-form-block .container .form-container .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.contact-form-block .container .form-container .wpcf7-acceptance label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.contact-form-block .container .form-container .wpcf7-acceptance input[type=checkbox] {
  margin-right: 10px;
  margin-left: 0;
}

.lock-features-block h2 {
  margin-bottom: 23px !important;
}
@media (max-width: 576px) {
  .lock-features-block h2 {
    text-align: center;
  }
}
.lock-features-block > p {
  margin-bottom: 43px !important;
}
@media (max-width: 576px) {
  .lock-features-block > p {
    text-align: center;
  }
}
.lock-features-block .lock-information {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  background-color: #f2f2f2;
}
.lock-features-block .lock-information .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 607px;
  padding-bottom: 29px;
}
@media (max-width: 768px) {
  .lock-features-block .lock-information .container {
    flex-direction: column;
  }
}
.lock-features-block .lock-information .container .information-container {
  width: 50%;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 111px;
  order: 2;
}
@media (max-width: 992px) {
  .lock-features-block .lock-information .container .information-container {
    width: 50%;
    padding: 25px 0px;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .lock-features-block .lock-information .container .information-container {
    width: 100%;
  }
}
.lock-features-block .lock-information .container .information-container .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 576px) {
  .lock-features-block .lock-information .container .information-container .icon-container {
    margin: 0 20px 0 0;
  }
}
.lock-features-block .lock-information .container .information-container .icon-container .icon {
  background-color: #333;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.lock-features-block .lock-information .container .information-container .icon-container .icon svg {
  width: auto;
  height: 24px;
}
.lock-features-block .lock-information .container .information-container .icon-container .icon svg * {
  fill: white;
}
.lock-features-block .lock-information .container .information-container .content h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.lock-features-block .lock-information .container .information-container .content p {
  margin-bottom: 0;
}
.lock-features-block .lock-information .container .information-container:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 111px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .lock-features-block .lock-information .container .information-container:nth-child(even) {
    flex-direction: row;
    padding-left: 0;
  }
}
.lock-features-block .lock-information .container .information-container:nth-child(even) .content {
  text-align: right;
}
@media (max-width: 992px) {
  .lock-features-block .lock-information .container .information-container:nth-child(even) .content {
    text-align: left;
  }
}
.lock-features-block .lock-information .container .information-container:nth-last-child(3), .lock-features-block .lock-information .container .information-container:nth-last-child(2) {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .lock-features-block .lock-information .container .information-container:nth-last-child(3), .lock-features-block .lock-information .container .information-container:nth-last-child(2) {
    border-bottom: 1px solid white;
  }
}
@media (max-width: 768px) {
  .lock-features-block .lock-information .container .information-container:nth-last-child(2) {
    border-bottom: 0;
  }
}
.lock-features-block .lock-information .container .image-button {
  position: absolute;
  left: calc(50% - 127px);
  top: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .lock-features-block .lock-information .container .image-button {
    position: relative;
    order: 1;
    width: 100%;
    left: auto;
  }
}
@media (max-width: 992px) {
  .lock-features-block .lock-information .container .image-button {
    left: auto;
    right: 0px;
  }
}
.lock-features-block .lock-information .container .image-button img {
  width: 113px;
  height: auto;
  margin-top: -27px;
}
@media (max-width: 992px) {
  .lock-features-block .lock-information .container .image-button img {
    width: 80px;
    transform: rotate(90deg);
    margin-bottom: -120px;
    margin-top: -140px;
  }
}
@media (max-width: 576px) {
  .lock-features-block .lock-information .container .image-button img {
    height: 80vw;
    width: auto;
    margin-top: -60px;
    margin-bottom: -50px;
  }
}
.lock-features-block .lock-information .container .image-button .btn {
  margin-top: -16px;
}
@media (max-width: 576px) {
  .lock-features-block .lock-information .container .image-button .btn {
    margin-right: 0;
  }
}

.resources-overview-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.resources-overview-block h2 {
  text-align: center;
  margin-bottom: 40px !important;
}
@media (max-width: 576px) {
  .resources-overview-block h2 {
    width: 90%;
  }
}
.resources-overview-block > p:not(.btn) {
  text-align: center;
  max-width: 808px;
  margin-bottom: 60px;
  width: 90%;
}
.resources-overview-block .explainer-steps {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 992px) {
  .resources-overview-block .explainer-steps {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .resources-overview-block .explainer-steps {
    justify-content: space-around;
  }
}
.resources-overview-block .explainer-steps .step {
  position: relative;
  width: 230px;
}
@media (max-width: 1200px) {
  .resources-overview-block .explainer-steps .step {
    width: 20%;
  }
}
@media (max-width: 576px) {
  .resources-overview-block .explainer-steps .step {
    width: 35%;
    margin-bottom: 75px;
  }
}
.resources-overview-block .explainer-steps .step span {
  position: absolute;
  top: -26px;
  left: -26px;
  width: 52px;
  height: 52px;
  background-color: #ff0000;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #fff;
  border-radius: 100%;
}
.resources-overview-block .explainer-steps .step img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.resources-overview-block .explainer-steps .step p {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 0;
}
.resources-overview-block .btn {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .resources-overview-block .btn {
    margin-top: 15px;
    margin-right: 0;
  }
}

.product-slider-block {
  padding: 0px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-slider-block h2 {
  margin-bottom: 23px !important;
}
@media (max-width: 768px) {
  .product-slider-block h2 {
    order: 1;
  }
}
@media (max-width: 576px) {
  .product-slider-block h2 {
    text-align: center;
  }
}
.product-slider-block h2 span {
  color: #ff0000;
}
.product-slider-block > p {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .product-slider-block > p {
    order: 1;
  }
}
@media (max-width: 576px) {
  .product-slider-block > p {
    text-align: center;
  }
}
.product-slider-block .slider-arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .product-slider-block .slider-arrows {
    order: 2;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .product-slider-block .slider-arrows {
    justify-content: center;
  }
}
.product-slider-block .slider-arrows span {
  background-color: #ff0000;
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.product-slider-block .slider-arrows span svg {
  width: 15px;
  height: auto;
}
.product-slider-block .slider-arrows span svg * {
  fill: white;
}
.product-slider-block .slider-arrows span:first-child svg {
  transform: rotate(180deg);
}
.product-slider-block .slider-arrows span:hover {
  background-color: #e60000;
  cursor: pointer;
}
.product-slider-block .products {
  max-width: 100%;
}
@media (max-width: 768px) {
  .product-slider-block .products {
    order: 3;
  }
}
.product-slider-block .products .slick-slide div li {
  width: calc(100% - 16px) !important;
  flex: auto !important;
  max-width: none !important;
  margin: 0 16px 0 0;
}

.files {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .files {
    justify-content: center;
  }
}
.files .resource-container {
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .files .resource-container {
    margin-bottom: 25px;
  }
}
.files .resource-container.file-pdf-image {
  width: calc(20% - 15px);
}
@media (max-width: 992px) {
  .files .resource-container.file-pdf-image {
    width: calc(25% - 15px);
  }
}
@media (max-width: 768px) {
  .files .resource-container.file-pdf-image {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 576px) {
  .files .resource-container.file-pdf-image {
    width: calc(50% - 15px);
  }
}
.files .resource-container.file-video {
  width: calc(33.3333333333% - 15px);
  flex-grow: 2;
}
@media (max-width: 768px) {
  .files .resource-container.file-video {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .files .resource-container.file-video {
    width: calc(100% - 15px);
  }
}
.files .resource-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.files .resource-container img:hover {
  cursor: pointer;
  opacity: 0.8;
}
.files .resource-container .pdf-placeholder {
  border: 1px solid #000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  min-height: 250px;
}
@media (max-width: 576px) {
  .files .resource-container .pdf-placeholder {
    min-height: 180px;
  }
}
.files .resource-container .pdf-placeholder a {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
}
.files .resource-container .pdf-placeholder a svg {
  width: 30px;
  height: auto;
}
.files .resource-container .pdf-placeholder a p:not(.btn) {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}
.files .resource-container .pdf-placeholder a .btn {
  margin-top: 0;
  opacity: 0;
  margin-top: -38px;
}
.files .resource-container .pdf-placeholder a:hover {
  text-decoration: none;
}
.files .resource-container .pdf-placeholder a:hover .btn {
  opacity: 1;
  margin-top: 15px;
}
.files .resource-container .video-container {
  position: relative;
}
@media (max-width: 576px) {
  .files .resource-container .video-container {
    width: 80%;
    margin-left: 10%;
  }
}
.files .resource-container .video-container .play {
  position: absolute;
  top: calc(50% - 31.5px);
  left: calc(50% - 31.5px);
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.files .resource-container .video-container .play svg {
  width: 24px;
  height: auto;
  margin-left: 5px;
}
.files .resource-container .video-container .play svg * {
  fill: white;
}
.files .resource-container .video-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.files .resource-container .video-container:hover {
  cursor: pointer;
  opacity: 0.8;
}
.files .resource-container .video-container:hover .play {
  background-color: rgba(255, 255, 255, 0.8);
}
.files .resource-container .video-container:hover .play svg * {
  fill: #ff0000;
}
.files.product-files .resource-container.file-pdf-image {
  width: calc(33.3333333333% - 15px) !important;
}

.accordion {
  width: 100%;
}
.accordion .card {
  border: 0;
  border-radius: 0;
  border-top: 3px solid #000;
}
.accordion .card .title {
  height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion .card .title h5 {
  width: 80%;
  margin-bottom: 0;
  color: #000;
  font-size: 22px;
}
.accordion .card .title svg {
  width: 15px;
  height: 15px;
  margin-right: 18px;
  transform: rotate(45deg);
}
.accordion .card .title svg * {
  fill: #ff0000;
}
.accordion .card .title.show-content svg {
  transform: rotate(0deg);
}
.accordion .card .title.show-content:hover svg {
  transform: rotate(-90deg);
}
.accordion .card .title:hover {
  cursor: pointer;
  text-decoration: none;
}
.accordion .card .title:hover svg {
  transform: rotate(135deg);
}
.accordion .card .card-body {
  padding: 0px 0 40px 0;
}
.accordion .card:last-child {
  border-bottom: 3px solid #000;
}

.woocommerce img, .woocommerce-page img {
  max-width: none !important;
}

.my-account .page-header {
  margin-bottom: 100px;
}

#customer_login {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  #customer_login {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
#customer_login .login-area {
  width: 47.5%;
}
@media (max-width: 576px) {
  #customer_login .login-area {
    width: 100%;
    margin-bottom: 50px;
  }
}
#customer_login .login-area h2 {
  font-size: 28px;
  color: #000;
  font-weight: 900 !important;
  margin-bottom: 0;
}
#customer_login .login-area form {
  border: 0;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 0;
  font-size: 16px;
  padding: 50px;
}
@media (max-width: 576px) {
  #customer_login .login-area form {
    padding: 20px;
  }
}
#customer_login .login-area form input[type=text], #customer_login .login-area form input[type=password], #customer_login .login-area form input[type=email] {
  height: 50px;
  padding-left: 5px;
  width: 100% !important;
  border: 3px solid #000;
}
#customer_login .login-area form label, #customer_login .login-area form .password-input {
  width: 100%;
}
#customer_login .login-area form a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
#customer_login .login-area form .button[type=submit] {
  background-color: #ff0000 !important;
  color: #fff;
  border-color: #ff0000 !important;
  margin-top: 10px;
  margin-bottom: 15px;
}
#customer_login .login-area form .woocommerce-privacy-policy-text {
  font-size: 14px;
}
#customer_login .login-area form .woocommerce-form-login__rememberme {
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
}
#customer_login .login-area form .woocommerce-form-login__rememberme input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 0;
  position: relative;
  margin-right: 10px;
}
#customer_login .login-area form .woocommerce-form-login__rememberme input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid black;
}
#customer_login .signup-area {
  width: 50%;
}
@media (max-width: 576px) {
  #customer_login .signup-area {
    width: 100%;
    margin-bottom: 0px;
  }
}
#customer_login .signup-area h2 {
  font-size: 26px;
  color: #000;
  font-weight: 900;
  margin-bottom: 0;
  margin-left: 20px;
}
#customer_login .signup-area form {
  border: 0;
  color: #000 !important;
  border-radius: 0;
  font-size: 16px;
}
#customer_login .signup-area form input[type=text], #customer_login .signup-area form input[type=password], #customer_login .signup-area form input[type=email], #customer_login .signup-area form select {
  height: 50px;
  padding-left: 5px;
  width: 100% !important;
  border: 3px solid #000;
  background-color: white;
}
#customer_login .signup-area form label, #customer_login .signup-area form .password-input, #customer_login .signup-area form .woocommerce-input-wrapper {
  width: 100%;
}
#customer_login .signup-area form a {
  color: #000;
  text-decoration: none;
}
#customer_login .signup-area form .woocommerce-privacy-policy-text {
  font-size: 0.8rem;
}
#customer_login .signup-area form .woocommerce-form-login__rememberme {
  width: 100%;
}
#customer_login .signup-area form .woocommerce-form-login__rememberme input[type=radio], #customer_login .signup-area form .woocommerce-form-login__rememberme input[type=checkbox] {
  border-radius: 0 !important;
  margin-right: 5px;
}

.lost_reset_password {
  width: 50%;
}
.lost_reset_password input[type=text], .lost_reset_password input[type=password], .lost_reset_password input[type=email] {
  height: 50px;
  padding-left: 5px;
  width: 100% !important;
  border: 3px solid #000;
}
@media (max-width: 992px) {
  .lost_reset_password {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .lost_reset_password {
    width: 100%;
  }
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.woocommerce-MyAccount-navigation ul li {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding: 10px 15px;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul li {
    justify-content: center;
    text-align: center;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  width: 100%;
  padding: 0px 15px;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  padding-left: 25px;
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
  content: "-";
  width: 100%;
  position: absolute;
  width: 18px;
  height: 100%;
  left: 0;
  top: 0;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  background-color: #ff0000;
  border: 0;
  float: left;
  width: 40%;
  padding: 5px 10px;
  border: 2px solid #ff0000;
  position: relative;
  order: 10;
}
@media (max-width: 992px) {
  .woocommerce-MyAccount-navigation ul li:last-child {
    width: 100%;
  }
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  position: relative;
  z-index: 9;
  text-align: center;
}
.woocommerce-MyAccount-navigation ul li:last-child:hover a {
  color: white;
}
.woocommerce-MyAccount-navigation ul .is-active {
  background-color: #000;
}
.woocommerce-MyAccount-navigation ul .is-active a {
  color: white;
  position: relative;
  padding-left: 25px;
}
.woocommerce-MyAccount-navigation ul .is-active a:before {
  content: "--" !important;
  width: 100%;
  position: absolute;
  width: 18px;
  height: 100%;
  left: 0;
  top: 0;
}

.woocommerce-MyAccount-content {
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content p a {
  color: #000;
}
.woocommerce-MyAccount-content p a:after {
  background-color: #000;
}
.woocommerce-MyAccount-content mark {
  background-color: #ff0000;
  color: white;
}
.woocommerce-MyAccount-content .woocommerce-customer-details {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .addresses {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .woocommerce-MyAccount-content .woocommerce-customer-details .addresses {
    flex-direction: column;
  }
}
.woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
  width: 47.5%;
}
@media (max-width: 576px) {
  .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
    width: 100%;
  }
}
.woocommerce-MyAccount-content .woocommerce-order-details .btn {
  display: none;
}
.woocommerce-MyAccount-content h3 {
  color: #000 !important;
  float: left;
  font-size: 22px !important;
}
.woocommerce-MyAccount-content form {
  width: 100%;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields {
  float: left;
  width: 100%;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .form-row {
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .form-row input {
  height: 50px;
  padding: 5px;
}
.woocommerce-MyAccount-content input, .woocommerce-MyAccount-content select {
  border: 3px solid #000;
  margin-left: 5px;
  margin-right: 15px;
}

.woocommerce-edit-address .woocommerce .addresses {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.woocommerce-edit-address .woocommerce .addresses .woocommerce-Address {
  width: 50%;
  padding-right: 50px;
}
.woocommerce-edit-address .woocommerce .addresses .woocommerce-Address h3 {
  font-size: 17px;
  margin-bottom: 0 !important;
}
.woocommerce-edit-address .woocommerce .addresses .woocommerce-Address address {
  margin-bottom: 50px !important;
}
.woocommerce-edit-address .woocommerce .addresses .woocommerce-Address a {
  color: #000;
}

.woocommerce-order {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-order .woocommerce-order-overview {
  width: 100%;
  padding-left: 0;
  order: 1;
}
.woocommerce-order .woocommerce-order-details {
  margin-left: 0%;
  width: 100%;
}

.woocommerce-customer-details {
  order: 2;
  width: 100%;
}
.woocommerce-customer-details .woocommerce-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.woocommerce-customer-details .woocommerce-column h2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.woocommerce-customer-details .woocommerce-column address {
  width: 50%;
  margin-bottom: 50px;
  border-radius: 0 !important;
  padding: 15px 0 25px !important;
  border: 0 !important;
}

.woocommerce-MyAccount-orders {
  border-radius: 0;
  border-collapse: collapse !important;
  width: 100%;
}
.woocommerce-MyAccount-orders th {
  background-color: #000;
  color: #fff;
}
.woocommerce-MyAccount-orders td {
  font-size: 0.9rem;
  padding: 10px 4px !important;
}
.woocommerce-MyAccount-orders td a {
  color: #000;
}
.woocommerce-MyAccount-orders td a:after {
  background-color: #000;
}
.woocommerce-MyAccount-orders td .woocommerce-button {
  margin-right: 10px !important;
  padding: 5px !important;
}

.woocommerce-order-received .page-content .woocommerce .woocommerce-order-details {
  order: 2;
  width: 50%;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-order-details h2 {
  font-size: 17px;
  color: #000;
  margin-bottom: 25px;
  float: left;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-customer-details {
  width: 45%;
  margin-left: 5%;
}
.woocommerce-order-received .page-content .woocommerce .woocommerce-customer-details .addresses {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
}

.woocommerce-table--order-details {
  border-radius: 0 !important;
  border-collapse: collapse !important;
  border-radius: 0;
  border-collapse: collapse !important;
  width: 100%;
}
.woocommerce-table--order-details thead th:last-child {
  text-align: right;
  background-color: white;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce-table--order-details th {
  background-color: #f2f2f2;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  width: 50% !important;
}
.woocommerce-table--order-details td {
  font-size: 0.9rem;
  width: 50%;
  text-align: right;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce-table--order-details td.product-name {
  text-align: left;
}
.woocommerce-table--order-details td a {
  color: #000;
}

.woocommerce-EditAccountForm label, .woocommerce-EditAccountForm em {
  color: #000;
}
.woocommerce-EditAccountForm em {
  font-size: 0.8rem;
  padding-top: 5px;
}
.woocommerce-EditAccountForm input[type=text], .woocommerce-EditAccountForm input[type=password], .woocommerce-EditAccountForm input[type=email], .woocommerce-EditAccountForm select {
  height: 50px;
  padding-left: 5px;
  width: 100% !important;
}
.woocommerce-EditAccountForm fieldset {
  margin-top: 50px;
  margin-bottom: 50px;
}
.woocommerce-EditAccountForm fieldset legend {
  color: #000;
  font-size: 28px;
  margin-bottom: 25px;
}
.woocommerce-EditAccountForm fieldset p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.woocommerce-EditAccountForm fieldset p label {
  width: 100%;
}
.woocommerce-EditAccountForm fieldset p .password-input {
  width: 100%;
}

#add_payment_method {
  background-color: #000;
}
#add_payment_method #payment {
  background-color: #000 !important;
}
#add_payment_method #payment .woocommerce-PaymentMethods label {
  color: white !important;
}
#add_payment_method #payment .woocommerce-PaymentMethods input {
  height: 40px !important;
}
#add_payment_method #payment .woocommerce-PaymentMethods .woocommerce-PaymentBox {
  background-color: white;
  border-radius: 0 !important;
}
#add_payment_method #payment .woocommerce-PaymentMethods .woocommerce-PaymentBox:before {
  border-bottom-color: white;
}
#add_payment_method #payment .woocommerce-PaymentMethods .woocommerce-PaymentBox fieldset label {
  color: #000 !important;
}
#add_payment_method #payment .woocommerce-PaymentMethods .woocommerce-PaymentBox fieldset input {
  height: 40px !important;
}
#add_payment_method #payment .woocommerce-Button {
  background-color: white !important;
  color: #000 !important;
}

.po-input {
  border: 3px solid black;
  width: 100%;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-top: 0 !important;
  color: #000;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 85px;
}
@media (max-width: 576px) {
  .woocommerce-message, .woocommerce-info, .woocommerce-error {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
}
.woocommerce-message *, .woocommerce-info *, .woocommerce-error * {
  order: 1;
}
.woocommerce-message .btn, .woocommerce-info .btn, .woocommerce-error .btn {
  order: 2;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a {
  color: #000;
}
.woocommerce-message > a, .woocommerce-info > a, .woocommerce-error > a {
  margin-left: 10px;
  color: #000;
  text-decoration: underline;
}
.woocommerce-message > a:hover, .woocommerce-info > a:hover, .woocommerce-error > a:hover {
  color: #ff0000;
}
.checkout_coupon {
  margin-top: 0 !important;
  border-radius: 0 !important;
}
.checkout_coupon input {
  min-height: 40px;
}

.shipping-calculator-button:after {
  display: none !important;
}

.shipping-calculator-form #calc_shipping_city_field, .shipping-calculator-form #calc_shipping_state {
  display: none !important;
}
.shipping-calculator-form button {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #000 !important;
}
.shipping-calculator-form button.update-pending {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: white !important;
}

.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form .shop_table {
  border-radius: 0;
  border: 0;
}
.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form .shop_table th {
  background-color: #f2f2f2;
  color: #000;
  font-weight: 900;
  font-size: 17px;
}
.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form .shop_table td a {
  color: #000;
}
.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form .shop_table td a:after {
  background-color: #fff;
}
.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form .shop_table td input {
  height: 50px;
  border: 3px solid #000;
}
.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form .shop_table td.product-name a {
  display: block;
}
.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form a.remove {
  color: #999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-size: 22px;
}
.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form a.remove:hover {
  color: #fff !important;
  background-color: red !important;
}
.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form .actions .coupon input {
  height: 50px;
  width: 150px;
  border: 3px solid #000;
}
.woocommerce-cart.page .page-content .woocommerce .woocommerce-cart-form .actions > button:disabled {
  opacity: 1 !important;
  border-color: #f2f2f2 !important;
  background-color: #f2f2f2 !important;
  color: #000 !important;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .cart_totals {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 26px;
  color: #000;
  font-weight: 900;
  margin-bottom: 25px;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .cart_totals table {
  border-radius: 0;
  border: 0;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .cart_totals table th {
  background-color: #f2f2f2;
  color: #000;
  font-size: 17px;
  font-weight: 900;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .cart_totals table td {
  font-size: 0.9rem;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .cart_totals table td a {
  color: #000;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  width: 100%;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  color: #000;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .shipping-calculator-button {
  color: #fff;
}
.woocommerce-cart.page .page-content .woocommerce .cart-collaterals .shipping-calculator-button:after {
  color: #fff;
}

.form-checkout {
  display: flex;
}

.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 100vw !important;
}
.woocommerce-checkout .page-content {
  margin: 75px 0;
}
.woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
}
.woocommerce-checkout #customer_details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  .woocommerce-checkout #customer_details {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details .billing-address, .woocommerce-checkout #customer_details .shipping-address {
  width: 100%;
  padding-bottom: 50px;
}
.woocommerce-checkout #customer_details .billing-address .shipping_address, .woocommerce-checkout #customer_details .shipping-address .shipping_address {
  width: 100%;
}
.woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields, .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields, .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields, .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #000 !important;
}
.woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper {
  width: 100% !important;
}
.woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields h3, .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields h3, .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields h3, .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields h3 {
  font-size: 26px;
  font-weight: 900;
  width: auto;
  color: #000;
}
.woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields h3 label, .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields h3 label, .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields h3 label, .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields h3 label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields h3 label span, .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields h3 label span, .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields h3 label span, .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields h3 label span {
  font-size: 26px;
  margin-left: 15px;
}
.woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields h3 label input, .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields h3 label input, .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields h3 label input, .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields h3 label input {
  width: auto;
}
.woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields input:not([type=checkbox]), .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields .woocommerce-input-wrapper, .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields input:not([type=checkbox]), .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields input:not([type=checkbox]), .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields .woocommerce-input-wrapper, .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields input:not([type=checkbox]) {
  width: 100%;
  min-height: 40px;
  border-color: #fff;
}
.woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields .woocommerce-input-wrapper input, .woocommerce-checkout #customer_details .billing-address .woocommerce-billing-fields input:not([type=checkbox]) input, .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields .woocommerce-input-wrapper input, .woocommerce-checkout #customer_details .billing-address .woocommerce-shipping-fields input:not([type=checkbox]) input, .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields .woocommerce-input-wrapper input, .woocommerce-checkout #customer_details .shipping-address .woocommerce-billing-fields input:not([type=checkbox]) input, .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields .woocommerce-input-wrapper input, .woocommerce-checkout #customer_details .shipping-address .woocommerce-shipping-fields input:not([type=checkbox]) input {
  border: 3px solid #000;
  border-style: solid;
  min-height: 50px;
}
.woocommerce-checkout #customer_details .billing-address #billing_country_field .woocommerce-input-wrapper .select2-container .select2-selection, .woocommerce-checkout #customer_details .shipping-address #billing_country_field .woocommerce-input-wrapper .select2-container .select2-selection {
  outline: 3px solid #fff !important;
}
.woocommerce-checkout #customer_details .billing-address .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-checkout #customer_details .shipping-address .select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: 3px solid #fff !important;
}
.woocommerce-checkout #customer_details .billing-address .woocommerce-additional-fields h3, .woocommerce-checkout #customer_details .shipping-address .woocommerce-additional-fields h3 {
  font-weight: 900;
  width: auto;
  color: #000;
}
.woocommerce-checkout #customer_details .form-row {
  flex-direction: column;
}
.woocommerce-checkout #customer_details .form-row textarea {
  border: 3px solid #000;
  min-height: 80px;
  padding: 5px;
  color: #000;
  resize: vertical;
}
.woocommerce-checkout #order_review {
  width: 40%;
  position: relative;
}
@media (max-width: 768px) {
  .woocommerce-checkout #order_review {
    width: 100%;
  }
}
.woocommerce-checkout #order_review #order_review_heading {
  font-size: 26px;
  color: #000;
  float: left;
}
.woocommerce-checkout #order_review * {
  border-color: #fff;
}
.woocommerce-checkout #order_review .sticky-container {
  position: sticky;
  top: 130px;
}
.woocommerce-checkout #order_review table {
  border-radius: 0;
  border-collapse: collapse !important;
  width: 100%;
}
.woocommerce-checkout #order_review table thead th:last-child {
  text-align: right;
  background-color: white;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce-checkout #order_review table th {
  background-color: #f2f2f2;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  width: 50% !important;
}
.woocommerce-checkout #order_review table td {
  font-size: 0.9rem;
  width: 50%;
  text-align: right;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce-checkout #order_review table td.product-name {
  text-align: left;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  border-radius: 0 !important;
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
  background-color: white;
  padding: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box {
  background-color: #000 !important;
  color: white !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box * {
  font-size: 16px !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box label, .woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box p {
  color: white !important;
  margin-bottom: 10px !important;
  width: 100%;
  margin-right: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box .form-row {
  margin-top: 15px !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box select {
  width: calc(100% - 15px) !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods .payment_box:before {
  border-bottom-color: #000 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .form-row {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .form-row label {
  margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .form-row-wide {
  margin-top: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .form-row-first, .woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .form-row-last {
  width: 50%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .form-row-first .wc-stripe-elements-field, .woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .form-row-last .wc-stripe-elements-field {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li .woocommerce-SavedPaymentMethods-saveNew label {
  line-height: 1.25;
  font-size: 0.7rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods #sagepaydirect-cc-form .wc-credit-card-form-card-type {
  width: calc(100% - 1em) !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .place-order {
  background-color: white;
  padding: 25px 0 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  font-size: 0.7rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-checkout-payment #place_order {
  color: #000;
  padding: 15px 25px !important;
  width: 100%;
  margin-top: 25px;
}
.woocommerce-checkout .woocommerce-checkout-payment #place_order:hover {
  background-color: #fff;
  color: #000;
}
.woocommerce-checkout .page-content > .woocommerce .woocommerce-form-login-toggle {
  display: none;
}
.woocommerce-checkout .page-content > .woocommerce .woocommerce-form-login {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #fff;
  color: #000;
  font-size: 0.9rem !important;
  width: 100%;
  padding-right: 50%;
}
.woocommerce-checkout .page-content > .woocommerce .woocommerce-form-login input {
  height: 40px;
  border: 3px solid #000;
}
.woocommerce-checkout .page-content > .woocommerce .woocommerce-form-login button[type=submit] {
  background-color: #000 !important;
  color: white;
}
.woocommerce-checkout .page-content > .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.woocommerce-checkout .page-content > .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox input {
  margin-right: 15px;
}
.woocommerce-checkout .page-content > .woocommerce .woocommerce-form-login .lost_password a {
  color: white !important;
}

.wc-block-grid__products {
  flex-basis: auto !important;
}

.wc-block-grid__product {
  flex: 0 0 calc(25% - 16px) !important;
  margin: 0 8px 16px;
  width: calc(25% - 16px);
  max-width: 50% !important;
  border: 1px solid #f2f2f2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #343434;
}
.wc-block-grid__product .wc-block-grid__product-link {
  color: white;
}
.wc-block-grid__product .wc-block-grid__product-link:hover {
  text-decoration: none;
}
.wc-block-grid__product .wc-block-grid__product-image {
  margin-bottom: 0;
}
.wc-block-grid__product .wc-block-grid__product-title {
  background-color: #ff0000;
  margin: 0;
  padding: 8px 5px;
  text-transform: uppercase;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .wc-block-grid__product {
    flex: 1 0 calc(33.3333333333% - 16px) !important;
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 768px) {
  .wc-block-grid__product {
    flex: 1 0 calc(50% - 16px) !important;
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .wc-block-grid__product {
    flex: 1 0 calc(100% - 16px) !important;
    width: calc(100% - 16px);
    max-width: 100% !important;
  }
}
.wc-block-grid__product .wc-block-components-product-image {
  margin-bottom: 0;
}
.wc-block-grid__product .wc-block-components-product-image a img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wc-block-grid__product h2 {
  background-color: #ff0000;
  width: 100%;
  margin-bottom: 0 !important;
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.wc-block-grid__product h2 a {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}
.wc-block-grid__product h2 a:hover {
  text-decoration: none;
}
.wc-block-grid__product .price {
  display: none;
}
.wc-block-grid__product .wp-block-button {
  position: absolute;
  top: calc(50% - 25px);
  left: auto;
  right: auto;
  opacity: 0;
}
.wc-block-grid__product:hover .wc-block-components-product-image a img {
  opacity: 0.4;
}
.wc-block-grid__product:hover .wp-block-button {
  opacity: 1;
}

.single-product .page-content {
  padding-top: 220px;
}
@media (min-width: 769px) {
  .single-product .page-content .mobile-product-title {
    display: none;
  }
}
.single-product .page-content .woocommerce-product-gallery {
  max-width: 500px;
}
@media (max-width: 768px) {
  .single-product .page-content .woocommerce-product-gallery {
    max-width: none;
  }
}
.single-product .page-content .woocommerce-product-gallery * {
  -webkit-transition: all 0s linear !important;
  -moz-transition: all 0s linear !important;
  -o-transition: all 0s linear !important;
  transition: all 0s linear !important;
}
.single-product .page-content .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin-bottom: 9px !important;
}
.single-product .page-content .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img:not(.youtube-image) {
  height: 600px !important;
  min-height: 600px !important;
  object-fit: cover;
  object-position: center;
  border: 1px solid #f2f2f2;
}
.single-product .page-content .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #ff0000 !important;
  border-radius: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 57px !important;
  height: 57px !important;
  background-image: url("/wp-content/themes/angelventlock/assets/img/search.png") !important;
  background-size: 50% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
  transition: all 0.1s linear !important;
}
.single-product .page-content .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before, .single-product .page-content .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  display: none !important;
}
.single-product .page-content .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-size: 55% !important;
}
.single-product .page-content .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 9px !important;
}
.single-product .page-content .woocommerce-product-gallery .flex-control-thumbs li {
  padding: 0 4.5px 9px;
}
.single-product .page-content .woocommerce-product-gallery .flex-control-thumbs li img {
  border: 1px solid #f2f2f2;
}
.single-product .page-content .woocommerce-product-gallery ul.flex-direction-nav {
  position: absolute;
  top: 268.5px;
  z-index: 99;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0px;
  list-style: none;
}
.single-product .page-content .woocommerce-product-gallery li.flex-nav-prev {
  float: left;
}
.single-product .page-content .woocommerce-product-gallery li.flex-nav-next {
  float: right;
}
.single-product .page-content .woocommerce-product-gallery a.flex-next {
  visibility: hidden;
  position: relative;
}
.single-product .page-content .woocommerce-product-gallery a.flex-prev {
  visibility: hidden;
  position: relative;
}
.single-product .page-content .woocommerce-product-gallery a.flex-next:after {
  visibility: visible;
  content: "";
  background-image: url("/wp-content/themes/angelventlock/assets/img/right-arrow.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  background-color: #ff0000;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
  transition: all 0.1s linear !important;
}
.single-product .page-content .woocommerce-product-gallery a.flex-next:hover:after {
  background-size: 35%;
}
.single-product .page-content .woocommerce-product-gallery a.flex-prev:before {
  visibility: visible;
  content: "";
  background-image: url("/wp-content/themes/angelventlock/assets/img/left-arrow.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  background-color: #ff0000;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
  transition: all 0.1s linear !important;
}
.single-product .page-content .woocommerce-product-gallery a.flex-prev:hover:before {
  background-size: 35%;
}
.single-product .page-content .woocommerce-product-gallery ul.flex-direction-nav li a {
  color: #fff;
}
.single-product .page-content .woocommerce-product-gallery ul.flex-direction-nav li a:hover {
  text-decoration: none;
}
.single-product .page-content .entry-summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.single-product .page-content .entry-summary .product_title {
  order: 1;
}
@media (max-width: 768px) {
  .single-product .page-content .entry-summary .product_title {
    display: none;
  }
}
.single-product .page-content .entry-summary .price {
  font-weight: 900;
  color: #000;
  font-size: 22px;
  order: 3;
}
.single-product .page-content .entry-summary .woocommerce-product-details__short-description {
  order: 2;
}
.single-product .page-content .entry-summary .variations_form {
  background-color: #f2f2f2;
  padding: 51px 51px 25px 51px;
  order: 4;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 576px) {
  .single-product .page-content .entry-summary .variations_form {
    padding: 50px 25px 25px;
  }
}
.single-product .page-content .entry-summary .variations_form table.variations tr {
  display: flex;
  flex-direction: column;
}
.single-product .page-content .entry-summary .variations_form table.variations tr td.label label {
  font-weight: 500 !important;
}
.single-product .page-content .entry-summary .variations_form table.variations tr td.value {
  background-image: url("/wp-content/themes/angelventlock/assets/img/select-arrow.png");
  background-size: 52px;
  background-repeat: no-repeat;
  height: 50px;
  background-position: top right;
  margin: 0 0 15px;
  padding: 0;
  background-color: white;
}
.single-product .page-content .entry-summary .variations_form select {
  width: 100%;
  height: 50px;
  padding: 5px;
  border: solid 3px #000;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: -2px;
}
.single-product .page-content .entry-summary .variations_form .select-container {
  background-image: url("/wp-content/themes/angelventlock/assets/img/select-arrow.png");
  background-size: 52px;
  background-repeat: no-repeat;
  height: 50px;
  background-position: top right;
  margin: 15px 0 15px;
  padding: 0;
  background-color: white;
}
.single-product .page-content .entry-summary .variations_form .select-container select:nth-child(1) {
  display: none;
}
.single-product .page-content .entry-summary .variations_form .woocommerce-variation-price {
  margin-bottom: 15px;
}
.single-product .page-content .entry-summary .variations_form .woocommerce-variation-price .price {
  font-size: 22px;
}
.single-product .page-content .entry-summary .variations_form .media-note {
  width: 100%;
}
.single-product .page-content .entry-summary .variations_form .media-note a {
  color: #ff0000;
  text-decoration: underline;
}
.single-product .page-content .entry-summary input::-webkit-outer-spin-button,
.single-product .page-content .entry-summary input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .page-content .entry-summary input[type=number] {
  -moz-appearance: textfield;
}
.single-product .page-content .entry-summary .minus, .single-product .page-content .entry-summary .plus {
  height: 50px;
  width: 50px;
  float: left;
  border: 3px solid #000;
  color: #000;
  background-color: #fff;
  margin-bottom: 25px;
}
.single-product .page-content .entry-summary .minus:hover, .single-product .page-content .entry-summary .plus:hover {
  background-color: #ff0000;
  cursor: pointer;
}
.single-product .page-content .entry-summary .plus {
  margin-right: 25px;
}
.single-product .page-content .entry-summary div.quantity {
  margin-right: 0;
}
.single-product .page-content .entry-summary div.quantity input[type=number] {
  height: 50px;
  width: 97px;
  background-color: #fff;
  margin: 0;
  border: 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-right: -5px;
}
.single-product .page-content .entry-summary button[type=submit] {
  max-width: 278px;
  font-weight: 900;
}
@media (max-width: 576px) {
  .single-product .page-content .entry-summary button[type=submit] {
    margin-left: 35px;
  }
}
.single-product .page-content .entry-summary .product_meta {
  order: 5;
  background-color: #f2f2f2;
  padding: 0 51px 51px 51px;
  width: 100%;
}
@media (max-width: 576px) {
  .single-product .page-content .entry-summary .product_meta {
    padding: 0px 0px 25px;
  }
}
.single-product .page-content .entry-summary .product_meta .sku_wrapper {
  width: 100%;
  display: none;
}
.single-product .page-content .entry-summary .product_meta .sku_wrapper.show {
  display: block !important;
}
.single-product .page-content .entry-summary .product_meta .posted_in {
  display: none;
}
.single-product .page-content .entry-summary .product_meta .commercial-note {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 0;
  margin-top: 27px;
  font-weight: 900;
}
.single-product .page-content .entry-summary .product_meta .commercial-note a {
  color: #ff0000;
  text-decoration: underline;
}
.single-product .page-content .entry-summary .product_meta h3 {
  margin-top: 25px;
}
.single-product .page-content .entry-summary .product_meta h3 span {
  color: #ff0000;
}
.single-product .page-content .woocommerce-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 117px;
  padding-bottom: 100px;
}
.single-product .page-content .woocommerce-tabs .accordion {
  max-width: 808px;
}
.single-product .page-content .resources-overview-block {
  padding: 130px 0 100px;
}
.single-product .page-content .product-slider-block {
  padding: 0 0 130px 0;
}

.woocommerce-product-gallery .featured-video-container {
  width: 25%;
  position: relative;
  float: left;
  opacity: 0.5;
  padding: 0 4.5px 9px;
}
.woocommerce-product-gallery .featured-video-container .featured-play {
  position: absolute;
  top: calc(50% - 31.5px);
  left: calc(50% - 31.5px);
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.woocommerce-product-gallery .featured-video-container .featured-play svg {
  width: 24px;
  height: auto;
  margin-left: 5px;
}
.woocommerce-product-gallery .featured-video-container .featured-play svg * {
  fill: white;
}
.woocommerce-product-gallery .featured-video-container .youtube-image {
  width: 100%;
  height: 116px !important;
  min-height: 0 !important;
  object-fit: cover;
}
@media (max-width: 576px) {
  .woocommerce-product-gallery .featured-video-container .youtube-image {
    height: 135.7px !important;
  }
}
.woocommerce-product-gallery .featured-video-container:hover {
  opacity: 1;
  cursor: pointer;
}

.single-product.calculated-product .page-content {
  padding-top: 220px;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .number, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .number, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .number, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .number {
  color: white;
  background-color: #ff0000;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .content, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .content, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .content, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .content {
  width: calc(100% - 33px);
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .content p, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .content p, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .content p, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .content p {
  margin-bottom: 0;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .content p:first-child, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .content p:first-child, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .content p:first-child, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .content p:first-child {
  font-weight: 900;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .content a, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .content a, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .content a, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .content a {
  color: #ff0000;
  text-decoration: underline;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .content .measurement-selector, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .content .measurement-selector, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .content .measurement-selector, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .content .measurement-selector {
  display: flex;
  justify-content: justify-content;
  align-items: center;
  margin-top: 1rem;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .content .measurement-selector p, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .content .measurement-selector p, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .content .measurement-selector p, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .content .measurement-selector p {
  height: 50px;
  min-width: 50px;
  padding: 0 15px;
  background-color: white;
  border-top: 3px solid black;
  border-left: 3px solid black;
  border-right: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -15px;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .content .measurement-selector p:first-child, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .content .measurement-selector p:first-child, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .content .measurement-selector p:first-child, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .content .measurement-selector p:first-child {
  font-weight: 500;
  border-right: 0;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .content .measurement-selector p.selected, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .content .measurement-selector p.selected, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .content .measurement-selector p.selected, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .content .measurement-selector p.selected {
  background-color: red;
  color: white;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .reset_variations_selector, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .reset_variations_selector, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .reset_variations_selector, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .reset_variations_selector {
  margin: 10px 0 !important;
  font-size: 14px;
  color: #ff0000;
  display: none;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-one .reset_variations_selector:hover, .single-product.calculated-product .page-content .entry-summary .variations_form .step-two .reset_variations_selector:hover, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three .reset_variations_selector:hover, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four .reset_variations_selector:hover {
  cursor: pointer;
  text-decoration: underline;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .step-two, .single-product.calculated-product .page-content .entry-summary .variations_form .step-three, .single-product.calculated-product .page-content .entry-summary .variations_form .step-four {
  margin-top: 25px;
}
.single-product.calculated-product .page-content .entry-summary .variations_form table.variations tr .label {
  display: none;
}
.single-product.calculated-product .page-content .entry-summary .variations_form table.variations tr td.value {
  margin-top: 15px;
  width: calc(100% - 33px);
  margin-left: 33px;
}
.single-product.calculated-product .page-content .entry-summary .variations_form table.variations .reset_variations {
  display: none !important;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .woocommerce-variation-add-to-cart .step-four, .single-product.calculated-product .page-content .entry-summary .variations_form .woocommerce-variation-price .step-four {
  margin-bottom: 15px;
}
.single-product.calculated-product .page-content .entry-summary .variations_form .woocommerce-variation-add-to-cart .minus, .single-product.calculated-product .page-content .entry-summary .variations_form .woocommerce-variation-price .minus {
  margin-left: 33px;
}
.single-product.calculated-product .page-content .commercial-note {
  padding-left: 33px;
}

.single-product.disable-checkout .page-content .entry-summary .variations_form .woocommerce-variation-add-to-cart {
  display: none;
}
.single-product.disable-checkout .page-content .entry-summary .variations_form .woocommerce-variation-add-to-cart button[type=submit] {
  display: none;
}
.single-product.disable-checkout .page-content .entry-summary .variations_form .woocommerce-variation-price {
  display: none;
}
.single-product.disable-checkout .page-content .entry-summary .request-quote-button {
  margin: 25px 0 50px;
}
.single-product.disable-checkout .page-content .request-a-quote {
  display: none;
  border-top: 3px solid black;
  padding-top: 25px;
}
.single-product.disable-checkout .page-content .request-a-quote h3 {
  margin-bottom: 15px;
}
.single-product.disable-checkout .page-content .commercial-note {
  padding-left: 0px;
}

.woocommerce form .form-row .required {
  display: none;
}

.woocommerce form .form-row .optional {
  display: none;
}

p.btn {
  padding: 16px 0px 15px;
  background-color: #ff0000;
  border: solid 3px #ff0000;
  border-radius: 0;
  margin-right: 15px;
}
p.btn a, p.btn span {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  font-weight: 900;
  padding: 16px 20px 15px;
}
p.btn:hover {
  background-color: #cc0000;
  border-color: #cc0000;
}
p.btn:hover a {
  color: #fff;
  text-decoration: none;
}

p.btn-sml {
  padding: 5px 0 3px;
  margin-bottom: 0;
  margin-right: 0;
}
p.btn-sml a, p.btn-sml span {
  font-size: 14px;
}

p.btn-second {
  border: 1px solid #000;
  background-color: #000;
}
p.btn-second a {
  color: #000;
}
p.btn-second:hover {
  background-color: #000;
  border-color: #000;
}
p.btn-second:hover a {
  color: #000;
}

p.btn-white {
  border: 1px solid white;
  background-color: white;
}
p.btn-white a {
  color: #000;
  width: 100%;
}
p.btn-white:hover {
  background-color: #000;
  border-color: #000;
}
p.btn-white:hover a {
  color: white;
}

p.btn-ghost {
  background-color: transparent;
  border: solid 3px #000;
}
p.btn-ghost a {
  color: #000;
}
p.btn-ghost:hover {
  background-color: #000;
  border-color: #000;
}
p.btn-ghost:hover a {
  color: #fff;
}

.woocommerce-Button, .add_to_cart_button, .product_type_variable, .button, .submit, .copy-btn {
  padding: 16px 35px 15px !important;
  background-color: #ff0000 !important;
  border: solid 3px #ff0000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
}
.woocommerce-Button:hover, .add_to_cart_button:hover, .product_type_variable:hover, .button:hover, .submit:hover, .copy-btn:hover {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}

.wp-block-button {
  background-color: #ff0000;
  border-radius: 0;
  margin-right: 15px;
}
.wp-block-button a {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  font-weight: 900;
  padding: 16px 35px 15px;
  background-color: transparent;
  box-shadow: 0;
}
.wp-block-button:hover {
  background-color: #cc0000;
  border-color: #cc0000;
}
.wp-block-button:hover a {
  color: #fff;
  text-decoration: none;
}

.share-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.share-buttons p {
  margin-bottom: 0;
  margin-right: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
}
.share-buttons p svg {
  width: 25px;
  height: auto;
  margin-left: 5px;
}
.share-buttons p svg * {
  fill: #999 !important;
}
.share-buttons a {
  height: 50px;
  width: 50px;
  float: left;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 10px;
}
.share-buttons a:last-child {
  border: 0;
}
.share-buttons a svg {
  width: 22px;
  height: 22px;
}
.share-buttons a svg * {
  fill: #000;
}
.share-buttons a:hover {
  text-decoration: none;
  background-color: #000;
}
.share-buttons a:hover svg * {
  fill: white;
}
.share-buttons a.facebook-share:hover {
  background-color: #3b5998;
}
.share-buttons a.twitter-share:hover {
  background-color: #0084b4;
}
.share-buttons a.linkedin-share:hover {
  background-color: #0077B5;
}
.share-buttons a.whatsapp-share:hover {
  background-color: #128C7E;
}

@media (min-width: 1381px) {
  .mobile-menu-trigger {
    display: none;
  }
}
.mobile-menu-trigger .btn {
  padding-bottom: 0;
  margin-right: 15px;
  z-index: 299;
  border: 3px solid #000;
  border-radius: 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .mobile-menu-trigger .btn {
    margin-right: 0;
  }
}
.mobile-menu-trigger .btn svg {
  width: 20px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mobile-menu-trigger .btn.close-menu {
  display: none;
}
.mobile-menu-trigger .btn:hover {
  background-color: #ff0000;
}
.mobile-menu-trigger .menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 299;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 250;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1381px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .menu {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding: 170px 25px 25px 25px;
  height: 100vh;
  flex-direction: column;
  overflow-y: scroll;
  background-color: white;
  z-index: 252;
  position: relative;
}
.mobile-menu .menu ul {
  padding-left: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.mobile-menu .menu ul .parent-link:first-child .title {
  border: 0;
}
.mobile-menu .menu ul li {
  padding: 10px 0;
}
.mobile-menu .menu ul li .title {
  border-top: 1px solid #000;
  margin-bottom: 0;
  padding-top: 20px;
}
.mobile-menu .menu ul li .title > a {
  font-family: Interstate;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.mobile-menu .menu ul li a {
  color: #000;
  padding: 10px;
}
.mobile-menu .menu ul li a:hover {
  text-decoration: none;
}
.mobile-menu .menu .btn {
  margin-right: 0;
}
.mobile-menu .mobile-translate-container {
  margin-top: 35px;
}
.mobile-menu .mobile-translate-container select {
  height: 25px;
  border-radius: 0;
}
.mobile-menu .scroll-menu {
  padding: 80px 25px 25px 25px;
}
.mobile-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 251;
}
.mobile-menu .actions {
  margin-bottom: 35px;
}
@media (min-width: 769px) {
  .mobile-menu .actions {
    display: none;
  }
}
.mobile-menu .actions a {
  margin: 0 5px;
  padding: 15px 0;
}
.mobile-menu .actions a.cart-icon {
  position: relative;
}
.mobile-menu .actions a.cart-icon span {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff0000;
  font-size: 11px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 100%;
}

.scroll-lock {
  overflow: hidden !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) 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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-half {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-3-4s {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.roboto {
  font-family: "Roboto Condensed", sans-serif;
}

.playfair {
  font-family: "Playfair Display", serif;
}

.indie {
  font-family: "Indie Flower", cursive;
}

.shadows {
  font-family: "Shadows Into Light", cursive;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-two {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #333;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 30px;
  animation: spin 1.5s linear infinite;
}

.load-fade {
  animation: fade 1s 1.5s linear forwards;
}

@keyframes icon-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(-360deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(360deg);
  }
}
.holding-template .half-image {
  display: flex;
  height: 100vh;
  width: 100vw;
  background-size: cover;
}
@media (max-width: 768px) {
  .holding-template .half-image {
    flex-direction: column;
  }
}
.holding-template .half-image .content {
  width: calc(50% - 100px);
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 768px) {
  .holding-template .half-image .content {
    width: calc(100% - 100px);
    padding: 150px 50px;
  }
}
.holding-template .half-image .content .site-logo {
  width: 200px;
  height: auto;
  margin-bottom: 49px;
}
.holding-template .half-image .content h1 {
  margin-bottom: 0px;
}
.holding-template .half-image .content .wpcf7 {
  width: 50%;
}
.holding-template .half-image .content .wpcf7 input[type=text], .holding-template .half-image .content .wpcf7 input[type=email] {
  width: 100%;
  height: 35px;
  border-radius: 4px;
  border: 1px solid white;
  margin-top: 5px;
}
.holding-template .half-image .content .wpcf7 input[type=submit] {
  height: 35px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  min-width: 150px;
  color: white;
}
.holding-template .half-image .content .wpcf7 input[type=submit]:hover {
  background-color: white;
  cursor: pointer;
  color: #333;
}
.holding-template .half-image .content .wpcf7 label {
  text-align: left;
  width: 100%;
}
.holding-template .half-image .content .wpcf7 textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid white;
  margin-top: 5px;
  height: 100px;
  resize: none;
}
.holding-template .half-image .image {
  width: 50%;
  background-color: #eee;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .holding-template .half-image .image {
    width: 100%;
    min-height: 300px;
  }
}
.holding-template .full-image .content {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}
.holding-template .full-image .content .site-logo {
  width: 200px;
  height: auto;
  margin-bottom: 50px;
  z-index: 99;
}
.holding-template .full-image .content h1, .holding-template .full-image .content p, .holding-template .full-image .content .wpcf7 {
  z-index: 99;
}
.holding-template .full-image .content .wpcf7 {
  width: 50%;
  max-width: 500px;
}
.holding-template .full-image .content .wpcf7 input[type=text], .holding-template .full-image .content .wpcf7 input[type=email] {
  width: 100%;
  height: 35px;
  border-radius: 4px;
  border: 1px solid white;
  margin-top: 5px;
}
.holding-template .full-image .content .wpcf7 input[type=submit] {
  height: 35px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  min-width: 150px;
  color: white;
}
.holding-template .full-image .content .wpcf7 input[type=submit]:hover {
  background-color: white;
  cursor: pointer;
  color: #333;
}
.holding-template .full-image .content .wpcf7 label {
  text-align: left;
  width: 100%;
}
.holding-template .full-image .content .wpcf7 textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid white;
  margin-top: 5px;
  height: 100px;
  resize: none;
}
.holding-template .full-image .background-color {
  position: absolute;
  opacity: 0.8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 98;
}
.holding-template .block-color .content {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
}
.holding-template .block-color .content .site-logo {
  width: 200px;
  height: auto;
  margin-bottom: 50px;
  z-index: 99;
}
.holding-template .block-color .content h1, .holding-template .block-color .content p, .holding-template .block-color .content .wpcf7 {
  z-index: 99;
}
.holding-template .block-color .content .wpcf7 {
  width: 50%;
  max-width: 500px;
}
.holding-template .block-color .content .wpcf7 input[type=text], .holding-template .block-color .content .wpcf7 input[type=email] {
  width: 100%;
  height: 35px;
  border-radius: 4px;
  border: 1px solid white;
  margin-top: 5px;
}
.holding-template .block-color .content .wpcf7 input[type=submit] {
  height: 35px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 4px;
  min-width: 150px;
  color: white;
}
.holding-template .block-color .content .wpcf7 input[type=submit]:hover {
  background-color: white;
  cursor: pointer;
  color: #333;
}
.holding-template .block-color .content .wpcf7 label {
  text-align: left;
  width: 100%;
}
.holding-template .block-color .content .wpcf7 textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid white;
  margin-top: 5px;
  height: 100px;
  resize: none;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

.wrapper *:not(.slick-track) {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-family: Interstate, sans-serif;
}

h1 {
  font-family: Interstate;
  font-size: 48px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-family: Interstate;
  font-size: 38px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: Interstate;
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: Interstate;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-family: Interstate;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 768px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-family: Interstate;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.main-body {
  font-family: Interstate;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
}

.small-body {
  font-family: Interstate;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000;
}

button {
  font-family: Interstate;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #fff;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-bottom: 45px;
}
.page-content img {
  height: auto;
}
@media (max-width: 768px) {
  .page-content figure.alignright {
    margin: 0 !important;
  }
}

.right-padding {
  padding-right: 90px;
}
@media (max-width: 992px) {
  .right-padding {
    padding-right: 0;
  }
}

.left-padding {
  padding-left: 90px;
}
@media (max-width: 992px) {
  .left-padding {
    padding-left: 0;
  }
}

.scroll-lock {
  overflow: hidden !important;
}

.site-header {
  width: 100%;
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  position: fixed;
  z-index: 260;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  height: 128px;
  padding: 10px 54px 0;
}
@media (max-width: 1200px) {
  .site-header {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .site-header {
    padding: 10px 15px 0;
  }
}
@media (max-width: 576px) {
  .site-header {
    height: 90px;
  }
}
.site-header a.logo-container {
  width: 256px;
  height: auto;
}
@media (max-width: 1200px) {
  .site-header a.logo-container {
    width: 70%;
  }
}
.site-header a.logo-container .logo {
  height: 70px;
  width: auto;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .site-header a.logo-container .logo {
    height: 60px;
  }
}
.site-header a.logo-container .logo-small {
  width: 260px;
  display: none;
}
@media (max-width: 1380px) {
  .site-header a.logo-container .logo-small {
    width: 180px;
  }
}
.site-header .desktop-menu {
  margin-top: 16px;
}
@media (max-width: 1380px) {
  .site-header .desktop-menu {
    display: none;
  }
}
.site-header .desktop-menu .desktop-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.site-header .desktop-menu .desktop-nav ul li p {
  margin-bottom: 0;
}
.site-header .desktop-menu .desktop-nav ul li p a {
  margin: 0 15px;
  font-family: Interstate;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.site-header .desktop-menu .desktop-nav ul li p a:hover {
  text-decoration: none;
  color: #ff0000;
}
.site-header .desktop-menu .desktop-nav ul li.current-page p a {
  color: #ff0000;
}
.site-header .actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  align-self: flex-start;
}
.site-header .actions #google_translate_element {
  height: 0px;
  opacity: 0;
  display: none;
}
.site-header .actions .translate-container {
  margin-right: 13px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .site-header .actions .translate-container {
    display: none;
  }
}
.site-header .actions .translate-container select {
  height: 25px;
  border-radius: 0;
}
.site-header .actions .account-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  z-index: 99;
  position: relative;
}
@media (max-width: 768px) {
  .site-header .actions .account-cart {
    width: auto;
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .site-header .actions .account-cart {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .site-header .actions .account-cart > a {
    display: none !important;
  }
}
.site-header .actions .account-cart a img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.site-header .actions .account-cart a img:hover {
  background-color: #ff0000;
  cursor: pointer;
}
.site-header .actions .account-cart a.cart-icon {
  position: relative;
}
.site-header .actions .account-cart a.cart-icon span {
  position: absolute;
  top: -5px;
  right: 10px;
  background-color: #ff0000;
  font-size: 11px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .site-header .actions .account-cart a.cart-icon {
    display: none;
  }
}
.site-header .actions .account-cart .account-icon {
  position: relative;
}
.site-header .actions .account-cart .account-icon .account-submenu {
  position: absolute;
  top: 60px;
  left: calc(50% - 75px);
  background-color: black;
  color: white;
  width: 150px;
  padding: 10px;
  display: none;
}
.site-header .actions .account-cart .account-icon .account-submenu p {
  margin-bottom: 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 0;
}
.site-header .actions .account-cart .account-icon .account-submenu p a {
  color: white;
}
.site-header .actions .account-cart .account-icon .account-submenu p a:hover {
  color: #ff0000;
  text-decoration: none;
}
.site-header .actions .account-cart .account-icon .account-submenu p:first-child {
  border: 0;
}
.site-header .actions .account-cart .account-icon .account-submenu p:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  position: absolute;
  top: -10px;
  left: calc(50% - 15px);
}
.site-header .actions .account-cart .account-icon:hover .account-submenu {
  display: block;
}

.scroll-header {
  background-color: white;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 54px;
  height: 80px;
}
@media (max-width: 768px) {
  .scroll-header {
    padding: 5px 15px;
  }
}
.scroll-header a:not(.btn) {
  align-self: center;
}
@media (max-width: 576px) {
  .scroll-header a:not(.btn) {
    margin-top: 5px;
  }
}
.scroll-header a:not(.btn) .logo {
  display: none;
}
.scroll-header a:not(.btn) .logo-small {
  display: block;
}
.scroll-header .actions {
  align-self: center;
}
.scroll-header .translate-container {
  opacity: 0;
  margin-top: -40px;
}
.scroll-header .mobile-menu-trigger .btn {
  margin-top: 0px;
}
.scroll-header .desktop-menu {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .scroll-header a .logo {
    height: 60px;
  }
  .scroll-header .desktop-menu {
    margin-top: -5px;
    margin-left: -15px;
  }
}

.site-footer {
  width: 100%;
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  background-color: #f2f2f2;
}
.site-footer .upper-footer {
  padding: 130px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .site-footer .upper-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.site-footer .upper-footer .video-container {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .site-footer .upper-footer .video-container {
    width: 80%;
  }
}
.site-footer .upper-footer .video-container .play {
  position: absolute;
  top: calc(50% - 31.5px);
  left: calc(50% - 31.5px);
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.site-footer .upper-footer .video-container .play svg {
  width: 24px;
  height: auto;
  margin-left: 5px;
}
.site-footer .upper-footer .video-container .play svg * {
  fill: white;
}
.site-footer .upper-footer .video-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.site-footer .upper-footer .video-container:hover {
  cursor: pointer;
  opacity: 0.8;
}
.site-footer .upper-footer .video-container:hover .play {
  background-color: rgba(255, 255, 255, 0.8);
}
.site-footer .upper-footer .video-container:hover .play svg * {
  fill: #ff0000;
}
.site-footer .upper-footer .content {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .site-footer .upper-footer .content {
    width: 80%;
    margin-top: 50px;
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .site-footer .upper-footer .content {
    width: 95%;
  }
}
.site-footer .upper-footer .content h2 {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  margin-bottom: 30px;
}
.site-footer .upper-footer .content h2 span.red {
  color: #ff0000;
}
.site-footer .upper-footer .content p {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .site-footer .upper-footer .content .btn {
    margin-right: 0;
  }
}
.site-footer .lower-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .site-footer .lower-footer {
    align-items: center;
  }
}
.site-footer .lower-footer .footer-nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .site-footer .lower-footer .footer-nav ul {
    justify-content: center;
  }
}
.site-footer .lower-footer .footer-nav ul li {
  margin-right: 25px;
}
@media (max-width: 992px) {
  .site-footer .lower-footer .footer-nav ul li {
    margin-bottom: 25px;
  }
}
.site-footer .lower-footer .footer-nav ul li a {
  color: #000;
}
.site-footer .lower-footer .small-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .site-footer .lower-footer .small-body {
    margin-top: 15px;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.site-footer .lower-footer .small-body a {
  color: #000;
  margin: 0 5px;
  text-decoration: underline;
}
.site-footer .lower-footer .trademark-info {
  text-align: left;
  font-size: 0.8rem;
  margin-top: 15px;
  width: 100%;
  margin-left: 0%;
}
@media (max-width: 768px) {
  .site-footer .lower-footer .trademark-info {
    text-align: center;
    margin-top: 35px;
    padding: 0 15px;
  }
}

.error404 .page-content {
  padding-top: 220px;
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 150px;
}
.error404 .page-content svg {
  width: 120px;
  height: auto;
  margin-bottom: 25px;
}
.error404 .flex-content {
  border-top: 1px solid #000;
}

.page-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-header h1 span {
  color: #ff0000;
}
.page-header.text {
  padding-top: 220px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .page-header.text {
    padding-top: 140px;
  }
}
.page-header.large {
  height: 740px;
  max-height: 100vh;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}
.page-header.large h1 {
  text-align: center;
  padding: 0 50px;
}
@media (max-width: 576px) {
  .page-header.large h1 {
    padding: 0 15px;
  }
}

.home .homepage-hero {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}
.home .homepage-hero .homepage-slider .slide-outter-container {
  background-position: center;
  background-size: cover;
}
.home .homepage-hero .homepage-slider .slide-outter-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}
@media (max-width: 768px) {
  .home .homepage-hero .homepage-slider .slide-outter-container .container {
    align-items: center;
    height: auto;
  }
}
@media (max-width: 576px) {
  .home .homepage-hero .homepage-slider .slide-outter-container .container {
    flex-direction: column-reverse;
    padding-bottom: 250px;
    margin-top: 100px;
  }
}
.home .homepage-hero .homepage-slider .slide-outter-container .container .introduction {
  height: 100vh;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .home .homepage-hero .homepage-slider .slide-outter-container .container .introduction {
    width: 60%;
  }
}
@media (max-width: 576px) {
  .home .homepage-hero .homepage-slider .slide-outter-container .container .introduction {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }
}
.home .homepage-hero .homepage-slider .slide-outter-container .container .introduction h1 {
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .home .homepage-hero .homepage-slider .slide-outter-container .container .introduction h1 {
    text-align: center;
  }
}
.home .homepage-hero .homepage-slider .slide-outter-container .container .introduction h1 span {
  color: #ff0000;
}
@media (max-width: 576px) {
  .home .homepage-hero .homepage-slider .slide-outter-container .container .introduction .text-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .home .homepage-hero .homepage-slider .slide-outter-container .container .introduction .text-btns .btn {
    margin-right: 0;
  }
}
.home .homepage-hero .homepage-slider .slide-outter-container .container img {
  width: 45%;
  height: auto;
}
@media (max-width: 576px) {
  .home .homepage-hero .homepage-slider .slide-outter-container .container img {
    width: 60%;
  }
}
.home .homepage-hero .icons-accreds {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.home .homepage-hero .icons-accreds .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .home .homepage-hero .icons-accreds .container {
    flex-direction: column;
    justify-content: center;
  }
}
.home .homepage-hero .icons-accreds .icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: flex-start;
}
@media (max-width: 576px) {
  .home .homepage-hero .icons-accreds .icons {
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
  }
}
.home .homepage-hero .icons-accreds .icons .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 40px;
}
@media (max-width: 576px) {
  .home .homepage-hero .icons-accreds .icons .icon-container {
    margin: 0 10px 40px;
  }
}
.home .homepage-hero .icons-accreds .icons .icon-container .icon {
  background-color: #333;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto;
}
.home .homepage-hero .icons-accreds .icons .icon-container .icon svg {
  width: auto;
  height: 24px;
}
.home .homepage-hero .icons-accreds .icons .icon-container .icon svg * {
  fill: white;
}
.home .homepage-hero .icons-accreds .icons .icon-container .icon:hover {
  cursor: pointer;
}
.home .homepage-hero .icons-accreds .icons .icon-container p {
  font-weight: 700;
  margin-top: 17px;
  margin-bottom: 0;
  text-align: center;
}
.home .homepage-hero .icons-accreds .icons .slick-current .icon-container .icon {
  border: 3px solid #ff0000;
}
@media (max-width: 992px) {
  .home .homepage-hero .icons-accreds .accreds {
    position: relative;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .home .homepage-hero .icons-accreds .accreds {
    margin: 0 auto;
    flex-direction: row;
  }
}
.home .homepage-hero .icons-accreds .accreds img {
  height: 62px;
  width: auto;
  margin-left: 30px;
}
@media (max-width: 992px) {
  .home .homepage-hero .icons-accreds .accreds img {
    height: 45px;
    margin-bottom: 15px;
    margin: 0 10px;
  }
}
.contact .page-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .contact .page-content {
    flex-direction: column;
  }
}
.contact .page-content .direct-contact {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .contact .page-content .direct-contact {
    width: 100%;
  }
}
.contact .page-content .direct-contact h1 {
  margin-top: 230px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .contact .page-content .direct-contact h1 {
    margin-top: 140px;
  }
}
.contact .page-content .direct-contact p.large {
  margin: 28px 1px 40.7px 0;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: left;
}
.contact .page-content .direct-contact .number, .contact .page-content .direct-contact .email {
  font-family: Interstate;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 30px;
}
.contact .page-content .direct-contact .number a, .contact .page-content .direct-contact .email a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .page-content .direct-contact .number svg, .contact .page-content .direct-contact .email svg {
  width: 40px;
  height: 40px;
  background-color: #000;
  padding: 10px;
  border-radius: 100%;
  transform: rotateY(180deg);
  margin-right: 15px;
}
.contact .page-content .direct-contact .number svg *, .contact .page-content .direct-contact .email svg * {
  fill: #fff;
}
.contact .page-content .direct-contact .number a, .contact .page-content .direct-contact .email a {
  color: #ff0000;
}
.contact .page-content .contact-form {
  width: 60%;
  max-width: 705px;
  background-color: #f2f2f2;
  margin-top: 170px;
  padding: 62px 103px 49px;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .contact .page-content .contact-form {
    width: 100%;
    margin-top: 75px;
  }
}
@media (max-width: 576px) {
  .contact .page-content .contact-form {
    padding: 40px 25px 10px;
    margin-top: 45px;
  }
}

.wpcf7 form p {
  width: 100%;
}
.wpcf7 form p label {
  width: 100%;
}
.wpcf7 form p label input:not([type=checkbox]), .wpcf7 form p label textarea, .wpcf7 form p label select {
  width: 100%;
  height: 50px;
  padding: 5px;
  border: solid 2px #000;
  background-color: #fff;
}
.wpcf7 form p label textarea {
  height: 116px;
}
.wpcf7 form p .wpcf7-acceptance {
  float: right;
  margin-bottom: 19px;
}
.wpcf7 form p .wpcf7-acceptance label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.wpcf7 form p .wpcf7-acceptance input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 0;
  position: relative;
  margin-left: 10px;
}
.wpcf7 form p .wpcf7-acceptance input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid black;
}
.wpcf7 form p .wpcf7-acceptance a {
  color: #000;
  text-decoration: underline;
}
.wpcf7 form p input:disabled,
.wpcf7 form p input[disabled] {
  opacity: 0.4;
}
.wpcf7 form p:last-of-type {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7 form p:last-of-type input[type=submit] {
  background-color: #000;
  color: #fff;
  width: 293px;
  height: 50px;
  border: 0;
  text-transform: uppercase;
  font-weight: 900;
}
.wpcf7 form p:last-of-type input[type=submit]:not([disabled]):hover {
  cursor: pointer;
  background-color: #333;
}
.wpcf7 form.invalid .wpcf7-response-output {
  margin: 25px 0;
  padding: 7.5px 15px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #ff0000;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 14px;
}

.page-template-template-na-contact .page-content {
  padding-top: 148px;
}
.page-template-template-na-contact .page-content .map-container {
  background-color: #ff0000;
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  padding: 40px 0;
}
.page-template-template-na-contact .page-content .map-container .rep-card {
  background-color: red;
}
.page-template-template-na-contact .page-content .reps {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  padding-bottom: 100px;
}
.page-template-template-na-contact .page-content .reps .container .rep-section {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 70px;
}
.page-template-template-na-contact .page-content .reps .container .rep-section > h3 {
  width: 100%;
  margin: 0px 8px 25px;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container {
  border: 2px solid #000;
  background-color: white;
  padding: 30px 20px 30px;
  margin: 8px;
  width: calc(25% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 768px) {
  .page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container {
    width: 100%;
    margin: 0 0 16px;
    text-align: center;
  }
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container h4 {
  margin-bottom: 0;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container p:not(.btn) {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
  margin-bottom: 0;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container a {
  color: #ff0000;
  word-break: break-all;
  font-size: 14px;
  display: block;
  width: 100%;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container a.email-address {
  margin-top: 25px;
  flex-grow: 2;
  display: flex;
  align-items: flex-end;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container a.web-address {
  align-self: flex-end;
  color: #000;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container:hover h4 {
  color: #ff0000;
  opacity: 1;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.active-rep {
  background-color: #ff0000;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.active-rep p, .page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.active-rep h4 {
  color: white;
  opacity: 1;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.active-rep a {
  color: white;
  text-decoration: underline;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.final {
  background-color: #000;
  padding: 30px 20px 20px;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.final h4 {
  color: white;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.final p {
  width: 100%;
  margin-top: 11px;
  margin-bottom: 0;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.final p:hover {
  color: white;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.final p a {
  color: black;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.final p a:hover {
  color: white;
}
.page-template-template-na-contact .page-content .reps .container .rep-section .reps-list .rep-container.final.active-rep {
  outline: 2px solid black;
}

.siteSelectorModal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}
.siteSelectorModal .modal-dialog .modal-content {
  border-radius: 0;
  max-width: 80%;
  padding: 40px;
  border: 0;
}
.siteSelectorModal .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.siteSelectorModal .modal-dialog .modal-content .modal-body img.logo {
  margin-bottom: 34px;
  width: 70%;
  height: auto;
}
.siteSelectorModal .modal-dialog .modal-content .modal-body p {
  text-align: center;
  font-size: 16px;
}
.siteSelectorModal .modal-dialog .modal-content .modal-body .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .siteSelectorModal .modal-dialog .modal-content .modal-body .buttons {
    flex-direction: column;
  }
}
.siteSelectorModal .modal-dialog .modal-content .modal-body .buttons .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .siteSelectorModal .modal-dialog .modal-content .modal-body .buttons .btn {
    margin-bottom: 15px;
  }
}

.mediaModal {
  background-color: rgba(17, 17, 17, 0.5);
}
.mediaModal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mediaModal .modal-dialog .modal-content {
  border-radius: 0;
  max-width: 80%;
  padding: 40px;
  border: 0;
  background-color: transparent;
}
.mediaModal .modal-dialog .modal-content button {
  align-self: flex-end;
  color: white;
  font-size: 12px;
  text-shadow: none !important;
  margin-bottom: 21px;
  font-weight: 500;
  opacity: 1;
}
.mediaModal .modal-dialog .modal-content button span {
  color: white;
  font-size: 16px;
}
.mediaModal .modal-dialog .modal-content button:hover span {
  margin-left: 5px;
}
.mediaModal .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding: 0;
}
.mediaModal .modal-dialog .modal-content .modal-body img.logo {
  margin-bottom: 34px;
}
.mediaModal .modal-dialog .modal-content .modal-body p {
  text-align: center;
  font-size: 16px;
}

img.landscape {
  width: 100% !important;
  height: auto !important;
}

img.portrait {
  width: auto !important;
  height: 80vh !important;
}
@media (max-width: 576px) {
  img.portrait {
    height: auto;
    width: 100%;
  }
}

.cli-bar-container .cli-bar-message {
  font-family: Interstate;
  font-size: 14px;
}
.cli-bar-container .cli-bar-message a {
  color: #000;
  text-transform: capitalize;
  text-decoration: underline;
}
.cli-bar-container .cli-bar-btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cli-bar-container .cli-bar-btn_container .btn {
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cli-bar-container .cli-bar-btn_container .btn a {
  padding: 10px !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: white !important;
  font-weight: 900;
}
.cli-bar-container .cli-bar-btn_container .btn:first-child {
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
}
.cli-bar-container .cli-bar-btn_container .btn:first-child a {
  color: #000 !important;
  text-decoration: underline;
  text-transform: capitalize !important;
  font-weight: 500;
}

.cli-modal .cli-modal-dialog .cli-modal-content {
  padding: 20px 40px 14px 40px;
  border-radius: 0;
  font-family: Interstate;
}
.cli-modal .cli-modal-dialog .cli-modal-content h4 {
  font-size: 22px;
}
.cli-modal .cli-modal-dialog .cli-modal-content #wt-cli-privacy-save-btn {
  background-color: #ff0000;
  font-weight: 900;
}
