body {
  font-family: 'Acumin Pro','Helvetica','Arial',sans-serif;
  color: black;
}

h1 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 90px;
    line-height: 90px;
  }
}

h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}

h3 {
  font-size: 39px;
  line-height: 42px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 25px;
    line-height: 33px;
  }
}

h4 {
  font-size: 28px;
  line-height: 44px;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 36px;
  }
}

h5 {
  font-size: 26px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 22px;
    line-height: 29px;
  }
}

h6 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}

p.lg {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  p.lg {
    font-size: 18px;
    line-height: 31px;
  }
}

p {
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 29px;
  }
}

p.sm, label, input, textarea {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  p.sm, label, input, textarea {
    font-size: 14px;
  }
}

p.xs {
  font-size: 14px;
  line-height: 17px;
}

button {
  font-size: 18px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  button {
    font-size: 16px;
  }
}

button:hover {
  opacity: 0.8;
}

button:active {
  opacity: 1;
}

main {
  padding-left: 117px;
}

@media screen and (max-width: 768px) {
  main {
    padding-left: unset;
    padding-top: 60px;
  }
}

.section__container--s {
  width: 85%;
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  .section__container--s {
    width: 90%;
    margin: 40px auto;
  }
}

.section__wrapper--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .section__wrapper--title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .section__heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
}

.section__heading--subtitle {
  color: #777777;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .section__heading--subtitle {
    text-align: center;
    margin-bottom: 10px;
  }
}

.section__text--large {
  text-shadow: 0px 2px 11px rgba(29, 29, 29, 0.07);
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .section__text--large {
    display: none;
  }
}

.button__wrapper--viewmore {
  text-align: center;
}

.button--viewmore {
  background-color: #49BBE5;
  color: white;
  padding: 20px 150px;
}

@media screen and (max-width: 768px) {
  .button--viewmore {
    padding: 15px 30px;
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
  }
}

header {
  width: 117px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 60px;
  }
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  header nav {
    height: unset;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .nav__wrapper--logo {
  margin: 10px 0 0 5px;
}

@media screen and (max-width: 768px) {
  header .nav__wrapper--logo {
    margin: 0 0 0 10px;
  }
}

header .nav__button--contact {
  width: 100%;
  background: #49BBE5;
  color: white;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  header .nav__button--contact {
    padding: 0 10px;
    height: 60px;
  }
}

header .nav__icon--contact {
  font-size: 30px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  header .nav__icon--contact {
    font-size: 20px;
  }
}

.section--top {
  background-image: url("../images/top.jpeg");
  height: 100vh;
  position: relative;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .section--top {
    height: calc( 100vh - 60px);
  }
}

@media screen and (max-width: 768px) {
  .section--top .top__outer--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section--top .top__wrapper--title {
  padding: 60px 0  0 100px;
}

@media screen and (max-width: 768px) {
  .section--top .top__wrapper--title {
    padding: 60px 0 0 0;
  }
}

.section--top .top__wrapper--banner {
  background-color: white;
  max-width: 330px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .section--top .top__wrapper--banner {
    width: 250px;
  }
}

.section--top .banner__wrapper--inner {
  padding: 30px 30px 10px 30px;
}

@media screen and (max-width: 768px) {
  .section--top .banner__wrapper--inner {
    padding: 20px 20px 10px 20px;
  }
}

.section--top .banner__wrapper--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .section--top .banner__wrapper--text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section--top .banner__wrapper--title {
  font-size: 35px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: relative;
}

.section--top .banner__wrapper--title::after {
  content: '';
  width: 1px;
  height: 30%;
  position: absolute;
  top: 50%;
  left: -13%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #707070;
}

.section--top .banner__heading--year {
  color: #49BBE5;
  margin-right: 34px;
}

@media screen and (max-width: 768px) {
  .section--top .banner__heading--year {
    margin-right: 19px;
  }
}

.section--top .banner__heading--subyear {
  font-size: 24px;
}

.section--top .banner__button--entry {
  background-color: #49BBE5;
  color: white;
  width: 100%;
  text-align: right;
  padding: 15px;
}

.setion--students .students__heading {
  color: #49BBE5;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .setion--students .students__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.setion--students .students__item--line {
  font-size: 50px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .setion--students .students__item--line {
    font-size: 45px;
  }
}

.setion--students .students__item--line:first-child {
  display: inline-block;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 15px;
}

.setion--students .students__wrapper--raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .setion--students .students__wrapper--raw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.setion--students .students__text--content {
  border: 2px solid black;
  border-radius: 20px;
  padding: 20px 40px;
  margin: 0 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .setion--students .students__text--content {
    padding: 15px 20px;
    margin: 15px 0;
  }
}

.setion--students .students__text--first::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}

.setion--students .students__text--first::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 16px solid black;
  z-index: 1;
}

.setion--students .students__text--second::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 14px solid #FFF;
  z-index: 2;
}

.setion--students .students__text--second::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-bottom: 17px solid black;
  z-index: 1;
}

.setion--students .students__wrapper-image {
  text-align: center;
}

.setion--students .students__image {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .setion--students .students__image {
    width: 100%;
    max-width: 260px;
  }
}

.section--message .message__text--large {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .section--message .message__text--large {
    margin-bottom: unset;
    text-align: center;
    display: block;
    font-size: 70px;
    line-height: 90px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: -11px 0;
  }
}

.section--message .message__container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .section--message .message__container--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section--message .message__container--right {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .section--message .message__container--right {
    margin-right: unset;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
  }
}

.section--about .about__wrapper--text {
  width: 60%;
  margin: 0 auto 40px auto;
}

@media screen and (max-width: 768px) {
  .section--about .about__wrapper--text {
    width: 100%;
    margin: 16px auto;
  }
}

.section--about .about__container--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section--about .about__container--lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.section--about .about__list {
  margin: 0 10px;
  width: calc( 100% / 3);
}

@media screen and (max-width: 768px) {
  .section--about .about__list {
    width: unset;
    margin: 10px 0;
    text-align: center;
  }
}

.section--about .about__image--list {
  width: 100%;
  min-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .section--about .about__image--list {
    min-height: unset;
    max-width: 400px;
  }
}

.section--about .about__heading--list {
  text-align: center;
  margin: 18px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .section--about .about__heading--list {
    margin: 16px 0 6px 0;
  }
}

.section--point .point__container--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section--point .point__container--lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.section--point .point__list {
  margin: 0 10px;
  width: calc( 100% / 4);
}

@media screen and (max-width: 768px) {
  .section--point .point__list {
    width: unset;
    max-width: 400px;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    padding: 10px;
  }
}

.section--point .point__image--list {
  width: 90%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .section--point .point__image--list {
    max-width: 250px;
  }
}

.section--point .point__heading--list {
  text-align: center;
  margin: 18px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .section--point .point__heading--list {
    margin: 16px 0 6px 0;
  }
}

.section--position .position__container--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section--position .position__container--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.section--position .position__list {
  margin: 0 10px;
  width: calc( 100% / 4);
}

@media screen and (max-width: 768px) {
  .section--position .position__list {
    width: unset;
    max-width: 400px;
    margin: 10px auto;
    min-width: 270px;
  }
}

.section--position .position__text--number {
  margin-bottom: 8px;
  text-align: center;
}

.section--position .position__wrapper--content {
  margin: 0 10px;
}

.section--position .position__wrapper--inner {
  padding: 15px;
  min-height: 250px;
}

.section--position .position__heading--title {
  width: 100%;
  text-align: center;
  padding: 13px 0 8px 0;
}

.section--position .position__heading--title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section--position .position__color--blue {
  color: #49BBE5;
}

.section--position .position__color--yellow {
  color: #D9D931;
}

.section--position .position__color--green {
  color: #49E555;
}

.section--position .position__color--black {
  color: black;
}

.section--position .position__border--blue {
  border: 2px solid #49BBE5;
}

.section--position .position__border--yellow {
  border: 2px solid #D9D931;
}

.section--position .position__border--green {
  border: 2px solid #49E555;
}

.section--position .position__border--black {
  border: 2px solid black;
}

.section--position .position__underline--blue {
  position: relative;
}

.section--position .position__underline--blue::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #49BBE5;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section--position .position__underline--yellow {
  position: relative;
}

.section--position .position__underline--yellow::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #D9D931;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section--position .position__underline--green {
  position: relative;
}

.section--position .position__underline--green::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #49E555;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section--position .position__underline--black {
  position: relative;
}

.section--position .position__underline--black::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section--flow .flow__article {
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .section--flow .flow__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 25px;
    margin: 25px auto;
    max-width: 500px;
  }
}

.section--flow .flow__container--left {
  width: 12%;
}

@media screen and (max-width: 768px) {
  .section--flow .flow__container--left {
    width: unset;
    padding-bottom: 10px;
  }
}

.section--flow .flow__wrapper--number {
  border-radius: 50%;
  border: 1px solid black;
  width: 88px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .section--flow .flow__wrapper--number {
    width: 73px;
    height: 73px;
  }
}

.section--flow .flow__container--right {
  width: 88%;
  position: relative;
  padding-left: 30px;
  margin-left: 57px;
}

.section--flow .flow__container--right::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
}

@media screen and (max-width: 768px) {
  .section--flow .flow__container--right::after {
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .section--flow .flow__container--right {
    width: 100%;
    padding-left: unset;
    padding-top: 10px;
    margin-left: unset;
  }
}

.section--flow .flow__wrapper--info {
  margin-left: 30px;
}

.section--detail .detail__container {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section--detail .detail__container {
    width: 100%;
  }
}

.section--detail .detail__wrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .section--detail .detail__wrapper {
    margin-bottom: 10px;
  }
}

.section--detail .detail__text--title {
  font-size: 18px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .section--detail .detail__text--title {
    font-size: 16px;
  }
}

.section--detail .detail__text--content {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .section--detail .detail__text--content {
    font-size: 14px;
    line-height: 24px;
  }
}

.section--interview .interview__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90%;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .section--interview .interview__article {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px auto;
    max-width: 500px;
  }
}

.section--interview .interview__container--left {
  width: 5%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .section--interview .interview__container--left {
    width: 100%;
    margin-bottom: 10px;
    margin-right: unset;
  }
}

.section--interview .interview__text--number {
  font-size: 30px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .section--interview .interview__text--number {
    text-align: center;
  }
}

.section--interview .interview__container--right {
  width: 95%;
}

@media screen and (max-width: 768px) {
  .section--interview .interview__container--right {
    width: 100%;
  }
}

.section--interview .interview__text--title {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .section--interview .interview__text--title {
    text-align: center;
    margin-bottom: 10px;
  }
}

.section--interview .interview__wrapper--content {
  border: 1px solid #BCBCBC;
  padding: 20px;
}

.section--interview .interview__article--point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 480px;
}

@media screen and (max-width: 768px) {
  .section--interview .interview__article--point {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .section--interview .article__wrapper--inner--left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .section--interview .article__wrapper--inner--right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.section--interview .article__image--point {
  width: 100%;
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .section--interview .article__image--point {
    width: 50%;
    max-width: 170px;
  }
}

.section--interview .article__heading--point {
  color: #49BBE5;
  font-weight: bold;
  text-align: center;
}

.section--banner {
  text-align: center;
  position: relative;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .section--banner {
    padding: 40px 0;
  }
}

.section--banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/top.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 108%;
  -ms-filter: blur(9px);
  -webkit-filter: blur(9px);
          filter: blur(9px);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .section--banner::before {
    background-size: 600%;
  }
}

.section--banner .banner__text--title {
  margin-bottom: 10px;
  z-index: 1;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .section--banner .banner__text--title {
    margin-bottom: 20px;
  }
}

.section--banner .banner__text--detail {
  width: 60%;
  margin: 0 auto 30px auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section--banner .banner__text--detail {
    width: 90%;
  }
}

.section--banner .banner__text--large {
  display: block;
  font-size: 80px;
}

.section--contact .contactForm__container--forms {
  width: 95%;
  margin: 0 auto;
  max-width: 800px;
}

.section--contact .contactForm__wrapper--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .section--contact .contactForm__wrapper--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}

.section--contact .contactForm__item--option {
  color: #FF0027;
  margin-left: 5px;
}

.section--contact .contactForm__item--input {
  border: 1px solid #BCBCBC;
  width: 75%;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .section--contact .contactForm__item--input {
    width: 100%;
  }
}

.section--contact .contactForm__wrapper--radio {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--contact .contactForm__wrapper--input--radio {
  margin: 0 10px;
}

.section--contact .contactForm__wrapper--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .section--contact .contactForm__wrapper--left {
    width: 100%;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-bottom: 8px;
  }
}

.section--contact .contactForm__item--button {
  background-color: #49BBE5;
  color: white;
  font-weight: normal;
  padding: 12px 80px;
}

.section--contact .contactForm__item--button:hover {
  background-color: #42B8F7;
}

.section--contact .contactForm__item--button:active {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .section--contact .contactForm__item--button {
    padding: 10px 36px;
    font-size: 16px;
  }
}

.section--contact .contactForm__item--textarea {
  height: 300px;
  padding: 2px 5px;
}

.section--contact .contact__text-title {
  margin-bottom: 30px;
}

footer {
  background-color: #F7F7F7;
  padding: 5px 20px 5px 117px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px;
  }
}

.footer__text--logo {
  font-weight: normal;
  color: #777777;
}

.section--confirmed {
  height: calc(100vh - 95px);
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
  min-width: 580px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section--confirmed {
    height: calc(100vh - 95px - 60px);
    min-width: unset;
    width: 90%;
    padding-top: 100px;
  }
}

.section--confirmed .confirmed__heading {
  text-align: center;
}

.section--confirmed .section__text--large--confirmed {
  font-size: 100px;
  line-height: 98px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .section--confirmed .section__text--large--confirmed {
    display: block;
    font-size: 45px;
    line-height: 43px;
  }
}
/*# sourceMappingURL=index.css.map */