@charset "UTF-8";
/*! Azeera based on Bulma Framework */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.breadcrumb, .button, .is-unselectable, .modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.breadcrumb:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close, .delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-close:active, .delete:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.control.is-loading::after, .select.is-loading::after, .button.is-loading::after, .loader {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #f5f4f0;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.select select:focus, .textarea:focus, .input:focus, .button:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .select select:active, .textarea:active, .input:active, .button:active, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
.select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "Mulish", "Helvetica", "Arial", BlinkMacSystemFont, -apple-system, sans-serif;
  font-display: optional;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #373a3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #373a3c;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #d1af6a;
}

code {
  background-color: #eac884;
  color: #f14668;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: #787976;
  border: none;
  display: block;
  height: 1px;
  margin: 1.47rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #000;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: #eac884;
  color: #373a3c;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: left;
}
table th {
  color: #000;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1, #search-modal .modal-close::before,
#search-modal .modal-close::after {
  font-size: 2.8rem !important;
}

.is-size-2 {
  font-size: 2.13rem !important;
}

.is-size-3 {
  font-size: 1.29rem !important;
}

.is-size-4 {
  font-size: 1.13rem !important;
}

.is-size-5, .search-suggestions * {
  font-size: 1rem !important;
}

.is-size-6, .search-suggestions {
  font-size: 0.88rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

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

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1007px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1008px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1392px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1007px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1008px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1392px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1007px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1008px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1392px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1007px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1008px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1392px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-primary {
  color: #d1af6a !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #c59a43 !important;
}

.has-background-primary {
  background-color: #d1af6a !important;
}

.has-text-primary-5 {
  color: #f5f4f0 !important;
}

a.has-text-primary-5:hover, a.has-text-primary-5:focus {
  color: #e1ded1 !important;
}

.has-background-primary-5 {
  background-color: #f5f4f0 !important;
}

.has-text-secondary-light {
  color: #8091ab !important;
}

a.has-text-secondary-light:hover, a.has-text-secondary-light:focus {
  color: #637795 !important;
}

.has-background-secondary-light {
  background-color: #8091ab !important;
}

.has-text-light {
  color: #787976 !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #5e5f5d !important;
}

.has-background-light {
  background-color: #787976 !important;
}

.has-text-dark {
  color: #373a3c !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1f2021 !important;
}

.has-background-dark {
  background-color: #373a3c !important;
}

.has-text-white {
  color: #fff !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: #fff !important;
}

.has-text- {
  color: !important;
}

.has-background- {
  background-color: !important;
}

.has-text-weight-light, .footer .site-links a {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

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

.is-family-primary {
  font-family: "Mulish", "Helvetica", "Arial", BlinkMacSystemFont, -apple-system, sans-serif !important;
}

.is-family-secondary {
  font-family: "Crimson Text", serif !important;
}

.is-family-sans-serif {
  font-family: "Mulish", "Helvetica", "Arial", BlinkMacSystemFont, -apple-system, sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1392px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1392px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1392px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-borderless {
  border: none !important;
}

.is-relative {
  position: relative !important;
}

.p-1 {
  padding: 10px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.m-1 {
  margin: 10px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.m-2 {
  margin: 20px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.px-3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.m-3 {
  margin: 30px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.px-4 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.m-4 {
  margin: 40px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.is-size-1, #search-modal .modal-close::before,
#search-modal .modal-close::after {
  line-height: 56px;
}

.is-size-2 {
  line-height: 44px;
}

.is-size-3 {
  line-height: 26px;
}

.is-size-4 {
  line-height: 24px;
}

.is-size-5, .search-suggestions * {
  line-height: 24px;
}

.is-size-6, .search-suggestions {
  line-height: 16px;
}

.shadow-style {
  box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
  position: relative;
}
.shadow-style.bottom {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15) inset;
}
.shadow-style + .footer, .shadow-style .section {
  position: absolute;
  width: 100%;
}

.z-index-1 {
  z-index: 1;
}

.highlight {
  text-decoration: underline;
  text-decoration-color: #787976;
}

.border {
  border: 1px solid #787976 !important;
}
.border-b {
  border-bottom: 1px solid #787976 !important;
}
.border-t {
  border-top: 1px solid #787976 !important;
}
.border-r {
  border-right: 1px solid #787976 !important;
}
.border-l {
  border-left: 1px solid #787976 !important;
}

.has-background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.link {
  text-decoration: underline;
}

.is-flex-column {
  display: flex;
  flex-direction: column;
}

.is-flex-justify-center {
  justify-content: center;
}

@media screen and (min-width: 1008px) {
  .is-flex-justify-center-desktop {
    justify-content: center;
  }
}

@media screen and (max-width: 1007px) {
  .is-flex-justify-center-touch {
    justify-content: center;
  }
}

.is-flex-justify-space-btw {
  justify-content: space-between;
}

@media screen and (min-width: 1008px) {
  .is-flex-justify-space-btw-desktop {
    justify-content: space-between;
  }
}

.is-flex-align-items-center {
  align-items: center;
}

.is-flex-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .is-flex-wrap-mobile {
    flex-wrap: wrap;
  }
}

.title-1, .content h1 {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
}

.title-2, .content h2 {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 44px;
}

.title-3, .content h3 {
  font-family: "Crimson Text";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
}

.title-4, .content h4 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5875px;
}

.title-5, .content h5 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.caption-1, .breadcrumb a {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.caption-2 {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.sub-title-1 {
  font-family: "Muli";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.sub-title-2 {
  font-family: "Muli";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}

.block-icon {
  align-self: center;
}

.image-fix-1 {
  margin-top: 5px;
}
.image-fix-1 img {
  width: 16px;
}

.image-fix-2 {
  margin-left: 0;
  margin-top: 0;
  padding: 10px;
}
.image-fix-2 figure {
  display: flex;
}
.image-fix-2 img {
  width: 28px;
  padding: 0;
}

.image-fix-3 {
  margin-left: 0;
  margin-top: 0;
  padding: 10px;
}
.image-fix-3 figure {
  display: flex;
}
.image-fix-3 img {
  width: 20px;
}

/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.0
* Docs at http://davidtheclark.github.io/scut
*/
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
@media screen and (min-width: 1008px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1199px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1391px) {
  .container.is-fullhd {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1392px) {
  .container {
    max-width: 1344px;
  }
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 290486px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square {
  padding-top: 100%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-12x12 {
  height: 12px;
  width: 12px;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-18x18 {
  height: 18px;
  width: 18px;
}
.image.is-20x20 {
  height: 20px;
  width: 20px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-30x30 {
  height: 30px;
  width: 30px;
}
.image.is-35x35 {
  height: 35px;
  width: 35px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-55x55 {
  height: 55px;
  width: 55px;
}
.image.is-56x56 {
  height: 56px;
  width: 56px;
}
.image.is-60x60 {
  height: 60px;
  width: 60px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-80x80 {
  height: 80px;
  width: 80px;
}
.image.is-168x168 {
  height: 168px;
  width: 168px;
}
.image.is-200x200 {
  height: 200px;
  width: 200px;
}
.image.is-800x800 {
  height: 800px;
  width: 800px;
}

.is-32x30 > img {
  height: 8px;
  width: 16px;
}

.is-540x485 {
  width: 100%;
  height: 485px;
}
@media screen and (min-width: 1008px) {
  .is-540x485 {
    width: 540px;
  }
}

.is-560 > img {
  max-width: 560px;
  width: auto;
}

.is-170x180 {
  width: 170px;
  height: 180px;
}

.is-64x64 {
  width: 64px;
  height: 64px;
}

.is-500x325 {
  padding: 13px;
  background: #f5f4f0;
  max-width: 500px;
}

.is-455 {
  max-width: 455px;
}

img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 1s;
}
img.initial, img.loaded, img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}

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

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
  color: #373a3c;
}
.navbar .navbar-brand > .navbar-item,
.navbar .navbar-brand .navbar-link {
  color: #373a3c;
}
.navbar .navbar-brand > a.navbar-item:focus, .navbar .navbar-brand > a.navbar-item:hover, .navbar .navbar-brand > a.navbar-item.is-active,
.navbar .navbar-brand .navbar-link:focus,
.navbar .navbar-brand .navbar-link:hover,
.navbar .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #373a3c;
}
.navbar .navbar-brand .navbar-link::after {
  border-color: #373a3c;
}
.navbar .navbar-burger {
  color: #373a3c;
}
@media screen and (min-width: 1008px) {
  .navbar .navbar-start > .navbar-item,
.navbar .navbar-start .navbar-link,
.navbar .navbar-end > .navbar-item,
.navbar .navbar-end .navbar-link {
    color: #373a3c;
  }
  .navbar .navbar-start > a.navbar-item:focus, .navbar .navbar-start > a.navbar-item:hover, .navbar .navbar-start > a.navbar-item.is-active,
.navbar .navbar-start .navbar-link:focus,
.navbar .navbar-start .navbar-link:hover,
.navbar .navbar-start .navbar-link.is-active,
.navbar .navbar-end > a.navbar-item:focus,
.navbar .navbar-end > a.navbar-item:hover,
.navbar .navbar-end > a.navbar-item.is-active,
.navbar .navbar-end .navbar-link:focus,
.navbar .navbar-end .navbar-link:hover,
.navbar .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #373a3c;
  }
  .navbar .navbar-start .navbar-link::after,
.navbar .navbar-end .navbar-link::after {
    border-color: #373a3c;
  }
  .navbar .navbar-item.has-dropdown:focus .navbar-link,
.navbar .navbar-item.has-dropdown:hover .navbar-link,
.navbar .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #373a3c;
  }
  .navbar .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: #373a3c;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: none none;
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: none;
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #000;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #000;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: transparent;
  color: #373a3c;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #373a3c;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #373a3c;
  border-bottom-style: solid;
  border-bottom-width: 0;
  color: #373a3c;
  padding-bottom: calc(0.5rem - 0);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #373a3c;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: #787976;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1007px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1008px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: transparent;
    color: #000;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: transparent;
    color: #373a3c;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item {
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-radius: 0 0 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: transparent;
    color: #000;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: transparent;
    color: #373a3c;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 0;
    border-top: none;
    box-shadow: none;
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #000;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }
}
.navbar-item.is-mega {
  position: static;
}
.navbar-item.is-mega .is-mega-menu-title {
  margin-bottom: 0;
  padding: 0.375rem 1rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0px 0 1px rgba(0, 0, 0, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #373a3c;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #fff;
  color: #000;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #373a3c;
  color: #fff;
}

.dropdown-divider {
  background-color: #d2d2d2;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1007px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1008px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1392px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns:last-child {
  margin-bottom: 0;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1008px) {
  .columns.is-desktop {
    display: flex;
  }
}

.header:after {
  content: "";
  display: table;
  clear: both;
}

.header .top .container {
  padding-right: 24px;
  padding-left: 24px;
}

@media screen and (min-width: 1008px) and (max-width: 1199px) {
  #topHeaderNavigation {
    align-content: center;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  #topHeaderNavigation {
    align-content: center;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1007px) {
  #topHeaderNavigation {
    max-height: 500px;
    overflow-y: scroll;
  }
}

.top-header-navbar {
  justify-content: center;
}
.top-header-navbar .navbar-item.is-active .navbar-dropdown,
.top-header-navbar .navbar-item.is-hoverable:focus .navbar-dropdown,
.top-header-navbar .navbar-item.is-hoverable:focus-within .navbar-dropdown,
.top-header-navbar .navbar-item.is-hoverable:hover .navbar-dropdown {
  display: none;
}
.top-header-navbar .navbar-item.is-active > .navbar-dropdown,
.top-header-navbar .navbar-item.is-hoverable:focus > .navbar-dropdown,
.top-header-navbar .navbar-item.is-hoverable:focus-within > .navbar-dropdown,
.top-header-navbar .navbar-item.is-hoverable:hover > .navbar-dropdown {
  display: block;
}
.top-header-navbar .navbar-link, .top-header-navbar .plus, .top-header-navbar .minus {
  background-color: transparent !important;
  font-family: "Mulish", "Helvetica", "Arial", BlinkMacSystemFont, -apple-system, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000 !important;
  outline: 0;
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .top-header-navbar .navbar-link:not(.is-arrowless) {
    padding-right: 2em;
  }
}
.top-header-navbar .navbar-link:not(.is-arrowless)::after {
  border-width: 1px;
  border-radius: 0;
  width: 0.505em;
  height: 0.505em;
  border-color: #000;
  display: none;
}
.top-header-navbar .navbar-link.level-1 {
  background-color: #fff;
}
.top-header-navbar .has-dropdown > .navbar-link:not(.is-arrowless)::after {
  display: block;
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .logo-wrapper {
    padding-left: 30px !important;
  }
}
.top-header-navbar .navbar-brand {
  margin-left: 48px;
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .navbar-brand {
    margin-left: 0;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1392px) {
  .top-header-navbar .navbar-menu {
    margin-right: 48px;
  }
}
.top-header-navbar .navbar-start {
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .top-header-navbar .navbar-start {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .top-header-navbar .navbar-start {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .top-header-navbar .navbar-end {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .top-header-navbar .navbar-end {
    margin-right: 0;
    margin-left: 0;
  }
}
.top-header-navbar .navbar-end > a {
  background-color: transparent !important;
  font-family: "Mulish", "Helvetica", "Arial", BlinkMacSystemFont, -apple-system, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000 !important;
  outline: 0;
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .navbar-end > a {
    padding: 1rem 0.75rem;
  }
}
@media screen and (min-width: 1008px) {
  .top-header-navbar .navbar-end {
    margin-left: initial;
  }
}
.top-header-navbar .navbar-dropdown.dropdown-level-1, .top-header-navbar .navbar-dropdown.dropdown-level-2 {
  display: none;
  background-color: #f5f4f0;
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .navbar-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-header-navbar .navbar-item.level-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.top-header-navbar .navbar-item.level-1.has-dropdown:hover > .dropdown-level-1 {
  display: block;
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .navbar-item.level-1.has-dropdown:hover > .dropdown-level-1 {
    display: none;
  }
}
.top-header-navbar .navbar-item.level-2.has-dropdown:hover > .dropdown-level-2 {
  display: block;
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .navbar-item.level-2.has-dropdown:hover > .dropdown-level-2 {
    display: none;
  }
}
.top-header-navbar .navbar-burger {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top-header-navbar .navbar-burger {
    width: 65px;
  }
}
.top-header-navbar .plus, .top-header-navbar .minus {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}
.top-header-navbar .minus {
  display: none;
}
.top-header-navbar .is-active > .is-hidden-desktop > .toggle .minus {
  display: block;
}
.top-header-navbar .is-active > .is-hidden-desktop > .toggle .plus {
  display: none;
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .is-60x60 {
    flex-grow: 1;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .level-2.has-parentMenu {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .level-2.navbar-link {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .level-3.navbar-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .dropdown-level-1 .container .plus, .top-header-navbar .dropdown-level-1 .container .minus {
    padding-right: 0;
  }
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .dropdown-level-1 .container {
    padding: 0;
  }
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .has-dropdown.level-2,
.top-header-navbar .has-dropdown.level-3,
.top-header-navbar .has-dropdown.level-4,
.top-header-navbar .has-dropdown.level-5,
.top-header-navbar .has-dropdown.level-6 {
    width: 100%;
  }
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .has-dropdown.level-1.is-active {
    border-bottom: 1px solid #787976;
  }
}
.top-header-navbar .multi-row .navbar-link {
  padding: 0;
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .multi-row {
    padding: 15px;
  }
}
@media screen and (max-width: 1007px) {
  .top-header-navbar .multi-row .navbar-link.level-2 {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1275px) {
  .top-header-navbar {
    flex-wrap: wrap;
  }
}
#topHeaderNavigation.is-active {
  border-top: 1px solid #e8e8e8;
}

.header.is-fixed .search-box.is-hidden-desktop {
  display: none;
}

@media screen and (max-width: 1007px) {
  .mobile-fix {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

.navbar-link.level-1.is-hidden-touch {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1500px) {
  .top-header-navbar .navbar-brand {
    margin-left: 0;
  }
}
.show-on-scroll {
  display: none;
}

.is-fixed .show-on-scroll {
  display: block;
}

.product-header {
  padding-bottom: 10px;
}
@media screen and (min-width: 1008px) {
  .product-header {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1007px) {
  .product-header {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.layout-product .product-header {
  display: none;
}

header.is-fixed .bottom {
  display: none;
}

.layout-product .is-fixed.header .middle,
.layout-product .is-fixed.header .top {
  display: none;
}
.layout-product .is-fixed.header .product-header {
  display: block;
}

@media (max-width: 1500px) and (min-width: 1008px) {
  #topHeaderNavigation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1500px) and (min-width: 1248px) {
  #topHeaderNavigation .navbar-dropdown.dropdown-level-1 {
    top: 58%;
  }
}
@media (max-width: 1247px) and (min-width: 1008px) {
  #topHeaderNavigation .navbar-dropdown.dropdown-level-1 {
    top: 71%;
  }
}
#site-logo {
  max-width: 180px;
  max-height: 48px;
}
@media screen and (max-width: 768px) {
  #site-logo {
    width: 112px;
  }
}

@media (max-width: 1450px) and (min-width: 1008px) {
  #site-logo {
    max-width: 170px;
    max-height: 48px;
  }
}
.logo-wrapper {
  background-color: transparent !important;
}

header .middle {
  padding: 0;
}
header .top-header-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.is-fixed {
  position: fixed;
  background-color: #fff !important;
  width: 100%;
  display: inline-block;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 40;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}
.is-fixed .top {
  display: none;
}

#mobileSearchBox .field {
  justify-content: center;
}
#mobileSearchBox .field input[type=search] {
  min-width: 250px;
}
@media screen and (min-width: 480px) {
  #mobileSearchBox .field input[type=search] {
    min-width: 350px;
  }
}
#mobileSearchBox button {
  padding: 0 15px;
  background-color: #f5f4f0;
}

header > .top {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  header .py-2 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  header .py-1 {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  #mobileSearchBox > .field {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 768px) {
  .control:first-child {
    flex-grow: 1;
  }
}

@media screen and (max-width: 768px) {
  #mobileSearchBox button, #mobileSearchBox input {
    background-color: #fff;
  }
}

.header + .bottom {
  padding-top: 6px;
  padding-bottom: 6px;
}

.button {
  background-color: transparent;
  border-color: #373a3c;
  border-width: 1px;
  transition: 0.3s ease-in-out all;
  color: #373a3c;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-10px - 1px);
  margin-right: 5px;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 5px;
  margin-right: calc(-10px - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-10px - 1px);
  margin-right: calc(-10px - 1px);
}
.button:hover, .button.is-hovered {
  border-color: #eac884;
  color: #eac884;
}
.button:focus, .button.is-focused {
  border-color: #eac884;
  color: #eac884;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button:active, .button.is-active {
  border-color: #eac884;
  color: #eac884;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #373a3c;
  text-decoration: none;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: #fff;
  color: #000;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #f2f2f2;
  color: #000;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary {
  border-radius: 0 !important;
  background-color: #eac884;
  border-color: transparent;
  color: #373a3c;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #e8c379;
  border-color: transparent;
  color: #373a3c;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #373a3c;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #e6be6e;
  border-color: transparent;
  color: #373a3c;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #eac884;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #373a3c #373a3c !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #eac884;
  color: #eac884;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #eac884;
  border-color: #eac884;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #eac884 #eac884 !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #373a3c #373a3c !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #eac884;
  box-shadow: none;
  color: #eac884;
}
.button.is-primary-light {
  border-radius: 0 !important;
  background-color: #f2dcb1;
  border-color: transparent;
  color: #373a3c;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.button.is-primary-light:hover, .button.is-primary-light.is-hovered {
  background-color: #f0d7a6;
  border-color: transparent;
  color: #373a3c;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-primary-light:focus, .button.is-primary-light.is-focused {
  border-color: transparent;
  color: #373a3c;
}
.button.is-primary-light:focus:not(:active), .button.is-primary-light.is-focused:not(:active) {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-primary-light:active, .button.is-primary-light.is-active {
  background-color: #eed29b;
  border-color: transparent;
  color: #373a3c;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-primary-light[disabled], fieldset[disabled] .button.is-primary-light {
  background-color: #f2dcb1;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary-light.is-loading::after {
  border-color: transparent transparent #373a3c #373a3c !important;
}
.button.is-primary-light.is-outlined {
  background-color: transparent;
  border-color: #f2dcb1;
  color: #f2dcb1;
}
.button.is-primary-light.is-outlined:hover, .button.is-primary-light.is-outlined.is-hovered, .button.is-primary-light.is-outlined:focus, .button.is-primary-light.is-outlined.is-focused {
  background-color: #f2dcb1;
  border-color: #f2dcb1;
}
.button.is-primary-light.is-outlined.is-loading::after {
  border-color: transparent transparent #f2dcb1 #f2dcb1 !important;
}
.button.is-primary-light.is-outlined.is-loading:hover::after, .button.is-primary-light.is-outlined.is-loading.is-hovered::after, .button.is-primary-light.is-outlined.is-loading:focus::after, .button.is-primary-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #373a3c #373a3c !important;
}
.button.is-primary-light.is-outlined[disabled], fieldset[disabled] .button.is-primary-light.is-outlined {
  background-color: transparent;
  border-color: #f2dcb1;
  box-shadow: none;
  color: #f2dcb1;
}
.button.is-secondary {
  border-radius: 0 !important;
  background-color: #8091ab;
  border-color: transparent;
  color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.button.is-secondary:hover, .button.is-secondary.is-hovered {
  background-color: #788aa6;
  border-color: transparent;
  color: #fff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-secondary:focus, .button.is-secondary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-secondary:focus:not(:active), .button.is-secondary.is-focused:not(:active) {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-secondary:active, .button.is-secondary.is-active {
  background-color: #7184a1;
  border-color: transparent;
  color: #fff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-secondary[disabled], fieldset[disabled] .button.is-secondary {
  background-color: #8091ab;
  border-color: transparent;
  box-shadow: none;
}
.button.is-secondary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #8091ab;
  color: #8091ab;
}
.button.is-secondary.is-outlined:hover, .button.is-secondary.is-outlined.is-hovered, .button.is-secondary.is-outlined:focus, .button.is-secondary.is-outlined.is-focused {
  background-color: #8091ab;
  border-color: #8091ab;
}
.button.is-secondary.is-outlined.is-loading::after {
  border-color: transparent transparent #8091ab #8091ab !important;
}
.button.is-secondary.is-outlined.is-loading:hover::after, .button.is-secondary.is-outlined.is-loading.is-hovered::after, .button.is-secondary.is-outlined.is-loading:focus::after, .button.is-secondary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-secondary.is-outlined[disabled], fieldset[disabled] .button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #8091ab;
  box-shadow: none;
  color: #8091ab;
}
.button.is-secondary-light {
  border-radius: 0 !important;
  background-color: #ffffff;
  border-color: transparent;
  color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.button.is-secondary-light:hover, .button.is-secondary-light.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #fff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-secondary-light:focus, .button.is-secondary-light.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-secondary-light:focus:not(:active), .button.is-secondary-light.is-focused:not(:active) {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-secondary-light:active, .button.is-secondary-light.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #fff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.button.is-secondary-light[disabled], fieldset[disabled] .button.is-secondary-light {
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.button.is-secondary-light.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-secondary-light.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button.is-secondary-light.is-outlined:hover, .button.is-secondary-light.is-outlined.is-hovered, .button.is-secondary-light.is-outlined:focus, .button.is-secondary-light.is-outlined.is-focused {
  background-color: #ffffff;
  border-color: #ffffff;
}
.button.is-secondary-light.is-outlined.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}
.button.is-secondary-light.is-outlined.is-loading:hover::after, .button.is-secondary-light.is-outlined.is-loading.is-hovered::after, .button.is-secondary-light.is-outlined.is-loading:focus::after, .button.is-secondary-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-secondary-light.is-outlined[disabled], fieldset[disabled] .button.is-secondary-light.is-outlined {
  background-color: transparent;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
}
.button.is-small {
  border-radius: 0;
  font-size: 0.75rem;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 0.88rem;
}
.button.is-large {
  font-size: 1rem;
  height: 3em;
  padding-left: 50px;
  padding-right: 50px;
}
.button[disabled], fieldset[disabled] .button {
  background-color: #f5f4f0;
  border-color: transparent;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.button.is-static {
  background-color: #d2d2d2;
  border-color: #787976;
  color: #787976;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(20px + 0.25em);
  padding-right: calc(20px + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 0;
  font-size: 0.75rem;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 0.88rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1rem;
  height: 3em;
  padding-left: 50px;
  padding-right: 50px;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.button.is-primary {
  background-position: center;
  transition: background 0.8s;
}
.button.is-primary:hover {
  background: #d1af6a radial-gradient(circle, transparent 1%, #d1af6a 1%) center/15000%;
}
.button.is-primary:active {
  background-color: #eac884;
  background-size: 100%;
  transition: background 0s;
}

.select select, .textarea, .input {
  background-color: #f5f4f0;
  border-color: #787976;
  border-radius: 0;
  color: inherit;
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: #787976;
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: #787976;
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: #787976;
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: #787976;
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #000;
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #000;
  box-shadow: none transparent;
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  color: #787976;
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: #787976;
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: #787976;
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: #787976;
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: #787976;
}

.textarea, .input {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-primary.textarea, .is-primary.input {
  border-color: #d1af6a;
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: none rgba(209, 175, 106, 0.25);
}
.is-primary-5.textarea, .is-primary-5.input {
  border-color: #f5f4f0;
}
.is-primary-5.textarea:focus, .is-primary-5.input:focus, .is-primary-5.is-focused.textarea, .is-primary-5.is-focused.input, .is-primary-5.textarea:active, .is-primary-5.input:active, .is-primary-5.is-active.textarea, .is-primary-5.is-active.input {
  box-shadow: none rgba(245, 244, 240, 0.25);
}
.is-secondary-light.textarea, .is-secondary-light.input {
  border-color: #8091ab;
}
.is-secondary-light.textarea:focus, .is-secondary-light.input:focus, .is-secondary-light.is-focused.textarea, .is-secondary-light.is-focused.input, .is-secondary-light.textarea:active, .is-secondary-light.input:active, .is-secondary-light.is-active.textarea, .is-secondary-light.is-active.input {
  box-shadow: none rgba(128, 145, 171, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: #787976;
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: none rgba(120, 121, 118, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: #373a3c;
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: none rgba(55, 58, 60, 0.25);
}
.is-white.textarea, .is-white.input {
  border-color: #fff;
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: none rgba(255, 255, 255, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 0.88rem;
}
.is-large.textarea, .is-large.input {
  font-size: 2.8rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 48px;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #373a3c;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: #fff;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #000;
}
.select.is-primary:not(:hover)::after {
  border-color: #d1af6a;
}
.select.is-primary select {
  border-color: #d1af6a;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #cba557;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: none rgba(209, 175, 106, 0.25);
}
.select.is-primary-5:not(:hover)::after {
  border-color: #f5f4f0;
}
.select.is-primary-5 select {
  border-color: #f5f4f0;
}
.select.is-primary-5 select:hover, .select.is-primary-5 select.is-hovered {
  border-color: #ebe9e1;
}
.select.is-primary-5 select:focus, .select.is-primary-5 select.is-focused, .select.is-primary-5 select:active, .select.is-primary-5 select.is-active {
  box-shadow: none rgba(245, 244, 240, 0.25);
}
.select.is-secondary-light:not(:hover)::after {
  border-color: #8091ab;
}
.select.is-secondary-light select {
  border-color: #8091ab;
}
.select.is-secondary-light select:hover, .select.is-secondary-light select.is-hovered {
  border-color: #7184a1;
}
.select.is-secondary-light select:focus, .select.is-secondary-light select.is-focused, .select.is-secondary-light select:active, .select.is-secondary-light select.is-active {
  box-shadow: none rgba(128, 145, 171, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: #787976;
}
.select.is-light select {
  border-color: #787976;
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #6b6c69;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: none rgba(120, 121, 118, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: #373a3c;
}
.select.is-dark select {
  border-color: #373a3c;
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #2b2d2f;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: none rgba(55, 58, 60, 0.25);
}
.select.is-white:not(:hover)::after {
  border-color: #fff;
}
.select.is-white select {
  border-color: #fff;
}
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: none rgba(255, 255, 255, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 0.88rem;
}
.select.is-large {
  font-size: 2.8rem;
}
.select.is-disabled::after {
  border-color: #787976;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}
.select.is-loading.is-medium:after {
  font-size: 0.88rem;
}
.select.is-loading.is-large:after {
  font-size: 2.8rem;
}

.label {
  color: #787976;
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.label:not(:last-child) {
  margin-bottom: 15px;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 0.88rem;
}
.label.is-large {
  font-size: 2.8rem;
}

.help {
  display: block;
  font-size: 1rem;
  margin-top: 0.25rem;
}
.help.is-primary {
  color: #d1af6a;
}
.help.is-primary-5 {
  color: #f5f4f0;
}
.help.is-secondary-light {
  color: #8091ab;
}
.help.is-light {
  color: #787976;
}
.help.is-dark {
  color: #373a3c;
}
.help.is-white {
  color: #fff;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 0.88rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 2.8rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #373a3c;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 0.88rem;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 2.8rem;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #787976;
  height: 48px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 48px;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 48px;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}
.control.is-loading.is-medium:after {
  font-size: 0.88rem;
}
.control.is-loading.is-large:after {
  font-size: 2.8rem;
}

.breadcrumb {
  font-size: 0.88rem;
  white-space: nowrap;
}
.breadcrumb a {
  text-transform: uppercase;
  align-items: center;
  color: #787976;
  display: flex;
  justify-content: center;
  padding: 5px 0.75em;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb li {
  align-items: center;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #787976;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #676767;
  content: ">";
}
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 0.75rem;
}
.breadcrumb.is-medium {
  font-size: 0.88rem;
}
.breadcrumb.is-large {
  font-size: 2.8rem;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "→";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "•";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "·";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "≻";
}
.breadcrumb:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 1007px) {
  .section.breadcrumb {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1007px) {
  .section.breadcrumb a {
    font-size: 12px;
  }
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(0, 0, 0, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 30px 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-card-title {
  color: #373a3c;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.29rem;
  line-height: 26px;
}

.modal-card-foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: none;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.section {
  padding: 24px 24px;
}
.section.style-1 h2 {
  padding-bottom: 16px;
}
.section.style-1 h3 {
  padding-bottom: 36px;
}
.section.style-2 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.section.style-2 h2 {
  padding-bottom: 16px;
}
.section.style-2 h4 {
  padding-top: 8px;
}

.footer {
  background-color: #f5f4f0;
  padding: 3rem 1.5rem 6rem;
}

.star-rating .used,
.star-rating .unused {
  align-items: center;
  display: flex;
  font-size: 23px;
  justify-content: flex-start;
}
.star-rating .used {
  color: #d1af6a;
}
.star-rating .unused {
  color: #787976;
}

.gallery-main > .gallery-main-video {
  display: none;
}
.gallery-main.is-active .gallery-main-image {
  display: none;
}
.gallery-main.is-active > .gallery-main-video {
  display: flex !important;
  justify-content: center;
}

.thumbnailItem-with-video,
.thumbnailSlider {
  margin-bottom: 10px;
}
.thumbnailItem-with-video .image > img,
.thumbnailSlider .image > img {
  border: 1px solid #D2D2D2;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.thumbnailItem-with-video .image:hover > img,
.thumbnailSlider .image:hover > img {
  border: 1px solid #d1af6a;
}

.thumbnailSlider > figure {
  display: inline !important;
  flex: unset !important;
  float: left !important;
}
@media screen and (max-width: 768px) {
  .thumbnailSlider {
    display: inline-flex !important;
    width: 700px !important;
    height: 60px !important;
    justify-content: unset;
    align-items: unset;
  }
}
@media screen and (max-width: 768px) {
  .thumbnailSlider-wrapper {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .thumbnailSlider-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .thumbnailSlider-wrapper::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
  .thumbnailSlider-wrapper::-webkit-scrollbar-thumb {
    background: #7e7a7a;
    border: 0px none #ffffff;
    border-radius: 0px;
  }
  .thumbnailSlider-wrapper::-webkit-scrollbar-thumb:hover {
    background: #7e7a7a;
  }
  .thumbnailSlider-wrapper::-webkit-scrollbar-thumb:active {
    background: #7e7a7a;
  }
  .thumbnailSlider-wrapper::-webkit-scrollbar-track {
    background: #d7d4d4;
    border: 0px none #ffffff;
    border-radius: 23px;
  }
  .thumbnailSlider-wrapper::-webkit-scrollbar-track:hover {
    background: #d7d4d4;
  }
  .thumbnailSlider-wrapper::-webkit-scrollbar-track:active {
    background: #d7d4d4;
  }
  .thumbnailSlider-wrapper::-webkit-scrollbar-corner {
    background: transparent;
  }
}

.thumbnailItem-with-video {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .ring-sizer-info {
    flex-direction: column;
  }
}

.highlight {
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-color: #787976;
}

.review-link {
  color: #787976;
}

#productImage {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #productImage {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    filter: unset;
    opacity: unset;
  }
}

.customize-item {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 1px solid #d2d2d2;
}
.customize-item .trigger {
  cursor: pointer;
  padding: 8px 16px;
}
.customize-item .variations-trigger {
  outline: 0;
  color: #000;
  border: 0;
  align-items: center;
}
.customize-item .variations-trigger.is-active .fa-angle-down {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.customize-item .link {
  text-align: right;
}
.customize-item .is-active img {
  border: 1px solid #d1af6a;
  border-radius: 100px;
  padding: 2px;
}
.customize-item .is-active p {
  color: #d1af6a;
}
.customize-item .trigger {
  justify-content: space-between;
  width: 100%;
}
.customize-item .options {
  display: none;
}
.customize-item .options.active {
  display: block;
}
.customize-item .icon.is-small {
  width: initial;
}

.product-customer-reviews {
  padding-top: 25px;
  padding-bottom: 25px;
}
.product-customer-reviews h2 {
  margin-bottom: 0;
}
.product-customer-reviews .meta-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .product-customer-reviews .meta-wrapper {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.product-customer-reviews .meta-wrapper p, .product-customer-reviews .meta-wrapper h4 {
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .product-customer-reviews .meta-wrapper p, .product-customer-reviews .meta-wrapper h4 {
    margin-right: 15px;
  }
}
.product-customer-reviews .divider {
  margin-top: 24px;
  margin-bottom: 24px;
}
.product-customer-reviews .column:last-child .divider {
  display: none;
}
.product-customer-reviews .item .columns:first-child {
  justify-content: center;
}
.product-customer-reviews .item hr {
  background-color: #D2D2D2;
}

.city-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.ring-sizer {
  min-height: 51px;
}
.ring-sizer .select:not(.is-multiple) {
  height: initial !important;
}
.ring-sizer .select::after {
  display: none !important;
}
.ring-sizer select {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gemstone.cs-option .is-small {
  padding: 9px;
  margin: 5px;
}

.breadcrumb.section {
  padding-bottom: 0;
}

.section.product-meta {
  padding-bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section.product-meta {
    padding-top: 16px;
  }
}

.product-meta .breadcrumb {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .product-meta .breadcrumb a {
    font-size: 12px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .product_page {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .product-details .price-outer-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.product-details .price-outer-wrapper .price-wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-details .price-outer-wrapper .price-wrapper {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.product-details .title, .product-details .sub-title {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: normal;
  color: #373a3c;
  padding-bottom: 8px;
}
.product-details .title {
  font-size: 36px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .product-details .title {
    font-size: 21px;
    line-height: 27px;
  }
}
.product-details .sub-title {
  font-size: 30px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .product-details .sub-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-details .star-rating-wrapper {
  padding-top: 0px;
  padding-bottom: 10px;
}
.product-details .need-help {
  margin-top: 8px;
  margin-bottom: 8px;
}

.style-1.what-happens-when-you-hit-purchase {
  padding-top: 25px;
  padding-bottom: 25px;
}
.style-1.what-happens-when-you-hit-purchase h2 {
  padding-bottom: 8px;
}
.style-1.what-happens-when-you-hit-purchase .block {
  padding: 24px 8px;
}
.style-1.what-happens-when-you-hit-purchase .title-5, .style-1.what-happens-when-you-hit-purchase .content h5, .content .style-1.what-happens-when-you-hit-purchase h5 {
  padding: 24px 0 16px 0;
}
@media screen and (min-width: 1008px) {
  .style-1.what-happens-when-you-hit-purchase .block-icon img {
    margin-top: 4px;
  }
}
@media screen and (min-width: 1392px) {
  .style-1.what-happens-when-you-hit-purchase .block-icon img {
    margin-top: 16px;
  }
}

.modal-shape-cta {
  margin: 0 9px 12px 5px;
}

video {
  max-width: 540px;
}

.prd-title {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  color: #373a3c;
}
@media screen and (max-width: 768px) {
  .prd-title {
    font-size: 21px;
    line-height: 27.3px;
    margin-top: 22px;
    margin-bottom: 22px;
  }
}

.prd-sub-title {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  color: #373a3c;
}
@media screen and (max-width: 1007px) {
  .prd-sub-title {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .title-2, .content h2 {
    font-size: 21px;
    line-height: 27px;
  }
}

.customize-item-text {
  font-family: Mulish;
  font-style: normal;
  font-weight: 300;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  color: #000;
}

@media screen and (max-width: 1007px) {
  .review-timestamp {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1008px) {
  .product-info .is-narrow {
    min-width: 500px;
  }
}

.add-to-wislist .img2 {
  display: none;
}

.added-to-wislist .img1 {
  display: none;
}
.added-to-wislist .img2 {
  display: block;
}

.complimentary-service {
  padding-top: 16px;
  padding-bottom: 16px;
}
.complimentary-service .sub-title-1 {
  padding-top: 12px;
  padding-bottom: 8px;
}
.complimentary-service .item {
  margin-right: 24px;
  max-width: 172px;
}
@media screen and (max-width: 768px) {
  .complimentary-service .item {
    margin-right: 0;
    height: 138px;
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
}

.is-292x180 {
  width: 292px;
  height: 180px;
}

#engravingModel .simulation {
  position: relative;
}
#engravingModel .simulation figcaption {
  position: absolute;
  bottom: 76px;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
#engravingModel .font {
  text-align: center;
  background-color: #596682;
  color: #fff;
  padding: 10px;
  margin: 0 15px 15px 15px;
}
#engravingModel .font:hover, #engravingModel .font.is-active {
  background-color: #d1af6a;
  color: #373a3c;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#engravingModel .font-garamond {
  font-family: "Garamond-Italic";
}
#engravingModel .font-comic-sans {
  font-family: "Comic Sans";
}
#engravingModel .font-script-mt {
  font-family: ScriptMTBold;
}
#engravingModel .font-helvetica {
  font-family: HelveticaNeueMed;
}

.newsletterSignupButton {
  padding: 7px 22px;
  border: 1px solid #787976;
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #787976;
  width: 100%;
}

#newsletterSignupForm {
  margin-bottom: 0;
}

.newsletterSignupEmailInputFirstName,
.newsletterSignupEmailInput {
  color: #787976;
}
.newsletterSignupEmailInputFirstName::-webkit-input-placeholder, .newsletterSignupEmailInputFirstName:-ms-input-placeholder, .newsletterSignupEmailInputFirstName::placeholder,
.newsletterSignupEmailInput::-webkit-input-placeholder,
.newsletterSignupEmailInput:-ms-input-placeholder,
.newsletterSignupEmailInput::placeholder {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #787976;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .newsletterSignupEmailInputButton,
.newsletterSignupEmailInputBox {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .newsletterSignupEmailInputButton,
.newsletterSignupEmailInputBox {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px), print {
  .newsletterSignupEmailInputButton,
.newsletterSignupEmailInputBox {
    padding-right: 10px;
  }
}

.newsletterSignup .block1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1008px) {
  .newsletterSignup .block1 {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .newsletterSignup .block1 {
    flex-wrap: wrap;
  }
  .newsletterSignup .block1 .image {
    margin-bottom: 20px;
  }
}
.newsletterSignup .block2 .input-field {
  flex-grow: 2;
}

.footer {
  padding: 45px 32px;
}
.footer h2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.footer .column li a {
  text-transform: capitalize;
}
.footer li {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .footer li {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .footer .bottom-links p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .bottom-links a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer .bottom-links a:hover {
  color: #373a3c;
  text-decoration: underline;
}

.social-links .fa {
  padding: 11px 12px;
  border: 1px solid #d1af6a;
  border-radius: 100px;
  margin: 5px;
  color: #d1af6a;
}
.social-links .fa.fa-facebook {
  padding: 11px 15px;
}

.footer-site-links .fa {
  padding-right: 5px;
}

.bottom-icons .is-fluid {
  max-width: 175px;
  margin: 0 auto;
}

#cart-sidebar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  z-index: 50;
  background-color: #f5f4f0;
  padding: 15px 15px 15px 30px;
  height: 100vh;
}
#cart-sidebar .empty-cart {
  display: flex;
  align-items: center;
  height: 100vh;
}
#cart-sidebar.is-active {
  display: block;
}
#cart-sidebar hr {
  background-color: #d1af6a;
}
#cart-sidebar .cart-list-wrapper {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#specialistCallModel .modal-card-foot {
  justify-content: flex-end;
}

#search-modal * {
  overflow-y: hidden;
}
#search-modal .modal-close {
  height: 80px;
  max-height: 80px;
  max-width: 80px;
  min-height: 80px;
  min-width: 80px;
  width: 80px;
}
#search-modal .modal-close::before,
#search-modal .modal-close::after {
  background-color: #d1af6a;
}
#search-modal .modal-close::before {
  height: 5px;
}
#search-modal .modal-close::after {
  width: 5px;
}
#search-modal .modal-content {
  width: 90%;
}

#search::-webkit-input-placeholder, #search::-moz-placeholder, #search-ms-input-placeholder, #search-moz-placeholder {
  color: grey;
}
#search .search-input {
  height: 100px;
  font-size: 50px;
  padding: 10px 20px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid gray;
  border-radius: 0;
  color: #fff;
}
#search .search-input:active {
  border-color: #fff;
}

.search-suggestions {
  color: #d1af6a;
}
.search-suggestions * {
  color: #d1af6a;
}
.search-suggestions p {
  padding-bottom: 15px;
}

#dropAHintModel .select, #dropAHintModel select {
  width: 100%;
}
#dropAHintModel .select:not(.is-multiple):not(.is-loading)::after {
  top: 20px;
}
#dropAHintModel .panel-1,
#dropAHintModel .panel-2 {
  margin-top: 16px;
}
@media screen and (min-width: 1008px) {
  #dropAHintModel .modal-content,
#dropAHintModel .modal-card {
    width: 992px;
  }
}
@media screen and (min-width: 769px), print {
  #dropAHintModel .modal-content,
#dropAHintModel .modal-card {
    width: 768px;
  }
}
@media screen and (min-width: 1008px) {
  #dropAHintModel .panel-1 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px), print {
  #dropAHintModel .panel-1 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1008px) {
  #dropAHintModel .panel-2 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px), print {
  #dropAHintModel .panel-2 {
    padding-left: 5px;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 1.5em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 1.25em);
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  background: transparent;
  color: #f27474;
}

> .swal2-input,
> .swal2-file,
> .swal2-textarea,
> .swal2-select,
> .swal2-radio,
> .swal2-checkbox {
  display: none;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word;
}

#swal2-content {
  text-align: center;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-input::-webkit-input-placeholder,
.swal2-file::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: inherit;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  zoom: normal;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning::before {
  content: "!";
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info::before {
  content: "i";
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question::before {
  content: "?";
}

.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "ØŸ";
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
/*!
 * Copyright (c) 2021. All rights reserved by Azeera Inc. USA
 * SPDX-FileCopyrightText: © 2021. Azeera Inc <azeera@azeera.com>
 * SPDX-License-Identifier: Unlicensed
 * Developer: Rahul Gupta <rahul@azeera.com>
 */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.header .middle {
  padding: 0;
}

.h-search {
  position: relative;
}

.h-search .ais-Hits--empty {
  padding: 20px;
}

.h-search .ais-SearchBox-form {
  position: relative;
}

.h-search .ais-SearchBox-loadingIndicator {
  position: absolute;
  top: 20px;
  right: 98px;
}

.h-search .ais-SearchBox-input {
  border: 0;
  padding: 30px 20px 30px 55px;
  font-size: 1.29rem;
  color: #596682;
}

.h-search .ais-SearchBox-input::-webkit-input-placeholder, .h-search .ais-SearchBox-input::-moz-placeholder, .h-search .ais-SearchBox-input:-ms-input-placeholder, .h-search .ais-SearchBox-input:-moz-placeholder {
  color: #f5f4f0;
}

.h-search .ais-SearchBox {
  padding: 0;
}

.h-search .ais-Hits-item {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #d2d2d2 solid;
  font-size: 0.88rem;
}

.h-search .ais-Hits-item:last-child {
  border-bottom: 0;
}

.h-search .ais-Hits-list {
  padding-left: 40px;
  margin-bottom: 20px;
  list-style: none;
}

@media screen and (min-width: 769px), print {
  .h-search .image.is-80x80 {
    width: 65px;
    height: 65px;
  }
}
.h-search .button {
  font-size: 11px !important;
  margin-left: 10px;
}

.h-search .icon {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 30px;
  color: #d1af6a;
}

.h-search .al-title {
  padding-bottom: 3px;
}

.h-search .title-4, .h-search .content h4, .content .h-search h4 {
  border-bottom: 1px #d2d2d2 solid;
  display: inline;
  clear: both;
  margin-bottom: 20px;
}

.h-search .ais-Hits-loadMore {
  font-size: 16px !important;
}

@media screen and (max-width: 1007px) {
  .al-hits-wrapper {
    overflow-y: scroll;
  }
}
.al-hits-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.al-hits-wrapper::-webkit-scrollbar-thumb {
  background: #d1af6a;
  border-radius: 10px;
}

.al-hits-wrapper::-webkit-scrollbar-thumb:hover {
  background: #dbcaa4;
}

.al-hits-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

.ais-RefinementList-item {
  padding-bottom: 5px;
}

.ais-RefinementList-item a {
  color: #596682;
}

.al-categories-block {
  padding-top: 33px;
  padding-bottom: 15px;
}

#al-categories {
  margin-top: 20px;
}

.ais-RefinementList-item--selected a {
  font-weight: normal !important;
  color: #d1af6a;
}

.ais-RefinementList-item--selected a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f00d";
}

#al-advsearch {
  float: right;
}

#al-advsearch .checkbox {
  color: #d1af6a;
  font-size: 12px;
}

.al-show-more {
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 200px;
}

@media (max-width: 768px) {
  .h-search .ais-SearchBox-input {
    font-size: 1rem;
  }

  #al-advsearch .checkbox {
    float: right;
  }

  #al-advsearch {
    width: 100%;
    float: right;
    display: block;
    text-align: right;
  }

  .h-search .ais-Hits-list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .al-show-more {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media (min-width: 769px) {
  #al-hits {
    padding-right: 30px;
  }

  .al-show-more {
    min-width: 200px;
  }
}
#al-advsearch .checkbox {
  float: right;
  text-align: right;
}

.search-box .al-cancel {
  display: none;
}

.search-box.is-active .al-cancel {
  display: flex;
}

.search-box.is-active .al-submit {
  display: none;
}

.header.is-search-active.is-fixed .middle {
  display: none;
}

.header.is-search-active.is-fixed .search-box.is-hidden-desktop {
  display: block !important;
}

.product_page .header.is-search-active.is-fixed .search-box.is-hidden-desktop {
  display: none !important;
}

.header.is-search-active.is-fixed .search-box .control {
  margin-bottom: 0 !important;
}

.header.is-search-active.is-fixed .search-box {
  margin: 0 !important;
  padding: 6px 10px !important;
}

.header.is-search-active.is-fixed .search-box .input,
.header.is-search-active.is-fixed .search-box .al-cancel,
.header.is-search-active.is-fixed .search-box .al-submit {
  border: 0 !important;
}

/*# sourceMappingURL=app.css.map */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/css/nice-select.css
 */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

@media (max-width: 768px) {
  .is-flex.thumbnailSlider {
    flex-wrap: wrap;
  }

  .thumbnailItem-with-video .image.is-64x64,
.thumbnailSlider .image.is-64x64,
.thumbnailSlider .image.is-64x64.designThumbnail > img {
    max-width: 45px !important;
    max-height: 45px !important;
  }
}
.affirm-modal-trigger {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .affirm-as-low-as {
    text-align: center;
  }
}
.loader.is-active {
  border-radius: 0;
  animation: 0;
}

.center_stone_shape-wrapper .nice-select {
  width: 100%;
  border: 1px solid #787976 !important;
  border-radius: 0;
  background-color: #f5f4f0;
}

.center_stone_shape-wrapper .nice-select:after {
  border-bottom: 2px solid #787976;
  border-right: 2px solid #787976;
}

.center_stone_shape-wrapper .nice-select .current img {
  margin-right: 6px;
}

.center_stone_shape-wrapper .nice-select .current {
  display: flex;
  align-items: center;
  padding: 0;
  margin: -6px 0 0 0;
}

.center_stone_shape-wrapper .nice-select .option {
  display: flex;
  align-items: center;
}

.center_stone_shape-wrapper .nice-select .option img {
  margin-right: 5px;
  height: 28px;
}

.center_stone_shape-wrapper .nice-select .list {
  width: 100%;
}

.tippy-tooltip.google-theme {
  background-color: #505355;
  padding: 0.25rem 0.4375rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tippy-tooltip.google-theme[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #505355;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tippy-tooltip.google-theme[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #505355;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tippy-tooltip.google-theme[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #505355;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tippy-tooltip.google-theme[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #505355;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tippy-tooltip.google-theme .tippy-backdrop {
  background-color: #505355;
}

.tippy-tooltip.google-theme .tippy-roundarrow {
  fill: #505355;
}

.tippy-tooltip.google-theme[data-animatefill] {
  background-color: initial;
}

.tippy-tooltip.google-theme[data-size=small] {
  font-size: 0.75rem;
  padding: 0.1875rem 0.375rem;
}

.tippy-tooltip.google-theme[data-size=large] {
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
}

.loader {
  color: #fff;
  position: fixed;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999;
}

.loader:after, .loader:before {
  box-sizing: border-box;
  display: none;
}

.loader.is-active {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.loader.is-active:after, .loader.is-active:before {
  display: block;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.loader[data-text]:before {
  position: fixed;
  left: 0;
  top: 50%;
  color: currentColor;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.loader[data-text=""]:before {
  content: "Loading";
}

.loader[data-text]:not([data-text=""]):before {
  content: attr(data-text);
}

.loader[data-text][data-blink]:before {
  animation: blink 1s linear infinite alternate;
}

.loader-default[data-text]:before {
  top: calc(50% - 63px);
}

.loader-default:after {
  content: "";
  position: fixed;
  width: 48px;
  height: 48px;
  border: 8px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  animation: rotation 1s linear infinite;
}

.loader-default[data-half]:after {
  border-right-color: transparent;
}

.loader-default[data-inverse]:after {
  animation-direction: reverse;
}

.loader-double:after, .loader-double:before {
  content: "";
  position: fixed;
  border-radius: 50%;
  border: 8px solid;
  animation: rotation 1s linear infinite;
}

.loader-double:after {
  width: 48px;
  height: 48px;
  border-color: #fff;
  border-left-color: transparent;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.loader-double:before {
  width: 64px;
  height: 64px;
  border-color: #eb974e;
  border-right-color: transparent;
  animation-duration: 2s;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.loader-bar[data-text]:before {
  top: calc(50% - 40px);
  color: #fff;
}

.loader-bar:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: linear-gradient(-45deg, #4183d7 25%, #52b3d9 0, #52b3d9 50%, #4183d7 0, #4183d7 75%, #52b3d9 0, #52b3d9);
  background-size: 20px 20px;
  box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(0, 0, 0, 0.2);
  animation: moveBar 1.5s linear infinite reverse;
}

.loader-bar[data-rounded]:after {
  border-radius: 15px;
}

.loader-bar[data-inverse]:after {
  animation-direction: normal;
}

@keyframes moveBar {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 20px 20px;
  }
}
.loader-bar-ping-pong:before {
  width: 200px;
  background-color: #000;
}

.loader-bar-ping-pong:after, .loader-bar-ping-pong:before {
  content: "";
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 100px);
}

.loader-bar-ping-pong:after {
  width: 50px;
  background-color: #f19;
  animation: moveBarPingPong 0.5s linear infinite alternate;
}

.loader-bar-ping-pong[data-rounded]:before {
  border-radius: 10px;
}

.loader-bar-ping-pong[data-rounded]:after {
  border-radius: 50%;
  width: 20px;
  animation-name: moveBarPingPongRounded;
}

@keyframes moveBarPingPong {
  0% {
    left: calc(50% - 100px);
  }
  to {
    left: calc(50% + 50px);
  }
}
@keyframes moveBarPingPongRounded {
  0% {
    left: calc(50% - 100px);
  }
  to {
    left: calc(50% + 80px);
  }
}
@keyframes corners {
  6% {
    width: 60px;
    height: 15px;
  }
  25% {
    width: 15px;
    height: 15px;
    left: calc(100% - 15px);
    top: 0;
  }
  31% {
    height: 60px;
  }
  50% {
    height: 15px;
    top: calc(100% - 15px);
    left: calc(100% - 15px);
  }
  56% {
    width: 60px;
  }
  75% {
    width: 15px;
    left: 0;
    top: calc(100% - 15px);
  }
  81% {
    height: 60px;
  }
}
.loader-border[data-text]:before {
  color: #fff;
}

.loader-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ff0;
  animation: corners 3s ease both infinite;
}

.loader-ball:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: kickBall 1s infinite alternate ease-in both;
}

.loader-ball[data-shadow]:before {
  box-shadow: inset -5px -5px 10px 0 rgba(0, 0, 0, 0.5);
}

.loader-ball:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 45px;
  height: 20px;
  top: calc(50% + 10px);
  left: 50%;
  margin: 0 0 0 -22.5px;
  z-index: 0;
  animation: shadow 1s infinite alternate ease-out both;
}

@keyframes shadow {
  0% {
    background-color: transparent;
    transform: scale(0);
  }
  40% {
    background-color: transparent;
    transform: scale(0);
  }
  95% {
    background-color: rgba(0, 0, 0, 0.75);
    transform: scale(1);
  }
  to {
    background-color: rgba(0, 0, 0, 0.75);
    transform: scale(1);
  }
}
@keyframes kickBall {
  0% {
    transform: translateY(-80px) scaleX(0.95);
  }
  90% {
    border-radius: 50%;
  }
  to {
    transform: translateY(0) scaleX(1);
    border-radius: 50% 50% 20% 20%;
  }
}
.loader-smartphone:after {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 120px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 130px;
  margin: -65px 0 0 -35px;
  border: 5px solid #fd0;
  border-radius: 10px;
  box-shadow: inset 0 5px 0 0 #fd0;
  background: radial-gradient(circle at 50% 90%, rgba(0, 0, 0, 0.5) 6px, transparent 0), linear-gradient(0deg, #fd0 22px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 22px, rgba(0, 0, 0, 0.5));
  animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

.loader-smartphone[data-screen=""]:after {
  content: "Loading";
}

.loader-smartphone:not([data-screen=""]):after {
  content: attr(data-screen);
}

@keyframes shake {
  5% {
    transform: translate3d(-1px, 0, 0);
  }
  10% {
    transform: translate3d(1px, 0, 0);
  }
  15% {
    transform: translate3d(-1px, 0, 0);
  }
  20% {
    transform: translate3d(1px, 0, 0);
  }
  25% {
    transform: translate3d(-1px, 0, 0);
  }
  30% {
    transform: translate3d(1px, 0, 0);
  }
  35% {
    transform: translate3d(-1px, 0, 0);
  }
  40% {
    transform: translate3d(1px, 0, 0);
  }
  45% {
    transform: translate3d(-1px, 0, 0);
  }
  50% {
    transform: translate3d(1px, 0, 0);
  }
  55% {
    transform: translate3d(-1px, 0, 0);
  }
}
.loader-clock:before {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: -60px 0 0 -60px;
  background: linear-gradient(180deg, transparent 50%, #f5f5f5 0), linear-gradient(90deg, transparent 55px, #2ecc71 0, #2ecc71 65px, transparent 0), linear-gradient(180deg, #f5f5f5 50%, #f5f5f5 0);
  box-shadow: inset 0 0 0 10px #f5f5f5, 0 0 0 5px #555, 0 0 0 10px #7b7b7b;
  animation: rotation infinite 2s linear;
}

.loader-clock:after, .loader-clock:before {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  overflow: hidden;
}

.loader-clock:after {
  width: 60px;
  height: 40px;
  margin: -20px 0 0 -15px;
  border-radius: 20px 0 0 20px;
  background: radial-gradient(circle at 14px 20px, #25a25a 10px, transparent 0), radial-gradient(circle at 14px 20px, #1b7943 14px, transparent 0), linear-gradient(180deg, transparent 15px, #2ecc71 0, #2ecc71 25px, transparent 0);
  animation: rotation infinite 24s linear;
  transform-origin: 15px center;
}

.loader-curtain:after, .loader-curtain:before {
  position: fixed;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  font-size: 70px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
  line-height: 1.2;
  content: "Loading";
}

.loader-curtain:before {
  color: #666;
}

.loader-curtain:after {
  color: #fff;
  height: 0;
  animation: curtain 1s linear infinite alternate both;
}

.loader-curtain[data-curtain-text]:not([data-curtain-text=""]):after, .loader-curtain[data-curtain-text]:not([data-curtain-text=""]):before {
  content: attr(data-curtain-text);
}

.loader-curtain[data-brazilian]:before {
  color: #f1c40f;
}

.loader-curtain[data-brazilian]:after {
  color: #2ecc71;
}

.loader-curtain[data-colorful]:before {
  animation: maskColorful 2s linear infinite alternate both;
}

.loader-curtain[data-colorful]:after {
  animation: curtain 1s linear infinite alternate both, maskColorful-front 2s 1s linear infinite alternate both;
  color: #000;
}

@keyframes maskColorful {
  0% {
    color: #3498db;
  }
  49.5% {
    color: #3498db;
  }
  50.5% {
    color: #e74c3c;
  }
  to {
    color: #e74c3c;
  }
}
@keyframes maskColorful-front {
  0% {
    color: #2ecc71;
  }
  49.5% {
    color: #2ecc71;
  }
  50.5% {
    color: #f1c40f;
  }
  to {
    color: #f1c40f;
  }
}
@keyframes curtain {
  0% {
    height: 0;
  }
  to {
    height: 84px;
  }
}
.loader-music:after, .loader-music:before {
  content: "";
  position: fixed;
  width: 240px;
  height: 240px;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -120px;
  border-radius: 50%;
  text-align: center;
  line-height: 240px;
  color: #fff;
  font-size: 40px;
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: -1px;
}

.loader-music:after {
  backface-visibility: hidden;
}

.loader-music[data-hey-oh]:after, .loader-music[data-hey-oh]:before {
  box-shadow: 0 0 0 10px;
}

.loader-music[data-hey-oh]:before {
  background-color: #fff;
  color: #000;
  animation: coinBack 2.5s linear infinite, oh 5s 1.25s linear infinite both;
}

.loader-music[data-hey-oh]:after {
  background-color: #000;
  animation: coin 2.5s linear infinite, hey 5s linear infinite both;
}

.loader-music[data-no-cry]:after, .loader-music[data-no-cry]:before {
  background: linear-gradient(45deg, #009b3a 50%, #fed100 51%);
  box-shadow: 0 0 0 10px #000;
}

.loader-music[data-no-cry]:before {
  animation: coinBack 2.5s linear infinite, cry 5s 1.25s linear infinite both;
}

.loader-music[data-no-cry]:after {
  animation: coin 2.5s linear infinite, no 5s linear infinite both;
}

.loader-music[data-we-are]:before {
  animation: coinBack 2.5s linear infinite, theWorld 5s 1.25s linear infinite both;
  background: radial-gradient(ellipse at center, #4ecdc4 0, #556270);
}

.loader-music[data-we-are]:after {
  animation: coin 2.5s linear infinite, weAre 5s linear infinite both;
  background: radial-gradient(ellipse at center, #26d0ce 0, #1a2980);
}

.loader-music[data-rock-you]:before {
  animation: coinBack 2.5s linear infinite, rockYou 5s 1.25s linear infinite both;
  background: #444;
}

.loader-music[data-rock-you]:after {
  animation: coin 2.5s linear infinite, weWill 5s linear infinite both;
  background: #96281b;
}

@keyframes coin {
  to {
    transform: rotateY(359deg);
  }
}
@keyframes coinBack {
  0% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(1turn);
  }
  to {
    transform: rotateY(180deg);
  }
}
@keyframes hey {
  0% {
    content: "Hey!";
  }
  50% {
    content: "Let's!";
  }
  to {
    content: "Hey!";
  }
}
@keyframes oh {
  0% {
    content: "Oh!";
  }
  50% {
    content: "Go!";
  }
  to {
    content: "Oh!";
  }
}
@keyframes no {
  0% {
    content: "No...";
  }
  50% {
    content: "no";
  }
  to {
    content: "No...";
  }
}
@keyframes cry {
  0% {
    content: "woman";
  }
  50% {
    content: "cry!";
  }
  to {
    content: "woman";
  }
}
@keyframes weAre {
  0% {
    content: "We are";
  }
  50% {
    content: "we are";
  }
  to {
    content: "We are";
  }
}
@keyframes theWorld {
  0% {
    content: "the world,";
  }
  50% {
    content: "the children!";
  }
  to {
    content: "the world,";
  }
}
@keyframes weWill {
  0% {
    content: "We will,";
  }
  50% {
    content: "rock you!";
  }
  to {
    content: "We will,";
  }
}
@keyframes rockYou {
  0% {
    content: "we will";
  }
  50% {
    content: "🤘";
  }
  to {
    content: "we will";
  }
}
.loader-pokeball:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: linear-gradient(180deg, red 42%, #000 0, #000 58%, #fff 0);
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: movePokeball 1s linear infinite both;
}

.loader-pokeball:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  animation: movePokeball 1s linear infinite both, flashPokeball 0.5s infinite alternate;
  border: 2px solid #000;
  box-shadow: 0 0 0 5px #fff, 0 0 0 10px #000;
}

@keyframes movePokeball {
  0% {
    transform: translateX(0) rotate(0);
  }
  15% {
    transform: translatex(-10px) rotate(-5deg);
  }
  30% {
    transform: translateX(10px) rotate(5deg);
  }
  45% {
    transform: translatex(0) rotate(0);
  }
}
@keyframes flashPokeball {
  0% {
    background-color: #fff;
  }
  to {
    background-color: #fd0;
  }
}
.loader-bouncing:after, .loader-bouncing:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border-radius: 50%;
  background-color: #fff;
  animation: kick 0.6s infinite alternate;
}

.loader-bouncing:after {
  margin-left: -30px;
  animation: kick 0.6s infinite alternate;
}

.loader-bouncing:before {
  animation-delay: 0.2s;
}

@keyframes kick {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0.3;
    transform: translateY(-1rem);
  }
}
.swal2-icon.swal2-success {
  border-color: #eac884;
  color: #eac884;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #eac884;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #eac884;
}

.swal2-title {
  font-size: 1rem;
  color: #373a3c;
}

/*# sourceMappingURL=product.css.map */
