/* ==============================================================================
# mobileFont
============================================================================== */
@font-face {
  font-family: "TsukuOldGothicStd";
  src: url("../font/TsukuOldGothicStdFont.woff2") format("woff2"), url("../font/TsukuOldGothicStdFont.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-L.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-L.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-R.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-R.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-M.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-M.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-D.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-D.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-B.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-H.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-H.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-E.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-E.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-LtCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-LtCn.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-MdCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-MdCn.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-BdCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-BdCn.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ===========================
# Header
=========================== */
.header .header__inner {
  background: transparent;
  box-shadow: none;
}

body,
html {
  height: 100%;
  margin: 0;
  color: #333333;
  font-family: "TsukuGoPro";
}

* {
  font-size: 16px;
}

@media screen and (max-width: 1267px) and (min-width: 601px) {
  body {
    width: 1267px;
  }
}
.breadcrumbs {
  max-width: 1106px;
}

main {
  padding-top: 120px;
  padding-bottom: 70px;
  background-color: #fafafa;
}
main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===========================
# Common
=========================== */
.contact {
  max-width: 1106px;
  margin: auto;
  width: 100%;
  padding: 40px 20px 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact {
    padding: 0 19px;
    box-sizing: border-box;
  }
}

.contact__col {
  display: grid;
  grid-template-columns: 480fr 535fr;
  gap: 100px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact__col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.contact__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.contact__description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.88;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact__description {
    margin-bottom: 36px;
  }
}

.contact__achievements {
  padding-bottom: 40px;
}

.contact__section-title {
  margin-bottom: 20px;
}
.contact__section-title span {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 4.4px;
}

.contact__client-logo {
  border-radius: 8px;
  background: #fefefe;
  box-shadow: 0 0 10px 0 rgba(29, 32, 49, 0.08);
  padding: 16px 30px;
}
.contact__pm-section .contact__section-title {
  letter-spacing: 2.2px;
}
.contact__pm-section .contact__section-title span {
  display: block;
}
.contact__pm-section .contact__section-title span:nth-child(1) {
  text-align: left;
}
.contact__pm-section .contact__section-title span:nth-child(2) {
  text-align: right;
}

.contact__pm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: center;
}

.contact__pm-member {
  display: flex;
}
.contact__pm-member img {
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(29, 32, 49, 0.3);
}

.contact__download {
  margin-top: 44px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact__download {
    margin-top: 0;
  }
}

.contact__download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  border-radius: 26px;
  background: #e83c5c;
  box-shadow: 0 0 6px 0 rgba(29, 32, 49, 0.3);
  padding: 7px 20px 7px 24px;
  color: #fafafa;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .contact__download-btn:hover .contact__download-arrow::before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .contact__download-btn:active .contact__download-arrow::before {
    width: 36px;
    height: 36px;
  }
}

.contact__download-arrow {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact__download-arrow::before {
  content: "";
  border-radius: 50%;
  background: #fafafa;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.contact__download-arrow svg {
  width: 12px;
  position: relative;
}

.contact__form {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
  padding: 65px;
  border-radius: 18px;
  position: relative;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact__form {
    padding: 65px 30px;
  }
}

/* ===========================
# Contact
=========================== */
.contact-page .contact__right {
  padding-top: 60px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact-page .contact__right {
    padding-top: 0;
  }
}

/* ===========================
# Downloads Form
=========================== */
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact__what-you-learn {
    margin-bottom: 36px;
  }
}
.contact__what-you-learn .contact__section-title {
  margin-bottom: 12px;
}

.contact__learn-item {
  padding-left: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px; /* 175% */
}
.contact__learn-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #e83c5c;
  border-radius: 50%;
}

.contact__whitepaper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact__whitepaper-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact__whitepaper-item {
  display: flex;
}

.contact__form-bubble {
  width: 190px;
  margin: 0 auto 10px;
  display: block;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .contact__form-bubble {
    width: 160px;
    margin: 0;
  }
}/*# sourceMappingURL=contact.css.map */