@font-face {
  font-family: "GTWalsheimPro-Bold";
  src: url("../font/GTWalsheimPro-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "GTWalsheimPro-Medium";
  src: url("../font/GTWalsheimPro-Medium.ttf") format('truetype');
}
@font-face {
  font-family: "GTWalsheimPro-Regular";
  src: url("../font/GTWalsheimPro-Regular.ttf") format('truetype');
}

body {
  font-family: GTWalsheimPro-Regular;
  margin: 0;
  background: #f2fdff;
  padding-top: 55px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  letter-spacing: 0px;
  font-weight: normal;
}
.mobile {
  display: none;
}
.container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}
.header {
  background: #51def0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-logo {
  width: 204px;
}
.header .header-logo img {
  width: 100%
}
.header .header-menus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 58px;
}
.header .header-menus a {
  font-family: GTWalsheimPro-Bold;
  color: white;
  text-decoration: unset;
  margin-left: 35px;
  font-size: 18px;
  transition-duration: 0.5s;
}
.header .header-menus button {
  font-family: GTWalsheimPro-Bold;
  color: white;
  text-decoration: unset;
  margin-left: 35px;
    margin-right: 35px;
  transition-duration: 0.5s;
  background: none;
  border: 0;
  font-size: 18px;
  width: 220px;
  height: 53px;
}

.header .header-menus a:hover,
.header .header-menus a.active {
  color: #7B29D9;
  text-decoration: underline;
}
.header .header-menus a:first-child {
  margin-left: 0px;
}
.header .header-menus a.header-try-btn {
  display: flex;
  align-items: center;
  color: #7B29D9;
  font-size: 24px;
  margin-left: 45px;
}
.header .header-menus a.header-try-btn:hover {
  color: white;
}
.header .header-menus a.header-try-btn img {
  margin-right: 5px;
  width: 55px;
}
.home-tier1 {
  position: relative;
  padding: 75px 0;
}
.home-tier1 .home-tier1-content {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 9;
}
.home-tier1 .tier1-info-block {
  width: 580px;
}
.home-tier1 .tier1-title {
  display: flex;
  align-items: center;
}
.home-tier1 .tier1-title img {
  max-width: 100%;
}
.home-tier1 .tier1-title h1 {
  margin: 0 0 0 10px;
  font-family: GTWalsheimPro-Medium;
  font-size: 42px;
  color: #7B29D9;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: normal;
}
.home-tier1 .tier1-title h1:last-child {
  margin-left: 0px;
  font-size: 52px;
}
.home-tier1 .tier1-info {
  margin-left: 90px;
  position: relative;
  z-index: 9;
}
.home-tier1 .tier1-info h2 {
  font-size: 24px;
  color: #7B29D9;
  letter-spacing: 1px;
  padding: 11px 0;
  text-align: center;
  border: 5px solid #51DEF0;
  border-bottom-left-radius: 46px;
  border-top-right-radius: 46px;
  margin: -7px 0 0 0px;
}
.home-tier1 .tier1-info p {
  margin: 40px 0;
  color: black;
  font-size: 16px;
  line-height: 30px;
}
.home-tier1 .tier1-info a {
  display: inline-flex;
  align-items: center;
  border: 3px solid #51DEF0;
  border-bottom-left-radius: 46px;
  border-top-right-radius: 46px;
  padding: 15px 20px;
  text-decoration: unset;
  font-family: 'GTWalsheimPro-Bold';
  font-size: 18px;
  color: #7B29D9;
  text-transform: uppercase;
  background: white;
  transition-duration: 0.5s;
}
.home-tier1 .tier1-info a:hover {
  font-size: 19px;
  padding: 15px 14px;
}
.home-tier1 .tier1-info a img {
  margin-right: 10px;
}
.home-tier1 .tier1-chat-block {
  width: calc(100% - 600px);
  max-width: 410px;
  background: white;
  border-radius: 79px;
  box-shadow: 0px 0px 20px 0px rgb(81 221 240 / 25%);
  padding: 14px 45px;
  position: relative;
  z-index: 9;
}
.home-tier1 .tier1-chat-block .tier1-logo {
  width: 230px;
  margin: auto;
  display: block;
}
.home-tier1 .tier1-chat-block p {
  font-size: 18px;
  color: black;
  margin: 44px 0 30px 0;
}
.home-tier1 .tier1-chat-block h3 {
  font-family: 'GTWalsheimPro-Bold';
  font-size: 18px;
  color: #7B29D9;
  margin: 0 0 33px 0;
  letter-spacing: 0px;
}
.home-tier1 .tier1-chat-block .tier1-chat-icon {
  width: 46px;
}
.home-tier1 .tier1-chat-block a {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #7B29D9;
  border-top-left-radius: 79px;
  border-bottom-right-radius: 79px;
  padding: 13px 55px 13px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
  transition-duration: 0.3s;
  color: white;
  font-family: 'GTWalsheimPro-Bold';
  font-size: 24px;
  opacity: 0;
}
.home-tier1 .tier1-chat-block:hover a {
  opacity: 1;
}
.home-tier1 .tier1-chat-block a img {
  margin-right: 15px;
}
.home-tier1 .home-tier1-bk1 {
  position: absolute;
  left: 0;
  top: -150px;
}
.home-tier1 .home-tier1-bk2 {
  position: absolute;
  right: 0;
  bottom: 135px;
}
.home-tier2 {
  padding: 70px 0;
  text-align: center;
}
.home-tier2 .home-tier2-content {
  max-width: 940px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.home-tier2 p.label {
  font-size: 18px;
  color: #51DEF0;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}
.home-tier2 h1 {
  font-family: 'GTWalsheimPro-Medium';
  font-size: 48px;
  color: #7B29D9;
  margin: 5px 0 28px 0;
  letter-spacing: 0px;
  font-weight: normal;
}
.home-tier2 .tier2-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -30px;
}
.home-tier2 .tier2-item {
  width: 50%;
  max-width: 450px;
  position: relative;
}
.home-tier2 .tier2-item img {
  width: 100%;
}
.home-tier2 .tier2-item .item-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-tier2 .tier2-item .item-info-block {
  max-width: 340px;
}
.home-tier2 .tier2-item:last-child p {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.home-tier2 .tier2-item h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  font-family: 'GTWalsheimPro-Bold';
  margin: 0;
  letter-spacing: 0px;
}
.home-tier2 .tier2-item p {
  margin: 25px 0 0 0;
  font-size: 14px;
  color: black;
  line-height: 28px;
}
.home-tier2 .tier2-item .item-label p {
  margin: 8px 0 18px 0;
  font-size: 14px;
  color: black;
  line-height: 20px;
  max-width: 100%;
}
.home-tier2 .tier2-item h2 {
  margin: 0;
  font-size: 48px;
  font-family: 'GTWalsheimPro-Medium';
  color: #7B29D9;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: normal;
}
.home-tier2 .tier2-btn {
  display: inline-flex;
  align-items: center;
  border: 3px solid #51DEF0;
  border-bottom-left-radius: 46px;
  border-top-right-radius: 46px;
  padding: 15px 20px;
  text-decoration: unset;
  font-family: 'GTWalsheimPro-Bold';
  font-size: 18px;
  color: #7B29D9;
  text-transform: uppercase;
  background: white;
  margin-top: 65px;
  transition-duration: 0.5s;
}
.home-tier2 .tier2-btn:hover {
  font-size: 19px;
  padding: 15px 14px;
}
.home-tier2 .tier2-btn img {
  margin-right: 10px;
}
.home-tier2 .home-tier2-bk {
  position: absolute;
  right: 0;
  bottom: -75px;
}
.home-tier3 {
  padding: 70px 0;
}
.home-tier3 p.label {
  font-size: 18px;
  color: #51DEF0;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
  text-align: center;
}
.home-tier3 h1 {
  font-family: 'GTWalsheimPro-Medium';
  font-size: 48px;
  color: #7B29D9;
  margin: 5px 0 65px 0;
  text-align: center;
  letter-spacing: 0px;
  font-weight: normal;
}
.home-tier3 .tier3-content {
  position: relative;
  max-width: 630px;
  margin: auto;
  z-index: 9;
}
.home-tier3 .tier3-content .tier3-shape {
  width: 100%;
}
.home-tier3 .tier3-item-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home-tier3 .tier3-item-icon svg,
.home-tier3 .tier3-item-icon svg path {
  transition-duration: 0.3s;
}
.home-tier3 .tier3-item-icon.one {
  left: 115px;
  top: 9px;
  width: 75px;
  height: 75px;
}
.home-tier3 .tier3-item-icon.one svg {
  width: 29px;
}
.home-tier3 .tier3-item-icon.two {
  width: 82px;
  height: 82px;
  top: 3px;
  right: 122px;
}
.home-tier3 .tier3-item-icon.two svg {
  width: 27px;
}
.home-tier3 .tier3-item-icon.three {
  left: 252px;
  top: 81px;
  width: 82px;
  height: 80px;
}
.home-tier3 .tier3-item-icon.three svg {
  width: 17px;
}
.home-tier3 .tier3-item-icon.four {
  left: 99px;
  top: 188px;
  width: 94px;
  height: 97px;
}
.home-tier3 .tier3-item-icon.four svg {
  width: 32px;
}
.home-tier3 .tier3-item-icon.five {
  left: 397px;
  top: 142px;
  width: 93px;
  height: 93px;
}
.home-tier3 .tier3-item-icon.five svg {
  width: 35px;
}
.home-tier3 .tier3-item-icon.six {
  left: 102px;
  top: 330px;
  width: 76px;
  height: 76px;
}
.home-tier3 .tier3-item-icon.six svg {
  width: 27px;
}
.home-tier3 .tier3-item-icon.seven {
  left: 272px;
  top: 336px;
  width: 76px;
  height: 76px;
}
.home-tier3 .tier3-item-icon.seven svg {
  width: 27px;
}
.home-tier3 .tier3-item-icon.eight {
  left: 400px;
  top: 278px;
  width: 80px;
  height: 80px;
}
.home-tier3 .tier3-item-icon.eight svg {
  width: 23px;
}
.home-tier3 .tier3-item-icon.nine {
  left: 550px;
  top: 283px;
  width: 76px;
  height: 70px;
}
.home-tier3 .tier3-item-icon.nine svg {
  width: 22px;
}
.home-tier3 .tier3-item-icon.ten {
  left: 387px;
  top: 503px;
  width: 74px;
  height: 76px;
}
.home-tier3 .tier3-item-icon.ten svg {
  width: 20px;
}
.home-tier3 .tier3-item {
  position: absolute;
  border: 3px solid #51DEF0;
  border-top-left-radius:46px;
  border-bottom-right-radius: 46px;
  padding: 25px 20px;
  display: none;
  align-items: center;
  background: white;
}
.home-tier3 .tier3-item.active {
  display: flex;
}
.home-tier3 .tier3-item h2 {
  color: #7B29D9;
  margin: 0 0 10px 0;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: normal;
}
.home-tier3 .tier3-item p {
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  color: black;
}
.home-tier3 .tier3-item img {
  margin-right: 25px;
  background: white;
}
.home-tier3 .tier3-item.one {
  left: 105px;
  top: -30px;
}
.home-tier3 .tier3-item.two {
  left: 400px;
  top: -30px;
  width: 370px;
}
.home-tier3 .tier3-item.three {
  left: 240px;
  top: 60px;
}
.home-tier3 .tier3-item.four {
  left: 70px;
  top: 170px;
}
.home-tier3 .tier3-item.five {
  left: 370px;
  top: 120px;
  width: 380px;
}
.home-tier3 .tier3-item.six {
  left: 70px;
  top: 300px;
}
.home-tier3 .tier3-item.seven {
  left: 250px;
  top: 300px;
  width: 350px;
}
.home-tier3 .tier3-item.eight {
  left: 370px;
  top: 250px;
  width: 380px;
}
.home-tier3 .tier3-item.nine {
  left: 500px;
  top: 270px;
  width: 370px;
}
.home-tier3 .tier3-item.ten {
  left: 350px;
  bottom: -20px;
  width: 400px;
}
.home-tier3 .home-tier3-bk {
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-tier4 {
  padding: 70px 0;
}
.home-tier4 p.label {
  font-size: 18px;
  color: #51DEF0;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
  text-align: center;
}
.home-tier4 h1 {
  font-family: 'GTWalsheimPro-Medium';
  font-size: 48px;
  color: #7B29D9;
  margin: 5px 0 65px 0;
  text-align: center;
  letter-spacing: 0px;
  font-weight: normal;
}
.home-tier4 .tier4-content {
  position: relative;
  z-index: 9;
  text-align: center;
}
.home-tier4 .tier4-items {
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.home-tier4 .tier4-item {
  width: 33.333%;
  max-width: 330px;
  padding: 0 10px;
}
.home-tier4 .item-image {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-tier4 img {
  max-width: 100%;
}
.home-tier4 h2 {
  margin: 25px 0 15px 0;
  font-size: 20px;
  font-family: 'GTWalsheimPro-Bold';
  color: #7B29D9;
  letter-spacing: 0px;
}
.home-tier4 p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}
.home-tier4 .tier4-btn {
  display: inline-flex;
  align-items: center;
  border: 3px solid #51DEF0;
  border-bottom-left-radius: 46px;
  border-top-right-radius: 46px;
  padding: 15px 20px;
  text-decoration: unset;
  font-family: 'GTWalsheimPro-Bold';
  font-size: 18px;
  color: #7B29D9;
  text-transform: uppercase;
  background: white;
  margin-top: 65px;
  transition-duration: 0.5s;
}
.home-tier4 .tier4-btn:hover {
  font-size: 19px;
  padding: 15px 14px;
}
.home-tier4 .tier4-btn img {
  margin-right: 10px;
}
.home-tier4 .home-tier4-bk {
  position: absolute;
  right: 0;
  bottom: -120px;
}
.home-tier5 {
  padding: 70px 0 100px 0;
}
.home-tier5 .tier5-content {
  max-width: 1080px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-tier5 .tier5-image {
  width: 48%;
  order: 2;
  max-width: 450px;
  padding-left: 10px;
}
.home-tier5 .tier5-image img {
  width: 100%;
}
.home-tier5 .tier5-image p,
.home-tier5 .tier5-image h1 {
  display: none;
}
.home-tier5 .tier5-info {
  width: 52%;
  max-width: 560px;
}
.home-tier5 p.label {
  font-size: 18px;
  color: #51DEF0;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}
.home-tier5 h1 {
  font-family: 'GTWalsheimPro-Medium';
  font-size: 48px;
  color: #7B29D9;
  margin: 5px 0 20px 0;
  letter-spacing: 0px;
  font-weight: normal;
}
.home-tier5 .tier5-info .info {
  font-size: 16px;
  line-height: 30px;
  color: black;
  margin: 0;
}
.home-tier5 .tier5-btn {
  display: inline-flex;
  align-items: center;
  border: 3px solid #51DEF0;
  border-bottom-left-radius: 46px;
  border-top-right-radius: 46px;
  padding: 15px 20px;
  text-decoration: unset;
  font-family: 'GTWalsheimPro-Bold';
  font-size: 18px;
  color: #7B29D9;
  text-transform: uppercase;
  background: white;
  margin-top: 20px;
  transition-duration: 0.5s;
}
.home-tier5 .tier5-btn:hover {
  font-size: 19px;
  padding: 15px 12.5px;
}
.home-tier5 .tier5-btn img {
  margin-right: 10px;
}
.footer {
  background: #7B29D9;
}
.footer .footer-content {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 18px 0;
}
.footer .footer-logo {
  max-width: 100%;
}
.footer .footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #51DEF0;
  font-family: 'GTWalsheimPro-Bold';
  font-size: 16px;
  line-height: 30px;
}
.footer .footer-contact a {
  color: #51DEF0;
  text-decoration: unset;
}
.footer p {
  font-size: 12px;
  line-height: 30px;
  margin: 0;
  color: white;
}
.footer p a {
  color: white;
  text-decoration: unset;
}
.footer .footer-bk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-title {
  text-align: center;
  margin-top: 45px;
}
.page-title img {
  max-width: 100%;
}
.page-title p {
  font-size: 14px;
  font-style: italic;
  color: #ACBEC1;
  margin: 0;
}
.freesources .fresources-map {
  padding: 30px 0;
  text-align: center;
}
.freesources .fresources-map svg {
  margin: auto;
}
.freesources .fresources-map svg path {
  fill: #51DEF0;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 2;
  transition-duration: 0.5s;
  cursor: pointer;
}
.freesources .fresources-map svg path:hover {
  fill: #7B29D9;
}
.freesources .fresources-map .map-popup {
  position: absolute;
  display: none;
  align-items: flex-start;
  padding: 15px 30px 15px 20px;
  border: 2px solid #7B29D9;
  border-top-left-radius: 46px;
  border-bottom-right-radius: 46px;
  text-align: left;
  background: white;
}
.freesources .fresources-map .map-popup.shape2 {
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 46px;
  border-bottom-left-radius: 46px;
  padding: 15px 20px 15px 15px;
}
.freesources .fresources-map .map-popup.active {
  display: flex;
}
.freesources .fresources-map .map-popup img {
  width: 35px;
  margin-right: 15px;
}
.freesources .fresources-map .map-popup h2 {
  font-size: 16px;
  color: #7B29D9;
  margin: 0 0 5px 0;
  font-family: 'GTWalsheimPro-Bold';
}
.freesources .fresources-map .map-popup a {
  color: #51DEF0;
  font-size: 12px;
  line-height: 20px;
  text-decoration: unset;
  display: block;
}
.freesources .fresources-map .map-popup a:hover {
  text-decoration: underline;
  font-weight: bold;
}
.freesources .fresources-map .map-block {
  display: inline-block;
  position: relative;
}
.freesources .fresources-map .map-image,
.freesources .fresources-map .map-title {
  display: none;
}
.freesources .freesources-states.bars {
  padding-bottom: 100px
}
.freesources .freesources-states.resources {
  padding: 100px 0px;
}
.freesources .freesources-states .states-content {
  max-width: 1100px;
  margin: auto;
  padding: 0 80px;
  position: relative;
}
.freesources .freesources-states h1 {
  font-family: 'GTWalsheimPro-Bold';
  font-size: 20px;
  color: #7B29D9;
  margin: 0 0 20px 0;
}
.freesources .freesources-states .states-lists {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.freesources .freesources-states .states-lists.mobile {
  display: none;
}
.freesources .freesources-states .states-list {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.freesources .freesources-states.bars .state-item {
  font-family: 'GTWalsheimPro-Regular';
  font-size: 16px;
  line-height: 2;
  color: black;
  text-decoration: unset;
  cursor: pointer;
}
.freesources .freesources-states.bars .state-item:hover {
  font-weight: bold;
  color: #51DEF0;
  text-decoration: underline;
}
.freesources .freesources-states.resources .state-item {
  position: relative;
}
.freesources .freesources-states.resources .state-item-title {
  font-family: 'GTWalsheimPro-Regular';
  font-size: 16px;
  line-height: 2;
  color: black;
  text-decoration: unset;
  cursor: pointer;
  position: relative;
}
.freesources .freesources-states.resources .state-item-title:hover,
.freesources .freesources-states.resources .state-item.active .state-item-title  {
  text-decoration: unset;
  color: #7B29D9;
  font-weight: bold;
}
.freesources .freesources-states.resources .state-sub-items {
  position: absolute;
  left: 0;
  top: 100%;
  width: 190px;
  display: none;
}
.freesources .freesources-states.resources .state-item.active .state-sub-items {
  display: block;
}
.freesources .freesources-states.resources .state-sub-item {
  font-family: 'GTWalsheimPro-Regular';
  font-size: 14px;
  color: #7B29D9;
  line-height: 170%;
  cursor: pointer;
  position: relative;
}
.freesources .freesources-states.resources .state-sub-item:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #51DEF0;
}
.freesources .freesources-states.resources .state-sub-item .state-item-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  background: white;
  border: 2px solid #7B29D9;
  border-top-right-radius: 46px;
  border-bottom-left-radius: 46px;
  padding: 15px 25px;
  min-width: 400px;
  z-index: 99;
  display: none;
}
.freesources .freesources-states.resources .states-list.shape2 .state-sub-item .state-item-popup {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 46px;
  border-bottom-right-radius: 46px;
  left: unset;
  right: 80%;
}
.freesources .freesources-states.resources .state-sub-item:hover .state-item-popup {
  display: block;
}
.freesources .freesources-states.resources .state-sub-item .state-item-popup a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'GTWalsheimPro-Bold';
  color: #51DEF0 !important;
  text-decoration: unset !important;
}
.freesources .freesources-states.resources .state-sub-item .state-item-popup a:hover span {
  text-decoration: underline;
}
.freesources .freesources-states.resources .state-sub-item .state-item-popup a img {
  margin-left: 15px;
}
.freesources .freesources-states.resources .state-sub-item .state-item-popup p {
  font-family: 'GTWalsheimPro-Regular';
  font-weight: normal !important;
  font-size: 12px;
  color: black !important;
  margin: 5px 0 0 0;
}
.freesources .freesources-bk1 {
  position: absolute;
  right: 0;
  top: -85px;
}
.freesources .freesources-bk2 {
  position: absolute;
  left: 0;
  top: -150px;
  z-index: -1;
}
.about-section {
  margin: 70px 0 40px 0;
  text-align: center;
}
.about-section h1 {
  font-family: 'GTWalsheimPro-Medium';
  font-size: 48px;
  margin: 0 0 45px 0;
  color: #7B29D9;
}
.about-section .about-items {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  position: relative;
}
.about-section .about-item {
  width: 33.333%;
  max-width: 220px;
  padding: 0px;
  position: relative;
  z-index: 9;
}
.about-section .about-item.four {
  padding-left: 20%;
}
.about-section .about-item.five {
  padding-right: 20%;
}
.about-section .about-item .item-title {
  margin-bottom: 20px;
}
.about-section .about-item.four .item-title,
.about-section .about-item.five .item-title {
  margin: 20px 0 0 0
}
.about-section .about-item .item-title h2 {
  font-family: 'GTWalsheimPro-Bold';
  font-size: 20px;
  color: #7B29D9;
  margin: 0px;
  text-transform: uppercase;
}
.about-section .about-item .item-title p {
  font-size: 16px;
  color: #AD64FF;
  margin: 5px 0 0 0;
}
.about-section .about-item .item-image {
  position: relative;
  cursor: pointer;
}
.about-section .about-item .item-image img {
  width: 100%;
  display: block;
}
.about-section .about-item .item-info {
  display: none;
}
.about-section .about-item .item-image .item-info {
  display: flex;
  position: absolute;
  left: -15px;
  top: -15px;
  height: calc(100% + 30px);
  width: calc(100% + 30px);
  align-items: center;
  justify-content: center;
  background: rgba(123, 41, 217, 1);
  border-radius: 50%;
  transition-duration: 0.5s;
  opacity: 0;
}

.about-section .about-item .item-info p {
  font-size: 14px;
  color: white;
  margin: 0;
  line-height: 1.2;
  padding: 0 20px;
}
.about-section .about-item-line {
  width: 18px;
  height: 158px;
  position: absolute;
}
.about-section .about-item-line.one {
  transform: rotate(-40deg);
  background: linear-gradient(180deg, #DAFBFF 0%, #BEF6FC 100%);
  left: 31%;
  top: 40%;
}
.about-section .about-item-line.two {
  transform: rotate(40deg);
  left: 56%;
  top: 36%;
  background: linear-gradient(180deg, #51DEF0 0%, #BEF6FC 100%);
}
.about-section .about-item-line.three {
  transform: rotate(-40deg);
  background: linear-gradient(180deg, #51DEF0 0%, #24B3C6 100%);
  left: 74%;
  top: 33%;
}
.about-section .about-item-line.four {
  transform: rotate(40deg);
  background: linear-gradient(180deg, #007C8B 0%, #24B3C6 100%);
  left: 77%;
  top: 40%;
}
.faq-section {
  margin: 0px 0 80px 0;
}
.faq-section h1 {
  font-family: 'GTWalsheimPro-Medium';
  font-size: 48px;
  margin: 20px 0 45px 0;
  color: #7B29D9;
  text-align: center;
}
.faq-section .faq-items {
  max-width: 980px;
  margin: auto;
  border-radius: 76px;
  background: #BEF6FC;
  box-shadow: 0px 0px 20px 0px rgb(81 221 240 / 31%);
  padding: 75px 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 48px;
}
.faq-section .faq-item {
  background: #F2FDFF;
  transition-duration: 0.3s;
}
.faq-section .faq-item.active,
.faq-section .faq-item:hover {
  background: #7B29D9;
}
.faq-section .faq-item .item-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 14px 30px;
  position: relative;
}
.faq-section .faq-item .item-title img {
  margin-right: 32px;
}
.faq-section .faq-item .item-title img.hover {
  display: none;
}
.faq-section .faq-item .item-title h2 {
  font-family: 'GTWalsheimPro-Bold';
  font-size: 20px;
  color: #7B29D9;
  margin: 0px;
  transition-duration: 0.3s;
}
.faq-section .faq-item.active .item-title h2,
.faq-section .faq-item:hover .item-title h2 {
  color: white;
}
.faq-section .faq-item.active .item-title img.hover,
.faq-section .faq-item:hover .item-title img.hover {
  display: block;
}
.faq-section .faq-item.active .item-title img.normal,
.faq-section .faq-item:hover .item-title img.normal {
  display: none;
}
.faq-section .faq-item.active {
  padding-bottom: 14px;
}
.faq-section .faq-item .item-title .expand-icon {
  position: absolute;
  right: 20px;
  top: 19px;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  transition-duration: 0.5s;
}
.faq-section .faq-item .item-title .expand-icon:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  width: 12px;
  height: 2px;
  background: black;
}
.faq-section .faq-item .item-title .expand-icon:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  width: 2px;
  height: 12px;
  background: black;
}
.faq-section .faq-item:hover .item-title .expand-icon,
.faq-section .faq-item.active .item-title .expand-icon {
  opacity: 1;
}
.faq-section .faq-item.active .item-title .expand-icon:after {
  height: 0px;
}
.faq-section .faq-item .item-info {
  margin-top: 6px;
  padding-left: 96px;
  padding-right: 40px;
  display: none;
}
.faq-section .faq-item .item-info p {
  margin: 0px;
  font-size: 16px;
  line-height: 30px;
  color: white;
}

@media (min-width: 991px) {
  .home-tier3 .tier3-item-icon:hover svg path,
  .home-tier3 .tier3-item-icon:hover svg rect {
      fill: #51DEF0;
  }
  .home-tier3 .tier3-item-icon.one:hover svg {
      width: 35px;
  }
  .home-tier3 .tier3-item-icon.two:hover svg {
      width: 33px;
  }
  .home-tier3 .tier3-item-icon.three:hover svg {
      width: 23px;
  }
  .home-tier3 .tier3-item-icon.four:hover svg {
      width: 38px;
  }
  .home-tier3 .tier3-item-icon.five:hover svg {
      width: 41px;
  }
  .home-tier3 .tier3-item-icon.six:hover svg {
      width: 33px;
  }
  .home-tier3 .tier3-item-icon.seven:hover svg {
      width: 33px;
  }
  .home-tier3 .tier3-item-icon.eight:hover svg {
      width: 29px;
  }
  .home-tier3 .tier3-item-icon.nine:hover svg {
      width: 28px;
  }
  .home-tier3 .tier3-item-icon.ten:hover svg {
      width: 26px;
  }
  .about-section .about-item .item-image:hover .item-info {
      opacity: 1;
  }
}

@media (max-width: 991px) {
  body {
      padding-top: 72px;
  }
  .header .header-logo {
      width: 160px;
  }
  .header .header-menus a {
      font-size: 14px;
      margin-left: 30px;
  }
  .header .header-menus a.header-try-btn {
      font-size: 20px;
      margin-left: 20px;
  }
  .header .header-menus a.header-try-btn img {
      width: 40px;
  }
  .home-tier1 {
      padding: 40px 0;
  }
  .home-tier1 .tier1-chat-block {
      display: none;
  }
  .home-tier1 .home-tier1-content {
      max-width: 580px;
  }
  .home-tier1 .tier1-info-block {
      width: 100%;
  }
  .home-tier1 .home-tier1-bk1,
  .home-tier1 .home-tier1-bk2 {
      display: none;
  }
  .home-tier2 {
      padding: 10px 0;
  }
  .home-tier2 .home-tier2-content {
      max-width: 450px;
  }
  .home-tier2 .tier2-items {
      margin: 0px;
      display: block;
  }
  .home-tier2 .tier2-item {
      max-width: 100%;
      width: 100%;
  }
  .home-tier2 .tier2-btn {
      display: none;
  }
  .home-tier2 .home-tier2-bk {
      bottom: 34%;
  }
  .home-tier3 .tier3-item {
      display: flex;
      position: relative;
      left: 0px !important;
      top: 0px !important;
      width: auto!important;
      margin-bottom: 24px;
  }
  .home-tier3 .tier3-item.ten {
      margin-bottom: 0px;
  }
  .home-tier3 .tier3-item p br {
      display: none;
  }
  .home-tier3 .tier3-content .tier3-shape {
      margin-bottom: 40px;
  }
  .home-tier3 .home-tier3-bk {
      display: none;
  }
  .home-tier4 .home-tier4-bk {
      display: none;
  }
  .home-tier4 {
      padding: 0px 0;
  }
  .freesources .fresources-map .map-image {
      display: block;
      width: 600px;
      max-width: 100%;
  }
  .freesources .fresources-map .map-title {
      display: flex;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
  }
  .freesources .fresources-map .map-title h1 {
      font-family: 'GTWalsheimPro-Bold';
      font-style: italic;
      font-size: 32px;
      line-height: 36px;
      color: #7B29D9;
      margin: -20px 0 0 0;
  }
  .freesources .fresources-map svg,
  .freesources .page-title {
      display: none;
  }
  .freesources .freesources-states.bars {
      padding-bottom: 50px;
  }
  .freesources .freesources-states.resources {
      padding: 50px 0px;
  }
  .freesources .freesources-states .states-content {
      padding: 0px;
      z-index: unset;
  }
  .freesources .freesources-states .states-lists.desktop {
      display: none;
  }
  .freesources .freesources-states .states-lists.mobile {
      display: flex;
  }
  .freesources .freesources-states .states-content {
      max-width: 500px;
  }
  .freesources .freesources-states.resources .state-item-popup {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: calc(100% - 30px);
      background: white;
      border: 2px solid #7B29D9;
      border-radius: 0 46px 0 46px;
      padding: 15px;
      z-index: 9;
  }
  .freesources .freesources-states.resources .state-item.active .state-item-popup {
      display: block;
  }
  .freesources .freesources-states.resources .state-item-popup .popup-header {
      font-size: 20px;
      color: #7B29D9;
      display: flex;
      align-items: center;
      font-family: 'GTWalsheimPro-Bold';
  }
  .freesources .freesources-states.resources .state-item-popup .popup-header img {
      width: 20px;
      margin-right: 10px;
  }
  .freesources .freesources-states.resources .states-content {
      position: relative;
  }
  .freesources .freesources-states.resources .state-item {
      position: static;
  }
  .freesources .freesources-states.resources .state-item-popup a {
      font-size: 14px;
      color: #51DEF0;
      text-decoration: unset;
      display: flex;
      align-items: center;
      margin: 15px 0 0 0;
  }
  .freesources .freesources-states.resources .state-item-popup a span {
      max-width: calc(100% - 30px);
  }
  .freesources .freesources-states.resources .state-item-popup a:hover span {
      text-decoration: underline;
  }
  .freesources .freesources-states.resources .state-item-popup a img {
      margin-left: 5px;
  }
  .freesources .freesources-states.resources .state-item-popup p {
      font-size: 12px;
      line-height: 20px;
      color: black;
      margin: 3px 0 0 0;
  }
  .freesources .freesources-bk1,
  .freesources .freesources-bk2 {
      display: none;
  }
  .about-section {
      margin: 50px 0 40px 0;
  }
  .about-section .about-item-line {
      display: none;
  }
  .about-section .about-items {
      max-width: 650px;
  }
  .about-section .about-item {
      width: calc(50% - 50px);
      margin-bottom: 40px;
      display: flex;
      flex-direction: column;
      padding: 0px !important;
      max-width: 100%;
  }
  .about-section .about-item.one {
      order: 1;
  }
  .about-section .about-item.two {
      order: 3;
  }
  .about-section .about-item.three {
      order: 5;
      margin-bottom: 0px;
  }
  .about-section .about-item.four {
      order: 2;
  }
  .about-section .about-item.five {
      order: 4;
  }
  .about-section .about-item .item-title {
      order: 2;
      margin: 20px 0 !important;
  }
  .about-section .about-item .item-image {
      order: 1;
  }
  .about-section .about-item .item-info {
      order: 3;
      margin: 0 10px;
      display: block;
  }
  .about-section .about-item .item-info p {
      color: #7B29D9;
      padding: 0px;
      line-height: 1.5;
  }
}

@media (max-width: 767px) {
  body {
      padding-top: 150px;
  }
  .desktop {
      display: none;
  }
  .mobile {
      display: block;
  }
  .header {
      padding: 10px 0;
      background: #7B29D9;
      border-bottom-left-radius: 55px;
      border-bottom-right-radius: 55px;
      text-align: center;
  }
  .header .header-logo {
      width: 238px;
      display: block;
      margin: auto;
  }
  .header .header-try-btn {
      background: #51DEF0;
      display: block;
      color: white;
      text-decoration: unset;
      font-family: 'GTWalsheimPro-Bold';
      padding: 2px 0;
      margin: 5px 0 10px 0;
      font-size: 20px;
  }
  .header .header-menus {
      justify-content: center;
  }
  .home-tier1 .home-tier1-content {
      margin: 0 -20px;
      width: calc(100% + 40px);
  }
  .home-tier1 .tier1-title h1 {
      margin: 0px;
  }
  .home-tier1 .tier1-info {
      margin: 0px;
  }
  .home-tier1 .tier1-info h2 {
      margin-left: 90px;
      margin-right: 5px;
      font-size: 52px;
      font-family: 'GTWalsheimPro-Medium';
      letter-spacing: 0px;
      font-weight: normal;
  }
  .home-tier1 .tier1-info p {
      max-width: 327px;
      margin: 40px auto;
  }
  .home-tier1 .tier1-info a {
      max-width: 327px;
      margin: auto;
      display: flex;
      width: 100%;
      padding: 15px 0;
      justify-content: center;
  }
  .home-tier1 .tier1-info a {
      padding: 15px 0;
  }
  .home-tier2 .tier2-items {
      margin: 0 -20px;
  }
  .home-tier2 .tier2-item:first-child {
      margin-bottom: 30px;
  }
  .home-tier2 .tier2-item h3 {
      display: none;
  }
  .home-tier2 .tier2-item .item-info-block {
      max-width: 243px;
  }
  .home-tier2 .tier2-item .item-label p {
      margin: auto;
      max-width: 215px;
  }
  .home-tier2 .tier2-item .item-label p br {
      display: none;
  }
  .home-tier2 .tier2-item h2 {
      margin: 0 0 10px 0;
  }
  .home-tier2 .tier2-item p {
      margin: 0px;
  }
  .home-tier2 .home-tier2-bk {
      bottom: 33%;
      right: -160px;
  }
  .home-tier2 .home-tier2-content {
      max-width: 340px;
  }
  .home-tier2 {
      overflow-x: hidden;
  }
  .home-tier3 {
      padding: 50px 0;
      overflow-x: hidden;
  }
  .home-tier3 h1 {
      margin-bottom: 25px;
  }
  .home-tier3 .tier3-content {
      max-width: 360px;
  }
  .home-tier3 .tier3-item-icon.one {
      left: 66px;
      top: 5px;
      width: 44px;
      height: 44px;
  }
  .home-tier3 .tier3-item-icon.one svg {
      width: 16px;
  }
  .home-tier3 .tier3-item-icon.two {
      width: 48px;
      height: 48px;
      top: 2px;
      right: 69px;
  }
  .home-tier3 .tier3-item-icon.two svg {
      width: 16px;
  }
  .home-tier3 .tier3-item-icon.three {
      left: 144px;
      top: 46px;
      width: 48px;
      height: 48px;
  }
  .home-tier3 .tier3-item-icon.three svg {
      width: 10px;
  }
  .home-tier3 .tier3-item-icon.four {
      left: 57px;
      top: 108px;
      width: 54px;
      height: 54px;
  }
  .home-tier3 .tier3-item-icon.four svg {
      width:19px;
  }
  .home-tier3 .tier3-item-icon.five {
      left: 228px;
      top: 81px;
      width: 52px;
      height: 52px;
  }
  .home-tier3 .tier3-item-icon.five svg {
      width: 20px;
  }
  .home-tier3 .tier3-item-icon.six {
      left: 60px;
      top: 188px;
      width: 42px;
      height: 42px;
  }
  .home-tier3 .tier3-item-icon.six svg {
      width: 16px;
  }
  .home-tier3 .tier3-item-icon.seven {
      left: 157px;
      top: 193px;
      width: 42px;
      height: 42px;
  }
  .home-tier3 .tier3-item-icon.seven svg {
      width: 16px;
  }
  .home-tier3 .tier3-item-icon.eight {
      left: 229px;
      top: 159px;
      width: 46px;
      height: 46px;
  }
  .home-tier3 .tier3-item-icon.eight svg {
      width: 14px;
  }
  .home-tier3 .tier3-item-icon.nine {
      left: 316px;
      top: 161px;
      width: 42px;
      height: 42px;
  }
  .home-tier3 .tier3-item-icon.nine svg {
      width: 13px;
  }
  .home-tier3 .tier3-item-icon.ten {
      left: 222px;
      top: 287px;
      width: 42px;
      height: 42px;
  }
  .home-tier3 .tier3-item-icon.ten svg {
      width: 12px;
  }
  .home-tier3 .container {
      padding: 0 5px;
  }
  .home-tier4 h1 {
      margin-bottom: 50px;
  }
  .home-tier4 .tier4-items {
      display: block;
  }
  .home-tier4 .tier4-item {
      width: 100%;
      margin: auto;
  }
  .home-tier4 .tier4-item:nth-child(2) {
      margin: 50px auto;
  }
  .home-tier4 .tier4-btn {
      margin-top: 50px;
  }
  .home-tier4 .item-image {
      height: auto;
  }
  .home-tier5 {
      padding: 60px 0;
  }
  .home-tier5 .tier5-content {
      display: block;
      max-width: 330px;
  }
  .home-tier5 .tier5-image {
      padding: 0px;
      width: 100%;
      margin-bottom: 50px;
      max-width: 100%;
  }
  .home-tier5 .tier5-image p, .home-tier5 .tier5-image h1 {
      display: block;
      text-align: center;
  }
  .home-tier5 h1 {
      margin-bottom: 35px;
  }
  .home-tier5 .tier5-info {
      width: 100%;
      max-width: 100%;
  }
  .home-tier5 .tier5-info p.label,
  .home-tier5 .tier5-info h1 {
      display: none;
  }
  .home-tier5 .tier5-btn {
      margin: 40px -15px 0 -15px;
      display: flex;
      justify-content: center;
      padding: 15px 10px;
  }
  .footer .footer-content {
      padding: 40px 0;
  }
  .footer .footer-contact {
      flex-direction: column;
      font-size: 0;
      line-height: 1;
  }
  .footer .footer-contact a {
      font-size: 20px;
      line-height: 30px;
  }
  .footer p {
      line-height: 16px;
      max-width: 270px;
      margin: 35px auto 0 auto;
  }
  .footer .footer-bk1 {
      position: absolute;
      left: 0;
      top: 0;
  }
  .footer .footer-bk2 {
      position: absolute;
      right: 0;
      bottom: 0;
  }
  .freesources .fresources-map .map-image {
      margin: 0 -10px;
      max-width: calc(100% + 20px);
  }   
  .freesources .freesources-states .states-content {
      max-width: 300px;
  }
  .freesources .freesources-states h1 {
      text-align: center;
  }
  .freesources .freesources-states.resources h1 {
      margin: 0 -20px 20px -20px;
  }
  .about-section .about-items {
      max-width: 300px;
  }
  .about-section .about-item {
      width: 100%;
      padding: 0px !important;
      max-width: 100%;
  }
  .about-section .about-item .item-info {
      margin: 0px;
  }
  .faq-section h1 {
      margin: 15px -8px 45px -8px;
  }
  .faq-section .faq-item .item-title {
      padding: 14px 10px 14px 14px;
  }
  .faq-section .faq-item .item-title img {
      margin-right: 13px;
  }
  .faq-section .faq-item .item-title .expand-icon {
      display: none;
  }
  .faq-section .faq-item .item-info {
      padding-left: 30px;
      padding-right: 14px;
      margin-top: 0px;
  }
  .faq-section .faq-items {
      margin: 0 -10px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 115px;
  }
  #body{
    min-height:73vh;
  }
  .avatar-container{
    margin-top:0px;
    width:100%;
  }
  .sendbutton{
    display: inline;
  }
  .navbar{
    display:initial!important;
  }
  .avatar-container{
    display:none!important;
  }
}
