@font-face {
  font-family: "Helvetica Neue 57 Condensed";
  src: url("../../fonts/Helvetica Neue LT 57 Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue 77 Bold Condensed";
  src: url("../../fonts/Helvetica Neue LT 77 Bold Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue 77 Medium Condensed";
  src: url("../../fonts/Helvetica Neue LT 67 Medium Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue 37 Thin Condensed";
  src: url("../../fonts/Helvetica Neue LT 37 Thin Condensed.ttf") format("truetype");
}
img {
  overflow-clip-margin: unset;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0px;
  font-size: 14pt;
  line-height: 18pt;
  letter-spacing: 0.001em;
  font-family: "Helvetica Neue 57 Condensed", Helvetica, Arial, sans-serif;
}
body header {
  height: 100px;
  padding: 20px;
  box-sizing: border-box;
}
body header div {
  height: 100%;
}
body header div img {
  height: 100%;
}
body .max-width-container {
  max-width: 1200px;
  margin: 0px auto;
  height: 100%;
  box-sizing: border-box;
}
body #first-section {
  position: relative;
}
body #first-section article {
  background-color: rgba(184, 194, 194, 0.8);
  width: 40vw;
  padding: 20px;
  padding-left: 10vw;
  transform: skewX(10deg) translateX(-10vw);
}
@media screen and (max-width: 1000px) {
  body #first-section article {
    width: 50vw;
  }
}
@media screen and (max-width: 780px) {
  body #first-section article {
    width: 60vw;
  }
}
@media screen and (max-width: 570px) {
  body #first-section article {
    width: 100vw;
  }
}
body #first-section article p {
  transform: skewX(-10deg);
  text-align: right;
  padding-left: 10vw;
  margin: 0px;
  line-height: 18pt;
}
body #first-section article .space {
  line-height: 3pt;
  font-size: 0pt;
}
body #first-section #first-section-bg {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #000;
  width: 100%;
  z-index: -1;
  flex-wrap: nowrap;
}
body #first-section #first-section-bg > div {
  flex: 1 1 0;
  border-left: 4px solid #dfdfdf;
}
body #first-section #first-section-bg > div img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
body #first-section #first-section-bg > div:first-child {
  flex: 2;
  border: none;
}
@media screen and (max-width: 680px) {
  body #first-section #first-section-bg > div:first-child {
    display: none;
  }
}
body #second-section > .max-width-container {
  background-image: url("../../assets/bg_section2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  padding: 60px 20px;
}
@media screen and (max-width: 990px) {
  body #second-section > .max-width-container {
    flex-direction: column;
  }
}
body #second-section > .max-width-container #second-section-presentation {
  flex: 2;
  margin-right: 20px;
}
body #second-section > .max-width-container #second-section-presentation h1 {
  margin: 0px;
  margin-bottom: 16px;
  margin-left: 120px;
  color: #e30613;
  font-size: 22pt;
  font-family: "Helvetica Neue 37 Bold Condensed", Helvetica, Arial, sans-serif;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-subtitle {
  display: flex;
  margin-bottom: 20px;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-subtitle p {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  height: 120px;
  font-size: 9pt;
  line-height: 9pt;
  text-align: center;
  margin: 0px;
  margin-right: 5px;
  word-break: break-word;
  font-family: "Helvetica Neue 37 Thin Condensed", Helvetica, Arial, sans-serif;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-subtitle img {
  height: 120px;
  margin-right: 20px;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-subtitle h2 {
  font-size: 29pt;
  line-height: 29pt;
  margin: 0px;
  margin-bottom: 21pt;
  font-family: "Helvetica Neue 37 Medium Condensed", Helvetica, Arial, sans-serif;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-subtitle h3 {
  font-size: 14pt;
  line-height: 19pt;
  margin: 0px;
  font-family: "Helvetica Neue 37 Bold Condensed", Helvetica, Arial, sans-serif;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-content {
  display: flex;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-content img {
  width: 100px;
  object-fit: contain;
  object-position: top;
  margin-right: 20px;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-content div p {
  margin: 0px;
  margin-bottom: 3pt;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-content div p:first-child {
  margin-top: 0px;
}
body #second-section > .max-width-container #second-section-presentation #second-section-presentation-content div p:last-child {
  font-weight: bold;
  font-family: "Helvetica Neue 37 Bold Condensed", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 530px) {
  body #second-section > .max-width-container #second-section-presentation h1 {
    margin: 0px;
  }
  body #second-section > .max-width-container #second-section-presentation #second-section-presentation-subtitle {
    flex-direction: column;
  }
  body #second-section > .max-width-container #second-section-presentation #second-section-presentation-subtitle p {
    display: none;
  }
  body #second-section > .max-width-container #second-section-presentation #second-section-presentation-subtitle img {
    object-fit: contain;
    object-position: center;
    margin: 20px;
  }
  body #second-section > .max-width-container #second-section-presentation #second-section-presentation-content img {
    display: none;
  }
}
body #second-section > .max-width-container #second-section-buttons {
  display: flex;
  flex: 1;
  font-size: 12pt;
  letter-spacing: 0.003em;
}
body #second-section > .max-width-container #second-section-buttons .red-text {
  color: #e30613;
}
body #second-section > .max-width-container #second-section-buttons > div {
  margin: 0px;
  margin-top: auto;
  display: flex;
}
body #second-section > .max-width-container #second-section-buttons > div > div {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 990px) {
  body #second-section > .max-width-container #second-section-buttons > div > div {
    flex: 1;
  }
}
body #second-section > .max-width-container #second-section-buttons > div > div:first-child {
  padding-right: 20px;
}
body #second-section > .max-width-container #second-section-buttons > div > div:last-child {
  padding-left: 20px;
}
body #second-section > .max-width-container #second-section-buttons > div > div:first-child {
  border-right: 2px solid #e30613;
}
body #second-section > .max-width-container #second-section-buttons > div > div p {
  margin: 0px;
  margin-bottom: 3pt;
}
body #second-section > .max-width-container #second-section-buttons > div > div > div {
  display: flex;
  margin-top: auto;
}
body #second-section > .max-width-container #second-section-buttons > div > div > div img {
  width: 70px;
  margin-right: 15px;
  margin-top: 10px;
}
body #second-section > .max-width-container #second-section-buttons > div > div > div > p {
  margin: auto;
}
body #second-section > .max-width-container #second-section-buttons > div > div a {
  color: inherit;
  text-decoration: none;
  line-height: normal;
}
@media screen and (max-width: 400px) {
  body #second-section > .max-width-container #second-section-buttons > div {
    flex-direction: column;
  }
  body #second-section > .max-width-container #second-section-buttons > div > div {
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
  }
  body #second-section > .max-width-container #second-section-buttons > div > div:first-child {
    margin-bottom: 20px !important;
  }
}

* {
  box-sizing: border-box;
}

/*# sourceMappingURL=style.css.map */
