@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Montserrat:wght@400;700&display=swap");
body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  position: relative;
  background-color: #fff;
  min-height: 100vh;
  overflow-anchor: none;
}
body,
body a {
  color: #000;
}
body.scroll-off {
  overflow: hidden;
}
strong,
b {
  font-weight: 700;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.duration {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* header */
header {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 10px 1px rgba(81, 153, 255, 0.25);
  display: flex;
  align-items: center;
}
.header__wrapper {
  position: relative;
  background: #5aa7e4;
  clip-path: polygon(55px 0%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 60px;
  margin-left: 60%;
}
.header__box_logo {
  position: absolute;
  z-index: 10;
  display: flex;
  width: 700px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__wrapper span {
  display: none;
  background: #5fafef;
  position: absolute;
  width: 115px;
  height: 100%;
  clip-path: polygon(44px 0%, 114px 0, 63px 100%, 0% 100%);
}
.header__info {
  display: none;
}
.header__info p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
.header__info img {
  width: 210px;
  height: 49px;
}
header .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.header__right-side p {
  display: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
/* logo */
#logo {
	margin-right: auto;
	padding: 0 20px;
	max-width: 200px;
}
#logo svg,
#logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 50px;
}
/* /logo */
/* /header */

/* title */
#title {
  padding: 0 20px;
}
#title h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #282828;
  margin: 30px 0 20px;
}
#title p {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
}
/* /title */

/* content */
#content {
  padding: 0 20px 95px;
}
#content .items {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 22px 23px;
  background: #eef4fa;
  box-shadow: 0px 2px 10px 3px rgba(81, 153, 255, 0.3);
}
#content .item {
  border-radius: 20px;
  padding: 20px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}
#content .item .line {
  background: #5fafef;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  text-align: center;
}
#content .item .line p {
  line-height: 50px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#content .item .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  background-color: #e5ebf1;
  justify-content: center;
}
#content .item .title span {
  line-height: 40px;
}
#content .item .title span.icon {
  margin-right: 10px;
}
#content .item .title span.text {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
#content .item.color .title span.text {
  color: #ffffff;
}
#content .item .info {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 81px;
}
#content .item .logo {
  overflow: hidden;
  height: 50px;
}
#content .item .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
#content .item .text {
  flex-direction: column;
}
#content .item .text .td {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 7px;
  align-items: flex-end;
}
#content .item .text .td:first-child {
  margin-top: 0;
}

#content .item .text .td:first-child p {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
#content .item .text .td p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
}
#content .item .item-btn {
  position: relative;
  z-index: 20;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .item .item-btn .btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #8cba51;
  border-radius: 10px;
}
#content .item .item-btn .btn:hover {
  background: #4d8802;
}
#content .item .item-btn .btn.color {
  background: #81d364;
}
#content .item .item-btn .btn.color:hover {
  background: #63d84f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#content .item .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
/* /content */

/* footer */
footer {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 12px;
}
/* /footer */

@media (min-width: 900px) {
  .header__info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header__box_logo {
    left: 50%;
    width: 668px;
    transform: translate(-50%, 0);
  }
  #title h1 {
    font-size: 40px;
  }
  #title p {
    font-size: 20px;
  }
  .header__wrapper {
    height: 100px;
    margin-left: 40%
  }
  /* content */
  #content .items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 97px;
  }
  #content .item {
    width: calc(50% - 12px);
  }
  #content .item .logo {
    height: 60px;
  }
  #content .item .line {
    top: 90px;
  }
  #content .item .item-btn .btn {
    border-radius: 15px;
    height: 55px;
  }

  /* /content */

  /* footer */
  footer {
    padding: 40px 20px;
  }
  /* /footer */
}

@media (min-width: 900px) {
  .header__wrapper span {
    display: block;
  }
  .header__right-side p {
    display: block;
  }
}
@media (min-width: 1024px) {
  .inner {
    margin: 0 auto;
  }
  .header__box_logo {
    width: 764px;
  }
  .header__wrapper {
    clip-path: polygon(112px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    height: 100px;
    margin-left: 37%;
  }
  .header__wrapper span {
    position: absolute;
    width: 263px;
    height: 100%;
    clip-path: polygon(44px 0%, 260px 0, 156px 100%, 0% 100%);
  }
  #content {
    padding: 0 0 160px;
  }
  #content .item .text .td {
    margin-top: 10px;
  }
  #content .item .text .td:first-child p {
    font-size: 18px;
    line-height: 22px;
  }
  #content .item .text .td p {
    font-size: 16px;
    list-style: 20px;
  }
  .header__info p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ffffff;
  }
  #content .item .line p {
    font-size: 15px;
    line-height: 60px;
  }
  #content .item .item-btn {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .inner {
    max-width: 1060px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .inner {
    max-width: 1420px;
    margin: 0 auto;
    width: unset;
  }
  .header__wrapper {
    margin-left: 25%;
    clip-path: polygon(95px 0%, 100% 0, 100% 100%, 0% 100%);
  }
  .header__wrapper span {
    clip-path: polygon(44px 0%, 260px 0, 172px 100%, 0% 100%);
  }
  .header__box_logo {
    width: 1420px;
  }
  #content .item {
    width: calc(25% - 66px);
    padding: 20px 28px;
  }
  #content .items {
    padding: 20px 10px;
    justify-content: flex-start;
  }
  #title h1 {
    font-size: 40px;
    margin: 50px 0 30px;
  }
  #title p {
    margin-bottom: 50px;
  }

  /* content */
  #content .item {
    width: calc(25% - 20px);
    margin: 0 10px 25px;
    box-sizing: border-box;
  }
  #content .item .info {
    margin-top: 95px;
  }
  #content .item .line {
    top: 95px;
  }
  /* /content */

  /* footer */
  footer {
    padding: 50px 20px;
  }
  /* /footer */
}
