:root {
  --seashell: #fcf5ee;
  --dim-grey: #3f4c49;
  --dark-slate-grey: #223e3f;
  --white: white;
  --eerie-black: #1e1c1c;
  --white-smoke2: #eee;
  --honeydew: #d0dcd2;
  --cloudy-grey: dimgrey;
  --white-smoke: rgba(247, 248, 251, .34);
  --white-2: white;
  --black: black;
}

.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;
}

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

.body {
  background-color: var(--seashell);
  color: var(--dim-grey);
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.container {
  z-index: 1;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.hero {
  height: 100vh;
  max-width: 95%;
  margin-right: 0;
}

.container.vertical {
  max-width: 90%;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container.fotter {
  max-width: 60%;
}

.container.sectionproduct {
  z-index: 5;
  max-width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2rem 4rem;
}

.container.about {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.right-arrow {
  display: none;
}

.herosingleslidebox {
  height: 59.375rem;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10rem;
  display: grid;
  overflow: hidden;
}

.herotitle {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}

.herotitle.page2 {
  color: var(--dark-slate-grey);
  font-size: 4rem;
}

.herotitletag {
  color: var(--white);
  letter-spacing: 2px;
  font-size: 18px;
}

.heroimgbox {
  position: relative;
  overflow: visible;
}

.herobutton {
  color: #fff;
  background-color: #496d5d;
  border: 1px solid #223e3f;
  border-radius: 2.5rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 0;
  padding: 12px 34px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s, color .3s, border-color .3s;
}

.herobutton:hover {
  color: #1e1c1c;
  background-color: #d0dcd2;
}

.herobutton.coletionbtn {
  margin-left: 0;
  margin-right: 0;
  padding: 15px 40px;
  font-size: 17px;
}

.herobutton.coletionbtn:hover {
  color: #fff;
  background-color: #3f4c49;
}

.paragraph {
  width: 80%;
  color: var(--white);
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.77;
}

.paragraph.page2 {
  color: var(--dark-slate-grey);
}

.herosingleslide {
  background-image: url('../images/e87f2532f3788edbe51b871d7981801b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 4rem;
  position: static;
}

.herosingleslide._01 {
  background-image: url('../images/pexels-max-rahubovskiy-6969868.jpg');
}

.herosingleslide._02 {
  background-image: url('../images/pexels-jonathan-borba-3285193.jpg');
  background-position: 50% 100%;
}

.left-arrow {
  display: none;
}

.heroslider {
  z-index: 1;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  position: relative;
}

.heromask {
  position: static;
}

.heroimg {
  z-index: -1;
  object-fit: contain;
  position: relative;
  transform: scale(1.6);
}

.heroslidenav {
  text-align: right;
  bottom: 3.8rem;
  right: 3.75rem;
}

.herosection {
  width: 100%;
  height: 100vh;
  color: #696969;
  background-color: #fcf5ee;
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  object-fit: contain;
  transition: all .3s;
}

.image.best {
  min-height: 15rem;
  object-fit: cover;
}

.image.hide {
  opacity: 0;
  display: block;
  position: absolute;
}

.columsnewproduct {
  width: 100%;
  max-width: 100%;
  flex: 0 auto;
}

.imgpopular {
  width: 100%;
  height: 100%;
  min-height: 25rem;
}

.headingblock {
  width: 100%;
  max-width: 100%;
  margin-bottom: 3rem;
  padding-left: 5px;
}

.headingblock.asortiman {
  color: var(--white);
  margin-top: 4rem;
  padding-left: 5rem;
}

.heading-3 {
  width: 100%;
  text-align: left;
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.prouctdescription {
  flex-direction: column;
  padding-left: 5px;
  display: flex;
}

.imgproduct {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  object-fit: contain;
  background-color: #fff;
  display: flex;
  position: relative;
  overflow: hidden;
}

.description {
  object-fit: contain;
  background-color: rgba(63, 76, 73, .4);
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  transition: background-color 1s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.description:hover {
  background-color: rgba(63, 76, 73, .05);
}

.imgproductpopular {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 25rem;
  position: relative;
  overflow: hidden;
}

.productnewblock {
  height: auto;
  max-width: 100%;
  color: #3f4c49;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.bannersection {
  z-index: 1;
  padding-top: 40px;
  position: relative;
}

.subtitle {
  border-left: 2px solid #223e3f;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.productcolum {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.blocknewarrivals {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.blockpopular {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  display: block;
}

.collectionitem {
  width: 100%;
  height: auto;
}

.productpopularitem {
  width: 100%;
  max-width: 100%;
  color: #3f4c49;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.productpopularitem.small {
  max-width: 100%;
  position: relative;
}

.sectionaboutcontent {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.counterblock {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-right: 0;
  display: flex;
}

.textdescrptio {
  width: 80%;
  max-width: 100%;
  flex-direction: column;
  margin-top: 20px;
  display: block;
}

.sectionabout {
  opacity: 1;
  background-color: #3f4c49;
  background-image: url('../images/pexels-houzlook-com-3356416.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -20rem;
  padding-top: 15rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.heding2white {
  color: #fcf5ee;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.numbercounter {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.5;
}

.overlay {
  background-color: rgba(63, 76, 73, .75);
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.overlay.hero {
  z-index: -1;
  background-color: rgba(63, 76, 73, 0);
  background-image: linear-gradient(to right, rgba(17, 37, 33, .79) 40%, rgba(255, 255, 255, .27));
}

.overlay.hero2 {
  background-image: linear-gradient(#3f4c49, #3f4c49);
}

.textcounter {
  color: #d0dcd2;
  font-size: 18px;
  line-height: 1.5;
}

.counterwraper {
  z-index: 1;
  width: 40%;
  max-width: 100%;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.textabout {
  color: #d0dcd2;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 1.5;
}

.textabout.asortiman {
  width: 80%;
  text-align: left;
  margin-top: 2rem;
}

.bgelips {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/630f1bad7de238d38ed7ce07_Ellipse-1.webp'), url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1cf009deec4d70b8f0df_Ellipse-4.webp');
  background-position: 0%, 50%, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bgelips.footer {
  background-image: url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp');
  background-position: 0 0, 50%, 100% 100%;
  background-repeat: repeat-x, repeat-x, repeat-x;
  background-size: auto, auto, auto;
}

.bgelips.nav {
  background-image: url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp');
  background-position: 100%, 0%, 0%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, contain, cover;
}

.bgelips.hero2 {
  background-image: url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp');
  background-position: 0 100%, 50%, 100%;
  background-repeat: no-repeat, repeat-x, repeat-x;
  background-size: cover, auto, cover;
}

.hedingblack {
  color: #1e1c1c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.8rem;
  line-height: 4rem;
}

.prodctblockall {
  width: 100%;
}

.wrapperproductall {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.prouctsection {
  padding-top: 4rem;
}

.productimg {
  height: 90%;
  min-height: 20rem;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.productimgfull {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  background-color: var(--white);
  overflow: hidden;
}

.logosection {
  padding-bottom: 100px;
}

.serviceblock {
  width: 75.4rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.iconslider {
  width: 200%;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.iconwrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.icon {
  opacity: .5;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.icon:hover {
  opacity: 1;
}

.imgicon {
  width: 5rem;
  margin-right: .5rem;
}

.texticon {
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.copyright {
  margin-bottom: 0;
  font-size: 18px;
}

.footertop {
  background-color: #3f4c49;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.footergrid {
  grid-column-gap: 31px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: stretch;
  justify-items: stretch;
}

.copyrightblock {
  background-color: #fcf5ee;
  justify-content: center;
  padding: 25px 0;
  display: flex;
}

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

.logo {
  width: 200px;
}

.eysolutions {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--eerie-black);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: border .3s, color .3s cubic-bezier(.785, .135, .15, .86);
}

.eysolutions:hover {
  color: #f70;
  border-bottom: 2px solid #f70;
}

.iconfooter.w--current {
  width: 180px;
}

.grid {
  z-index: 2;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.text {
  color: var(--white-smoke2);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.5;
}

.phone {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.field-label, .field-label-2 {
  color: var(--white);
}

.productinfosection {
  z-index: 10;
  height: 100vh;
  min-height: 100vh;
  background-color: var(--seashell);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columimg {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  overflow: hidden;
}

.columns {
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  font-size: 55px;
  line-height: 80px;
}

.paragraph-3 {
  margin-top: 20px;
}

.slider-nav {
  max-width: 100%;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-for {
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.slide {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide.transparent {
  background-color: #fcf5ee;
}

.image-4 {
  width: 100%;
  height: 25rem;
  min-height: 25rem;
  object-fit: contain;
}

.image-4.small {
  width: 50%;
  height: 5rem;
  min-height: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.logohero {
  z-index: 2;
  width: 100px;
  height: 80px;
  margin-top: 2rem;
  margin-left: 4.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.textarea {
  width: 400px;
  height: 500px;
  min-height: 10rem;
  border-radius: 10px;
}

.text-field, .text-field-2 {
  width: 400px;
  border-radius: 20px;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heroproduct {
  min-height: 60vh;
  background-color: var(--honeydew);
  padding-top: 4rem;
  position: relative;
}

.left {
  z-index: 1;
  width: 70%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-7 {
  width: 75%;
  object-fit: scale-down;
  margin-top: -2.4rem;
  margin-left: 13.9rem;
  margin-right: 0;
}

.right {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.d-117-second-line {
  transform-origin: 0%;
  background-color: #e9e9e9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-117-line-wrapper {
  width: 100%;
  height: 2px;
  background-color: var(--dark-slate-grey);
  border-radius: 20px;
  position: absolute;
  overflow: hidden;
}

.menu-link-text-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 48px;
  transition: opacity .2s;
}

.menu-link-text-2:hover {
  opacity: .65;
}

.d-117-first-line {
  background-color: var(--dark-slate-grey);
  transform-origin: 100%;
  border: 1px #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-logo-wrap {
  filter: invert();
  margin-bottom: 3%;
  display: block;
}

.nav-logo-wrap.w--current {
  margin-bottom: 14%;
}

.nav-logo {
  width: 150px;
}

.menu-link-container {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-link-container.w--current {
  z-index: 100;
  position: relative;
}

.nav-menu-button {
  z-index: 101;
  width: 50px;
  height: 50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 3rem;
  bottom: auto;
  left: auto;
  right: 3rem;
  transform: translate(0%);
}

.nav-menu {
  z-index: 100;
  width: 35vw;
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1.3rem;
  padding-right: 0%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.contactbr {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 48px;
  transition: opacity .2s;
}

.contactbr:hover {
  opacity: .65;
}

.wrappercontactnav {
  width: 50%;
  height: 2px;
  background-color: var(--cloudy-grey);
  flex-direction: column;
  align-items: flex-end;
  display: block;
  position: static;
  top: auto;
  bottom: 8rem;
  left: auto;
  right: 4rem;
}

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

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

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

.wrapperallproductbtn {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3rem;
  display: flex;
}

.columtext {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 4rem;
  display: block;
}

.wrappercolor {
  display: flex;
}

.colorblue {
  width: 25px;
  height: 25px;
  background-color: #254f75;
  border-radius: 100%;
  margin-right: 1rem;
}

.colorred {
  width: 25px;
  height: 25px;
  background-color: #6e2633;
  border-radius: 100%;
}

.colorgreen {
  width: 25px;
  height: 25px;
  background-color: #377b68;
  border-radius: 100%;
}

.colorgrey {
  width: 25px;
  height: 25px;
  background-color: #63666d;
  border-radius: 100%;
  margin-right: 1rem;
}

.colorbrown {
  width: 25px;
  height: 25px;
  background-color: #5b2d1f;
  border-radius: 100%;
  margin-right: 1rem;
}

.linkpopular {
  height: 100%;
  min-height: 25rem;
}

.lightbox-link-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.slider-right-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

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

.slider {
  width: 400px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.slide-content-wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(225, 225, 225, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  margin-top: auto;
  margin-bottom: 0;
  padding: 40px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-left-arrow {
  color: #444;
}

.mask {
  position: static;
  overflow: visible;
}

.overlayasortiman {
  z-index: 0;
  background-color: rgba(63, 76, 73, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.imgdezeni {
  min-height: 25rem;
}

.section {
  min-height: auto;
  background-image: url('../images/KR-201291.50.0_Alt_4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  display: block;
  position: relative;
}

.wrappertext {
  z-index: 1;
  margin-top: 4rem;
  position: relative;
}

.content {
  overflow: hidden;
}

.dot-divider {
  width: .25em;
  height: .25em;
  background-color: #ff7a00;
  border-radius: 100%;
  margin-left: .75em;
  margin-right: .75em;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: rgba(255, 255, 255, .6);
}

.header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.heading-6 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-img {
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Jost, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-2 {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.slide-img-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 65%, rgba(0, 0, 0, .75));
  position: absolute;
}

.slide-content {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel-arrow-oval {
  z-index: 3;
  width: 3.25em;
  height: 3.25em;
  background-color: #ff7a00;
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.carousel-arrow-oval.next-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.carousel-arrow-icon {
  z-index: 4;
  width: auto;
  height: 1.25em;
  flex: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slider-2 {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.text-f-15 {
  color: #000;
  white-space: nowrap;
  font-family: Inconsolata, monospace;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15.light-grey-font {
  color: rgba(0, 0, 0, .5);
}

.text-f-15.grey-font {
  color: rgba(0, 0, 0, .75);
}

.carousel-arrows {
  z-index: 4;
  width: 100%;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.credential {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.slide-3 {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.slide-divider {
  width: 4em;
  height: .1em;
  background-color: #ff7a00;
  margin-top: 2em;
}

.divider {
  width: 4em;
  height: 1px;
  background-color: #878787;
  margin-right: 1.5em;
}

.divider.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: rgba(255, 255, 255, .5);
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  height: 100%;
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.swiper.first-swiper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-section {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.hero-section {
  width: 100vw;
  height: auto;
  background-color: #fcf5ee;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.panel-mask {
  z-index: 2;
  width: 310px;
  min-height: 25rem;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.test-slide {
  width: 310px;
  height: 20rem;
  min-height: 25rem;
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  margin-left: 0;
  margin-right: 70px;
}

.stories-text {
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
}

.stories-text.small-text {
  margin-bottom: 2px;
  font-size: 13px;
}

.wrapper {
  background-color: rgba(236, 236, 238, 0);
  overflow: hidden;
}

.inner-panel {
  width: 750px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-3 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: var(--eerie-black);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 500;
}

.heading-7.big-heading {
  font-size: 37px;
}

.heading-7.smaller-heading {
  margin-bottom: 4px;
  font-size: 23px;
}

.desk {
  width: 56vw;
  max-width: 780px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.arrow {
  width: 50px;
  height: 50px;
  color: #5e5e5e;
  font-size: 20px;
  top: -6.5rem;
  bottom: auto;
  left: auto;
  right: 11rem;
}

.arrow.right-arrow {
  right: 0%;
}

.arrow.right {
  right: 7%;
}

.name {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-container.center-container {
  z-index: 10;
  width: 100%;
  background-color: var(--white-smoke);
  padding-top: 1rem;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-container.left-container {
  z-index: 10;
  top: 29%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.text-container.right-container {
  z-index: 10;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.logo-container {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 2.5%;
  right: auto;
}

.panel {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  display: none;
}

.mask-2 {
  width: 310px;
  overflow: visible;
}

.erased-edge {
  z-index: 3;
  width: 100%;
  height: 25rem;
  min-height: 25rem;
  box-shadow: none;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nlogo {
  margin-bottom: 17px;
  display: block;
}

.box-shadow {
  z-index: -1;
  width: 77%;
  height: 240px;
  filter: blur(30px);
  background-color: rgba(0, 0, 0, .78);
  position: absolute;
  bottom: 0;
}

.sectiondezeni {
  display: none;
  position: relative;
}

.slide-nav-3 {
  display: none;
}

.mask-3 {
  width: 310px;
  overflow: visible;
}

.image-8 {
  height: 25rem;
  min-height: 25rem;
  object-fit: cover;
}

.linkstofovi {
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.imgcovertop {
  background-color: var(--white-smoke);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrapperlnk {
  width: 18rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.wrapperlnk.nav {
  justify-content: center;
}

.iconlink {
  width: 50px;
  height: 45px;
  margin-right: 1rem;
}

.iconlink.small {
  width: 40px;
  height: 40px;
}

.sociallink {
  width: 50px;
  margin-right: 1rem;
}

.image-9 {
  aspect-ratio: auto;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  background-image: url('../images/e87f2532f3788edbe51b871d7981801b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

@media screen and (min-width: 1920px) {
  .header {
    margin-top: 8em;
    margin-bottom: 2em;
  }

  .slider-2 {
    margin-bottom: 8em;
  }

  .arrow {
    right: 15rem;
  }
}

@media screen and (max-width: 991px) {
  .container.sectionproduct {
    max-width: 90%;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0;
    display: flex;
  }

  .herosingleslidebox {
    padding-bottom: 5rem;
  }

  .herotitle {
    width: 25rem;
    font-size: 2.5rem;
  }

  .herotitle.page2 {
    font-size: 3rem;
  }

  .heroimgbox {
    object-fit: contain;
  }

  .herobutton.coletionbtn {
    font-size: 12px;
  }

  .herotext {
    width: 100%;
  }

  .heroimg {
    width: 99.9999%;
    object-fit: cover;
    right: 0;
    overflow: visible;
    transform: none;
  }

  .image.best {
    min-height: 10rem;
    object-fit: contain;
  }

  .imgpopular {
    min-height: 10rem;
  }

  .imgproduct {
    height: 0%;
    min-height: 10rem;
  }

  .imgproductpopular {
    min-height: 10rem;
  }

  .overlay.hero {
    background-image: linear-gradient(to right, rgba(17, 37, 33, .79) 50%, rgba(255, 255, 255, .27));
  }

  .bgelips.footer {
    background-image: url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1bad7de238d38ed7ce07_Ellipse-1.webp'), url('../images/630f1cf009deec4d70b8f0df_Ellipse-4.webp');
    background-position: 50%, 0%, 100% 100%;
    background-repeat: repeat, repeat-y, no-repeat;
    background-size: contain, contain, contain;
  }

  .wrapperproductall {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }

  .serviceblock {
    align-items: center;
    display: inline-block;
  }

  .iconslider {
    justify-content: flex-start;
    align-items: center;
  }

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

  .icon {
    max-width: 100%;
    margin-right: 4rem;
  }

  .texticon {
    font-size: 14px;
    line-height: 1.6;
  }

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

  .logo {
    width: 200px;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .productinfosection {
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }

  .columns {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-5 {
    width: 100%;
    font-size: 48px;
  }

  .slider-nav {
    width: 90%;
  }

  .slider-for {
    margin-left: 0;
    margin-right: 0;
  }

  .textarea {
    min-height: 10rem;
  }

  .heroproduct {
    position: relative;
  }

  .image-7 {
    width: 100%;
  }

  .menu-link-text-2 {
    font-size: 1.6rem;
  }

  .nav-logo {
    width: 80px;
  }

  .nav-menu {
    width: 45vw;
  }

  .contactbr {
    font-size: 1.6rem;
  }

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

  .linkpopular {
    min-height: 10rem;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 8em;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .text-f-14 {
    font-size: .8em;
  }

  .heading {
    font-size: 3em;
  }

  .slider-2 {
    display: flex;
  }

  .slider-section {
    display: block;
  }

  .hero-section {
    justify-content: center;
  }

  .panel-mask, .test-slide {
    min-height: 20rem;
  }

  .text-block {
    width: 90%;
    max-width: 489px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 140%;
  }

  .arrow {
    top: -5.6rem;
    bottom: auto;
    left: auto;
    right: 7.9rem;
  }

  .erased-edge, .image-8 {
    height: 20rem;
    min-height: 20rem;
  }

  .wrapperlnk {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .herosingleslidebox {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 10rem;
  }

  .herotitle {
    width: 100%;
    font-size: 3rem;
  }

  .herotitle.page2 {
    font-size: 3rem;
  }

  .herotitletag {
    font-size: 14px;
  }

  .heroimgbox {
    display: none;
    bottom: 4rem;
  }

  .herobutton {
    padding-left: 25px;
    padding-right: 25px;
  }

  .herobutton.coletionbtn {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    display: flex;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .heroimg {
    height: 100%;
    right: 0;
    transform: scale(1.8);
  }

  .heroslidenav {
    right: 2rem;
  }

  .image {
    height: 20rem;
    min-height: 20rem;
  }

  .image.best {
    height: 25rem;
    min-height: 25rem;
    object-fit: contain;
  }

  .image.hide {
    height: 20rem;
    min-height: 20rem;
  }

  .imgproduct {
    min-height: 25rem;
  }

  .imgproductpopular {
    height: 25rem;
    min-height: 25rem;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    font-size: 20px;
  }

  .collectionitem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .productpopularitem, .productpopularitem.small {
    min-height: 25rem;
  }

  .heding2white {
    font-size: 2.2rem;
  }

  .numbercounter {
    font-size: 2rem;
  }

  .overlay.hero {
    background-image: linear-gradient(to right, rgba(17, 37, 33, .79) 50%, rgba(255, 255, 255, .21) 92%);
  }

  .textcounter {
    text-align: center;
    font-size: 16px;
  }

  .counterwraper {
    width: 80%;
  }

  .textabout {
    font-size: 16px;
  }

  .bgelips {
    background-repeat: repeat-y, repeat-y, repeat;
    background-size: contain, contain, contain;
  }

  .bgelips.footer {
    background-image: url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp'), url('../images/630f1c70c4aaa1135d84b6f2_Ellipse-2.webp');
    background-position: 50%, 0 0, 100% 0;
    background-repeat: repeat-y, repeat, repeat;
    background-size: contain, cover, cover;
  }

  .hedingblack {
    font-size: 2.5rem;
    line-height: 3rem;
  }

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

  .productimg {
    height: 100%;
    min-height: 18rem;
  }

  .productimgfull {
    min-height: 18rem;
  }

  .icon {
    margin-right: 4rem;
  }

  .imgicon {
    width: 3rem;
  }

  .texticon {
    font-size: 12px;
    line-height: 1.5;
  }

  .logo {
    width: 160px;
    height: 100px;
  }

  .iconfooter.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .columns {
    flex-direction: column;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 2;
  }

  .slider-nav {
    width: 120%;
    margin-left: 0;
    margin-right: 0;
  }

  .logohero {
    height: 70px;
  }

  .textarea {
    width: 300px;
    min-height: 10rem;
  }

  .text-field, .text-field-2 {
    width: 300px;
  }

  .left {
    z-index: 0;
  }

  .image-7 {
    width: 100%;
    margin-top: 4rem;
    margin-left: 8rem;
    transform: scale(1.5);
  }

  .right {
    padding-left: 1rem;
  }

  .menu-link-text-2 {
    font-size: 1.4rem;
  }

  .nav-logo {
    width: 60px;
  }

  .nav-menu-button {
    width: 30px;
    height: 30px;
  }

  .nav-menu {
    width: 70vw;
    display: flex;
  }

  .contactbr {
    font-size: 1.4rem;
  }

  .imgdezeni {
    min-height: 20rem;
  }

  .header {
    margin-top: 4em;
  }

  .heading {
    font-size: 2.7em;
  }

  .test-slide {
    min-height: 20rem;
  }

  .desk {
    width: 100vw;
  }

  .wrapperlnk {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .container.fotter {
    max-width: 90%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .herosingleslidebox {
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: block;
    position: relative;
  }

  .herotitle {
    font-size: 2.5rem;
  }

  .herotitle.page2 {
    width: auto;
    font-size: 2.5rem;
  }

  .heroimgbox {
    z-index: -1;
    padding-top: 4rem;
    display: none;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .herobutton.coletionbtn {
    padding: 12px 5px;
    font-size: 11px;
  }

  .paragraph {
    width: 100%;
    font-size: 14px;
  }

  .herosingleslide {
    padding-left: 1rem;
  }

  .herotext {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
  }

  .heroimg {
    object-fit: cover;
    object-position: 50% 100%;
    right: 0;
    transform: scale(2);
  }

  .heroslidenav {
    bottom: 4rem;
    right: 2rem;
  }

  .image {
    height: 20rem;
    min-height: 20rem;
  }

  .image.best {
    height: 20rem;
    min-height: 20rem;
    object-fit: contain;
  }

  .image.hide {
    min-height: 20rem;
  }

  .imgpopular {
    min-height: 20rem;
    object-fit: contain;
    object-position: 50% 50%;
  }

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

  .imgproduct {
    min-height: 20rem;
  }

  .description {
    object-fit: contain;
  }

  .imgproductpopular {
    height: 20rem;
    min-height: 20rem;
    justify-content: center;
    display: flex;
  }

  .subtitle {
    font-size: 12px;
  }

  .productcolum {
    margin-bottom: 1rem;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }

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

  .productpopularitem {
    min-height: 18rem;
  }

  .productpopularitem.small {
    min-height: 20rem;
  }

  .textdescrptio {
    width: 100%;
  }

  .heding2white {
    font-size: 2rem;
    line-height: 2rem;
  }

  .numbercounter {
    font-size: 1.7rem;
  }

  .overlay.hero {
    background-image: linear-gradient(135deg, rgba(17, 37, 33, .79) 61%, rgba(255, 255, 255, .21) 92%);
  }

  .textcounter {
    font-size: 14px;
  }

  .hedingblack {
    font-size: 2rem;
    line-height: 2rem;
  }

  .wrapperproductall {
    grid-column-gap: 10px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .productimg {
    height: 100%;
    min-height: 10rem;
  }

  .productimgfull {
    min-height: 10rem;
  }

  .icon {
    margin-right: 4rem;
  }

  .imgicon {
    width: 3rem;
  }

  .copyright {
    text-align: center;
    font-size: 16px;
  }

  .footergrid {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 5fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footerwrapperinfo {
    width: 100%;
  }

  .logo {
    width: 150px;
    height: 100px;
  }

  .iconfooter.w--current {
    width: 150px;
  }

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

  .productinfosection {
    height: auto;
    padding: 4rem 0;
  }

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

  .columns {
    flex-direction: column;
  }

  .heading-5 {
    font-size: 42px;
    line-height: 50px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 1.8;
  }

  .slider-nav {
    width: 120%;
    overflow: visible;
  }

  .logohero {
    width: 60px;
    height: 40px;
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .image-7 {
    z-index: -1;
    object-fit: cover;
    margin-top: 10rem;
    position: relative;
    transform: scale(1.7);
  }

  .right {
    padding-left: 1rem;
  }

  .menu-link-text-2:focus {
    opacity: 1;
  }

  .nav-menu-button {
    top: 3%;
    right: 6%;
  }

  .nav-menu {
    width: 95vw;
    min-height: 100vh;
  }

  .contactbr:focus {
    opacity: 1;
  }

  .linkpopular {
    min-height: 20rem;
  }

  .slider-right-arrow {
    width: 5rem;
    height: 5rem;
    display: inline-block;
    top: -10%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .slider-left-arrow {
    width: 5rem;
    height: 5rem;
    top: -10%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .heading-6 {
    font-size: 3.25em;
  }

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

  .text-f-14 {
    font-size: .6em;
  }

  .section-2 {
    min-height: 90vh;
  }

  .heading {
    font-size: 3em;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .test-slide {
    width: 17rem;
  }

  .text-block {
    font-size: 27px;
  }

  .heading-7 {
    font-size: 27px;
    line-height: 34px;
  }

  .wrapperlnk {
    justify-content: center;
  }
}

#w-node-_05ee4a92-570d-45da-4fd9-cedeb23f3113-2adce63f, #w-node-_05ee4a92-570d-45da-4fd9-cedeb23f3120-2adce63f, #w-node-_05ee4a92-570d-45da-4fd9-cedeb23f312f-2adce63f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bb7f0e04-9493-8fc5-7376-4da0de888f95-2adce63f {
  grid-area: 1 / 1 / 7 / 6;
}

#w-node-c0bf20e0-fe45-a7f5-8890-5f0a6fd70b61-2adce63f {
  grid-area: 1 / 6 / 6 / 9;
}

#w-node-d72e831b-6de4-2ccb-cf13-c77eea45ec09-2adce63f {
  grid-area: 1 / 9 / 5 / 12;
}

#w-node-_234fea42-5e73-a440-a84d-c403e42beaff-2adce63f, #w-node-_234fea42-5e73-a440-a84d-c403e42beb00-2adce63f, #w-node-_234fea42-5e73-a440-a84d-c403e42beb08-2adce63f, #w-node-_234fea42-5e73-a440-a84d-c403e42beb09-2adce63f, #w-node-_234fea42-5e73-a440-a84d-c403e42beb11-2adce63f, #w-node-_234fea42-5e73-a440-a84d-c403e42beb12-2adce63f, #w-node-_234fea42-5e73-a440-a84d-c403e42beb1a-2adce63f, #w-node-_234fea42-5e73-a440-a84d-c403e42beb1b-2adce63f, #w-node-_234fea42-5e73-a440-a84d-c403e42beb23-2adce63f, #w-node-_234fea42-5e73-a440-a84d-c403e42beb24-2adce63f, #w-node-a77ebc24-4bc3-c352-c1dd-a84c08d0c44b-2adce63f, #w-node-da49bf9f-06d7-f7c8-8d0c-7f1ba5e714f1-a5e714ec, #w-node-da49bf9f-06d7-f7c8-8d0c-7f1ba5e714f8-a5e714ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bb7f0e04-9493-8fc5-7376-4da0de888f95-2adce63f {
    grid-column: 2 / 7;
    grid-row-end: 6;
  }

  #w-node-c0bf20e0-fe45-a7f5-8890-5f0a6fd70b61-2adce63f {
    grid-row-start: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_05ee4a92-570d-45da-4fd9-cedeb23f3113-2adce63f {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb7f0e04-9493-8fc5-7376-4da0de888f95-2adce63f {
    grid-row-end: 5;
    grid-column-end: 4;
  }

  #w-node-c0bf20e0-fe45-a7f5-8890-5f0a6fd70b61-2adce63f {
    grid-area: 5 / 1 / 7 / 4;
  }

  #w-node-d72e831b-6de4-2ccb-cf13-c77eea45ec09-2adce63f {
    grid-area: 7 / 1 / 9 / 4;
  }
}


