.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  background-color: #1a4ab9;
}

.block-main {
  background-color: #1a4ab9;
  min-height: auto;
  padding: 1vw;
  position: relative;
  overflow: hidden;
}

.block-logo {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.link-block {
  justify-content: center;
  align-items: center;
  max-width: 24%;
  display: flex;
}

.block-logo-client {
  display: block;
}

.image, .image-2, .image-3, .image-4 {
  max-width: 10%;
}

.block-heading {
  margin-top: 250px;
  margin-bottom: 100px;
  position: relative;
}

.heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 150%;
}

.container {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1100px;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 5vw;
  display: block;
  position: relative;
}

.container._1 {
  padding-bottom: 2vw;
}

.container._2 {
  min-height: 100vh;
}

.block-circle {
  z-index: 0;
  background-color: #1442ac;
  border-radius: 100%;
  width: 40vw;
  height: 40vw;
  position: absolute;
  inset: auto auto 12% -10%;
}

.text-span {
  color: #cdffcd;
  font-style: italic;
  font-weight: 400;
}

.block-circle-2 {
  z-index: 0;
  background-color: #1442ac;
  border-radius: 100%;
  width: 40vw;
  height: 40vw;
  position: absolute;
  inset: 0% -12% 0% auto;
}

.block-grid-opys {
  position: relative;
}

.empty {
  line-height: 150%;
}

.body {
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: #fff;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 150%;
}

.grid {
  grid-template-rows: auto;
  margin-bottom: 64px;
  position: relative;
  overflow: visible;
}

.text-block-2 {
  color: #cdffcd;
  background-color: #486cc500;
  border-radius: 10px;
  max-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  font-style: italic;
}

.code-embed {
  color: #fff9f9;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.grid-2 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr;
  margin-bottom: 12px;
  display: block;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.link {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.block-guide {
  margin-bottom: 40px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.block-card {
  background-color: #f3f3f330;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 18vw;
  padding: 16px;
  display: flex;
}

.link-block-2 {
  background-color: #466ac4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 19vw;
  padding: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block-2:hover {
  background-color: #87a0df;
}

.text-block-4 {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.block-2 {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 5vw;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}

.heading-2.color {
  color: #cdffcd;
}

.text-block-5 {
  color: #000;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-5._16 {
  margin-bottom: 0;
}

.grid-4 {
  grid-template-rows: auto;
  margin-bottom: 32px;
}

.block-quote {
  background-image: url('../images/quote.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 21px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
}

.code-embed-2 {
  color: #fff;
}

.text-block-6 {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}

.block-3 {
  padding-top: 5vw;
}

.grid-6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  margin-bottom: 16px;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-7._16 {
  margin-bottom: 0;
}

.code-embed-3 {
  color: #fff;
}

.block-quote-2 {
  background-color: #466ac4;
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 21px;
}

.block-4 {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 5vw;
}

.block-5 {
  padding-top: 5vw;
}

.block-6 {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 5vw;
}

.footer {
  padding-top: 5vw;
}

.text-block-8 {
  color: #fff;
  font-size: 12px;
  line-height: 150%;
}

.block-ph {
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-5 {
  border-radius: 20px;
}

.slider {
  border-radius: 20px;
  height: auto;
}

.slide {
  background-image: url('../images/ph-1_1.webp');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 20px;
}

.icon, .icon-2 {
  display: none;
}

.slide-2 {
  background-image: url('../images/ph-2_1.webp');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 20px;
}

.slide-3 {
  background-image: url('../images/ph-3_1.webp');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 20px;
}

.slide-4 {
  background-image: url('../images/ph-4_1.webp');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 20px;
}

.mask {
  border-radius: 0;
}

.slide-5 {
  background-image: url('../images/ph-18_1.webp');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 20px;
}

.block-slider-2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.slide-1 {
  background-image: url('../images/ph-24_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-22 {
  background-image: url('../images/ph-19_1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-23 {
  background-image: url('../images/ph-20_1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.slide-24 {
  background-image: url('../images/ph-22_1.webp');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 20px;
}

.slide-25 {
  background-image: url('../images/ph-23_1.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.supdate-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  display: grid;
}

.sup-text {
  color: #cdffcd;
  font-size: 16px;
  font-style: italic;
}

.date-text {
  color: #e6e6e6;
  text-align: right;
  font-size: 16px;
  font-style: italic;
}

.heading-grid {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-2 {
  color: #194ab9;
}

.slide1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-6 {
  border-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 46px;
  }

  .block-circle {
    bottom: 15%;
    left: -15%;
  }

  .sup-text, .date-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .block-heading {
    margin-top: 300px;
  }

  .heading {
    font-size: 48px;
  }

  .container {
    bottom: 16%;
  }

  .block-circle {
    bottom: 16%;
    left: -35%;
  }

  .sup-text, .date-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .block-main {
    min-height: 80vh;
  }

  .block-heading {
    margin-top: 250px;
  }

  .heading {
    font-size: 64px;
  }

  .block-circle {
    bottom: 27%;
    left: -56%;
  }
}

@media screen and (max-width: 991px) {
  .container, .container._1 {
    max-width: 800px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .link-block-2 {
    height: 15vw;
  }

  .heading-2 {
    font-size: 36px;
  }

  .slider {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 28px;
  }

  .container, .container._1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-block-2 {
    height: 25vw;
  }
}

@media screen and (max-width: 479px) {
  .block-main {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .block-logo {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .link-block {
    max-width: 40%;
  }

  .image, .image-2, .image-3, .image-4 {
    max-width: 35%;
  }

  .block-heading {
    margin-top: 100px;
  }

  .heading {
    font-size: 28px;
  }

  .container {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container._2 {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .block-circle {
    width: 450px;
    height: 450px;
    inset: 26% 0% 0%;
    overflow: visible;
  }

  .block-circle-2 {
    z-index: 0;
    width: 100px;
    height: 100px;
    right: 0%;
  }

  .block-grid-opys {
    overflow: hidden;
  }

  .empty {
    display: none;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .text-block-2 {
    max-width: 30%;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .link-block-2 {
    height: auto;
  }

  .text-block-4 {
    margin-bottom: 8px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .grid-4, .grid-5 {
    flex-flow: column;
    display: flex;
  }

  .grid-6 {
    flex-flow: column-reverse;
    display: flex;
  }

  .slider {
    object-fit: fill;
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: auto;
    display: block;
    position: relative;
  }

  .slide {
    object-fit: fill;
    background-image: none;
  }

  .slide-2, .slide-3 {
    object-fit: fill;
    background-position: 0 100%;
    overflow: hidden;
  }

  .slide-4 {
    object-fit: fill;
    background-image: url('../images/slider2_1.webp');
    background-position: 0 100%;
    overflow: hidden;
  }

  .mask {
    background-color: #0000;
    overflow: hidden;
  }

  .slide-5 {
    object-fit: fill;
    background-image: url('../images/slider_1.webp');
    background-position: 0 100%;
    overflow: hidden;
  }

  .slide-1 {
    object-fit: contain;
    background-position: 50% 100%;
    width: 100%;
    max-width: 600px;
  }

  .slide-22 {
    vertical-align: baseline;
    object-fit: contain;
    background-position: 0 100%;
    width: 100%;
    max-width: 600px;
  }

  .slide-23, .slide-24, .slide-25 {
    background-position: 0 100%;
  }

  .supdate-box {
    margin-bottom: 20px;
  }

  .sup-text, .date-text {
    font-size: 16px;
  }

  .image-6 {
    border-radius: 20px;
  }
}

#w-node-_2f655973-4b5a-1348-c7f1-25f1aa9e552c-5f273f3a, #\31 .w-node-_2b247097-26d6-aa52-7a63-dfcc34b6c928-5f273f3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37365b1f-1c39-e880-3c0b-3225547de5b9-5f273f3a {
  place-self: center;
}

#w-node-bd528b26-62ea-4b75-81a0-b0620948a6f5-5f273f3a {
  align-self: center;
}

#w-node-_91d78b84-cd60-9861-e01e-01286d11b602-5f273f3a, #\32 .w-node-df8e2495-2282-4eac-7f25-44247c17df73-5f273f3a {
  justify-self: auto;
}

#w-node-_2c4f3e86-178d-7e56-26e3-563b0c1c4a6b-5f273f3a {
  place-self: center;
}

#w-node-_2c4f3e86-178d-7e56-26e3-563b0c1c4a6c-5f273f3a {
  align-self: center;
}

#w-node-f9c50bd5-09ef-0ac7-1969-c15e1d1f80e4-5f273f3a {
  place-self: center;
}

#w-node-f9c50bd5-09ef-0ac7-1969-c15e1d1f80e5-5f273f3a {
  align-self: center;
}

#w-node-_471ef426-e2dc-dbf5-a78e-a3b56ed69096-5f273f3a {
  place-self: center;
}

#w-node-_471ef426-e2dc-dbf5-a78e-a3b56ed69097-5f273f3a {
  align-self: center;
}

#w-node-_5780b194-e98b-6301-09b0-e7a4fe2f1bea-5f273f3a {
  place-self: center;
}

#w-node-_5780b194-e98b-6301-09b0-e7a4fe2f1beb-5f273f3a {
  align-self: center;
}

#w-node-_40f5f186-c534-d696-d6b5-2baa7a2c90c2-5f273f3a {
  place-self: center;
}

#w-node-_40f5f186-c534-d696-d6b5-2baa7a2c90c3-5f273f3a {
  align-self: center;
}

#w-node-_11ee6f07-390f-316a-962b-7edd63615fb1-5f273f3a {
  place-self: center;
}

#w-node-_11ee6f07-390f-316a-962b-7edd63615fb2-5f273f3a {
  align-self: center;
}

#w-node-d74f0829-9643-88be-a709-efd8d0273acf-5f273f3a {
  place-self: center;
}

#w-node-d74f0829-9643-88be-a709-efd8d0273ad0-5f273f3a {
  align-self: center;
}

#w-node-_42890734-dd51-896d-9da9-16ab85fbe045-5f273f3a {
  place-self: center;
}

#w-node-_42890734-dd51-896d-9da9-16ab85fbe046-5f273f3a {
  align-self: center;
}

#w-node-b08d452f-d249-71e8-abb0-1449bcc8587b-5f273f3a {
  place-self: center;
}

#w-node-b08d452f-d249-71e8-abb0-1449bcc8587c-5f273f3a {
  align-self: center;
}

#w-node-b08d452f-d249-71e8-abb0-1449bcc85884-5f273f3a {
  place-self: center;
}

#w-node-b08d452f-d249-71e8-abb0-1449bcc85885-5f273f3a {
  align-self: center;
}

#w-node-f90a4a90-4929-7190-d4be-17077690e69d-5f273f3a {
  place-self: center;
}

#w-node-f90a4a90-4929-7190-d4be-17077690e69e-5f273f3a {
  align-self: center;
}

#w-node-f90a4a90-4929-7190-d4be-17077690e6aa-5f273f3a {
  place-self: center;
}

#w-node-f90a4a90-4929-7190-d4be-17077690e6ab-5f273f3a {
  align-self: center;
}

#w-node-f90a4a90-4929-7190-d4be-17077690e6b3-5f273f3a {
  place-self: center;
}

#w-node-f90a4a90-4929-7190-d4be-17077690e6b4-5f273f3a {
  align-self: center;
}


