/* urbanist-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/urbanist-v15-latin-500.woff2") format("woff2");
}
/* urbanist-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/urbanist-v15-latin-600.woff2") format("woff2");
}
/* fixel-400 */
@font-face {
  font-display: swap;
  font-family: "Fixel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FixelText-Regular.woff2") format("woff2");
}
/* fixel-500 */
@font-face {
  font-display: swap;
  font-family: "Fixel";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FixelText-Medium.woff2") format("woff2");
}
/* fixel-600 */
@font-face {
  font-display: swap;
  font-family: "Fixel";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/FixelText-SemiBold.woff2") format("woff2");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  background: #F8F9FF;
  font-family: "Fixel";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5D6A85;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.container {
  width: 1290px;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist";
  font-weight: 500;
  color: #29334F;
}

h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
}
@media (max-width: 576px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 20px;
}
@media (max-width: 576px) {
  h3 {
    font-size: 18px;
  }
}

p {
  margin: 0 0 11px;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

strong {
  font-weight: 500;
  color: #29334F;
}

.tac {
  text-align: center;
}

.dn {
  display: none;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jce {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn {
  padding: 9px 22px;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn svg path,
.btn svg rect {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn span {
  display: block;
  margin-top: 3px;
}
.btn-outline {
  color: #00ADEE;
  border: 1px solid #00ADEE;
}
.btn-outline:hover {
  background-color: #00ADEE;
  color: #ffffff;
}
.btn-outline:hover svg path,
.btn-outline:hover svg rect {
  stroke: #fff;
}
.btn.df {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

section.error .container,
section.thank .container {
  min-height: 50vh;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  background: #fbfbfb;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 0.3125rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #d4d4d4;
}

.page-template-default main {
  padding: 129px 0 101px;
}
@media (max-width: 992px) {
  .page-template-default main {
    padding: 60px 0 50px;
  }
}
.page-template-default h2 {
  margin: 30px 0 20px;
  font-size: 28px;
}

.blog h1 {
  margin: 60px 0;
}
.blog-list {
  gap: 40px;
  padding-bottom: 80px;
}
@media (max-width: 567px) {
  .blog-list {
    gap: 20px;
    padding-bottom: 40px;
  }
}
.blog-list__post {
  padding: 16px;
  width: calc(33.333% - 26.6666666667px);
  -webkit-box-shadow: 0px 5px 28px 0px rgba(41, 51, 79, 0.15);
          box-shadow: 0px 5px 28px 0px rgba(41, 51, 79, 0.15);
  border-radius: 8px;
  background: #FFF;
  position: relative;
}
@media (max-width: 991px) {
  .blog-list__post {
    width: calc(50% - 40px);
  }
}
@media (max-width: 567px) {
  .blog-list__post {
    width: 100%;
  }
}
.blog-list__post .post-thumb {
  display: block;
  width: 100%;
  height: 290px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-list__post .post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-list__post h2 {
  margin: 32px 0;
  font-size: 18px;
}
.blog-list__post .read-more {
  position: absolute;
  bottom: 26px;
  right: 26px;
}

.entry-content {
  padding: 60px 0;
}
.entry-content figure {
  margin: 32px 0;
  height: 320px;
}
.entry-content figure img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer {
  margin: 13px;
  padding-top: 50px;
  border-radius: 10px;
  background: #FFF;
}
.footer .container {
  -webkit-column-gap: 77px;
     -moz-column-gap: 77px;
          column-gap: 77px;
}
.footer .container:first-child {
  padding-bottom: 48px;
  border-bottom: 1px solid #C9CDE9;
}
@media (max-width: 992px) {
  .footer .container:first-child {
    row-gap: 40px;
  }
}
.footer .container:last-child {
  padding: 17px 0 22px;
  color: #A5ACC1;
  font-size: 13px;
}
@media (max-width: 768px) {
  .footer .container:last-child {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
}
.footer .short-info {
  width: 300px;
}
@media (max-width: 992px) {
  .footer .short-info {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: calc(70% - 38.5px);
  }
}
@media (max-width: 576px) {
  .footer .short-info {
    width: 100%;
  }
}
.footer .short-info img {
  width: 210px;
  height: auto;
  margin-bottom: 25px;
}
.footer .short-info p {
  font-size: 14px;
}
.footer-social {
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.footer-social__item a {
  width: 43px;
  height: 43px;
  border: 1px solid #E3E7F2;
  border-radius: 50%;
}
.footer-social__item a img,
.footer-social__item a svg {
  display: block;
  margin: 0 !important;
  height: 17px !important;
  width: auto !important;
}
.footer .widget {
  width: calc((100% - 440px) / 3 - 102.6666666667px);
}
@media (max-width: 992px) {
  .footer .widget {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(33.333% - 51.3333333333px);
  }
}
@media (max-width: 576px) {
  .footer .widget {
    width: 100%;
  }
}
.footer .widget h3 {
  margin: 0 0 18px;
  font-size: 16px;
}
.footer .widget .menu-item {
  font-size: 14px;
  font-weight: 400;
  color: #8C9DAE;
}
.footer .widget .menu-item:not(:last-child) {
  margin-bottom: 12px;
}
.footer .widget .menu-item a {
  color: inherit;
}
.footer .widget .menu-item a[href^=mailto] {
  color: #00ADEE;
  font-weight: 500;
  font-size: 15px;
}
.footer .action {
  width: 140px;
}
@media (max-width: 992px) {
  .footer .action {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(30% - 38.5px);
  }
}
@media (max-width: 992px) {
  .footer .action {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer .action .btn {
  margin-bottom: 15px;
}
.footer .action .pay-logos {
  margin-top: 35px;
}
@media (max-width: 992px) {
  .footer .action .pay-logos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.footer .copy {
  margin: 0;
}
@media (max-width: 768px) {
  .footer .copy {
    width: 100%;
  }
}
.footer .dev {
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
}
@media (max-width: 768px) {
  .footer .dev {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}