#container.top .top-container {
  margin: 0 10px;
}

#container.top .top-container .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
  color: #999;
  text-align: center;
  max-width: 1620px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #container.top .top-container .txt {
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
  }
}

#container.top .top-container .txt--first {
  padding: 25px 0;
}

@media (max-width: 640px) {
  #container.top .top-container .txt--first {
    padding: 10px 0 12px;
  }
}

#container.top .top-container .txt--second {
  padding: 30px 0 20px;
}

@media (max-width: 640px) {
  #container.top .top-container .txt--second {
    padding: 22px 0 24px;
  }
}

#container.top .top-container .txt--third {
  padding: 12px 0 34px;
}

@media (max-width: 640px) {
  #container.top .top-container .txt--third {
    padding: 10px 0 20px;
  }
}

#container.top .top-container .app-portal {
  max-width: 1620px;
  margin: 0 auto;
  font-size: 0;
}

#container.top .top-container .app-portal-box {
  display: inline-block;
  width: 49.1358%;
  margin: 0 1.7284% 0 0;
  -webkit-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.35);
          box-shadow: 0 2px 2px rgba(204, 204, 204, 0.35);
  border-radius: 10px;
  position: relative;
}

@media (max-width: 640px) {
  #container.top .top-container .app-portal-box {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    -webkit-box-shadow: 0 1px 1px rgba(204, 204, 204, 0.35);
            box-shadow: 0 1px 1px rgba(204, 204, 204, 0.35);
    border-radius: 5px;
  }
}

#container.top .top-container .app-portal-box__inr {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
}

#container.top .top-container .app-portal-box__inr::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

#container.top .top-container .app-portal-box__inr .app-portal-txt {
  display: inline-block;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.058;
  color: #fff;
  text-shadow: 0 0 20px rgba(102, 102, 102, 0.75);
  vertical-align: middle;
  white-space: normal;
}

@media (max-width: 1270px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt {
    font-size: 60px;
  }
}

@media (max-width: 1050px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt {
    font-size: 52px;
  }
}

@media (max-width: 980px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt {
    font-size: 42px;
  }
}

@media (max-width: 800px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt {
    font-size: 25px;
  }
}

#container.top .top-container .app-portal-box__inr .app-portal-txt__min {
  display: block;
  font-size: 48px;
  line-height: 1.5;
}

@media (max-width: 1270px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt__min {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt__min {
    font-size: 32px;
  }
}

@media (max-width: 980px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt__min {
    font-size: 22px;
  }
}

@media (max-width: 800px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt__min {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #container.top .top-container .app-portal-box__inr .app-portal-txt__min {
    font-size: 18px;
  }
}

#container.top .top-container .app-portal-box__img {
  display: block;
  width: 100%;
  height: auto;
}

#container.top .top-container .app-portal-box--right {
  margin: 0;
}

#container.top .top-container .btn {
  display: block;
  width: 360px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 0;
  border-radius: 37.5px;
  background: #90c31f;
  -webkit-box-shadow: 0 3px 7px rgba(204, 204, 204, 0.35);
          box-shadow: 0 3px 7px rgba(204, 204, 204, 0.35);
  margin: 0 auto;
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 960px) {
  #container.top .top-container .btn {
    width: 290px;
  }
}

@media (max-width: 640px) {
  #container.top .top-container .btn {
    width: 180px;
    height: 37px;
    line-height: 37px;
    border-radius: 18.75px;
    -webkit-box-shadow: 0 2px 3px rgba(204, 204, 204, 0.35);
            box-shadow: 0 2px 3px rgba(204, 204, 204, 0.35);
  }
}

#container.top .top-container .btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 22px 0 0;
}

@media (max-width: 960px) {
  #container.top .top-container .btn::before {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 640px) {
  #container.top .top-container .btn::before {
    margin: 0 10px 0 0;
  }
}

#container.top .top-container .btn__txt {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #container.top .top-container .btn__txt {
    font-size: 13px;
  }
}

#container.top .top-container .btn--method {
  background: #fff;
  width: 240px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}

@media (max-width: 960px) {
  #container.top .top-container .btn--method {
    width: 170px;
  }
}

@media (max-width: 640px) {
  #container.top .top-container .btn--method {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border-radius: 18.75px;
  }
}

#container.top .top-container .btn--method::before {
  width: 20px;
  height: 24px;
  background-image: url(../img/common/icon_rating.png);
}

@media (max-width: 640px) {
  #container.top .top-container .btn--method::before {
    width: 14px;
    height: 18px;
  }
}

#container.top .top-container .btn--method .btn__txt {
  font-size: 16px;
  color: #000;
}

@media (max-width: 640px) {
  #container.top .top-container .btn--method .btn__txt {
    font-size: 12px;
  }
}

#container.top .top-container .btn--guide::before {
  width: 32px;
  height: 32px;
  background-image: url(../img/common/icon_guide.png);
}

@media (max-width: 640px) {
  #container.top .top-container .btn--guide::before {
    width: 16px;
    height: 16px;
  }
}

#container.top .top-container .btn--contact {
  width: 240px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}

@media (max-width: 960px) {
  #container.top .top-container .btn--contact {
    width: 170px;
  }
}

@media (max-width: 640px) {
  #container.top .top-container .btn--contact {
    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;
    width: 150px;
    height: 30px;
    line-height: 1.1;
    border-radius: 18.75px;
  }
}

#container.top .top-container .btn--contact::before {
  width: 28px;
  height: 21px;
  background-image: url(../img/common/icon_contact.png);
}

@media (max-width: 640px) {
  #container.top .top-container .btn--contact::before {
    width: 20px;
    height: 15px;
  }
}

#container.top .top-container .btn--contact .btn__txt {
  font-size: 16px;
}

@media (max-width: 640px) {
  #container.top .top-container .btn--contact .btn__txt {
    font-size: 12px;
  }
}

#container.top .top-container .btn:hover {
  -webkit-box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
          box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
}

@media (max-width: 640px) {
  #container.top .top-container .btn:hover {
    -webkit-box-shadow: 0 2px 3px rgba(204, 204, 204, 0.35);
            box-shadow: 0 2px 3px rgba(204, 204, 204, 0.35);
  }
}

#container.top .top-container .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 37px;
}

@media (max-width: 640px) {
  #container.top .top-container .btn-list {
    display: block;
    margin: 20px auto 20px;
  }
}

#container.top .top-container .btn-list__item {
  margin: 0 30px 0 0;
}

@media (max-width: 960px) {
  #container.top .top-container .btn-list__item {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 640px) {
  #container.top .top-container .btn-list__item {
    margin: 0 0 10px;
  }
}

#container.top .top-container .btn-list__item:nth-last-child(1) {
  margin: 0;
}

#container.top .top-container .bold-txt {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
}

@media (max-width: 640px) {
  #container.top .top-container .bold-txt {
    font-size: 15px;
    line-height: 1.2;
  }
}

@media (max-width: 960px) {
  .lang-es #container.top .top-container .btn--method .btn__txt {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .lang-es #container.top .top-container .btn--method .btn__txt {
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .lang-es #container.top .top-container .btn--guide .btn__txt {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .lang-es #container.top .top-container .btn--guide .btn__txt {
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  .lang-es #container.top .top-container .btn--contact .btn__txt {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .lang-es #container.top .top-container .btn--contact .btn__txt {
    font-size: 12px;
  }
}

.lang-fr #container.top .top-container .btn--method {
  width: 240px;
}

@media (max-width: 960px) {
  .lang-fr #container.top .top-container .btn--method {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .lang-fr #container.top .top-container .btn--method {
    width: 150px;
  }
}

.lang-fr #container.top .top-container .btn--method .btn__txt {
  font-size: 16px;
}

@media (max-width: 960px) {
  .lang-fr #container.top .top-container .btn--method .btn__txt {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .lang-fr #container.top .top-container .btn--method .btn__txt {
    font-size: 12px;
  }
}

.lang-fr #container.top .top-container .btn--guide {
  width: 380px;
}

@media (max-width: 960px) {
  .lang-fr #container.top .top-container .btn--guide {
    width: 310px;
  }
}

@media (max-width: 640px) {
  .lang-fr #container.top .top-container .btn--guide {
    width: 210px;
  }
}

.lang-fr #container.top .top-container .btn--guide::before {
  margin-right: 15px;
}

.lang-fr #container.top .top-container .btn--guide .btn__txt {
  font-size: 24px;
}

@media (max-width: 960px) {
  .lang-fr #container.top .top-container .btn--guide .btn__txt {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .lang-fr #container.top .top-container .btn--guide .btn__txt {
    font-size: 13px;
  }
}

.lang-fr #container.top .top-container .btn--contact {
  width: 240px;
}

@media (max-width: 960px) {
  .lang-fr #container.top .top-container .btn--contact {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .lang-fr #container.top .top-container .btn--contact {
    width: 150px;
  }
}

.lang-fr #container.top .top-container .btn--contact .btn__txt {
  font-size: 16px;
}

@media (max-width: 960px) {
  .lang-fr #container.top .top-container .btn--contact .btn__txt {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .lang-fr #container.top .top-container .btn--contact .btn__txt {
    font-size: 12px;
  }
}

.lang-it #container.top .top-container .btn--method {
  width: 240px;
}

@media (max-width: 960px) {
  .lang-it #container.top .top-container .btn--method {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .lang-it #container.top .top-container .btn--method {
    width: 150px;
  }
}

.lang-it #container.top .top-container .btn--method .btn__txt {
  font-size: 16px;
}

@media (max-width: 960px) {
  .lang-it #container.top .top-container .btn--method .btn__txt {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .lang-it #container.top .top-container .btn--method .btn__txt {
    font-size: 12px;
  }
}

.lang-it #container.top .top-container .btn--guide {
  width: 380px;
}

@media (max-width: 960px) {
  .lang-it #container.top .top-container .btn--guide {
    width: 310px;
  }
}

@media (max-width: 640px) {
  .lang-it #container.top .top-container .btn--guide {
    width: 210px;
  }
}

.lang-it #container.top .top-container .btn--guide::before {
  margin-right: 15px;
}

.lang-it #container.top .top-container .btn--guide .btn__txt {
  font-size: 24px;
}

@media (max-width: 960px) {
  .lang-it #container.top .top-container .btn--guide .btn__txt {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .lang-it #container.top .top-container .btn--guide .btn__txt {
    font-size: 13px;
  }
}

.lang-it #container.top .top-container .btn--contact {
  width: 240px;
}

@media (max-width: 960px) {
  .lang-it #container.top .top-container .btn--contact {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .lang-it #container.top .top-container .btn--contact {
    width: 150px;
  }
}

.lang-it #container.top .top-container .btn--contact .btn__txt {
  font-size: 16px;
}

@media (max-width: 960px) {
  .lang-it #container.top .top-container .btn--contact .btn__txt {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .lang-it #container.top .top-container .btn--contact .btn__txt {
    font-size: 12px;
  }
}

.lang-de #container.top .top-container .btn--method {
  width: 240px;
}

@media (max-width: 960px) {
  .lang-de #container.top .top-container .btn--method {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .lang-de #container.top .top-container .btn--method {
    width: 150px;
  }
}

.lang-de #container.top .top-container .btn--method .btn__txt {
  font-size: 16px;
}

@media (max-width: 960px) {
  .lang-de #container.top .top-container .btn--method .btn__txt {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .lang-de #container.top .top-container .btn--method .btn__txt {
    font-size: 12px;
  }
}

.lang-de #container.top .top-container .btn--guide {
  width: 380px;
}

@media (max-width: 960px) {
  .lang-de #container.top .top-container .btn--guide {
    width: 310px;
  }
}

@media (max-width: 640px) {
  .lang-de #container.top .top-container .btn--guide {
    width: 210px;
  }
}

.lang-de #container.top .top-container .btn--guide::before {
  margin-right: 15px;
}

.lang-de #container.top .top-container .btn--guide .btn__txt {
  font-size: 24px;
}

@media (max-width: 960px) {
  .lang-de #container.top .top-container .btn--guide .btn__txt {
    font-size: 19px;
  }
}

@media (max-width: 640px) {
  .lang-de #container.top .top-container .btn--guide .btn__txt {
    font-size: 13px;
  }
}

.lang-de #container.top .top-container .btn--contact {
  width: 240px;
}

@media (max-width: 960px) {
  .lang-de #container.top .top-container .btn--contact {
    width: 150px;
  }
}

@media (max-width: 640px) {
  .lang-de #container.top .top-container .btn--contact {
    width: 150px;
  }
}

.lang-de #container.top .top-container .btn--contact .btn__txt {
  font-size: 16px;
}

@media (max-width: 960px) {
  .lang-de #container.top .top-container .btn--contact .btn__txt {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .lang-de #container.top .top-container .btn--contact .btn__txt {
    font-size: 12px;
  }
}
