@font-face {
  font-family: Cygrotesk;
  src: url('../fonts/CyGrotesk-KeyMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cygrotesk;
  src: url('../fonts/CyGrotesk-KeyRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cygrotesk;
  src: url('../fonts/CyGrotesk-GrandBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cygrotesk Granddemi;
  src: url('../fonts/CyGrotesk-GrandDemi.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cygrotesk Keydemi;
  src: url('../fonts/CyGrotesk-KeyDemi.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  max-width: 1200px;
}

.hero-block {
  background-color: #1b1b1b;
  background-image: linear-gradient(#e83d1e00 38%, #e83d1e), url('../images/arta.svg');
  background-position: 0 0, 50% 140px;
  background-repeat: repeat, no-repeat;
  background-size: auto, 570px;
  height: 671px;
  margin-top: -110px;
}

.brand {
  position: absolute;
  background-image: url('../images/Arta-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 233px;
  scale: 0.7;
  aspect-ratio: 233 / 90;
  margin-top: 6px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 0;
  display: flex;
}

.nav-link:hover {
  color: #e83d1e;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 96px;
  display: flex;
}

.navbar {
  background-color: #1b1b1b;
  margin-top: 0;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
  font-size: 12px;
  line-height: 0;
  display: flex;
}

.nav-link-2:hover {
  color: #e83d1e;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
  font-size: 12px;
  line-height: 0;
  display: flex;
}

.nav-link-3:hover {
  color: #e83d1e;
}

.nav-link-4 {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
  font-size: 12px;
  line-height: 0;
  display: flex;
}

.nav-link-4:hover {
  color: #e83d1e;
}

.nav-link-5 {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
  font-size: 12px;
  line-height: 0;
  display: flex;
}

.nav-link-5:hover {
  color: #e83d1e;
}

.container-2 {
  max-width: 1200px;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-top: 361px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.button {
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 20px;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
  font-weight: 600;
}

.button:hover {
  color: #1b1b1b;
  background-color: #fff;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.div-block-3 {
  flex-flow: column;
  margin-top: 39px;
  display: flex;
}

.military-unit {
  background-color: #1b1b1b;
  background-image: url('../images/Map-Lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}

.div-block-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
  font-size: 12px;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-5 {
  width: 620px;
  margin-top: 96px;
  display: flex;
}

.div-block-6 {
  background-color: #e83d1e;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  margin-right: 96px;
}

.text-block-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
  font-size: 12px;
}

.paragraph {
  color: #fff;
  letter-spacing: -.2px;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-7 {
  width: 88px;
  margin-right: 20px;
}

.div-block-8 {
  width: 390px;
}

.artillery {
  background-image: url('../images/sau.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 88px;
}

.div-block-4-copy {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  margin-right: 198px;
}

.text-block-5 {
  color: #fff;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-2._2 {
  width: 180px;
}

.paragraph-2 {
  color: #fff;
  width: 230px;
  font-family: Cygrotesk, Arial, sans-serif;
  font-weight: 500;
}

.div-block-10 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  margin-top: 194px;
  display: flex;
}

.come-on {
  background-color: #181818;
  background-image: url('../images/cutmap.svg');
  background-position: 50% -20px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-11 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-3:hover {
  color: #e83d1e;
}

.text-block-6 {
  color: #fff;
  text-transform: uppercase;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
}

.text-block-6:hover {
  color: #e83d1e;
}

.div-block-12 {
  border-right: 1px solid #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-13 {
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-14 {
  flex-flow: column;
  margin-top: 39px;
  display: flex;
}

.div-block-15 {
  border-right: 1px solid #fff;
  justify-content: center;
  width: 100%;
  display: flex;
}

.recruit {
  background-color: #e83d1e;
  padding-top: 112px;
  padding-bottom: 160px;
}

.paragraph-22 {
  color: #fff;
  width: 230px;
  margin-top: 64px;
  margin-bottom: 0;
  font-family: Cygrotesk, Arial, sans-serif;
  font-weight: 500;
}

.section {
  background-color: #1b1b1b;
  padding-top: 88px;
  padding-bottom: 88px;
}

.div-block-9-copy {
  margin-right: 226px;
}

.heading-copy {
  color: #1b1b1b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cygrotesk Granddemi, Arial, sans-serif;
  font-size: 12px;
}

.div-block-9-copy-copy {
  margin-right: 160px;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 170px;
  display: flex;
}

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

.div-block-18 {
  border-left: 1px solid #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 300px;
  padding-left: 40px;
  display: flex;
}

.text-block-7 {
  color: #fff;
  width: 160px;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-8 {
  color: #fff;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-8:hover {
  color: #e83d1e;
}

.text-block-9 {
  color: #fff;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-9:hover {
  color: #e83d1e;
}

.text-block-10 {
  color: #fff;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-10:hover {
  color: #e83d1e;
}

.text-block-7-copy {
  color: #fff;
  width: 180px;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

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

.link-block-3, .link-block-4 {
  text-decoration: none;
}

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

.link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.link-block-8:hover {
  color: #e83d1e;
}

.link-block-9 {
  text-decoration: none;
}

.link-block-9._2:hover {
  color: #fff;
  text-decoration: underline;
}

.link-block-10 {
  text-decoration: none;
}

.link-block-10:hover {
  color: #e83d1e;
}

.link-block-11 {
  color: #fff;
  text-decoration: none;
}

.link-block-11:hover {
  color: #e83d1e;
}

.text-block-2-copy {
  color: #fff;
  text-align: center;
  margin-top: 16px;
  font-family: Cygrotesk, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.text-block-2-copy:hover {
  color: #fff;
}

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

.div-block-23 {
  margin-right: 120px;
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .w-nav-brand {
    top: -13px;
    scale: 0.6;
    margin: 0;
  }

  .nav-link {
    border-bottom: 1px solid #fff3;
    border-right-width: 0;
    width: 480px;
    height: 56px;
  }

  .nav-menu {
    background-color: #1b1b1b;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    border-bottom: 1px solid #fff3;
    border-right-width: 0;
    width: 480px;
    height: 56px;
  }

  .nav-link-5 {
    height: 56px;
  }

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

  .div-block {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .military-unit {
    background-position: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    width: 10px;
    height: 7px;
    margin-right: 160px;
  }

  .div-block-7 {
    width: 180px;
  }

  .div-block-8 {
    width: 100%;
  }

  .artillery {
    background-image: linear-gradient(#1b1b1ba3, #1b1b1ba3), url('../images/sau.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-9 {
    margin-right: 183px;
  }

  .paragraph-2 {
    width: 320px;
  }

  .div-block-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 90px;
    display: grid;
  }

  .div-block-12 {
    width: 60%;
  }

  .div-block-13 {
    width: 70%;
  }

  .recruit {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 70px;
    display: flex;
  }

  .div-block-17 {
    width: 90px;
  }

  .div-block-18 {
    width: 190px;
    padding-left: 30px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .text-block-8, .text-block-9, .text-block-10 {
    font-size: 16px;
  }

  .text-block-7-copy {
    font-size: 12px;
  }

  .icon {
    background-color: #e83d1e;
  }

  .div-block-21 {
    width: 100%;
  }

  .menu-button {
    background-color: #e83d1e;
  }

  .menu-button.w--open {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#e83d1e, #e83d1e);
    background-clip: border-box;
  }
}

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

  .hero-block {
    background-image: linear-gradient(#e83d1e00 15%, #e83d1e), url('../images/arta.svg');
    background-position: 0 0, 50% 140px;
    background-repeat: repeat, no-repeat;
    background-size: auto, 570px;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 320px;
  }

  .button {
    text-align: center;
    width: 300px;
  }

  .div-block-3 {
    margin-top: 0;
  }

  .military-unit {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .div-block-6 {
    width: 15px;
  }

  .paragraph {
    font-size: 12px;
    font-weight: 400;
  }

  .artillery {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-4-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-9 {
    margin-right: 167px;
  }

  .heading-2 {
    width: 100%;
    margin-top: 10px;
  }

  .heading-2._2, .paragraph-2 {
    width: 100%;
  }

  .div-block-10 {
    margin-top: 50px;
    display: flex;
  }

  .come-on {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-12 {
    border-right-width: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-13 {
    border-right-width: 0;
    width: 100%;
  }

  .div-block-15 {
    border-right-width: 0;
  }

  .recruit {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .paragraph-22 {
    width: 100%;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-9-copy {
    margin-right: 190px;
  }

  .div-block-9-copy-copy {
    display: none;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-18 {
    border-top: 1px solid #ffffff17;
    border-left-width: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 0;
  }

  .text-block-7 {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
  }

  .text-block-8, .text-block-9, .text-block-10 {
    text-align: left;
  }

  .text-block-7-copy {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
  }

  .div-block-19, .div-block-20 {
    width: 100%;
  }

  .div-block-23 {
    margin-right: 94px;
  }

  .div-block-24 {
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    border-bottom-color: #ffffff1a;
    width: 300px;
  }

  .nav-menu {
    margin-top: -7px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    border-bottom-color: #ffffff1a;
    width: 300px;
  }

  .nav-link-5 {
    width: 320px;
  }

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

  .div-block-6 {
    width: 8px;
    height: 8px;
    margin-top: 20px;
    margin-right: 0;
  }

  .paragraph {
    margin-top: 10px;
  }

  .div-block-7 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-4-copy {
    flex-flow: column;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .div-block-10 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .paragraph-22 {
    margin-top: 0;
  }

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

  .div-block-22 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-23 {
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Cygrotesk';
  src: url('../fonts/CyGrotesk-KeyMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cygrotesk';
  src: url('../fonts/CyGrotesk-KeyRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cygrotesk';
  src: url('../fonts/CyGrotesk-GrandBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cygrotesk Granddemi';
  src: url('../fonts/CyGrotesk-GrandDemi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cygrotesk Keydemi';
  src: url('../fonts/CyGrotesk-KeyDemi.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}