:root {
  --black: black;
  --light-grey: #f4f4f4;
  --white: white;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-grey-300: #e4e6f1;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: .8rem;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  margin-top: 90px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: none;
  font-size: .7rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  margin-top: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  width: 100%;
  height: 4px;
  max-width: 48rem;
  color: #3e3037;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  text-align: left;
  padding-top: 40px;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 2rem;
}

.margin-bottom.margin-xsmall {
  padding-top: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  color: #3e3037;
  border: 0 #3e3037;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 1rem 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
  font-style: normal;
}

.text-size-medium.text-weight-semibold {
  color: #e64500;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-styleguide-message-delete-this {
  height: 100vh;
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  color: #3e3037;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(0, 0, 0, .14);
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  color: var(--white);
  text-align: center;
  background-color: rgba(168, 129, 55, .77);
  border: 1px #3e3037;
  border-radius: 4px;
  padding: .75rem 2rem;
}

.button.is-link {
  color: #3e3037;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: #3e3037;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-small {
  color: #3e3037;
}

.button.is-small {
  padding: .5rem 2rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, .18);
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  color: #212121;
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #3e3037;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-color-white {
  color: var(--white);
}

.background-color-white {
  background-color: var(--white);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  color: #212121;
  text-align: left;
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-color-black {
  color: var(--black);
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--black);
  color: var(--white);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  color: #212121;
  text-align: center;
}

.text-size-small {
  color: #212121;
  font-size: .875rem;
  font-weight: 300;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  border-radius: 4px;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

.text-size-large {
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.text-size-large.text-weight-semibold {
  font-size: 1.1rem;
}

.text-size-large.text-weight-small {
  color: #e94040;
  font-size: 1rem;
  text-decoration: line-through;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.page-wrapper-2 {
  z-index: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: #eee;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 1rem;
}

.navbar_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu-button {
  padding: 0;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: var(--white);
  border-bottom: 1px #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--black);
}

.navbar_link {
  padding: .5rem 1rem;
  font-weight: 400;
}

.navbar_link.w--current {
  color: var(--black);
}

.navbar_link.link {
  transition: color .35s cubic-bezier(.47, 0, .745, .715);
}

.navbar_link.link:hover {
  color: #868383;
  border-style: solid solid none;
  border-width: 0;
  border-bottom-color: #3e3037;
  text-decoration: none;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.heading {
  color: #3e3037;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-2 {
  color: #3e3037;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.heading-3 {
  color: #3e3037;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.heading-4, .heading-5, .heading-6 {
  color: #3e3037;
  font-weight: 500;
}

.link {
  color: #3e3037;
  font-weight: 300;
}

.italic-text {
  color: #3e3037;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-secondary.is-small.max-width-full {
  color: #3e3037;
  border-color: #ccc;
  border-radius: 6px;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-size: .8rem;
  line-height: 1.7;
}

.button-2.is-secondary.is-small.max-width-full:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ccc;
  font-weight: 600;
}

.button-2.is-secondary.is-small.max-width-full:active {
  background-color: #f1ddc2;
}

.button-2.is-link {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.social-icons1_list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.social-icons1_link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #3e3037;
  border: 1px #3e3037;
}

.paragraph {
  color: #212121;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6;
}

.paragraph.text-align-left {
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 1.7;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  color: #212121;
}

.div-block {
  width: 100%;
  height: 2px;
  color: #3e3037;
  background-color: #3e3037;
  order: -1;
  align-self: auto;
}

.header_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header_image {
  width: 100%;
  height: 100vh;
  max-height: 60rem;
  opacity: 1;
  object-fit: cover;
}

.heading-1 {
  text-transform: uppercase;
}

.layout_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.layout_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.layout_item.background-color-gray {
  border: 0 #000;
  flex-flow: column;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1rem;
}

.layout_item.background-color-gray.shadow-medium {
  background-color: #f8f3ef;
  align-items: flex-start;
  padding-top: 2rem;
}

.layout_image-wrapper {
  width: 100%;
  position: relative;
}

.backtotop_component {
  color: #3e3037;
  font-weight: 300;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.backtotop_button {
  width: 3rem;
  height: 3rem;
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 20%;
  height: 3px;
  color: #3e3037;
  background-color: #3e3037;
}

.div-block-3 {
  width: 20%;
  height: 1px;
  background-color: #3e3037;
}

.section_our-us {
  background-color: #f8f3ef;
}

.layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product8_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.product8_image {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product8_text-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.product8_left {
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.product_heading {
  flex: 1;
}

.product_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product8_image-link {
  display: block;
  position: relative;
}

.product_item {
  width: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.product_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product12_slide {
  padding-right: 3rem;
}

.product12_left {
  margin-right: 1rem;
}

.product12_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.section_product12 {
  overflow: hidden;
}

.product12_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product12_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.product12_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.product12_arrow.left {
  right: 4rem;
}

.product12_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product12_text-link {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.product12_mask {
  width: 33%;
  overflow: visible;
}

.product12_heading {
  flex: 1;
}

.product12_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product12slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.product12_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.gallery19_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery19_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery19_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery {
  overflow: hidden;
}

.gallery_arrow {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

.gallery_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.gallery19_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery19_lightbox-link {
  width: 100%;
}

.text-align-center-2 {
  text-align: center;
}

.gallery19_mask {
  width: 33%;
  overflow: visible;
}

.gallery19_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.testimonial_content {
  width: 25rem;
  min-width: 25rem;
  border: 1px solid var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.testimonial21_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.section_testimonial {
  color: #212121;
  background-color: #f8f3ef;
  overflow: hidden;
}

.testimonial21_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial21_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial21_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.testimonial21_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial_loop-trigger {
  display: flex;
}

.testimonial_component-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial22_content {
  width: 100%;
  border: 1px solid var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.testimonial22_logo {
  max-height: 3rem;
}

.reviews {
  background-color: #f8f3ef;
}

.testimonial22_logo-wrapper {
  margin-bottom: 3rem;
}

.testimonial22_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial22_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial22_client-image-wrapper {
  margin-right: 1rem;
}

.button-wrapper {
  display: flex;
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #3e3037;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer_component {
  background-color: #252525;
  padding-top: 40px;
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_credit-text {
  font-size: .875rem;
}

.footer_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_link.link {
  font-weight: 300;
}

.footer_logo-link {
  padding-left: 0;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #3e3037;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.submit-button {
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Group-1171275844.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: auto;
  right: 5px;
}

.footer-logo-wrap {
  margin-bottom: 30px;
}

.text-field {
  width: 100%;
  min-height: 60px;
  color: var(--black);
  background-color: #d4d4d4;
  border: 1px solid #272653;
  border-radius: 100px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 60px;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .4);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .4);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
}

.footer-paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.footer-menu-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
}

.footer-top {
  padding-bottom: 40px;
}

.connect-form-block {
  margin-top: 24px;
}

.footer-logo {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-nav {
  flex-direction: column;
  display: flex;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.footer-social-link:hover {
  transform: scale(1.2);
}

.copyright-text {
  color: rgba(247, 245, 237, .7);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.footer-menu-list {
  color: #0e0f18;
  flex-direction: column;
  align-items: flex-start;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.connect-form {
  z-index: 0;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.copyright-top-border {
  width: 100%;
  height: 2px;
  border-top: 2px solid rgba(50, 49, 83, .6);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.copyright-content {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
  position: relative;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.list-item {
  color: #fff;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 28px;
}

.list-item:hover {
  color: #cc8e1b;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  color: #000;
  text-align: center;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  outline: 3px #000;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-small.white-button {
  color: #131313;
  background-color: #f8f8f8;
}

.item-overlay {
  z-index: 30;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(rgba(24, 24, 29, .1), rgba(24, 24, 29, .1));
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.wrapper.m100 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home1-deco-part {
  height: 450px;
  background-image: url('../images/ram-mandir-model-frame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-bottom: -1px;
  padding: 40px 36px;
}

.content35-bottom-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.content35-item-label {
  opacity: .7;
  text-transform: uppercase;
  margin-top: -4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.section-2 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.hero6-text {
  flex: 1;
  margin-bottom: 30px;
}

.hero6-content {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.hero6-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6 {
  min-height: auto;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 300;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.system-item {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 20px;
}

.system-item.icon-cart {
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.system-item.icon-user {
  background-image: url('../images/Account.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 20px;
}

.system-item.icon-search {
  background-image: url('../images/Search_Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.brand {
  width: 130px;
}

.container-2 {
  max-width: 1280px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.nav-menu {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.nav-content {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.count-product {
  position: absolute;
  top: 2px;
  bottom: auto;
  left: auto;
  right: -10px;
}

.nav-system {
  display: flex;
}

.icon-navdrop {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Rectangle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 10px;
  margin-right: -20px;
}

.nav-link {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px;
}

.nav-link.w--current {
  color: #111;
  border-bottom: 1px solid #000;
}

.nav-link.navdropdown {
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 15px;
}

.navbar {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.content35-bottom-grid-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 0 auto;
  padding: 6px;
  display: grid;
}

.div-block-4 {
  background-color: #f3f3f3;
  border: 1px solid #e7e7e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.size5-text-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.content35-item-label-2 {
  opacity: .7;
  text-align: center;
  text-transform: uppercase;
  margin-top: -4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-5 {
  background-color: #f8f3ef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pointer {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 0%;
  right: 4%;
  transform: rotate(45deg);
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  max-height: 100vh;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  left: -50px;
}

.dropdown {
  font-size: 1rem;
}

.dropdown-toggle {
  padding: 10px 24px 10px 12px;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #a86b07;
}

.dropdown-toggle.w--open {
  font-size: .9rem;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 12px;
  display: flex;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #7839f3;
  background-color: rgba(250, 250, 250, .8);
}

.dropdown-pointer {
  position: relative;
}

.icon-4 {
  margin-right: 5px;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  white-space: normal;
  font-size: 14px;
}

.dropdown-wrapper {
  min-width: 140px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px -19px 35px rgba(32, 53, 90, .08), 11px 11px 30px -10px rgba(32, 53, 90, .15);
}

.dropdown-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.navigation-link {
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #a86b07;
}

.navigation-link.w--current {
  color: #99d715;
}

.div-block-464 {
  width: auto;
  flex-wrap: wrap;
  display: flex;
}

.logo-box {
  width: 50px;
  height: 30px;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-box.medium {
  width: 60px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.payment-logo {
  height: 40px;
  object-fit: contain;
  flex: 0 auto;
}

.payment-logo.medium {
  height: 40px;
  padding-left: 0;
}

.payment-logo.visa-custom {
  height: 25px;
  padding-left: 0;
}

.payment-logo.custom-logo {
  height: 40px;
}

.footer-list-item {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #474545;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 1px #eff3f6;
  grid-template-rows: auto;
  grid-template-columns: .25fr auto;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-arrow {
  width: 20px;
  height: 20px;
  min-width: auto;
  margin-right: 10px;
}

.text-block-5 {
  color: #474545;
  letter-spacing: 0;
  font-size: 13px;
}

.underline-hover-wrapper {
  height: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.underline-hover-fill {
  width: 100%;
  height: 100%;
  background-color: #cfdae2;
}

.price {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.post-comments {
  padding-top: 20px;
}

.stars {
  margin-right: 10px;
  display: flex;
}

.popular-row {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.comment-form-wrap {
  padding-top: 20px;
  font-size: 12px;
  font-weight: 300;
}

.aside-title {
  text-transform: none;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.product-description-menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product-link {
  width: 50px;
  height: 50px;
  background-color: #fff;
  margin-bottom: 10px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
}

.product-link:hover {
  background-color: #111;
}

.product-link.ico-see {
  background-image: url('../images/Vector-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.product-link.ico-see:hover {
  background-image: url('../images/Vector-7.svg'), url('../images/Vector-6.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.product-link.ico-wish {
  background-image: url('../images/Vector-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.product-link.ico-wish:hover {
  background-image: url('../images/Vector-5.svg');
}

.product-link.ico-cart {
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.product-link.ico-cart:hover {
  background-image: url('../images/Vector-2.svg');
}

.form-product {
  margin-top: 20px;
  padding-top: 0;
}

.comment-form-title {
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px #d6d6d6;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.product-image {
  max-height: 80%;
  overflow: hidden;
}

.product-view {
  height: auto;
  flex-wrap: wrap;
  padding-top: 40px;
  display: flex;
}

.gallery-tab {
  height: auto;
  padding-right: 0;
}

.count-num {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #777;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  display: flex;
}

.agree {
  color: #777;
  background-image: url('../images/icon.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
}

.product-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
}

.gallery-prev {
  width: 100px;
  min-height: 120px;
  opacity: .6;
  margin-bottom: 10px;
}

.gallery-prev.w--current {
  opacity: 1;
}

.gallery-prev.prev-img3 {
  background-image: url('../images/Rectangle-25.jpg');
  background-position: 0 0;
  background-size: cover;
}

.gallery-prev.prev-img2 {
  background-image: url('../images/Rectangle-23.jpg');
  background-position: 0 0;
  background-size: cover;
}

.gallery-prev.prev-img1 {
  width: 90px;
  height: 90px;
  min-height: auto;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  margin-left: 10px;
  padding: 6px;
  overflow: hidden;
}

.gallery-prev.prev-img1.w--current {
  width: 90px;
  height: 90px;
  opacity: 1;
  margin-left: 10px;
}

.container-3 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.comment-form {
  color: #777;
}

.product-links {
  opacity: 0;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: auto;
  right: 5%;
}

.comments-content {
  margin-bottom: 60px;
}

.comment-author {
  color: #111;
  font-size: 12px;
}

.extra-row {
  margin-bottom: 5px;
}

.star {
  width: 20px;
  height: 20px;
  background-image: url('../images/Vector-1_1Vector (1).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.star.star-gray {
  background-image: none;
}

.share-link {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.share-link.share-youtube {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.share-link.share-vk {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-product-description {
  padding-top: 20px;
}

.count-submol {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 300;
}

.comment-date {
  color: #777;
  margin-bottom: 10px;
  font-size: 11px;
}

.count {
  align-items: center;
  margin-right: 20px;
  font-size: 20px;
  display: flex;
}

.product-wrap-gallery {
  width: 53%;
  height: 95%;
  display: flex;
}

.variation-color {
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px 5px 30px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.variation-color:hover {
  border-color: #111;
}

.variation-color.color-blue {
  background-image: radial-gradient(circle closest-side at 15%, #3053dd 47%, rgba(0, 0, 0, 0) 51%);
  padding-left: 20px;
  font-size: 1rem;
}

.variation-color.color-black {
  background-image: radial-gradient(circle closest-side at 15%, #111 47%, rgba(0, 0, 0, 0) 51%);
  padding-left: 20px;
}

.variation-color.color-green {
  background-image: radial-gradient(circle closest-side at 15%, #4ddd30 47%, rgba(0, 0, 0, 0) 51%);
  padding-left: 20px;
}

.variation-color.color-pink {
  background-image: radial-gradient(circle closest-side at 15%, rgba(255, 16, 16, .6) 47%, rgba(0, 0, 0, 0) 51%);
  padding-left: 20px;
}

.variation-color.color-beige {
  background-image: radial-gradient(circle closest-side at 15%, rgba(221, 155, 48, .61) 47%, rgba(0, 0, 0, 0) 51%);
  padding-left: 20px;
}

.variation-color.color-red {
  background-image: radial-gradient(circle closest-side at 15%, #dd3030 47%, rgba(0, 0, 0, 0) 51%);
  padding-left: 20px;
}

.extra-link {
  color: #111;
  text-transform: capitalize;
  margin-left: 5px;
  text-decoration: none;
}

.gallery-image {
  width: auto;
  max-width: 90%;
  display: block;
}

.variation {
  color: #555;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: .6rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.variation:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.product-big-cost {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.7rem;
  font-weight: 400;
}

.cost-currency {
  margin-left: 5px;
}

.textarea {
  min-height: 120px;
  margin-bottom: 20px;
  font-weight: 300;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.textarea:hover {
  border: 1px solid #000;
}

.product-name {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.tab-title {
  color: #666;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.tab-title.w--current {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #111;
}

.popular-product-cart {
  width: 20%;
  max-height: 420px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.gallery-wrap-image {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.comment-content {
  color: #666;
}

.extra-title {
  color: #777;
  text-transform: uppercase;
  margin-right: 5px;
}

.comment-form-label {
  font-weight: 300;
}

.comment-row-sub {
  border-bottom: 1px solid #d6d6d6;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.product-extra {
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 12px;
}

.gallery-previews {
  max-height: 650px;
  flex-direction: row;
  order: 1;
  margin-top: 40px;
  padding-top: 0;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.description-content {
  color: #555;
  font-size: 16px;
  font-weight: 300;
}

.comment-answer {
  color: #333;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.hide-checkbox {
  display: none;
}

.rate {
  color: #777;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.gallery-images {
  width: 80%;
  height: auto;
  max-height: 450px;
  min-height: auto;
  padding-right: 0;
}

.wrap-count {
  background-color: #fff6f6;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.button-3 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.button-3:hover {
  color: #111;
  background-color: #fff;
}

.button-3.option-2 {
  color: #000;
  background-color: #fff;
  margin-left: 10px;
}

.button-3.option-3 {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  margin-left: 10px;
  padding: 11px;
  font-size: 14px;
  font-weight: 600;
}

.product-wrap-cost {
  width: 45%;
  height: 95%;
  padding-left: 20px;
  overflow: hidden;
}

.comment-info {
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 11px;
  display: flex;
}

.post-short-description {
  color: #5c5757;
  margin-top: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.comment-avatar {
  width: 100px;
}

.comment-row-sub-sub {
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
}

.product-share {
  align-items: center;
  padding-top: 0;
  font-size: 12px;
  display: flex;
}

.popular-title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.comment-row {
  border-bottom: 1px solid #d6d6d6;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.symbol-currency {
  color: #1f1d1d;
  padding-left: 10px;
  font-size: 22px;
}

.product-description {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.wrap-variations {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}

.wrap-filter {
  margin-top: 20px;
}

.product-gallery {
  width: 100%;
  height: auto;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.wrap-field-3 {
  width: 32%;
}

.form-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product-info {
  color: #333;
  padding-bottom: 20px;
  text-decoration: none;
  display: block;
}

.product-header4_breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.breadcrumb-link-2 {
  color: #1b1b1b;
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.button-secondary {
  color: #1b1b1b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1b1b1b;
  padding: .75rem 1.5rem;
}

.button-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-header4_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header4_tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 3px;
  border-bottom-color: #1b1b1b;
  margin-right: 2rem;
}

.layout41_content-left {
  min-height: 400px;
}

.grid-4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-weight-light.text-lineheight-tall {
  font-size: .9rem;
}

.layout2col-even {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.heading-xsmall {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4;
}

.rich-text-block {
  margin-top: 20px;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-header4_tabs-menu {
  border-bottom: 1px solid #d8d8d8;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.paragraph-7 {
  font-weight: 600;
}

.div-block-465 {
  display: flex;
}

.aside-title-2 {
  text-transform: none;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.checkbox-label {
  font-size: .8rem;
}

.image-2 {
  height: auto;
}

.text-span {
  text-decoration: line-through;
}

.text-block-6 {
  color: #a23333;
  font-size: 1.1rem;
}

.variation-size {
  color: #333;
  padding-left: 5px;
  font-weight: 400;
}

.cart-total {
  width: 100%;
  background-color: #4daa0a;
  border: 1px #cfcfcf;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 5px 10px;
  font-size: 19px;
  display: flex;
}

.cell-product-variation {
  color: #777;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 300;
}

.container-4 {
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.table-cell2 {
  width: auto;
  padding-left: 0;
}

.cart-count {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  display: flex;
}

.cart-product-count {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #777;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  display: flex;
}

.table-cell4 {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.count-submol-2 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 300;
}

.cart {
  padding-top: 60px;
  padding-bottom: 40px;
}

.form-table-trow {
  height: 120px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 120px 1fr 60px;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: grid;
}

.form-table-trow.row-title {
  height: 40px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 120px auto auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.button-white {
  color: #111;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.button-white:hover {
  color: #fff;
  background-color: #111;
}

.table-cell5 {
  width: 100px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.cart-order-row {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.cell-title {
  font-size: 14px;
  font-weight: 500;
}

.variation-product-color {
  color: #333;
  padding-left: 30px;
  font-weight: 400;
}

.variation-product-color.color-pink {
  background-image: radial-gradient(circle closest-side at 15%, #ff8d8f 48%, rgba(0, 0, 0, 0) 56%);
}

.variation-product-color.color-blue {
  background-image: radial-gradient(circle closest-side at 15%, #06f 48%, rgba(0, 0, 0, 0) 56%);
}

.cart-product-cost {
  color: #fff;
  margin-right: 0;
  font-size: 23px;
}

.promocode {
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.promo-input {
  height: 40px;
  margin-right: 20px;
  font-weight: 300;
}

.table-cell6 {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.total-text {
  color: #fff;
  font-size: 17px;
}

.button-4 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #111;
  border: 1px solid #000;
  margin-top: 0;
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.button-4:hover {
  color: #111;
  background-color: #fff;
}

.table-cell1 {
  width: auto;
  height: 100px;
  overflow: hidden;
}

.table-cell3 {
  width: auto;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.ico-del {
  width: 20px;
  height: 20px;
  background-image: url('../images/Vector-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.breadcrumbs {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Adorn-your-house-with-8.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.breadcrumb-link-3 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.breadcrumb-separation {
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-7, .text-block-8 {
  font-weight: 600;
}

.radio-button-field {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  align-items: center;
  padding: 10px 30px 10px 40px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.radio-button-field:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .16);
}

.mute {
  color: #a5a5a5;
  font-size: 12px;
}

.checkout-title {
  width: 100%;
  color: #333;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.form-block-2 {
  flex: 1;
}

.checkout {
  padding: 20px;
}

.wrap-field-full {
  width: 100%;
}

.text-field-2 {
  font-weight: 300;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.text-field-2:hover {
  border: 1px solid #000;
}

.field-title {
  font-size: .9rem;
  font-weight: 400;
}

.checkout-container {
  max-width: 1220px;
  background-color: #f9f9f9;
  margin-left: auto;
  margin-right: auto;
  padding: 23px;
}

.wrap-field {
  width: 48%;
}

.radio-button {
  width: 20px;
  height: 20px;
  border: 1px solid #d6d6d6;
  margin-right: 20px;
}

.cart-total-copy {
  font-size: 24px;
}

.cart-amount-details {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(69deg, #eeb56a 17%, rgba(255, 255, 255, 0) 67%);
  border: 1px #cecbcb;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 2.2;
  display: block;
}

.cart-product-cost-copy {
  margin-right: 0;
  font-size: 16px;
  line-height: 1.3;
}

.symbol-currency-copy {
  padding-left: 5px;
  font-size: 16px;
}

.total-text-copy {
  font-size: 14px;
}

.div-block-466 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.form-legal-check {
  margin-bottom: 0;
}

.chekbox {
  width: 15px;
  height: 15px;
  border-color: rgba(84, 84, 101, .34);
  border-radius: 0;
  margin-top: 3px;
}

.chekbox.w--redirected-checked {
  background-color: #10da3b;
  border-color: #10da3b;
}

.chekbox.w--redirected-focus {
  box-shadow: none;
  border-color: #10da3b;
}

.legal-check-text {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.form-row-vertical {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-label {
  font-size: .9rem;
}

.checkout-deatils {
  width: 70%;
  margin-top: 0;
  padding: 20px;
  overflow: visible;
}

.cart-details {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.div-block-467 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-468 {
  height: 90vh;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: visible;
}

.form-2 {
  flex-direction: column;
  display: block;
}

.navbar-cart {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-469 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.cart-rate {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #cecbcb;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 2.2;
  display: block;
}

.cart-rate-copy {
  background-color: #4daa0a;
  border: 1px #cecbcb;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 2.2;
  display: block;
}

.cart-total-price {
  width: 100%;
  background-color: #4daa0a;
  border: 1px #cfcfcf;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding: 5px 10px;
  font-size: 19px;
  display: flex;
}

.div-block-470 {
  width: auto;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.order-confirmation {
  width: 80%;
  max-width: none;
  background-color: rgba(219, 219, 219, .33);
  border: 1px solid #cacaca;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 33px;
  display: block;
}

.heading-48 {
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle, #088f12 25%, rgba(114, 91, 91, 0) 60%);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.7;
}

.booking-unsuccessful {
  width: 50%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 13px 0;
  display: flex;
}

.error-message-4 {
  color: #c00a0a;
  text-align: center;
  margin-top: 20px;
  font-size: 31px;
  font-weight: 500;
}

.error-text {
  color: #242424;
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 31px;
}

.white-block-2 {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 11px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 -33px 20px -20px rgba(0, 0, 0, .1);
}

.button-5 {
  text-align: center;
  background-color: #088f11;
  border-radius: 7px;
}

.order-succesful {
  width: 70%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #d8d8d8;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-block-471 {
  justify-content: center;
  display: flex;
}

.text-span-2 {
  font-family: Great Vibes, cursive;
  font-size: 22px;
}

.order-confirmation-details {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(69deg, #4daa0a 29%, rgba(255, 255, 255, 0) 67%);
  border: 1px #cecbcb;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 5px;
  padding: 0 12px 0 20px;
  font-size: 12px;
  line-height: 2.2;
  display: block;
}

.div-block-466-copy {
  width: 70%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dbdbdb;
  border-radius: 11px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 14px;
  display: block;
}

.product-wrap-gallery-option-2 {
  width: 50%;
  height: 95%;
  max-height: 95vh;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  overflow: scroll;
}

.gallery-wrap-image-option-2 {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 12px;
  display: block;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  width: 24px;
  height: 24px;
  color: var(--flowui-component-library-gray-500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-accordian-title-wrapper {
  width: 100%;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-accordian-toggle {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  max-width: none;
  grid-row-gap: 24px;
  border: 1px none var(--flowui-component-library-grey-300);
  border-radius: 8px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding: 18px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px rgba(74, 58, 255, .06);
}

.arrow-line---brix {
  width: 11px;
  min-height: 2px;
  background-color: #4a3aff;
  border-radius: 500px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.accordion-item-title---brix {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-arrow-wrap---brix {
  width: 50px;
  min-height: 50px;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  width: 18px;
  height: 18px;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.div-block-472 {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 2px;
  padding-left: 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(170, 170, 170, .2);
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.inside-label {
  z-index: 40;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(142deg, #f50000 38%, #f3c700);
  border-style: none;
  border-color: rgba(148, 150, 151, .2);
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label.inside-label-type-2 {
  z-index: 40;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(129deg, #0012d6 41%, #cc01e2);
  border-style: none;
  border-color: rgba(148, 150, 151, .2);
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label.inside-label-type-3 {
  z-index: 40;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(142deg, #009ff5 38%, #2400f3);
  border-style: none;
  border-color: rgba(148, 150, 151, .2);
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.label.inside-label-type-4 {
  z-index: 40;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(142deg, #ed00f5 38%, #f3c700 87%);
  border-style: none;
  border-color: rgba(148, 150, 151, .2);
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ripple-container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.button-body {
  color: #fff;
  background-color: rgba(75, 164, 104, 0);
  background-image: linear-gradient(122deg, #43ad12, #176b0a);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 13px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0, -6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

.button-body:active {
  transform: translate(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.button-text {
  z-index: 2;
  font-size: 20px;
  position: relative;
}

.ripple-container-2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.image-5 {
  width: 30px;
  height: auto;
  margin-right: 20px;
}

@media screen and (min-width: 1440px) {
  .text-field::-ms-input-placeholder {
    text-transform: capitalize;
  }

  .text-field::placeholder {
    text-transform: capitalize;
  }
}

@media screen and (min-width: 1920px) {
  .social-icon-image {
    display: inline-block;
  }

  .footer-social-link {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .heading-2 {
    font-size: 1.7rem;
  }

  .paragraph {
    font-size: .9rem;
  }

  .header_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 6rem;
  }

  .header_image {
    height: auto;
    max-height: none;
  }

  .layout_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout192_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .product_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .product_heading {
    margin-right: 3rem;
  }

  .product_button-row {
    flex: none;
  }

  .product_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product12_slide {
    padding-right: 2rem;
  }

  .product12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .product12_button-row {
    flex: none;
  }

  .product12_mask {
    width: 50%;
  }

  .product12_heading {
    margin-right: 3rem;
  }

  .product12_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .gallery_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .gallery19_mask {
    width: 50%;
  }

  .testimonial_component, .testimonial_component-copy {
    grid-template-columns: 1fr 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer-columns {
    grid-column-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
  }

  .copyright-text {
    text-align: left;
    margin-bottom: 10px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .connect-form {
    max-width: 260px;
  }

  .copyright-content {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home1-deco-part {
    height: 260px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content35-bottom-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero6-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero6 {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    justify-content: space-between;
    display: flex;
  }

  .nav-menu {
    height: 90vh;
    background-color: #fff;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    display: flex;
  }

  .nav-content {
    width: 100%;
  }

  .nav-system {
    align-items: center;
  }

  .content35-bottom-grid-2 {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-dropdown.w--open {
    position: relative;
    left: 0;
  }

  .dropdown {
    width: 100%;
    text-align: center;
  }

  .nav-content-wrap {
    align-items: center;
  }

  .navigation-link {
    text-align: left;
  }

  .payment-logo.medium, .payment-logo.visa-custom {
    padding-right: 0;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .product-view {
    height: auto;
    flex-direction: column;
  }

  .product-wrap-gallery {
    width: auto;
  }

  .product-wrap-cost {
    width: auto;
    overflow: visible;
  }

  .layout41_content-left {
    min-height: auto;
  }

  .layout2col-even {
    grid-column-gap: 3rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .white-block-2 {
    margin-top: 10px;
  }

  .order-succesful {
    width: 80%;
  }

  .product-wrap-gallery-option-2 {
    width: auto;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .f-accordian-list {
    width: 100%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: .8rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .heading-2 {
    font-size: 1.6rem;
  }

  .button-2.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .paragraph {
    font-size: .8rem;
  }

  .header_component {
    padding-top: 4rem;
  }

  .layout_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product8_image-wrapper {
    height: auto;
    padding-top: 100%;
  }

  .product_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .product_heading {
    margin-right: 0;
  }

  .product_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .product_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product12_slide {
    padding-right: 1.5rem;
  }

  .product12_image-wrapper {
    height: 100%;
  }

  .product12_arrow.left {
    right: 3.5rem;
  }

  .product12_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .product12_mask {
    width: 80%;
  }

  .product12_heading {
    margin-right: 0;
  }

  .product12_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery19_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery19_mask {
    width: 50%;
  }

  .gallery19_slider {
    padding-bottom: 3rem;
  }

  .testimonial_content {
    padding: 1.5rem;
  }

  .testimonial21_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial_component {
    grid-template-columns: 1fr;
  }

  .testimonial21_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial_component-copy {
    grid-template-columns: 1fr;
  }

  .testimonial22_content {
    padding: 1.5rem;
  }

  .testimonial22_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial22_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

  .copyright-text {
    margin-bottom: 10px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .copyright-content {
    flex-direction: column;
  }

  .home1-deco-part {
    height: 200px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content35-bottom-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .hero6-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hero6 {
    min-height: auto;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .nav-content {
    width: 60%;
  }

  .navbar {
    padding-bottom: 10px;
  }

  .content35-bottom-grid-2 {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-5 {
    padding-bottom: 20px;
  }

  .div-block-464 {
    flex-wrap: wrap;
  }

  .logo-box.medium {
    width: 50px;
    height: 30px;
  }

  .payment-logo {
    height: 25px;
    padding-right: 0;
  }

  .payment-logo.medium, .payment-logo.custom-logo {
    height: 25px;
  }

  .footer-list-item {
    line-height: 24px;
  }

  .product-title {
    font-size: 25px;
  }

  .gallery-prev.prev-img1 {
    margin-left: 0;
    margin-right: 10px;
  }

  .gallery-prev.prev-img1.w--current {
    margin-left: 0;
  }

  .product-big-cost {
    font-size: 1.6rem;
  }

  .product-wrap-cost {
    padding-left: 0;
  }

  .post-short-description {
    font-size: .9rem;
  }

  .symbol-currency {
    padding-left: 0;
    font-size: 16px;
  }

  .layout41_content-left {
    min-height: auto;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .layout2col-even {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .heading-xsmall {
    font-size: .9rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox-label {
    font-size: .7rem;
  }

  .cart-total {
    text-align: right;
  }

  .table-cell2 {
    width: auto;
    padding-left: 10px;
  }

  .cart-count {
    margin-left: 0;
  }

  .cart-product-count {
    width: 30px;
    height: 30px;
  }

  .table-cell4 {
    width: auto;
  }

  .cell-product-title {
    font-size: 13px;
  }

  .cart {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-table-trow {
    height: auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .form-table-trow.row-title {
    display: none;
  }

  .table-cell5 {
    width: 84px;
  }

  .cart-order-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 20px;
    display: grid;
  }

  .cart-product-cost {
    font-size: 17px;
    font-weight: 600;
  }

  .table-cell6 {
    width: 50px;
  }

  .total-text {
    font-size: 18px;
  }

  .table-cell1 {
    width: 30%;
    height: auto;
  }

  .table-cell3 {
    width: 100%;
  }

  .checkout-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .cart-total-copy {
    text-align: right;
  }

  .cart-amount-details {
    text-align: left;
  }

  .cart-product-cost-copy {
    font-size: 11px;
    font-weight: 600;
  }

  .symbol-currency-copy {
    padding-left: 0;
    font-size: 12px;
  }

  .total-text-copy {
    font-size: 14px;
  }

  .div-block-466 {
    display: flex;
  }

  .legal-check-text {
    line-height: 19px;
  }

  .checkout-deatils {
    width: 100%;
  }

  .cart-details {
    width: 100%;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-467 {
    width: 100%;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-468 {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-469 {
    justify-content: space-between;
    display: flex;
  }

  .cart-rate, .cart-rate-copy {
    text-align: left;
    background-image: none;
  }

  .cart-total-price {
    text-align: right;
  }

  .div-block-470 {
    width: 50%;
    flex-direction: column;
    display: flex;
  }

  .heading-48 {
    margin-top: 10px;
    font-size: 22px;
  }

  .booking-unsuccessful {
    width: 95%;
  }

  .error-message-4 {
    margin-top: 10px;
    font-size: 35px;
  }

  .error-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .white-block-2 {
    margin-top: 0;
  }

  .order-succesful {
    width: 100%;
  }

  .order-confirmation-details {
    text-align: left;
  }

  .div-block-466-copy, .product-wrap-gallery-option-2 {
    display: flex;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .label.inside-label, .label.inside-label-type-2 {
    font-size: 10px;
  }

  .label.inside-label-type-3, .label.inside-label-type-4 {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .page-wrapper {
    margin-top: 70px;
  }

  .container-large {
    max-width: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: 0;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-xsmall {
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium.text-weight-semibold {
    font-size: .8rem;
  }

  .text-size-large {
    font-size: .7rem;
  }

  .text-size-large.text-weight-semibold {
    font-size: 1rem;
  }

  .text-size-large.text-weight-small {
    font-size: .9rem;
  }

  .padding-global {
    padding-left: 0%;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .heading-2 {
    margin-bottom: .5rem;
    font-size: 1.2rem;
  }

  .heading-3 {
    font-size: 1.2rem;
  }

  .button-2.is-secondary.is-small.max-width-full {
    font-size: .6rem;
  }

  .paragraph {
    font-size: .8rem;
    display: block;
  }

  .paragraph.text-align-left {
    padding-bottom: 10px;
    font-size: .8rem;
  }

  .header_component {
    grid-template-columns: 1fr;
  }

  .layout_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout_item.background-color-gray.shadow-medium {
    padding-top: 1rem;
  }

  .layout192_component {
    grid-template-columns: 1fr;
  }

  .product_list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .product12_mask {
    width: 95%;
  }

  .gallery19_slide {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .gallery19_mask {
    width: 100%;
  }

  .footer_component {
    padding-top: 0;
  }

  .footer-columns {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-paragraph {
    font-size: 14px;
    line-height: 26px;
  }

  .footer-menu-title {
    margin-bottom: 0;
  }

  .footer-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-nav {
    margin-bottom: 0;
  }

  .footer-social-link {
    margin-right: 12px;
  }

  .copyright-text {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
  }

  .footer-menu-list {
    margin-top: 0;
  }

  .footer-social-block {
    margin-bottom: 15px;
  }

  .list-item {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 26px;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wrapper.m100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home1-deco-part {
    height: 100px;
    background-position: 50%;
    background-size: 960px;
  }

  .section {
    padding: 20px 16px;
  }

  .content35-bottom-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero6-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero6 {
    min-height: auto;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    padding-right: 0;
  }

  .nav-content {
    padding-right: 10px;
  }

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

  .content35-bottom-grid-2 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dropdown {
    text-align: left;
    display: block;
  }

  .nav-content-wrap {
    align-items: flex-start;
  }

  .navigation-link {
    text-align: left;
    justify-content: flex-start;
  }

  .div-block-464 {
    flex-wrap: wrap;
  }

  .logo-box {
    width: 50px;
    height: 30px;
  }

  .logo-box.medium {
    width: 40px;
    height: 25px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .payment-logo {
    height: 30px;
  }

  .payment-logo.medium, .payment-logo.visa-custom {
    height: 25px;
  }

  .footer-list-item {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: .25fr auto;
    align-items: flex-start;
    display: flex;
  }

  .project-arrow {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
  }

  .price {
    margin-bottom: 10px;
  }

  .menu-mob {
    padding: 10px;
  }

  .menu-mob.w--open {
    padding: 5px;
  }

  .product-view {
    padding-top: 10px;
  }

  .gallery-tab {
    padding-right: 0;
  }

  .count-num {
    width: 30px;
    height: 30px;
  }

  .gallery-prev.prev-img1 {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .gallery-prev.prev-img1.w--current {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .container-3 {
    padding-left: 20px;
  }

  .count-submol {
    font-size: 17px;
  }

  .count {
    margin-right: 10px;
  }

  .product-wrap-gallery {
    height: auto;
  }

  .textarea {
    margin-bottom: 10px;
  }

  .gallery-previews {
    max-height: none;
    flex-direction: row;
    margin-top: 20px;
  }

  .gallery-images {
    width: 100%;
    padding-right: 0;
  }

  .wrap-count {
    flex-flow: row;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .button-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9px;
  }

  .product-wrap-cost {
    margin-top: 40px;
    display: block;
  }

  .product-gallery {
    height: 350px;
    flex-direction: column;
    position: static;
  }

  .form-row {
    margin-bottom: 0;
  }

  .product-header4_tab-link.w--current {
    font-size: .8rem;
  }

  .layout2col-even {
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-header4_tabs-menu {
    align-items: flex-start;
  }

  .cart-total {
    text-align: left;
    font-size: 12px;
  }

  .table-cell2 {
    flex: none;
    padding-left: 0;
  }

  .table-cell4 {
    width: 36%;
    flex: none;
    justify-content: flex-start;
  }

  .cart {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-table-trow {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    overflow: visible;
  }

  .form-table-trow.row-title {
    height: 30px;
    padding-bottom: 0;
    overflow: scroll;
  }

  .table-cell5 {
    flex: none;
  }

  .cart-order-row {
    flex-direction: column;
    display: flex;
  }

  .cell-title {
    font-size: 13px;
  }

  .cart-product-cost {
    font-size: 17px;
  }

  .promocode {
    margin-right: 0;
    display: flex;
  }

  .total-text {
    font-size: 17px;
  }

  .table-cell1 {
    width: 30%;
    flex: none;
  }

  .table-cell3 {
    width: auto;
    flex: none;
  }

  .text-block-7 {
    flex: none;
  }

  .checkout-title {
    font-size: 15px;
  }

  .field-title {
    display: none;
  }

  .checkout-container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap-field {
    width: 100%;
  }

  .text-block-9 {
    flex: none;
  }

  .image-3 {
    width: 100px;
    height: 100px;
  }

  .text-block-10 {
    font-size: 9px;
    line-height: 18px;
  }

  .cart-amount-details {
    text-align: left;
  }

  .cart-product-cost-copy {
    font-size: 10px;
  }

  .total-text-copy {
    font-size: 11px;
  }

  .div-block-466 {
    width: 100%;
    align-items: flex-start;
  }

  .form-legal-check {
    margin-bottom: 10px;
  }

  .legal-check-text {
    font-size: 11px;
  }

  .radio-button-label {
    font-size: .7rem;
  }

  .checkout-deatils {
    padding: 10px;
  }

  .cart-details {
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 0;
    top: 0;
  }

  .div-block-467 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    margin-top: 10px;
    display: flex;
  }

  .div-block-468 {
    align-items: center;
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-cart {
    z-index: 0;
  }

  .div-block-469 {
    width: 100%;
  }

  .cart-rate {
    text-align: left;
    padding-left: 0;
  }

  .cart-rate-copy {
    text-align: left;
  }

  .cart-total-price {
    text-align: left;
    font-size: 12px;
  }

  .image-4 {
    width: auto;
  }

  .heading-48 {
    background-image: radial-gradient(circle, #098f11 48%, rgba(255, 255, 255, 0) 91%);
    font-size: 15px;
    line-height: 29px;
  }

  .error-message-4 {
    font-size: 21px;
    line-height: 30px;
  }

  .error-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
  }

  .order-succesful {
    width: 95%;
    padding: 11px;
  }

  .text-span-2 {
    font-size: 19px;
  }

  .order-confirmation-details {
    text-align: left;
  }

  .div-block-466-copy {
    width: 100%;
    border-radius: 6px;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-wrap-gallery-option-2 {
    height: auto;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .gallery-wrap-image-option-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .label.inside-label, .label.inside-label-type-2, .label.inside-label-type-3, .label.inside-label-type-4 {
    text-align: center;
    font-size: 10px;
  }

  .button-body {
    padding: 6vw 13vw;
  }

  .button-text {
    font-size: 7vw;
  }
}

#w-node-_38d0b123-45dd-e867-eede-8237025b3ec0-3c7eb5f8, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec5-3c7eb5f8, #w-node-_38d0b123-45dd-e867-eede-8237025b3eca-3c7eb5f8, #w-node-ab192474-7330-ada0-fb33-090a0f3fb9a1-3c7eb5f8, #w-node-_0f17e060-c9a8-2069-1de0-84a5bf0fc61a-3c7eb5f8, #w-node-f50551b1-1d6f-32d6-36b6-459b9059b5ea-3c7eb5f8, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec0-3c7eb612, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec5-3c7eb612, #w-node-_38d0b123-45dd-e867-eede-8237025b3eca-3c7eb612, #w-node-ab192474-7330-ada0-fb33-090a0f3fb9a1-3c7eb612, #w-node-_0f17e060-c9a8-2069-1de0-84a5bf0fc61a-3c7eb612, #w-node-f50551b1-1d6f-32d6-36b6-459b9059b5ea-3c7eb612 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3101f9df-820e-1388-dfb9-dfd32b4956ca-daf01f59, #w-node-eb2fdb5f-abc6-265c-23a2-57a715578a62-daf01f59, #w-node-eb2fdb5f-abc6-265c-23a2-57a715578a64-daf01f59, #w-node-_3a1bae22-68be-25e1-d063-4b1f2e480774-daf01f59, #w-node-eb2fdb5f-abc6-265c-23a2-57a715578a6e-daf01f59, #w-node-_489dff33-8619-89ce-5738-7477152c0c14-daf01f59, #w-node-eb2fdb5f-abc6-265c-23a2-57a715578a72-daf01f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38d0b123-45dd-e867-eede-8237025b3ec0-daf01f59, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec5-daf01f59, #w-node-_38d0b123-45dd-e867-eede-8237025b3eca-daf01f59, #w-node-ab192474-7330-ada0-fb33-090a0f3fb9a1-daf01f59, #w-node-_0f17e060-c9a8-2069-1de0-84a5bf0fc61a-daf01f59, #w-node-f50551b1-1d6f-32d6-36b6-459b9059b5ea-daf01f59 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_0e786962-46cc-6e82-7f1a-bae8f0f23f89-3c7eb5f8, #w-node-_0e786962-46cc-6e82-7f1a-bae8f0f23f89-3c7eb603, #w-node-_0e786962-46cc-6e82-7f1a-bae8f0f23f89-3c7eb612, #w-node-_0e786962-46cc-6e82-7f1a-bae8f0f23f89-daf01f59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1bb26e7f-b757-08bc-be9d-51cb8eacea72-3c7eb5f8 {
    order: -9999;
  }

  #w-node-_38d0b123-45dd-e867-eede-8237025b3ec0-3c7eb5f8, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec5-3c7eb5f8, #w-node-_38d0b123-45dd-e867-eede-8237025b3eca-3c7eb5f8, #w-node-ab192474-7330-ada0-fb33-090a0f3fb9a1-3c7eb5f8, #w-node-_0f17e060-c9a8-2069-1de0-84a5bf0fc61a-3c7eb5f8, #w-node-f50551b1-1d6f-32d6-36b6-459b9059b5ea-3c7eb5f8 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0e786962-46cc-6e82-7f1a-bae8f0f23f89-3c7eb5f8 {
    grid-column: span 2 / span 2;
  }

  #w-node-_07a8ec12-1060-7be1-5733-9d131b2ab184-3c7eb5ff, #w-node-_07a8ec12-1060-7be1-5733-9d131b2ab18b-3c7eb5ff, #w-node-_07a8ec12-1060-7be1-5733-9d131b2ab192-3c7eb5ff, #w-node-_07a8ec12-1060-7be1-5733-9d131b2ab199-3c7eb5ff, #w-node-_07a8ec12-1060-7be1-5733-9d131b2ab1a0-3c7eb5ff, #w-node-a8cf5a73-3d4d-a5da-72bf-09be24c69f46-3c7eb600, #w-node-_0e6d7451-04eb-02f2-0371-2a91cba12f98-3c7eb600, #w-node-_1727aa42-ba37-3590-d9e1-ca76044b40ff-3c7eb600, #w-node-_39e69de9-39b1-164b-c633-af0d478c475f-3c7eb600, #w-node-a42e2851-aea9-7849-2016-55e6f25cf21a-3c7eb600 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e786962-46cc-6e82-7f1a-bae8f0f23f89-3c7eb603 {
    grid-column: span 2 / span 2;
  }

  #w-node-_38d0b123-45dd-e867-eede-8237025b3ec0-3c7eb612, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec5-3c7eb612, #w-node-_38d0b123-45dd-e867-eede-8237025b3eca-3c7eb612, #w-node-ab192474-7330-ada0-fb33-090a0f3fb9a1-3c7eb612, #w-node-_0f17e060-c9a8-2069-1de0-84a5bf0fc61a-3c7eb612, #w-node-f50551b1-1d6f-32d6-36b6-459b9059b5ea-3c7eb612 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0e786962-46cc-6e82-7f1a-bae8f0f23f89-3c7eb612 {
    grid-column: span 2 / span 2;
  }

  #w-node-a8cf5a73-3d4d-a5da-72bf-09be24c69f46-3c7eb615, #w-node-_0e6d7451-04eb-02f2-0371-2a91cba12f98-3c7eb615, #w-node-_1727aa42-ba37-3590-d9e1-ca76044b40ff-3c7eb615, #w-node-_39e69de9-39b1-164b-c633-af0d478c475f-3c7eb615 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38d0b123-45dd-e867-eede-8237025b3ec0-daf01f59, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec5-daf01f59, #w-node-_38d0b123-45dd-e867-eede-8237025b3eca-daf01f59, #w-node-ab192474-7330-ada0-fb33-090a0f3fb9a1-daf01f59, #w-node-_0f17e060-c9a8-2069-1de0-84a5bf0fc61a-daf01f59, #w-node-f50551b1-1d6f-32d6-36b6-459b9059b5ea-daf01f59 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0e786962-46cc-6e82-7f1a-bae8f0f23f89-daf01f59 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_38d0b123-45dd-e867-eede-8237025b3ec0-3c7eb5f8, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec5-3c7eb5f8, #w-node-_38d0b123-45dd-e867-eede-8237025b3eca-3c7eb5f8, #w-node-ab192474-7330-ada0-fb33-090a0f3fb9a1-3c7eb5f8, #w-node-_0f17e060-c9a8-2069-1de0-84a5bf0fc61a-3c7eb5f8, #w-node-f50551b1-1d6f-32d6-36b6-459b9059b5ea-3c7eb5f8 {
    grid-column: span 4 / span 4;
  }

  #w-node-a7dd680f-11a0-9939-e7b5-fc513abd28b8-3c7eb5f8, #w-node-a7dd680f-11a0-9939-e7b5-fc513abd28b8-3c7eb603 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38d0b123-45dd-e867-eede-8237025b3ec0-3c7eb612, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec5-3c7eb612, #w-node-_38d0b123-45dd-e867-eede-8237025b3eca-3c7eb612, #w-node-ab192474-7330-ada0-fb33-090a0f3fb9a1-3c7eb612, #w-node-_0f17e060-c9a8-2069-1de0-84a5bf0fc61a-3c7eb612, #w-node-f50551b1-1d6f-32d6-36b6-459b9059b5ea-3c7eb612 {
    grid-column: span 4 / span 4;
  }

  #w-node-a7dd680f-11a0-9939-e7b5-fc513abd28b8-3c7eb612 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38d0b123-45dd-e867-eede-8237025b3ec0-daf01f59, #w-node-_38d0b123-45dd-e867-eede-8237025b3ec5-daf01f59, #w-node-_38d0b123-45dd-e867-eede-8237025b3eca-daf01f59, #w-node-ab192474-7330-ada0-fb33-090a0f3fb9a1-daf01f59, #w-node-_0f17e060-c9a8-2069-1de0-84a5bf0fc61a-daf01f59, #w-node-f50551b1-1d6f-32d6-36b6-459b9059b5ea-daf01f59 {
    grid-column: span 4 / span 4;
  }

  #w-node-a7dd680f-11a0-9939-e7b5-fc513abd28b8-daf01f59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


