body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

[hidden] {
  display: none !important;
}

b {
  font-weight: bold;
  color: inherit;
}

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  /* 150% */
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 150% */
}

h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  /* 150% */
}

h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
}

h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}

h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

label {
  font-size: 12px;
  font-style: normal;
  font-weight: 510;
  line-height: 16px;
  /* 133.333% */
}

:root {
  --blue-color: rgba(26, 115, 232, 1);
  --green-color: rgba(40, 166, 69, 1);
  --yellow-color: rgba(244, 199, 20, 1);
  --red-color: rgba(234, 67, 53, 1);
  --dark-blue-color: rgba(25, 37, 66, 1);
}

.formob {
  display: none;
}

@media (max-width: 1172px) {
  .formob {
    display: block;
  }
}

.fordesktop {
  display: block;
}

@media (max-width: 1172px) {
  .fordesktop {
    display: none;
  }
}

#burger {
  width: 18px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #24292e;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#burger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#burger span:nth-child(2) {
  top: 7px;
  transform-origin: left center;
}

#burger span:nth-child(3) {
  top: 14px;
  transform-origin: left center;
}

#burger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 4px;
}

#burger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#burger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
  left: 4px;
}

a {
  text-decoration: none;
  color: #1a73e8;
}

.container {
  max-width: 1350px;
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 1172px) {
  .container {
    padding: 0 20px;
    width: 100% !important;
  }
}

.container .center {
  text-align: center;
  max-width: 1035px;
  margin: auto;
}

.container .center h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  /* 213.333% */
  text-transform: uppercase;
  opacity: 0.8;
}

.container .center > div {
  margin: 16px 0;
}

.container .center > a {
  width: 182px;
  height: 48px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #fff;
  color: #1a73e8;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  transition: 0.3s;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
}

.container .center > img {
  margin: auto;
  width: 100%;
}

.container .center > a:hover {
  filter: saturate(180%);
}

.container .center h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
}

@media (max-width: 768px) {
  .container .center h2 {
    font-size: 32px;
  }
}

.container .center p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.09px;
  max-width: 660px;
  margin: 20px auto 0;
}

header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}

@media (max-width: 1172px) {
  header {
    padding: 17px 0;
  }
}

header .container {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

@media (max-width: 1172px) {
  header .container {
    justify-content: space-between;
  }
}

header .container .wp {
  display: flex;
  align-items: center;
}

header .container .wp .login {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  color: #1a1a1a;
  position: relative;
  padding: 21px 0;
}

@media (max-width: 1172px) {
  header .container .wp .login {
    display: none;
  }
}

header .container .wp .login:hover::before {
  width: 100%;
}

header .container .wp .login::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: #1a73e8;
  border-radius: 4px;
  transition: 0.3s;
}

header .container .wp .bns {
  display: flex;
}

@media (max-width: 1172px) {
  header .container .wp .bns {
    display: none;
  }
}

header .container .wp .bns a {
  padding: 10px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.15px;
  transition: 0.3s;
  text-align: center;
}

header .container .wp .bns a:hover {
  filter: saturate(180%);
}

header .container .wp .bns a:first-child {
  color: #1a73e8;
}

header .container .wp .bns a:last-child {
  color: #fff;
  background: #1a73e8;
}

header .container nav {
  display: flex;
  margin: 0 24px;
}

@media (max-width: 1172px) {
  header .container nav {
    display: none;
  }
}

header .container nav .item {
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}

header .container nav .item.hoverable:hover .hidden {
  bottom: 0;
  opacity: 1;
  pointer-events: inherit;
}

header .container nav .item .visible > div {
  padding: 5px;
  border-radius: 5px;
}

header .container nav .item:hover .visible > div,
header .container nav .item.active .visible > div {
  display: inline-block;
  background-color: gray;
  text-decoration: underline;
}

header .container nav .item:last-child {
  margin-right: 0;
}

header .container nav .item .visible {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  color: #24292e;
  padding: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
}

header .container nav .item .visible > span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 5px;
  transform: 0.3s;
}

header .container nav .item:hover .visible > span {
  background-color: #e8f0fe;
}

header .container nav .item .visible > span > img {
  transition: transform 0.3s;
  transform: rotate(0deg);
}

header .container nav .item:hover .visible > span > img {
  transform: rotate(180deg);
}

header .container nav .item .visible > img {
  display: block;
  margin-left: 8px;
}

header .container nav .item .hidden {
  position: absolute;
  right: -23px;
  bottom: 0px;
  transform: translateY(calc(100% + 17px));
  width: 260px;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  padding: 15px;
  border-radius: 8px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

header .container nav .item .hidden .it {
  border-radius: 8px;
}

header .container nav .item .hidden .it.active {
  background: #e8f0fe;
  padding-bottom: 12px;
}

header .container nav .item .hidden .it .v {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1a1a1a;
  padding: 14px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container nav .item .hidden .it .v.active img {
  transform: rotate(180deg);
}

header .container nav .item .hidden .it .v img {
  transition: 0.3s;
}

header .container nav .item .hidden .it .h {
  display: none;
}

header .container nav .item .hidden .it .h .link {
  padding: 14px 12px;
  margin: 0 12px;
}

header .container nav .item .hidden .it .h .link:hover {
  background: #d4e3fd;
}

header .container nav .item .hidden::before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}

/*
header .container nav .item .hidden::after {
  content: '';
  display: block;
  width: 24px;
  height: 14px;
  background-image: url(/img/triangle.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 30px;
  top: -6px;
} */

header .container nav .item .hidden .link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #24292e;
  padding: 14px 12px;
  border-radius: 8px;
  transition: 0.3s;
  display: block;
}

header .container nav .item .hidden .link:hover,
header .container nav .item .hidden .link.active {
  background: #e8f0fe;
}

@media (max-width: 1172px) {
  header .container .logo img {
    display: block;
    max-width: 130px;
  }
}

footer {
  padding-bottom: 25px;
  padding-top: 80px;
}

@media (max-width: 1058px) {
  footer {
    padding-top: 40px;
  }
}

footer .container .top {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1058px) {
  footer .container .top {
    flex-direction: column;
  }
}

footer .container .top .l,
footer .container .top .r {
  width: calc(50% - 20px);
}

@media (max-width: 1058px) {
  footer .container .top .l,
  footer .container .top .r {
    width: 100%;
  }
}

footer .container .top .l {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1058px) {
  footer .container .top .l {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

footer .container .top .r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1058px) {
  footer .container .top .r {
    align-items: center;
  }
}

footer .container .top .item {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

footer .container .top .item.formob {
  display: none !important;
}

@media (max-width: 1058px) {
  footer .container .top .item {
    margin-bottom: 40px;
    width: 100%;
  }

  footer .container .top .item:last-child {
    margin-bottom: 0;
  }

  footer .container .top .item.formob {
    display: block !important;
  }
}

footer .container .top .item form {
  display: flex;
}

@media (max-width: 1058px) {
  footer .container .top .item form {
    flex-direction: column;
  }
}

footer .container .top .item form input {
  border: none;
  outline: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1a1a1a;
  width: 297px;
  height: 41px;
  margin-right: 10px;
  padding: 15px;
}

@media (max-width: 1058px) {
  footer .container .top .item form input {
    width: 100%;
    margin-bottom: 10px;
  }
}

footer .container .top .item form input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(26, 26, 26, 0.5);
}

footer .container .top .item form input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(26, 26, 26, 0.5);
}

footer .container .top .item form .btn-contact {
  width: 123px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  background: #1a73e8;
  border-radius: 8px;
}

@media (max-width: 1058px) {
  footer .container .top .item form .btn-contact {
    width: 100%;
  }
}

footer .container .top .item a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #484f56;
  margin-bottom: 16px;
  display: block;
  transition: 0.3s;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

footer .container .top .item a::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #1a1a1a;
  transition: 0.3s;
}

footer .container .top .item a:last-child {
  margin-bottom: 0;
}

footer .container .top .item a:hover {
  filter: saturate(180%);
}

footer .container .top .item a:hover::before {
  width: 100%;
}

footer .container .top .item .bold {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 30px;
  opacity: 1;
}

@media (max-width: 1058px) {
  footer .container .top .item .bold {
    margin-top: 30px !important;
  }
}

footer .container .top .item .bns {
  margin-right: 100px;
  display: flex;
  margin: 24px 0 40px;
}

footer .container .top .item .bns a {
  width: 152px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

footer .container .top .item .bns a::before {
  display: none !important;
}

footer .container .top .item .bns a:first-child {
  margin-right: 18px;
}

footer .container .top .item .bns a:last-child {
  background: #1a73e8;
}

footer .container .rights {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #1a1a1a;
  opacity: 0.8;
  margin-top: auto;
}

@media (max-width: 1058px) {
  footer .container .rights {
    margin-top: 0;
  }
}

footer .container .logo {
  opacity: 1 !important;
}

@media (max-width: 1058px) {
  footer .container .logo {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1058px) {
  footer .container .logo img {
    max-width: 160px;
  }
}

footer .container .logo:hover::before {
  display: none !important;
}

footer .container .soc {
  display: flex;
}

@media (max-width: 1058px) {
  footer .container .soc {
    margin-bottom: 15px;
  }

  footer .container .soc.formob {
    display: block;
  }
}

footer .container .soc a {
  display: block;
  width: 35px !important;
  height: 35px;
  border-radius: 50%;
  transition: 0.3s;
  margin-right: 5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}

footer .container .soc a:hover {
  background: #000;
}

footer .container .soc a:hover::before {
  display: none;
}

footer .container .soc a:hover svg path {
  fill: #fff;
}

footer .container .soc a svg path {
  transition: 0.3s;
}

footer .container .soc a:last-child {
  margin-right: 0;
}

.container > img {
  max-width: 100%;
  height: auto;
}

.container.hero-image > img {
  width: auto;
}

#overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}

.menu-mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 280px;
  z-index: 6;
  padding: 57px 0 62px 0;
  left: -300px;
  transition: 0.3s;
}

.menu-mobile .top {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-mobile .wrapper {
  overflow-y: auto;
}

.menu-mobile .bns {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
}

.menu-mobile.active {
  left: 0;
}

.menu-mobile .login {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  color: #1a1a1a;
  position: relative;
  margin-top: auto;
}

.menu-mobile .login:hover::before {
  width: 100%;
}

.menu-mobile .login::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: #1a73e8;
  border-radius: 4px;
  transition: 0.3s;
}

.menu-mobile .bns a {
  width: 152px;
  height: 41px;
  border-radius: 999px;
  border: 2px solid #1a73e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  transition: 0.3s;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

.menu-mobile .bns a:first-child {
  color: #1a73e8;
}

.menu-mobile .bns a:last-child {
  color: #fff;
  background: #1a73e8;
}

.menu-mobile .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.menu-mobile .soc {
  left: 20px;
  position: relative;
  display: flex;
  margin-top: 14px;
  width: calc(100% - 20px);
  padding-bottom: 30px;
}

.menu-mobile .soc a {
  display: block;
  transition: 0.3s;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}

.menu-mobile .soc a:last-child {
  margin-right: 0;
}

.menu-mobile .soc a svg path {
  transition: 0.3s;
}

.menu-mobile .soc a:last-child {
  margin-right: 0;
}

.menu-mobile .close {
  padding: 5px 10px;
}

@media (max-width: 1172px) {
  .menu-mobile {
    display: block;
  }
}

.menu-mobile .logo img {
  display: block;
  max-width: 130px;
}

.menu-mobile .item {
  left: 20px;
  position: relative;
  width: calc(100% - 20px);
  margin-bottom: 14px;
}

.menu-mobile .item .visible {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
  display: flex;
  justify-content: space-between;
}

.menu-mobile .item .visible.active::before {
  height: 30px;
}

.menu-mobile .item .visible::before {
  content: '';
  display: block;
  width: 4px;
  height: 0;
  transition: 0.3s;
  position: absolute;
  left: -20px;
  top: 0;
  background: #1a73e8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.menu-mobile .item .hidden {
  padding-bottom: 11px;
  padding-top: 14px;
  display: none;
}

.menu-mobile .item .hidden .it {
  border-radius: 8px;
}

.menu-mobile .item .hidden .it.active {
  background: #e8f0fe;
  padding-bottom: 12px;
}

.menu-mobile .item .hidden .it .v {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1a1a1a;
  padding: 14 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-mobile .item .hidden .it .v.active img {
  transform: rotate(180deg);
}

.menu-mobile .item .hidden .it .v img {
  transition: 0.3s;
}

.menu-mobile .item .hidden .it .h {
  display: none;
}

.menu-mobile .item .hidden .it .h .link {
  padding: 14px 12px;
  margin: 0 12px;
}

.menu-mobile .item .hidden .it .h .link:hover {
  background: #d4e3fd;
}

.menu-mobile .item .hidden a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 16px;
  display: block;
}

.menu-mobile .item .hidden a:last-child {
  margin-bottom: 0;
}

.banner {
  background-color: #1a73e8;
  padding: 100px 0 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .banner {
    padding: 30px 0 520px 0;
  }
}

@media (max-width: 780px) {
  .banner {
    padding: 30px 0 350px 0;
  }
}

@media (max-width: 500px) {
  .banner {
    padding: 40px 0 220px 0;
  }
}

.banner .container {
  position: relative;
}

@media (max-width: 1100px) {
  .banner .container {
    position: unset;
  }
}

.banner .container .l {
  position: relative;
  z-index: 1;
}

.banner .container .l h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 30px;
  max-width: 705px;
}

@media (max-width: 500px) {
  .banner .container .l h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.banner .container .l p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 40px;
  max-width: 550px;
}

@media (max-width: 500px) {
  .banner .container .l p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.banner .container .l a {
  display: block;
  background: #fff;
  border-radius: 999px;
  width: 123px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #1a73e8;
  transition: 0.3s;
}

.banner .container .l a:hover {
  filter: saturate(180%);
}

.banner .container .r img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

@media (max-width: 1620px) {
  .banner .container .r img {
    max-width: 55%;
  }
}

@media (max-width: 1100px) {
  .banner .container .r img {
    top: inherit;
    bottom: 0;
    transform: none;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .banner .container .r img {
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
  }
}

.benef {
  margin: 72px 0;
}

@media (max-width: 900px) {
  .benef {
    margin: 0;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  .benef.reverse .container {
    flex-direction: column-reverse;
  }
}

.benef.reverse .container .right {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 900px) {
  .benef.reverse .container .right {
    margin-right: 0;
  }
}

.benef .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.benef .container.start {
  align-items: start;
}

.benef .container.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 500px) {
  .benef .container.grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .benef .container {
    flex-direction: column;
  }
}

.benef .container .left {
  width: 55%;
}

@media (max-width: 900px) {
  .benef .container .left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.container .center h5,
.benef .container .left h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .benef .container .left h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.yellow-bg .container .center p,
.dark-blue-bg .container .center p,
.blue-bg .container .center p,
.green-bg .container .center p {
  color: #fff;
}

.container .center p,
.benef .container .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #1a1a1a;
}

@media (max-width: 900px) {
  .benef .container .left p {
    font-size: 15px;
  }
}

.benef .container .left a {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #1a73e8;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}

@media (max-width: 900px) {
  .benef .container .left a {
    margin-top: 20px;
  }
}

.benef .container .left a:hover::before {
  width: 100%;
}

.benef .container .left a::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background: #1a73e8;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}

.benef .container .left a img {
  display: inline-block;
  margin-left: 8px;
}

.benef .container .right {
  margin-left: 60px;
  width: 45%;
}

@media (max-width: 1250px) {
  .benef .container .right {
    margin-left: 80px;
  }
}

@media (max-width: 900px) {
  .benef .container .right {
    margin-left: 0;
    width: 100%;
  }
}

.benef .container .right img {
  display: block;
  max-width: 100%;
}

.prf-no-bg {
  background-color: #1a73e8;
  background-size: cover;
  padding: 72px 0;
  margin-top: 120px;
  overflow: hidden;
}

@media (max-width: 1058px) {
  .prf-no-bg {
    margin: 50px 0 0 0;
  }
}

.prf-no-bg .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prf-no-bg .container img {
  max-width: 100%;
}

@media (max-width: 700px) {
  .prf-no-bg .container img {
    content: url(/img/logos-mobile.svg);
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-45%);
  }
}

.prf-no-bg .container h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.005em;
  color: #fff;
}

@media (max-width: 700px) {
  .prf-no-bg .container h4 {
    font-size: 24px;
  }
}

.prf-no-bg .container p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.005em;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .prf-no-bg .container p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.prf-no-bg .container a {
  width: 182px;
  height: 48px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #1a73e8;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #1a73e8;
}

@media (max-width: 700px) {
  .prf-no-bg .container a {
    margin-bottom: 15px;
  }
}

.prf-no-bg .container a:hover {
  filter: saturate(180%);
}

.provenance {
  margin-top: 135px;
  margin-bottom: 190px;
}

@media (max-width: 900px) {
  .provenance {
    margin-bottom: 70px;
    margin-top: 60px;
  }
}

.provenance .container h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.005em;
  color: #24292e;
  margin-bottom: 25px;
}

.provenance .container p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.005em;
  color: #24292e;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1120px;
}

.provenance .container .wrapper {
  display: flex;
  max-width: 100%;
}

@media (max-width: 1420px) {
  .provenance .container .wrapper {
    justify-content: center;
    transform: scale(0.8);
  }
}

@media (max-width: 1120px) {
  .provenance .container .wrapper {
    transform: scale(0.65);
  }
}

@media (max-width: 900px) {
  .provenance .container .wrapper {
    transform: scale(1);
    flex-direction: column;
  }
}

.provenance .container .wrapper img {
  margin-right: -6px;
  position: relative;
  z-index: 1;
  max-width: 100%;
  display: block;
}

@media (max-width: 900px) {
  .provenance .container .wrapper img {
    content: url(/img/provenance-mobile.svg);
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
  }
}

.provenance .container .wrapper .item {
  background: #f5f9ff;
  box-shadow: 3px 3px 0px #c3d4f1;
  border-radius: 10px;
  width: 535px;
  height: 91px;
  margin-bottom: 21px;
  padding: 14px 41px 12px 31px;
  transition: 0.3s;
  cursor: pointer;
  transition: 0.3s;
}

@media (max-width: 900px) {
  .provenance .container .wrapper .item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding: 17px 20px 14px 20px;
    height: inherit;
  }

  .provenance .container .wrapper .item:last-child::before,
  .provenance .container .wrapper .item:last-child::after {
    display: none;
  }

  .provenance .container .wrapper .item::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%, 100%);
    height: 17px;
    width: 1px;
    background-image: url(/img/dashed.svg);
    background-repeat: no-repeat;
    background-position-x: -1px;
  }

  .provenance .container .wrapper .item::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -24px;
    z-index: 2;
    transform: translateX(-50%);
    background-image: url(/img/ellipce.svg);
    background-size: contain;
  }
}

.provenance .container .wrapper .item:hover {
  background: #1a73e8;
  box-shadow: 3px 3px 0px #1962c2;
}

.provenance .container .wrapper .item:hover .t {
  color: #fff;
}

.provenance .container .wrapper .item:hover p {
  color: #fff;
}

.provenance .container .wrapper .item:hover svg path {
  fill: #fff;
}

.provenance .container .wrapper .item:nth-child(3):hover svg path {
  fill: none;
  stroke: #fff;
}

.provenance .container .wrapper .item:last-child {
  margin-bottom: 0;
}

.provenance .container .wrapper .item .t {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.005em;
  color: #1a73e8;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .provenance .container .wrapper .item .t {
    margin-bottom: 10px;
  }
}

.provenance .container .wrapper .item .t svg {
  display: none !important;
  margin-right: 11px;
}

.provenance .container .wrapper .item .t svg path {
  transition: 0.3s;
}

.provenance .container .wrapper .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  margin-bottom: 0;
  text-align: left;
}

.blog a.item {
  text-decoration: none;
  display: block;
}

.blog .container {
  background: #fff;
  border-radius: 10px;
  padding: 50px 0;
}

@media (max-width: 1058px) {
  .blog .container {
    padding: 20px;
  }
}

.blog .container .head {
  display: flex;
  position: relative;
}

@media (max-width: 1058px) {
  .blog .container .head {
    flex-direction: column;
  }
}

.blog .container .head .l {
  margin-right: 50px;
  flex-shrink: 0;
}

@media (max-width: 1058px) {
  .blog .container .head .l {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.blog .container .head .l img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 560px;
  max-height: 378px;
}

@media (max-width: 1400px) {
  .blog .container .head .l img {
    max-width: 480px;
  }
}

@media (max-width: 1200px) {
  .blog .container .head .l img {
    max-width: 350px;
  }
}

@media (max-width: 1058px) {
  .blog .container .head .l img {
    max-width: 100%;
    width: 100%;
    max-height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.blog .container .head .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog .container .head .r .date {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 30px;
  opacity: 0.5;
}

@media (max-width: 1058px) {
  .blog .container .head .r .date {
    margin-bottom: 20px;
  }
}

.blog .container .head .r .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 25px;
  color: #1a1a1a;
}

@media (max-width: 1058px) {
  .blog .container .head .r .title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

.blog .container .head .r .description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  margin-bottom: 10px;
}

@media (max-width: 1058px) {
  .blog .container .head .r .description {
    margin-bottom: 30px;
  }
}

@media (max-width: 1058px) {
  .blog .container .head .r .author {
    margin-top: 0;
  }
}

.blog .container .head .r .author span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #1a1a1a;
  opacity: 0.5;
  margin-bottom: 6px;
}

.blog .container .head .r .author p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #6a737d;
}

.blog .container .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1058px) {
  .blog .container .wrapper {
    flex-direction: column;
  }
}

.blog .container .wrapper .item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: calc(33% - 30px);
  margin-bottom: 20px;
}

@media (max-width: 1058px) {
  .blog .container .wrapper .item {
    width: 100%;
    height: inherit;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.blog .container .wrapper .item:hover .wp .title {
  color: #1a73e8;
}

.blog .container .wrapper .item .img-wrapper {
  margin-bottom: 20px;
}

.blog .container .wrapper .item .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog .container .wrapper .item .wp {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.blog .container .wrapper .item .wp .date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 20px;
  opacity: 0.5;
}

.blog .container .wrapper .item .wp .title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
  transition: 0.3s;
  margin-bottom: 14px;
}

.blog .container .wrapper .item .wp .description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.blog .container .wrapper .item .wp .author {
  margin-top: auto;
}

.blog .container .wrapper .item .wp .author span {
  display: block;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #1a1a1a;
  opacity: 0.5;
}

.blog .container .wrapper .item .wp .author p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #6a737d;
}

.legal .topper {
  height: 228px;
  background: #1a73e8;
  background-size: cover;
}

@media (max-width: 1058px) {
  .legal .topper {
    height: 136px;
  }
}

.legal .container {
  margin-top: -132px;
  background: #fff;
  border-radius: 10px;
  padding: 54px 52px;
  max-width: 1075px;
}

@media (max-width: 1058px) {
  .legal .container {
    margin-top: -26px;
    padding: 30px 20px;
  }
}

.legal .container b,
.legal .container strong {
  font-weight: 700;
}

.legal .container em {
  font-style: italic;
}

.legal .container a {
  text-decoration: none;
  display: inline;
  color: rgba(26, 26, 26, 0.6);
  transition: 0.3s;
}

@media (max-width: 1058px) {
  .legal .container a {
    word-break: break-all;
  }
}

.legal .container a:hover {
  color: #1a1a1a;
}

.legal .container ol {
  counter-reset: my-awesome-counter;
  padding-left: 30px;
  margin-bottom: 30px;
}

.legal .container ol li {
  counter-increment: my-awesome-counter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.legal .container ol li ul {
  padding-left: 30px;
  counter-reset: my-awesome-counter;
}

.legal .container ol li ul li {
  position: relative;
  padding-left: 10px;
}

.legal .container ol li ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: rgba(0, 0, 0, 0.6);
}

.legal .container ol li:last-child {
  margin-bottom: 0;
}

.legal .container ol li::before {
  content: counter(my-awesome-counter) '. ';
}

.legal .container ul {
  padding-left: 30px;
  margin-bottom: 30px;
}

.legal .container ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.legal .container ul li:last-child {
  margin-bottom: 0;
}

.legal .container ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: rgba(0, 0, 0, 0.6);
}

.legal .container .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 78px;
}

@media (max-width: 1058px) {
  .legal .container .top {
    margin-bottom: 40px;
    flex-direction: column;
  }
}

.legal .container h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1a1a1a;
}

.legal .container h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.legal .container h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.legal .container h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 18px;
  color: #1a1a1a;
}

.legal .container h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.legal .container .date {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
}

@media (max-width: 1058px) {
  .legal .container .date {
    margin-top: 10px;
  }
}

.legal .container p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  margin-bottom: 35px;
}

.topper-block {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1a73e8;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .topper-block {
    padding-top: 40px;
    height: 136px;
  }
}

.topper-block .container .title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
}

@media (max-width: 768px) {
  .topper-block .container .title {
    font-size: 30px;
  }
}

.white-papers-list .container {
  border-radius: 15px;
  background: #fff;
  padding: 50px;
  margin-top: -132px;
}

@media (max-width: 768px) {
  .white-papers-list .container {
    margin-top: -20px;
    padding: 20px;
  }
}

.white-papers-list .container .list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}

@media (max-width: 768px) {
  .white-papers-list .container .list {
    margin-right: 0;
  }
}

.white-papers-list .container .list .item {
  width: calc(33% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e8f0fe;
  border-radius: 8px;
  overflow: hidden;
  height: 660px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .white-papers-list .container .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 560px;
  }
}

.white-papers-list .container .list .item:hover .img-wrapper img {
  transform: scale(1.1);
}

.white-papers-list .container .list .item:hover .btn-download img {
  transform: translateX(5px);
}

.white-papers-list .container .list .item .img-wrapper {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 368px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .white-papers-list .container .list .item .img-wrapper {
    max-height: 318px;
  }
}

.white-papers-list .container .list .item .img-wrapper img {
  display: block;
  /* max-width: 100%;
  max-height: 100%; */
  /* width: 60%;
  height: 60%; */
  /* -o-object-fit: cover;
  object-fit: cover; */
  width: 60%;
  transition: 0.5s;
  background-color: white;
}

.white-papers-list .container .list .item .type {
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 20px;
  opacity: 0.5;
}

.white-papers-list .container .list .item .name {
  padding: 0 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.white-papers-list .container .list .item .desc {
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.white-papers-list .container .list .item .btn-download {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #1a73e8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  margin-top: auto;
  margin-bottom: 20px;
}

.white-papers-list .container .list .item .btn-download img {
  display: block;
  margin-left: 10px;
  transition: 0.3s;
}

.white-paper-page-topper {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1a73e8;
}

@media (max-width: 1024px) {
  .white-paper-page-topper {
    min-height: 167px;
    height: inherit;
  }
}

@media (max-width: 1024px) {
  .white-paper-page-topper .container.formob {
    display: block;
    padding: 40px 20px 60px 20px;
  }

  .white-paper-page-topper .container.formob .type {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 14px;
  }

  .white-paper-page-topper .container.formob .title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #fff;
  }
}

.white-paper .container {
  display: flex;
  margin-top: -240px;
}

@media (max-width: 1024px) {
  .white-paper .container {
    margin-top: -20px;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
}

.white-paper .container .left {
  padding: 50px;
  border-radius: 15px;
  background: #fff;
  width: 100%;
  max-width: 460px;
  margin-right: 82px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .white-paper .container .left {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    margin-right: 0;
  }
}

.white-paper .container .left .img-wrapper {
  width: 100%;
  height: 100%;
  max-width: 370px;
  max-height: 542px;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .white-paper .container .left .img-wrapper {
    max-width: 100%;
    max-height: 470px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

.white-paper .container .left .img-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1024px) {
  .white-paper .container .left .img-wrapper img {
    margin: 0 auto;
    display: block;
    max-height: 470px;
  }
}

.white-paper .container .form-wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .white-paper .container .form-wrapper {
    margin-top: 50px;
  }
}

.white-paper .container .form-wrapper.formobile {
  display: none;
}

@media (max-width: 1024px) {
  .white-paper .container .form-wrapper.formobile {
    display: block;
  }
}

@media (max-width: 1024px) {
  .white-paper .container .form-wrapper.fordesktop {
    display: none;
  }
}

.white-paper .container .form-wrapper .form {
  padding: 30px;
  position: relative;
  z-index: 1;
  min-height: 400px;
  border-radius: 6px;
  background: #fff;

  /* 2 */
  box-shadow:
    0px 0.5px 1.75px 0px rgba(28, 115, 232, 0.32) inset,
    0px 14px 24.6px -11px rgba(47, 127, 234, 0.09);
}

@media (max-width: 1024px) {
  .white-paper .container .form-wrapper .form {
    padding: 30px 20px 20px 20px;
  }
}

@media (max-width: 1024px) {
  .white-paper .container .form-wrapper::before {
    width: 314px;
    height: 333px;
    top: 13px;
    left: -64px;
  }
}

.white-paper .container .form-wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.white-paper .container .form-wrapper .input,
.white-paper .container .form-wrapper .textarea {
  position: relative;
  margin-bottom: 20px;
}

.white-paper .container .form-wrapper .input textarea,
.white-paper .container .form-wrapper .textarea textarea {
  resize: none;
  height: 111px;
}

.white-paper .container .form-wrapper .input input,
.white-paper .container .form-wrapper .input textarea,
.white-paper .container .form-wrapper .textarea input,
.white-paper .container .form-wrapper .textarea textarea {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid #c1d8ff;
  border-radius: 8px;
}

.white-paper .container .form-wrapper .input label,
.white-paper .container .form-wrapper .textarea label {
  position: absolute;
  left: 16px;
  top: 13px;
  transition: 0.3s;
  pointer-events: none;
}

.white-paper .container .form-wrapper .input label.active,
.white-paper .container .form-wrapper .textarea label.active {
  left: 17px;
  top: 0;
  transform: translateY(-50%);
  background: linear-gradient(0, #fff 50%, #f5f9ff 50%);
  padding: 0 2px;
}

.white-paper .container .form-wrapper .input label.active span,
.white-paper .container .form-wrapper .textarea label.active span {
  font-size: 10px;
}

.white-paper .container .form-wrapper .input label span,
.white-paper .container .form-wrapper .textarea label span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
  opacity: 0.4;
  transition: 0.3s;
}

.white-paper .container .form-wrapper .btn-download {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 48px;
  background: #1a73e8;
  box-shadow: 3px 3px 0px #1b5ed0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: none;
  outline: none;
}

.white-paper .container .right {
  margin-top: 105px;
}

@media (max-width: 1024px) {
  .white-paper .container .right {
    margin-top: 0;
    padding: 0 20px 20px 20px;
  }
}

.white-paper .container .right .type {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .white-paper .container .right .type {
    display: none;
  }
}

.white-paper .container .right .name {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .white-paper .container .right .name {
    display: none;
  }
}

.white-paper .container .right .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.white-paper .container .right p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .white-paper .container .right p {
    margin-bottom: 30px;
  }
}

.white-paper .container .right .st {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.white-paper .container .right ul {
  list-style: none;
  padding-left: 0;
}

.white-paper .container .right ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 12px;
  position: relative;
  padding-left: 16px;
}

.white-paper .container .right ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: #1a73e8;
}

.white-paper .container .right ul li:last-child {
  margin-bottom: 0;
}

.solution-topper img {
  display: block;
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .solution-topper img {
    height: 260px;
  }
}

.solution .container {
  margin-top: -132px;
  width: 100%;
  padding: 50px;
  border-radius: 15px;
  background: #fff;
  position: relative;
}

.solution .container .pdf-reader {
  max-height: 928px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .solution .container .pdf-reader {
    max-height: 600px;
  }
}

@media (max-width: 1024px) {
  .solution .container {
    padding: 40px 20px 20px 20px;
    margin-top: -20px;
  }
}

.solution .container .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .solution .container .top {
    flex-direction: column;
  }
}

.solution .container .top .left {
  max-width: 730px;
  margin-right: 40px;
}

@media (max-width: 1024px) {
  .solution .container .top .left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.solution .container .top .left .title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .solution .container .top .left .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.solution .container .top .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
}

@media (max-width: 1024px) {
  .solution .container .top .left p {
    font-size: 16px;
  }
}

.solution .container .top .right {
  width: 100%;
  max-width: 382px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .solution .container .top .right {
    max-width: 100%;
  }
}

.solution .container .top .right .wp {
  background: #f5f9ff;
  box-shadow: 3px 3px 0px #c3d4f1;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
}

.solution .container .top .right .wp.for-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .solution .container .top .right .wp.for-mobile {
    display: block;
  }
}

.solution .container .top .right .wp.for-desktop {
  display: block;
}

@media (max-width: 1024px) {
  .solution .container .top .right .wp.for-desktop {
    display: none;
  }
}

@media (max-width: 1024px) {
  .solution .container .top .right .wp {
    padding: 20px;
    margin-top: 30px;
  }
}

.solution .container .top .right .wp p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 30px;
  color: #1a1a1a;
}

@media (max-width: 1024px) {
  .solution .container .top .right .wp p {
    margin-bottom: 20px;
  }
}

.solution .container .top .right .wp .btn-download {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 48px;
  background: #1a73e8;
  box-shadow: 3px 3px 0px #1b5ed0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.solution .container .top .right .wp .btn-download:hover {
  box-shadow: 0px 3px 0px #1b5ed0;
}

.careers-topper {
  height: 301px;
  background-image: url(/img/blog-bg.svg);
  background-size: cover;
  background-color: #1a73e8;
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .careers-topper {
    height: 136px;
    padding-top: 40px;
  }
}

.careers-topper .container h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
}

@media (max-width: 1024px) {
  .careers-topper .container h2 {
    font-size: 30px;
  }
}

.careers .container {
  padding: 50px;
  background: #fff;
  border-radius: 15px;
  margin-top: -132px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .careers .container {
    padding: 40px 20px 20px 20px;
    flex-direction: column;
    margin-top: -20px;
  }
}

.careers .container .right {
  flex-shrink: 0;
  position: relative;
}

.careers .container .right::before {
  content: '';
  background-image: url(/img/careers-img.svg);
  display: block;
  width: 531px;
  height: 571px;
  position: absolute;
  top: 200px;
  left: 42px;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .careers .container .right::before {
    display: none;
  }
}

.careers .container .right form {
  width: 100%;
  max-width: 497px;
  margin-left: 20px;
  background: #f5f9ff;
  box-shadow: 3px 3px 0px #c3d4f1;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .careers .container .right form {
    padding: 30px 20px 20px 20px;
    margin-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .careers .container .right form {
    max-width: 100%;
  }
}

.careers .container .right form .btn-send {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  height: 48px;
  width: 100%;
  background: #1a73e8;
  box-shadow: 3px 3px 0px #1b5ed0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.careers .container .right form span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(36, 41, 46, 0.5);
}

.careers .container .right form span a {
  color: #1a73e8;
}

.careers .container .right form .ft {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #1a73e8;
  margin-bottom: 10px;
}

.careers .container .right form p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 25px;
}

.careers .container .right form .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .careers .container .right form .row {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .careers .container .right form .row .input {
    width: 100%;
  }
}

.careers .container .right form .row .input:first-child {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .careers .container .right form .row .input:first-child {
    margin-right: 0;
  }
}

.careers .container .right form .input,
.careers .container .right form .textarea {
  position: relative;
  margin-bottom: 20px;
}

.careers .container .right form .input textarea,
.careers .container .right form .textarea textarea {
  resize: none;
  height: 111px;
}

.careers .container .right form .input input,
.careers .container .right form .input textarea,
.careers .container .right form .textarea input,
.careers .container .right form .textarea textarea {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid #c1d8ff;
  border-radius: 8px;
}

.careers .container .right form .input label,
.careers .container .right form .textarea label {
  position: absolute;
  left: 16px;
  top: 13px;
  transition: 0.3s;
  pointer-events: none;
}

.careers .container .right form .input label.active,
.careers .container .right form .textarea label.active {
  left: 17px;
  top: 0;
  transform: translateY(-50%);
  background: linear-gradient(0, #fff 50%, #f5f9ff 50%);
  padding: 0 2px;
}

.careers .container .right form .input label.active span,
.careers .container .right form .textarea label.active span {
  font-size: 10px;
}

.careers .container .right form .input label span,
.careers .container .right form .textarea label span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
  opacity: 0.4;
  transition: 0.3s;
}

.careers .container .left {
  width: 100%;
  max-width: 642px;
}

.careers .container .left .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.careers .container .left .text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .careers .container .left .text {
    margin-bottom: 50px;
  }
}

.careers .container .left .list {
  margin-top: 30px;
}

.careers .container .left .list .item {
  background: #f5f9ff;
  border: 1px solid #e8f0fe;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
}

.careers .container .left .list .item:last-child {
  margin-bottom: 0;
}

.careers .container .left .list .item .hidden {
  padding: 30px 20px;
  display: none;
}

.careers .container .left .list .item .hidden .st {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.careers .container .left .list .item .hidden p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.005em;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.careers .container .left .list .item .hidden ul {
  padding-left: 20px;
}

.careers .container .left .list .item .hidden ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1a1a1a;
  margin-bottom: 12px;
  position: relative;
  padding-left: 16px;
}

.careers .container .left .list .item .hidden ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: #1a73e8;
}

.careers .container .left .list .item .hidden ul li:last-child {
  margin-bottom: 0;
}

.careers .container .left .list .item .visible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px 15px 20px;
}

.careers .container .left .list .item .visible.active .right .plus span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.careers .container .left .list .item .visible .left .name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 6px;
}

@media (max-width: 1024px) {
  .careers .container .left .list .item .visible .left .name {
    font-size: 16px;
  }
}

.careers .container .left .list .item .visible .left .time {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #1a1a1a;
  opacity: 0.5;
}

.careers .container .left .list .item .visible .right::before {
  display: none;
}

.careers .container .left .list .item .visible .right .plus {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.careers .container .left .list .item .visible .right .plus span {
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #1a73e8;
  transition: 0.3s;
}

.careers .container .left .list .item .visible .right .plus span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.green-bg {
  padding: 50px 0;
  background: var(--green-color);
  text-align: center;
}

.blue-bg {
  padding: 50px 0;
  background: var(--blue-color);
  text-align: center;
}

.dark-blue-bg {
  padding: 50px 0;
  background: var(--dark-blue-color);
  text-align: center;
}
