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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
}

a {
  color: #d4a809;
  text-decoration: underline;
}

.section {
  height: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.section-2 {
  height: 75vh;
  background-color: #1d285a;
  background-image: linear-gradient(45deg, hsla(0, 0%, 98%, 0.93), rgba(248, 238, 223, 0), rgba(233, 238, 240, 0.94)), url('../images/machine01-1920x862.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.body {
  max-width: 600px;
  padding-right: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 0%;
  font-family: 'Berlin sans fb 3', sans-serif;
}

.home-hero-section {
  display: -ms-grid;
  display: grid;
  height: auto;
  min-height: 70vh;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.home-hero-image {
  position: static;
  background-image: url('../images/hero-machine.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
  box-shadow: 0 -1px 3px 0 #000;
}

.home-hero-content {
  padding: 30px;
  background-color: hsla(0, 0%, 100%, 0.91);
}

.major-heading {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: 'Great Vibes', cursive;
  color: #680f0b;
  font-size: 47px;
  line-height: 1.2;
  font-weight: 400;
}

.major-heading.secondary {
  max-width: 800px;
  margin-bottom: 10px;
  color: #d4a809;
  font-size: 57px;
}

.button {
  margin: -1px 9px -1px 0px;
  padding-right: 11px;
  padding-left: 11px;
  background-color: #64130f;
  font-family: Berlinsans, sans-serif;
}

.button:hover {
  background-color: rgba(135, 27, 22, 0.64);
}

.button.footer {
  margin-top: 5px;
  margin-bottom: 34px;
  padding-right: 11px;
  text-align: center;
}

.button.footer:hover {
  background-color: #dd6661;
}

.button.special {
  margin-top: 11px;
  margin-bottom: 19px;
}

.home-hero-paragraph {
  max-width: 600px;
  min-width: 0px;
  margin-bottom: 32px;
  font-family: 'Berlin sans fb 3', sans-serif;
  color: #000;
  font-weight: 400;
}

.home-hero-paragraph.head {
  font-family: 'Berlin sans fb 3', sans-serif;
  font-weight: 100;
}

.image {
  margin: 1px 9px 1px 0px;
  padding-top: 18px;
  padding-bottom: 0px;
}

.nav-link {
  margin-top: 20px;
  margin-right: 0px;
  padding: 29px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #64130f;
  font-size: 15px;
}

.nav-link:hover {
  border-top: 1px solid rgba(138, 73, 131, 0.16);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(147, 159, 190, 0.15)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(147, 159, 190, 0.15), hsla(0, 0%, 100%, 0));
}

.nav-link.w--current {
  color: #d4a809;
}

.nav-link.w--current:hover {
  border-top-style: solid;
  border-top-color: rgba(105, 12, 95, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 117, 131, 0.17)), to(hsla(0, 0%, 100%, 0.07)));
  background-image: linear-gradient(180deg, rgba(113, 117, 131, 0.17), hsla(0, 0%, 100%, 0.07));
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1111;
  display: block;
  width: 100%;
  min-width: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 253, 253, 0.91);
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: block;
  width: auto;
  min-width: 0px;
  margin: 0px 17px 12px 83px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
  font-size: 17px;
}

.home-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin: 0px 50px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 42px 184px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  margin-bottom: 0px;
  padding: 67px 87px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b7c4c7), to(#fff));
  background-image: linear-gradient(180deg, #b7c4c7, #fff);
}

.info-image-div {
  display: block;
  width: 274px;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-image-div.div-block-6 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-image-div.special {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-grid {
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: 23px;
  padding-right: 0px;
  justify-items: start;
  background-color: rgba(78, 81, 88, 0.27);
  font-family: 'Martel Sans', sans-serif;
}

.footer-link {
  display: block;
  margin-bottom: 15px;
  color: #1c2672;
  text-decoration: none;
}

.div-block {
  font-weight: 400;
}

.div-block.footer-links {
  padding-right: 20px;
  text-align: left;
}

.footer-text {
  display: block;
  margin-bottom: 11px;
  color: #200403;
  font-weight: 400;
  text-decoration: none;
}

.footer-text.link:hover {
  color: rgba(32, 4, 3, 0.24);
  font-weight: 400;
}

.footer-text.link.w--current:hover {
  background-color: hsla(0, 0%, 100%, 0);
  color: rgba(105, 46, 173, 0.47);
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 1px;
  font-weight: 700;
}

.paragraph-3 {
  margin-bottom: 5px;
}

.paragraph-4 {
  margin-bottom: 7px;
  font-weight: 700;
}

.footer-section {
  margin-top: 63px;
}

.div-block-2 {
  width: 300px;
}

.paragraph-5 {
  margin-top: 9px;
}

.home-info-text {
  margin-top: 27px;
  font-family: 'Berlin sans fb 3', sans-serif;
  font-weight: 100;
}

.goals-section {
  display: -ms-grid;
  display: grid;
  max-width: none;
  margin: 47px 140px 54px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.goals-section.grid {
  margin: 0px;
  padding-top: 0px;
  padding-left: 0px;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.info-image {
  display: block;
  width: 100%;
  max-width: none;
  box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.71);
}

.body-2 {
  background-color: #fff;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.container-2 {
  width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: -15px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  box-shadow: 0 0 0 -20px transparent;
  color: transparent;
}

.brand {
  margin-left: 98px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(45deg, #290402, rgba(151, 41, 41, 0) 67%), url('../images/hero-Hat-02.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.about {
  background-image: linear-gradient(45deg, #290402, rgba(151, 41, 41, 0) 67%), url('../images/dollar.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section.contact {
  background-image: linear-gradient(45deg, #290402, rgba(151, 41, 41, 0) 67%), url('../images/1646.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.process {
  background-image: linear-gradient(45deg, #290402, rgba(151, 41, 41, 0) 67%), url('../images/1907.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, fixed;
}

.hero-section.special {
  background-image: linear-gradient(45deg, #290402, rgba(151, 41, 41, 0) 67%), url('../images/GolfBagClose03.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.paragraph-6 {
  max-width: 400px;
}

.hero-paragraph {
  max-width: 400px;
  font-family: 'Berlin sans fb 3', sans-serif;
  color: #fff;
  font-weight: 400;
}

.hero-paragraph.plus {
  font-size: 19px;
  font-weight: 700;
}

.body-4 {
  padding-right: 15px;
}

.div-block-3 {
  width: 111px;
  height: 1px;
  margin-top: 1px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dd9ad6;
}

.divider {
  width: 111px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 28px;
  background-color: #d4a809;
}

.divider.body {
  margin-top: 18px;
  margin-bottom: 19px;
}

.divider.right {
  margin-bottom: 10px;
}

.paragraph-7 {
  margin-right: 99px;
  margin-bottom: 6px;
  font-family: 'Berlin sans fb 3', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-8 {
  font-size: 17px;
  font-weight: 200;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  color: #1d285a;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  text-align: right;
}

.heading.promise {
  font-family: 'Great Vibes', cursive;
  color: #d4a809;
}

.heading.goals {
  font-family: 'Great Vibes', cursive;
  color: #64130f;
}

.work-grid {
  min-height: 200px;
  margin-top: 17px;
  margin-bottom: 36px;
  padding-right: 60px;
  padding-bottom: 46px;
  padding-left: 60px;
  background-color: rgba(91, 96, 138, 0.14);
}

.work-grid.cloths {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-2 {
  height: 700px;
  margin-top: 26px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.body-subhead {
  font-family: 'Berlin sans fb 3', sans-serif;
  color: #64130f;
  font-size: 20px;
  font-weight: 400;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-height: none;
  margin-top: 31px;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-head {
  margin-top: 19px;
  margin-bottom: 0px;
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.work-section {
  margin-top: 27px;
  margin-bottom: 38px;
  padding-bottom: 0px;
  border-top: 1px solid rgba(116, 77, 161, 0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 223, 221, 0.76)), to(#fff));
  background-image: linear-gradient(180deg, rgba(223, 223, 221, 0.76), #fff);
}

.div-block-6 {
  margin-top: 1px;
  margin-right: 300px;
  margin-left: 300px;
  padding-top: 22px;
}

.work-paragraph {
  margin-bottom: 41px;
  padding-right: 453px;
}

.work-image {
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.29);
}

.bold-body {
  color: #db9d77;
  font-weight: 700;
}

.bold-body.light {
  font-family: 'Great Vibes', cursive;
  font-size: 25px;
  font-style: normal;
}

.bold-body.dark {
  color: #966548;
}

.body-text {
  max-width: 600px;
  color: #e5d2d2;
}

.body-text.reverse {
  font-family: 'Berlin sans fb 3', sans-serif;
  color: #fff;
}

.body-text.reg {
  font-family: 'Berlin sans fb 3', sans-serif;
  color: #000;
  font-size: 14px;
}

.left-column-image {
  width: 100%;
  max-width: 200px;
  margin-top: 22px;
  background-image: url('../images/machine04.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.left-column-image.spools {
  background-image: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.body-sub-02 {
  color: #64130f;
  font-size: 23px;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  font-family: 'Great Vibes', cursive;
  color: #1d285a;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.image-4 {
  max-height: none;
  max-width: 60%;
  margin-top: 17px;
  text-align: right;
}

.image-5 {
  max-width: 65%;
  margin-top: 19px;
}

.paragraph-9 {
  margin-top: 7px;
  margin-bottom: 9px;
  font-family: 'Berlin sans fb 3', sans-serif;
  color: #000;
}

.paragraph-10 {
  font-family: 'Berlin sans fb 3', sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-span-4 {
  font-weight: 700;
}

.text-span-5 {
  font-weight: 700;
}

.div-block-8 {
  max-width: 600px;
}

.promise-section {
  margin-bottom: 52px;
  background-image: linear-gradient(96deg, rgba(16, 46, 46, 0.84) 62%, hsla(0, 0%, 100%, 0)), url('../images/rodeoShirt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.paragraph-11 {
  font-family: 'Berlin sans fb 3', sans-serif;
  font-weight: 900;
}

.paragraph-12 {
  font-family: 'Martel Sans', sans-serif;
}

.clickontext {
  margin-bottom: 19px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.special-process-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-13 {
  font-family: 'Berlin sans fb 3', sans-serif;
}

.paragraph-14 {
  font-family: Brlnsdb, sans-serif;
  color: #485383;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 400;
}

.text-span-6 {
  color: #64130f;
}

.text-span-7 {
  color: #64130f;
}

.text-span-8 {
  color: #64130f;
}

.bold-text-2 {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.bold-text-3 {
  color: #64130f;
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.subhead-01 {
  font-family: Brlnsdb, sans-serif;
  color: #000;
  font-size: 19px;
}

.subhead-01.reverse {
  color: #fff;
}

.text-span-9 {
  font-family: 'PT Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.text-span-10 {
  font-family: Brlnsdb, sans-serif;
  font-size: 24px;
}

.text-span-11 {
  font-family: Brlnsdb, sans-serif;
  color: #1d285a;
  font-size: 19px;
}

@media screen and (max-width: 991px) {
  .home-hero-section {
    min-height: auto;
    -ms-grid-rows: 205px auto;
    grid-template-rows: 205px auto;
  }

  .home-hero-image {
    background-position: 50% 50%;
    background-size: cover;
  }

  .home-hero-content {
    padding-top: 6px;
    padding-bottom: 0px;
  }

  .button {
    margin-bottom: 16px;
  }

  .home-hero-paragraph {
    max-width: none;
    margin-bottom: 21px;
  }

  .nav-link {
    border-bottom: 1px solid rgba(116, 77, 161, 0.44);
    border-radius: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(190, 224, 224, 0)), color-stop(79%, hsla(0, 0%, 100%, 0.51)));
    background-image: linear-gradient(180deg, rgba(190, 224, 224, 0), hsla(0, 0%, 100%, 0.51) 79%);
  }

  .navbar {
    position: relative;
  }

  .nav-menu {
    margin-right: 0px;
    background-color: rgba(215, 246, 248, 0.92);
  }

  .home-info-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .info-image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block.footer-links {
    margin-bottom: 15px;
    padding-bottom: 0px;
  }

  .footer-text {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer-text.link {
    margin-bottom: 24px;
  }

  .goals-section {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    grid-auto-flow: column;
    grid-auto-columns: 2.25fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .goals-section.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 2.25fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .info-image {
    width: 100%;
  }

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

  .brand {
    margin-left: 26px;
  }

  .footer-right-content {
    margin-bottom: 10px;
  }

  .menu-button {
    color: #000;
    font-size: 30px;
  }

  .menu-button.w--open {
    margin-top: 23px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1b1919;
  }

  .hero-section.contact {
    padding: 31px;
  }

  .div-block-4 {
    padding-right: 5px;
    text-align: right;
  }

  .heading {
    text-align: right;
  }

  .work-grid.cloths {
    display: -ms-grid;
    display: grid;
    min-height: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-2 {
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-2 {
    max-width: 100%;
  }

  .div-block-6 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .work-paragraph {
    padding-right: 133px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    background-size: auto, cover;
  }

  .home-hero-section {
    -ms-grid-rows: 205px auto;
    grid-template-rows: 205px auto;
  }

  .home-hero-content {
    padding-bottom: 0px;
  }

  .major-heading {
    font-size: 30px;
  }

  .home-hero-paragraph {
    font-size: 12px;
  }

  .nav-link {
    margin-right: 0px;
  }

  .nav-menu {
    background-color: rgba(208, 228, 230, 0.92);
  }

  .footer-section {
    margin-top: 23px;
  }

  .goals-section {
    display: -ms-grid;
    display: grid;
    margin-top: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1.25fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }

  .goals-section.grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-section.about {
    padding: 33px;
  }

  .hero-section.contact {
    padding: 37px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
  }

  .heading {
    font-size: 30px;
    text-align: right;
  }

  .work-grid.cloths {
    margin-bottom: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block-5 {
    padding-right: 0px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .work-paragraph {
    padding-right: 0px;
  }

  .left-column-image {
    max-width: 75%;
    clear: right;
    text-align: right;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-7 {
    clear: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-left: 15px;
  }

  .home-hero-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .major-heading {
    margin-bottom: 7px;
    font-size: 27px;
    line-height: 1.2;
  }

  .major-heading.secondary {
    color: #faf6f3;
  }

  .button {
    display: block;
    margin-bottom: 10px;
  }

  .button.footer {
    width: 100%;
    margin-top: 19px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image {
    margin-right: 0px;
    padding-top: 19px;
  }

  .home-info-section {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 36px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-grid {
    margin-bottom: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block.footer-links {
    margin-bottom: 1px;
    padding-right: 0px;
  }

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

  .goals-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1.25fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brand {
    width: 180px;
  }

  .bold-text {
    font-size: 15px;
  }

  .body-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section {
    padding: 18px;
  }

  .hero-section.about {
    padding: 18px;
  }

  .hero-section.contact {
    padding: 18px;
  }

  .divider.right {
    padding-bottom: 0px;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    padding-right: 14px;
    font-size: 29px;
    text-align: left;
  }

  .work-grid.cloths {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .body-head {
    font-size: 34px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 0px;
  }

  .work-paragraph {
    margin-bottom: 14px;
  }

  .left-column-image {
    max-width: 50%;
    margin-top: 18px;
  }

  .image-5 {
    margin-top: 2px;
  }
}

#w-node-4ed5e885c4c7-ac40dba4 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-24bd61d44813-ac40dba4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-bd2ec21dbcd7-c21dbcd6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-bd2ec21dbcd8-c21dbcd6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-bd2ec21dbce1-c21dbcd6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-9a8d8b034fa3-ff3e7b47 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e519a8f03877-ff3e7b47 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-414fad18ccc6-ff3e7b47 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d03a08dd036c-ff3e7b47 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d03a08dd0371-ff3e7b47 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-7bc898d26027-b3aac2c7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c9624d6464c0-2ba9b10c {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-4ed5e885c4c7-ac40dba4 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-24bd61d44813-ac40dba4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd2ec21dbcd7-c21dbcd6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bd2ec21dbcd8-c21dbcd6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bd2ec21dbce1-c21dbcd6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Berlin sans fb 3';
  src: url('../fonts/berlin-sans-fb-3.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berlin sans fb 3';
  src: url('../fonts/berlin-sans-fb-3.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berlin sans fb 3';
  src: url('../fonts/berlin-sans-fb-3.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brlnsdb';
  src: url('../fonts/BRLNSDB.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berlinsans';
  src: url('../fonts/berlinsans-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berlin sans fb 3';
  src: url('../fonts/berlin-sans-fb-3.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}