:root {
  --white: white;
  --black: black;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Suissebpintl, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  transition: all .2s ease-in-out;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suissebpintl, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

p {
  color: var(--black);
  margin-bottom: 0;
  font-family: Romie, sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: var(--black);
  margin-right: 30px;
  font-family: Suissebpintl, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.content-left {
  width: 50%;
  min-width: 50%;
  padding-right: 2em;
}

.text-block {
  margin-right: 2em;
  font-family: Romie, sans-serif;
  font-size: 2.3em;
  line-height: 1;
}

.div-block {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 50px;
  display: flex;
}

.copyrights {
  font-size: 1em;
  line-height: 1.1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-3 {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  align-items: flex-end;
  display: flex;
}

.full-width {
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  width: 1.1em;
  height: 1.1em;
  background-color: var(--black);
  cursor: pointer;
  border-radius: 40px;
}

.separator {
  width: 100%;
  height: 2em;
}

.slider {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow, .right-arrow {
  width: 50%;
}

.icon {
  display: none;
}

.slide-nav {
  display: none;
  position: static;
}

.content-right {
  width: 50%;
  height: 100%;
  padding-left: 2em;
}

.contact-info {
  font-size: 1em;
}

.small-title {
  line-height: 1.1;
}

.link {
  margin-right: 2em;
  line-height: 1.1;
}

.global-css {
  z-index: 999;
  width: 2vw;
  height: 2vw;
  opacity: 0;
  background-color: #000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.div-block-2-copy {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 50px;
  display: flex;
}

.body {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.div-block-6 {
  align-items: flex-end;
  display: flex;
}

.contact-master {
  min-width: 1.7em;
  font-size: 1em;
  line-height: 1.1;
}

.div-block-7 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 5em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-overflow {
  position: static;
  overflow: hidden;
}

.mask {
  position: static;
}

@media screen and (max-width: 767px) {
  .content-left {
    width: 100%;
    padding-right: 0;
  }

  .text-block {
    font-size: 5.4em;
  }

  .div-block {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .div-block-2 {
    margin-bottom: 4em;
  }

  .copyrights {
    padding-bottom: 2em;
    font-size: 2.6em;
    position: relative;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 12em;
    position: relative;
  }

  .full-width {
    flex-direction: column;
  }

  .div-block-5 {
    width: 2.6em;
    height: 2.6em;
  }

  .separator {
    height: 8em;
  }

  .content-right {
    width: 100%;
    margin-top: 8em;
    margin-bottom: 8em;
    padding-left: 0;
  }

  .contact-info {
    font-size: 2.6em;
  }

  .main-text {
    font-size: 5.4em;
    position: relative;
  }

  .small-title, .link {
    font-size: 2.6em;
  }

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

  .div-block-2-copy {
    margin-bottom: 12em;
  }

  .body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image {
    min-width: 100%;
  }

  .contact-master {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 479px) {
  .content-left {
    width: 100%;
    padding-right: 0;
    position: relative;
  }

  .text-block {
    font-size: 5.2em;
  }

  .div-block {
    flex-direction: column;
    position: relative;
  }

  .div-block-2 {
    margin-bottom: 4em;
  }

  .copyrights {
    padding-bottom: 2em;
    font-size: 2.8em;
    position: relative;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 16em;
    position: relative;
  }

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

  .div-block-5 {
    width: 2.8em;
    height: 2.8em;
  }

  .separator {
    height: 8em;
  }

  .content-right {
    width: 100%;
    margin-top: 8em;
    margin-bottom: 8em;
    padding-left: 0;
  }

  .contact-info {
    font-size: 2.8em;
  }

  .main-text {
    font-size: 5.2em;
  }

  .small-title, .link {
    font-size: 2.8em;
  }

  .container {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 4em;
  }

  .div-block-2-copy {
    margin-bottom: 16em;
  }

  .contact-master {
    font-size: 2.8em;
  }
}


@font-face {
  font-family: 'Suissebpintl';
  src: url('../fonts/SuisseBPIntl-AntiqueItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suissebpintl';
  src: url('../fonts/SuisseBPIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suissebpintl';
  src: url('../fonts/SuisseBPIntl-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suissebpintl';
  src: url('../fonts/SuisseBPIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Romie';
  src: url('../fonts/Romie-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Romie';
  src: url('../fonts/Romie-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}