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

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(2, 11, 32, 0.38);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  width: 4em;
  max-width: none;
  min-height: auto;
  min-width: auto;
}

.nav-menu {
  color: rgba(11, 26, 65, 0.9);
}

.nav-item {
  margin-right: 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.nav-item:hover {
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  color: #f28641;
  font-weight: 500;
}

.nav-item.w--current {
  color: #fdfdfd;
  font-weight: 500;
}

.hero-feature-box {
  padding-right: 15px;
  padding-left: 15px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #fdfdfd;
  border-radius: 0px;
}

.hero-feature-box.last {
  border-right-style: none;
}

.hero-company-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.small-hero-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.icon-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-decoration: none;
}

.small-hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(2, 11, 32, 0.73);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.info-div {
  position: relative;
  display: block;
  width: 30%;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button_hero {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: auto;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20em;
  background-color: #fc8434;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_hero:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hero-grid {
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.smal_hero_text {
  display: block;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #f8f7f7;
  font-size: 1vw;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
}

.smal_hero_text:hover {
  color: #fc8434;
}

.smal_hero_text.phone {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 0.9vw;
  white-space: nowrap;
}

.smal_hero_text.phone:hover {
  color: #fc8434;
}

.hero-p {
  display: block;
  max-width: 600px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  color: #e0e0e0;
  font-size: 20px;
  line-height: 1.5;
}

.hero_img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: auto;
  height: 90vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin: auto 0px auto auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100vh;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 76% 50%, #1d5fb2, #0b1835 35%);
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.hero-text {
  position: relative;
  z-index: 99;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 35vh;
  margin-right: auto;
  margin-left: auto;
  padding-left: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.icon-location {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: inline-block;
  max-width: 50%;
  margin-right: 5px;
  background-color: transparent;
  color: #fff;
}

.hero-heading {
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  font-family: 'EB Garamond', sans-serif;
  color: #ccc;
  font-size: 8.2em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-height: 100vh;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none transparent;
  border-radius: 0px;
  background-color: transparent;
  font-size: 1vw;
  line-height: 1.7;
  font-weight: 400;
}

.heading {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 32px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
  font-size: 2vw;
  line-height: 1.2px;
  font-weight: 400;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.s1-content-wrapper {
  position: relative;
  z-index: 10;
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #07122c;
}

.text-wrapper {
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
  background-color: #07122c;
}

.s1-p {
  margin-right: 40px;
  margin-bottom: auto;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #d9d5d5;
  font-size: 14px;
  font-weight: 400;
}

.section-1 {
  position: relative;
  max-width: 1200px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 0px solid #203c76;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a1734), to(#142852));
  background-image: linear-gradient(180deg, #0a1734, #142852);
  color: #eeeaea;
  cursor: auto;
}

.heading-10 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #e7e4e4;
  font-size: 36px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
}

.s-2-paragraph {
  display: block;
  width: 60%;
  margin: 20px auto 0px 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fdfdfd;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.heading-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.line_decoration {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 300px;
  height: 2px;
  margin-top: 11px;
  background-color: #dfe0e2;
  color: #f1eded;
}

.s1-h3 {
  margin-bottom: 5px;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #f69148;
  font-size: 20px;
  font-weight: 500;
}

.slide-nav {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-3 {
  background-image: url('../images/FourFlags7600x6000203.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin: auto 40px auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 90%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 4px none #304470;
}

.slider-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #07122c;
}

.button {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin: 66px 40px -40px;
  padding: 10px 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20em;
  background-color: #fc8434;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.top-wrapers-1-decor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #11244a;
  font-size: 16px;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 30px;
  margin-left: 40px;
  padding-top: 0px;
}

.slide {
  background-image: url('../images/flag_blue6600x6000208.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  display: none;
}

.top-wrapers-1 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #112248;
}

.right-wrappers-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 60%;
  margin: auto;
  -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;
  background-color: #07122c;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.left-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100px;
  height: 100px;
  border-right: 10px solid #fc8434;
  background-color: #11244a;
}

.slide-4 {
  background-image: url('../images/pero7600x6000006.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-s1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: transparent;
}

.right-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-left: 10px solid #f59047;
  background-color: #11244a;
}

.section-2-1 {
  position: relative;
  max-width: 1200px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 0px solid #11244a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a1734), to(#142851));
  background-image: linear-gradient(180deg, #0a1734, #142851);
  color: #eeeaea;
}

.right-arrow-s-2-1 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: none;
  width: 100px;
  height: 100px;
  border-left: 10px solid #f59047;
  background-color: #11244a;
}

.s2-slide2 {
  background-image: url('../images/gold3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-background-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 600px;
  margin-top: 80px;
  margin-bottom: 60px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #07122c;
}

.right-wrappers-2l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
  -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;
  background-color: #07122c;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.slider-s2-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.s2-slide3 {
  background-image: url('../images/mug6600x600.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-2-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 20px 55px auto;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-arrow-s2-1 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  border-right: 10px solid #fc8434;
  background-color: #11244a;
}

.s2-slide1 {
  background-image: url('../images/cup_5600x600.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 200px 16px 200px;
  grid-template-rows: 200px 200px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.section-3 {
  position: relative;
  display: block;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #c7c7c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a1734), to(#132750));
  background-image: linear-gradient(180deg, #0a1734, #132750);
  color: #eeeaea;
}

.lottie-animation {
  position: relative;
  z-index: 2000;
  width: 80%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  -o-object-fit: fill;
  object-fit: fill;
}

.about {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #07132e;
  color: #e9e9e9;
}

.second_line {
  margin-top: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.custom_link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.text-block-5 {
  color: #fff;
  font-size: 15px;
}

.div-block-11 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px auto auto;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13 {
  display: block;
  min-height: auto;
  min-width: auto;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid_text {
  text-align: center;
}

.body {
  margin-right: auto;
  margin-left: auto;
  background-color: #0b1835;
}

.mask {
  margin-right: auto;
  margin-left: auto;
}

.image {
  margin-right: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-2 {
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin: 205px auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-9 {
  margin-right: auto;
  margin-left: 10px;
  font-family: Gugi, sans-serif;
  color: #fc8434;
  letter-spacing: 1.5px;
}

.paragraph {
  width: 60%;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.heading2 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #e7e4e4;
  font-size: 36px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
}

.heading2._2._3 {
  margin-top: 100px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #304470;
}

.heading2._4 {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 22px;
}

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

.text-span-2 {
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
}

.utility-page-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  color: hsla(0, 0%, 98%, 0.9);
}

.horizontal-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #616161;
  background-color: rgba(0, 0, 0, 0.8);
}

.utility-page-content-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404 {
  margin-bottom: 30px;
  font-family: 'DM Serif Display', sans-serif;
  font-size: 172px;
  line-height: 1;
}

.utility-heading {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

.frosted-glass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.circle-image {
  position: relative;
  z-index: 2;
  width: 500px;
  border-radius: 50%;
}

.circle-image.glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  -webkit-filter: blur(75px);
  filter: blur(75px);
}

._404-details {
  max-width: 260px;
}

._404-interaction {
  position: absolute;
}

.utility-button {
  width: 100%;
  background-color: #000;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .nav-container {
    background-color: rgba(11, 26, 65, 0.16);
  }

  .logo {
    width: 4em;
    max-width: none;
    min-width: auto;
    margin-left: 20px;
  }

  .nav-menu {
    background-color: rgba(11, 26, 65, 0.9);
    font-size: 2vw;
  }

  .menu-button {
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .menu-button.w--open {
    background-color: rgba(11, 26, 65, 0.9);
  }

  .hamburger {
    color: #e6e4e4;
    font-size: 4vw;
    line-height: 1;
  }

  .hero-feature-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .small-hero {
    display: none;
  }

  .info-div {
    margin-right: 20px;
  }

  .button_hero {
    position: relative;
    margin-top: 38px;
    padding: 1em 1.5em;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 0px;
  }

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

  .hero-p {
    max-width: 50%;
    margin-top: 18px;
    font-size: 1.8em;
  }

  .hero_img {
    width: auto;
    height: 90%;
    margin: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    background-image: url('../images/Cloth_hero_alpha_bg0309.png');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .hero-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    min-height: auto;
    margin: 162px auto auto 56px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .hero {
    max-height: none;
    min-height: auto;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .s1-content-wrapper {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: none;
  }

  .s1-p {
    color: #bebaba;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }

  .section-1 {
    display: block;
  }

  .slide-2 {
    background-image: url('../images/flag_blue6600x6000208.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
  }

  .s-2-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
  }

  .slider {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
    max-height: 80vh;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .s1-h3 {
    font-size: 20px;
  }

  .slide-5 {
    background-image: url('../images/FourFlags7600x6000203.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-nav {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider-background {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: auto;
    padding: 0.7em 1em;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0px;
  }

  .slide-6 {
    background-image: url('../images/pero7600x6000006.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 600px;
    margin: 30px auto 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-wrapers-1 {
    margin-top: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-wrappers-1 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .slider-s1 {
    position: absolute;
    display: none;
  }

  .section-2-1 {
    display: block;
  }

  .slider-background-l {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .right-wrappers-2l {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .s2-slide1ipad {
    background-image: url('../images/cup_5600x600.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slider-s2-1 {
    position: absolute;
    display: none;
  }

  .s2-slide3ipad {
    background-image: url('../images/mug6600x600.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .s2-slide2ipad {
    background-image: url('../images/gold3.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .grid-3 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }

  .section-3 {
    display: block;
  }

  .lottie-animation {
    position: relative;
    display: block;
    width: 80%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-11 {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-13 {
    margin-top: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 92px auto auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    font-size: 33px;
  }

  .icon-2 {
    font-size: 33px;
  }

  .icon-3 {
    font-size: 33px;
  }

  .icon-4 {
    font-size: 33px;
  }

  .lottie-animation-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    margin: auto;
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8px;
  }

  .paragraph {
    width: 80%;
    margin-bottom: 40px;
    margin-left: 40px;
    padding: 0px;
  }

  .heading2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 68px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .heading2._2._3 {
    margin-top: 40px;
    padding-left: 40px;
  }

  .heading2._4 {
    margin-top: 138px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    min-height: auto;
    min-width: auto;
    font-family: Montserrat, sans-serif;
    line-height: 20px;
  }

  .logo {
    width: 3em;
  }

  .nav-menu {
    background-color: rgba(11, 26, 65, 0.9);
  }

  .nav-item {
    font-size: 1.3em;
    font-weight: 500;
  }

  .menu-button {
    min-height: auto;
    min-width: auto;
    padding: 10px;
  }

  .hamburger {
    display: inline-block;
    width: auto;
    font-family: 'PT Sans', sans-serif;
    font-size: 5vw;
  }

  .small-hero {
    display: none;
  }

  .button_hero {
    margin-top: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .hero-p {
    max-width: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.3em;
    line-height: 1.3;
    text-align: left;
  }

  .hero_img {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    height: 90%;
    max-width: none;
    min-height: auto;
    margin: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-hero {
    height: auto;
    max-width: none;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url('../images/Cloth_hero_alpha_bg0309.png');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .hero-text {
    height: auto;
    min-height: auto;
    margin: 100px auto 70px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-heading {
    margin-top: 0px;
    margin-bottom: -6px;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    min-width: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .s1-content-wrapper {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .s1-p {
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.5;
  }

  .section-1 {
    min-height: 100vh;
  }

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

  .s-2-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-bottom: 0px;
    color: #e6e3e3;
    font-size: 14px;
    line-height: 1.5;
  }

  .slider {
    height: auto;
    max-height: 80vh;
  }

  .slide-nav {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .download {
    margin-right: 20px;
  }

  .slider-background {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .button {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.6em 1em;
    -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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  .div-block {
    height: 500px;
    margin-top: 30px;
  }

  .top-wrapers-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
  }

  .section-2-1 {
    min-height: 100vh;
  }

  .slider-background-l {
    margin-top: 20px;
    margin-bottom: auto;
  }

  .grid-3 {
    grid-auto-rows: minmax(auto, 1fr);
    grid-row-gap: 47px;
    grid-template-rows: repeat(auto-fit, 150px) 150px;
  }

  .section-3 {
    min-height: 100vh;
  }

  .lottie-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about {
    margin-top: auto;
  }

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

  .second_line {
    font-size: 10px;
  }

  .custom_link {
    text-decoration: none;
  }

  .div-block-13 {
    display: block;
    margin: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-16 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph {
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: 40px;
    padding: 0px;
    font-size: 14px;
  }

  .heading2 {
    font-size: 30px;
  }

  .heading2._2._3 {
    margin-bottom: 0px;
  }

  .heading2._4 {
    margin-top: 82px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: rgba(11, 26, 65, 0.9);
  }

  .nav-container {
    height: auto;
    max-height: none;
    min-height: auto;
    min-width: auto;
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .logo {
    width: 3em;
    max-width: none;
    line-height: 10px;
  }

  .nav-menu {
    background-color: rgba(11, 26, 65, 0.9);
    font-size: 1em;
    line-height: 1.8;
  }

  .nav-item {
    margin-right: auto;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
  }

  .menu-button {
    margin-right: 10px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hamburger {
    font-size: 10vw;
  }

  .button_hero {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-size: 3em;
  }

  .hero-p {
    max-width: none;
    margin-top: 20px;
    margin-bottom: auto;
    padding-right: 46px;
    padding-left: 46px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.5em;
    text-align: center;
  }

  .hero_img {
    position: relative;
    display: block;
    width: 70%;
    height: auto;
    max-width: none;
    min-width: auto;
    margin: 83px auto auto;
    float: none;
    clear: none;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-hero {
    display: block;
    overflow: hidden;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    margin-bottom: auto;
    background-image: url('../images/Cloth_hero_alpha_bg0309.png');
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .hero-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1vw;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-heading {
    display: block;
    margin-top: 30px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10em;
    text-align: center;
  }

  .hero {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    min-height: auto;
    padding-bottom: 0px;
  }

  .s1-content-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .s1-p {
    margin-right: 10px;
    margin-left: 10px;
    color: #d9d4d4;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }

  .section-1 {
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1;
  }

  .heading-10 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 20px;
    font-size: 20px;
    text-align: left;
  }

  .s-2-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
  }

  .heading-11 {
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .line_decoration {
    display: none;
  }

  .s1-h3 {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 16px;
  }

  .slide-nav {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 10px;
  }

  .download {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .slider-background {
    height: 560px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .button {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin: auto;
    padding: 0.7em 1em;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.8em;
    font-weight: 600;
  }

  .top-wrapers-1-decor {
    height: 80px;
  }

  .div-block {
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .top-wrapers-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
  }

  .right-wrappers-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-2-1 {
    line-height: 1;
  }

  .slider-background-l {
    height: 500px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .grid-3 {
    height: auto;
    margin-top: 30px;
    margin-bottom: auto;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-auto-rows: 0.25fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-3 {
    line-height: 1;
  }

  .lottie-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0px auto auto;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vw;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    display: -ms-grid;
    display: grid;
    width: auto;
    max-width: 100vw;
    padding-right: 20px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-column-gap: 19px;
    grid-row-gap: 16px;
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .second_line {
    display: block;
    min-width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .phone {
    display: block;
    margin: auto 0px 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom_link {
    display: inline;
    overflow: visible;
    width: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    text-decoration: none;
    -o-object-fit: none;
    object-fit: none;
  }

  .address {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .email {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-11 {
    display: block;
    margin-top: 0px;
    margin-bottom: auto;
  }

  .div-block-12 {
    display: block;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-7 {
    display: inline;
    overflow: visible;
  }

  .div-block-13 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .grid_div {
    width: auto;
    max-width: 80%;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }

  .body {
    background-color: #040a1b;
  }

  .div-block-16 {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .icon {
    font-size: 24px;
  }

  .icon-2 {
    font-size: 24px;
  }

  .icon-3 {
    font-size: 24px;
  }

  .icon-4 {
    font-size: 24px;
  }

  .image {
    font-size: 16px;
  }

  .lottie-animation-3 {
    margin-top: auto;
  }

  .paragraph {
    width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px 20px;
    font-size: 12px;
    line-height: 1.5;
  }

  .heading2 {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 20px;
    font-size: 16px;
    text-align: left;
  }

  .heading2._2 {
    border-bottom: 2px solid #183370;
  }

  .text-block-10 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.5;
  }

  .utility-page-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._404 {
    overflow: hidden;
    padding: 0px;
    font-size: 150px;
  }

  .frosted-glass {
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

#w-node-_6430a0f0-51d7-8fd2-09c4-d65ee1485da2-e9a11dbd {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-aab0bb47-802d-4f15-87f6-5b3a7d63f33f-e9a11dbd {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -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-ea0adf50-0c78-68a3-bc12-a2da7217b25f-e9a11dbd {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_29477c78-2f59-ad0d-df61-dd4b9334965b-e9a11dbd {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -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;
}

#w-node-da52a9dd-7bdb-dda7-f756-eb7e832c3e74-e9a11dbd {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -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-_6287e4b6-5e90-ef95-9ad3-3c6054a263b9-e9a11dbd {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b70-e9a11dbd {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b76-e9a11dbd {
  -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;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b7e-e9a11dbd {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b85-e9a11dbd {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b70-e9a11dbd {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b76-e9a11dbd {
    -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;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b7e-e9a11dbd {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b85-e9a11dbd {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aab0bb47-802d-4f15-87f6-5b3a7d63f33f-e9a11dbd {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ea0adf50-0c78-68a3-bc12-a2da7217b25f-e9a11dbd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_6287e4b6-5e90-ef95-9ad3-3c6054a263b9-e9a11dbd {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b70-e9a11dbd {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b76-e9a11dbd {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b7e-e9a11dbd {
    -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;
  }

  #w-node-d8df15f4-bb59-eccc-3891-3f3d45b37b85-e9a11dbd {
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}