:root {
  --red: #7c2239;
  --font--background: #fff2cc;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--primary-base: #642eff;
  --gold: #f7b33b;
  --color: #000;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --background: #d4b277;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --white: white;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  background-color: #d4b277;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0%;
}

.div-block {
  margin-top: 0%;
  margin-left: 0%;
}

.navbar-logo-center {
  padding-left: 0%;
  padding-right: 100px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-image: repeating-linear-gradient(#671731, #5d152c 42%, #310b17 99%, #000);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 35px;
  width: 100%;
  max-width: 1140px;
  margin-top: 5%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: 210px;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fef9d5;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff9d6;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #fff9d0;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f8b549;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.quick-stack {
  padding-top: 0;
}

.footer-dark {
  color: #141414;
  background-color: #7b2239;
  border-bottom: 1px solid #e4ebf3;
  margin-right: 0;
  padding: 15px 30px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff9d5;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-2 {
  background-image: url('../images/Side-Style.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: fixed;
  display: block;
}

.div-block-3 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 241, 203, 0);
  background-image: linear-gradient(#fff3cc, #fff2cd 6.6%, rgba(0, 0, 0, 0) 6%);
  background-clip: border-box;
  border-top: 3px solid #000;
  border-top-left-radius: 25px;
  height: 90%;
  margin-top: -41px;
  margin-bottom: 0;
  margin-left: 9%;
}

.quick-stack-2 {
  background-color: #fff2cc;
  border: 1px #000;
  border-bottom-left-radius: 35px;
  height: 65vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
}

.quick-stack-3 {
  padding: 0;
}

.container-2 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-4 {
  background-color: #7c2239;
  border: 3px solid #000;
  border-radius: 36px;
  width: 100%;
  height: 50%;
}

.cell-2 {
  border-radius: 25px;
}

.div-block-5 {
  background-color: red;
  margin-top: -18px;
}

.div-block-6 {
  width: 100%;
  height: 83%;
  position: relative;
}

.image {
  position: relative;
  top: 46px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 13%;
  margin-left: 0;
  padding: 0;
}

.div-block-7 {
  margin-bottom: 31px;
}

.div-block-8 {
  outline-offset: 0px;
  outline: 3px dashed #333;
  height: 50%;
}

.div-block-9 {
  background-color: #261e31;
  height: 74px;
  margin-top: -23px;
}

.div-block-10 {
  border: 1px #000;
  border-bottom: 5px dashed #fff2cc;
  height: 50%;
}

.image-2 {
  max-width: 22%;
  margin-left: 3%;
  position: static;
}

.image-3 {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: 27%;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  top: -186%;
  bottom: auto;
  left: -6%;
  right: auto;
  overflow: clip;
}

.navbar-logo-center-2 {
  clear: none;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  background-image: linear-gradient(#7d1b38, #67182e 32%, #561526 56%, #250e0e);
  width: 100%;
  margin-top: 62px;
  margin-left: 0;
  margin-right: 0;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--font--background);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: #f7b33b;
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: var(--red);
  letter-spacing: 4px;
  text-indent: 0;
  text-transform: uppercase;
  background-color: #f6b33b;
  border: 3px solid #000;
  border-radius: 25px;
  padding: 12px 25px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.body-copy {
  background-color: #d4b277;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block {
  color: var(--font--background);
  font-size: 20px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 31px;
  font-size: 16px;
  line-height: 1.8;
}

.f-tab-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  margin-bottom: 8px;
  font-size: 33px;
  font-weight: 500;
  line-height: 24px;
}

.f-tab-pane {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 12px;
  width: 723px;
  min-width: 723px;
  min-height: 509px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 24px;
}

.f-tab-button-r {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-start;
  padding: 12px 44px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.f-tab-button-r.w--current {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  text-align: center;
  border-radius: 0 8px 8px 0;
  font-weight: 500;
}

.f-tab-button-middle {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  align-self: flex-start;
  padding: 12px 44px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.f-tab-button-middle.w--current {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  font-weight: 500;
}

.f-tab-button-m {
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  width: 203px;
  padding: 12px 44px;
  font-size: 14px;
  line-height: 24px;
}

.f-tab-button-m.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--red);
  color: var(--gold);
  vertical-align: baseline;
  border-radius: 8px;
  flex: 1;
  align-self: flex-start;
  width: 203px;
  max-width: 100%;
  font-weight: 500;
  display: block;
  position: static;
}

.f-tabs-menu {
  border: 3px solid var(--color);
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  order: 0;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 203px;
  margin-bottom: 24px;
  display: flex;
}

.f-tab {
  background-color: var(--font--background);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 90%;
  margin-top: 0;
  padding: 80px 20px 0;
  display: flex;
}

.roundbutton {
  background-color: var(--gold);
  outline-offset: 0px;
  color: var(--color);
  border: 2px solid #000;
  border-radius: 20px;
  outline: 3px #f7b33b;
  flex: 0 auto;
  order: 1;
  align-self: stretch;
  width: 28px;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.cell-4 {
  color: var(--gold);
}

.div-block-11 {
  align-self: flex-start;
  padding-right: 0;
}

.div-block-12 {
  align-self: flex-start;
  padding-right: 30px;
}

.div-block-13 {
  align-self: flex-start;
}

.paragraph {
  margin-top: 19px;
}

.div-block-14 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-6 {
  align-self: flex-start;
}

.div-block-15 {
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.div-block-16 {
  width: 51%;
}

.image-7 {
  z-index: 1000;
  width: 44%;
  position: absolute;
  top: 198px;
  left: -121px;
}

.tabs-content {
  overflow: visible;
}

.image-8 {
  position: absolute;
}

.image-9 {
  text-align: left;
  margin-left: 310px;
  margin-right: 34px;
  padding-left: 0;
}

.image-10 {
  max-width: 76%;
  position: absolute;
  bottom: -23.5469px;
  left: -198px;
}

.image-11 {
  position: absolute;
  top: 186.969px;
  left: -117px;
}

.text-block-2 {
  color: var(--gold);
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  left: 187px;
}

.section {
  padding-top: 55px;
  padding-bottom: 132px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h5-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 54px;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  float: none;
  clear: none;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 200px;
  min-width: 100%;
  height: 200px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: var(--font--background);
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  background-color: var(--font--background);
  border-radius: 0 0 25px 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  padding: 93px 20px 20px;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.f-section-large {
  margin-right: -1px;
  padding: 0 0% 92px;
  position: relative;
}

.body-2 {
  background-color: var(--background);
  margin-left: 40px;
  margin-right: 40px;
}

.image14 {
  width: 274px;
}

.slide {
  background-image: url('../images/IMG_1619.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMG_1620.jpg');
  background-position: 0 0;
  background-size: cover;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 27px;
}

.button {
  float: none;
  clear: none;
  background-color: var(--red);
  text-align: left;
  vertical-align: sub;
  border-radius: 15px;
  position: static;
  top: 0;
  left: 0;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-contact-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 24px;
}

.f-button-neutral-2 {
  background-color: var(--gold);
  color: var(--color);
  text-align: center;
  letter-spacing: -.02em;
  border: 3px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-self: center;
  align-items: center;
  display: flex;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-65 {
  margin-bottom: 32px;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-2 {
  background-color: var(--red);
  color: var(--font--background);
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: var(--color);
  border: 3px solid #000;
  border-radius: 25px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 16px 10px 18px;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-66 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-left {
  max-width: 500px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.cell-5 {
  padding-top: 92px;
}

.heading-2 {
  color: var(--gold);
}

.paragraph-3 {
  text-align: center;
  margin-top: 31px;
  font-size: 25px;
  line-height: 28px;
}

.quick-stack-5 {
  background-color: var(--font--background);
}

.heading-3 {
  margin-left: 125px;
}

.heading-4 {
  align-self: center;
}

.list {
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  margin-left: 244px;
  display: flex;
}

.image-14 {
  width: 257px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .f-tabs-menu {
    align-self: center;
  }

  .f-tab {
    clear: none;
    flex-flow: column;
  }

  .image-7 {
    top: 231px;
    left: -22px;
  }

  .image-10 {
    left: 0;
  }

  .image-11 {
    vertical-align: middle;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 27%;
    right: 0%;
  }

  .text-block-2 {
    left: 0;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-button-wrapper {
    flex-flow: column;
  }

  .f-header-grid-asymmetrical {
    clear: none;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .image14 {
    width: 281px;
  }

  .f-contact-submit-wrapper {
    align-self: center;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .cell-5 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-3 {
    align-self: center;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    color: var(--red);
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-2.w--current {
    color: var(--red);
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .text-block {
    color: var(--red);
  }

  .f-tab-pane {
    width: auto;
    min-width: 11%;
    position: static;
  }

  .f-tab-button-r.w--current {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .f-tab-button-m.w--current {
    border-radius: 8px 8px 0 0;
  }

  .f-tabs-menu {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .div-block-15 {
    flex-flow: column;
    align-self: center;
  }

  .div-block-16 {
    flex-flow: column;
    display: flex;
  }

  .image-7 {
    text-align: left;
    width: 100%;
    position: static;
  }

  .tabs-content {
    flex: 0 auto;
    align-self: auto;
  }

  .image-10 {
    bottom: 13.4531px;
    left: 37px;
  }

  .image-11 {
    left: 13%;
  }

  .text-block-2 {
    left: 0;
  }

  .f-h5-heading {
    padding-top: 99px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image14 {
    width: 300px;
  }

  .f-contact-submit-wrapper {
    align-self: center;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .f-paragraph-large-2 {
    text-align: center;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-3 {
    text-align: center;
    align-self: auto;
    margin-left: 0;
  }

  .image-13 {
    width: 300px;
  }

  .heading-4 {
    flex-flow: column;
    align-self: center;
    display: flex;
  }

  .list {
    margin-left: 0;
  }

  .image-14 {
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-logo-center {
    padding-right: 0;
  }

  .navbar-logo-center-container.shadow-three {
    border-bottom-right-radius: 0;
    margin-top: 9%;
  }

  .navbar-wrapper-three {
    display: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .div-block-3 {
    margin-left: auto;
  }

  .quick-stack-2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    margin-top: 20px;
  }

  .div-block-6 {
    width: 142%;
    height: 94%;
  }

  .image {
    max-width: 122%;
    top: 22px;
    left: -20px;
  }

  .div-block-9 {
    height: 8%;
  }

  .navbar-logo-center-container-2.shadow-three {
    background-color: #832343;
    background-image: linear-gradient(#831f3a, #69192f 35%, #020202);
    width: 100%;
    margin-top: 1px;
    top: 21px;
  }

  .container-3 {
    max-width: none;
  }

  .navbar-brand-three-2 {
    background-image: url('../images/LOGO.png');
    background-position: 0 0;
    background-size: auto;
    height: 45px;
    padding-bottom: 0;
  }

  .nav-menu-wrapper-three-2 {
    z-index: 3;
  }

  .nav-menu-three-2 {
    z-index: 2;
    clear: none;
    flex-direction: column;
    margin-top: 52px;
    position: relative;
  }

  .nav-link-2.w--current, .nav-dropdown-toggle-2, .nav-dropdown-icon-2 {
    color: var(--red);
  }

  .nav-dropdown-link-2 {
    text-align: center;
  }

  .button-primary-2 {
    clear: both;
    align-self: auto;
  }

  .menu-button-2 {
    z-index: 2;
  }

  .image-4 {
    float: none;
    max-width: 72%;
    position: relative;
    top: -3px;
  }

  .image-5 {
    z-index: 3;
    position: relative;
    top: -45px;
    left: -35px;
  }

  .icon {
    background-color: #fbcb4f;
  }

  .cell-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-without-image {
    background-color: rgba(245, 247, 250, 0);
    padding-bottom: 2px;
  }

  .heading {
    color: #fbcb50;
    white-space: normal;
    word-break: normal;
    background-color: #772036;
    border-radius: 25px;
    margin-top: -20px;
    padding: 12px 10px;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
  }

  .body-copy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block {
    color: var(--red);
  }

  .f-paragraph-regular {
    padding-top: 0;
  }

  .f-tab-heading {
    letter-spacing: .1px;
    line-height: 35px;
  }

  .f-tab-pane {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .f-tab-button-m.w--current {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: 100%;
  }

  .f-tabs-menu {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .f-tab {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
  }

  .div-block-14 {
    margin-left: 0%;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .image-10 {
    max-width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .image-11 {
    max-width: 86%;
    position: relative;
    top: 13px;
    left: 7%;
  }

  .text-block-2 {
    flex: 0 auto;
    align-self: center;
    left: 0;
  }

  .f-paragraph-large {
    text-align: center;
  }

  .f-h5-heading {
    text-align: center;
    margin-top: 5%;
    padding-top: 5%;
  }

  .f-feature-icon-wrapper-white {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .f-feature-card-filled {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .f-h3-heading {
    text-align: center;
  }

  .f-section-large {
    margin-top: 0;
    padding-top: 119px;
  }

  .body-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image14 {
    float: left;
    vertical-align: middle;
    width: 224px;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    position: relative;
    top: auto;
    left: auto;
  }

  .slide-2 {
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .f-contact-divider {
    display: none;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-self: center;
    align-items: flex-start;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large-2 {
    align-self: auto;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    padding-top: 17vw;
    position: relative;
  }

  .cell-5 {
    padding-top: 0;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .quick-stack-5 {
    text-align: center;
    padding-top: 79px;
    padding-right: 20px;
  }

  .heading-3 {
    align-self: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .image-13 {
    width: 100%;
  }

  .list {
    padding-left: 0;
  }

  .image-14 {
    float: right;
    clear: none;
    width: 100%;
  }
}

#w-node-_43b1f959-135f-1cb8-474b-d7d35a18e86f-020f9b3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43b1f959-135f-1cb8-474b-d7d35a18e875-020f9b3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_43b1f959-135f-1cb8-474b-d7d35a18e881-020f9b3a {
  align-self: auto;
}

#w-node-_77a82cb7-8401-fc05-4208-b4a13c4e0fc1-5f08d3c9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_77a82cb7-8401-fc05-4208-b4a13c4e0fc2-5f08d3c9 {
  grid-row: span 3 / span 3;
}

#w-node-_6eb57b24-2802-a76f-341d-fc6f99c1e3f4-5f08d3c9 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_43b1f959-135f-1cb8-474b-d7d35a18e881-020f9b3a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_77a82cb7-8401-fc05-4208-b4a13c4e0fc1-5f08d3c9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_77a82cb7-8401-fc05-4208-b4a13c4e0fc2-5f08d3c9 {
    grid-row: span 3 / span 3;
  }

  #w-node-_6eb57b24-2802-a76f-341d-fc6f99c1e3f4-5f08d3c9 {
    grid-row: span 2 / span 2;
  }
}


