* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Sofia Pro", sans-serif;
}

body {
  color: #000;
}

body.freeze {
  overflow: hidden;
}

.container {
  max-width: 1030px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

main.moved {
  padding-top: 90px;
}

/*HEADER START */
body.home header{
  background: #125b60;
}
header {
  background: #298187;
  padding: 16px;
  position: relative;
}

header.move {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
}

.header-wrapper {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.header-wrapper .header-main-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header-wrapper .header-main-logo {
  width: 40.15px;
  height: 44.72px;
  margin-right: 32px;
  align-self: center;
}
.header-wrapper .header-main-logo a {
  display: block;
}
.header-wrapper .header-main-logo a img {
  width: 100%;
  height: auto;
}
.header-wrapper .header-child-part {
  display: flex;
}
.header-wrapper .header-child-part nav {
  align-self: center;
}
.header-wrapper .header-child-part nav ul {
  list-style: none;
  display: flex;
  margin: 0 -16px;
}
.header-wrapper .header-child-part nav ul li {
  padding: 0 16px;
}
.header-wrapper .header-child-part nav ul li a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.header-wrapper .header-child-part nav ul li.has-child {
  padding-right: 36px;
  z-index: 4;
}
.header-wrapper .header-child-part nav ul li.has-child a {
  z-index: 3;
  position: relative;
}
.header-wrapper .header-child-part nav ul li.has-child a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(225deg);
  position: absolute;
  top: 50%;
  right: -25px;
}
.header-wrapper .header-child-part nav ul li.has-child.open a:before {
  content: attr(title);
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  z-index: 2;
}
.header-wrapper .header-child-part.right-part {
  margin: 0 -16px;
  padding-top: 0;
}
.header-wrapper .header-child-part.right-part > * {
  align-self: center;
  padding: 0 16px;
}
.header-wrapper .header-child-part.right-part .header-log-in a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.header-wrapper .header-child-part.right-part .header-get-started a {
  background: #FACF28;
  font-weight: 700;
  font-size: 20px;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  border-radius: 8px;
  display: block;
}
.header-wrapper .header-child-part.right-part .header-profile a {
  display: flex;
}
.header-wrapper .header-mega-menu {
  background: #fff;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 89px;
  z-index: 3;
}
.header-wrapper .header-mega-menu.open {
  display: block;
}
.header-wrapper .header-mega-menu .header-main-mega-menu {
  border-top: 2px solid #C4C4C4;
  overflow: hidden;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 33px;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li {
  position: relative;
  z-index: 1;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul {
  list-style: none;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li {
  margin-top: 10px;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li ul li a {
  color: #979797;
  font-size: 12px;
  margin-bottom: 20px;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav > ul > li:last-of-type:before {
  content: "";
  display: block;
  background: rgba(196, 196, 196, 0.3);
  width: 1000vh;
  height: calc(100% + 83px);
  position: absolute;
  top: -33px;
  left: -50px;
  z-index: -1;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a ul {
  list-style: none;
}
.header-wrapper .header-mega-menu .header-main-mega-menu nav > ul a ul a {
  color: #979797;
  font-size: 12px;
}
.header-wrapper .header-mega-menu .header-menu-item {
  position: absolute;
  width: 130px;
}
.header-wrapper .header-mega-menu .header-menu-item a {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 16px;
}
.header-wrapper .header-mega-menu .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transform: none;
}
.header-wrapper .header-burger-menu {
  height: 100%;
  display: none;
  align-items: center;
}
.header-wrapper .header-burger-menu #burger-menu {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header-wrapper .header-burger-menu #burger-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header-wrapper .header-burger-menu #burger-menu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header-wrapper .header-burger-menu #burger-menu span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header-wrapper .header-burger-menu #burger-menu span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header-wrapper .header-burger-menu #burger-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
.header-wrapper .header-burger-menu #burger-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header-wrapper .header-burger-menu #burger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 8px;
}

/* HEADER END */
/* HERO START */
.hero-section.commitment {
  background: #298187;
  padding-top: 67px;
}
.hero-section.commitment .hero-wrapper {
  display: flex;
}
.hero-section.commitment .hero-wrapper .hero-text h1 {
  font-weight: 700;
  font-size: 75px;
  line-height: 78px;
  letter-spacing: -1.875px;
  color: #fff;
  margin-bottom: 83px;
}
.hero-section.commitment .hero-wrapper .hero-text h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  color: #FFFFFF;
}
.hero-section.commitment .hero-wrapper .hero-img {
  position: relative;
  left: 40px;
  top: 10px;
  margin-bottom: -58px;
}

/*HERO END */
/*WHITE BLOCK */
.text-section.commitment {
  background: #F1F3F4;
  padding-top: 115px;
}

.white-block {
  border-radius: 16px;
  background: #fff;
  padding: 24px 24px 32px;
}
.white-block .text p {
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 48px;
}
.white-block .text p:last-of-type {
  margin-bottom: 58px;
}
.white-block .text ul {
  padding-left: 24px;
  margin-bottom: 48px;
}
.white-block .text ul li {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.8);
}
.white-block .learn-more {
  text-align: center;
}
.white-block .learn-more a {
  color: #125B60;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
}

/* WHITE BLOCK END */
/* COMMITMENT FORM*/
.form-section.commitment {
  background: #F1F3F4;
}

.main-form .form-part {
  padding-top: 48px;
}
.main-form .form-part h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 78px;
  letter-spacing: -1.875px;
  color: #125B60;
  margin-bottom: 34px;
}
.main-form .input-group {
  margin-bottom: 24px;
  max-width: 476px;
}
.main-form .input-group label {
  display: flex;
  flex-direction: column;
}
.main-form .input-group label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.main-form .input-group label input {
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 18px;
  color: #6A6A66;
  line-height: 28px;
  padding: 16px 8px;
  border: 0;
  outline: 0;
}
.main-form .input-group label input[type=number] {
  -moz-appearance: textfield;
}
.main-form .input-group label input[type=number]::-webkit-inner-spin-button, .main-form .input-group label input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-form .input-group.half {
  max-width: 216px;
}
.main-form .input-group:last-of-type {
  margin-bottom: 0;
}
.main-form .input-group.custom-select select {
  display: none;
}
.main-form .input-group.custom-select i {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin: 4px 0;
}
.main-form .input-group.custom-select .fake-select.open {
  border-radius: 8px 8px 0 0;
}
.main-form .input-group.custom-select .fake-select.open .select-wrapper {
  display: block;
}
.main-form .input-group.custom-select .fake-select.open .fake-placeholder:before {
  transform: translateY(-50%) rotate(45deg);
}
.main-form .input-group.custom-select .fake-select {
  background: #fff;
  border-radius: 8px;
  color: #6A6A66;
  line-height: 28px;
  padding: 16px 8px;
  font-size: 20px;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.main-form .input-group.custom-select .fake-select .fake-placeholder {
  position: relative;
}
.main-form .input-group.custom-select .fake-select .fake-placeholder:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: translateY(-50%) rotate(225deg);
  position: absolute;
  top: 50%;
  right: 14px;
  transition: 0.2s all;
}
.main-form .input-group.custom-select .select-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  padding-top: 60px;
  max-height: 220px;
  z-index: 3;
}
.main-form .input-group.custom-select .select-wrapper .option-wrapper {
  overflow: auto;
  max-height: 160px;
}
.main-form .input-group.custom-select .select-wrapper .option-wrapper::-webkit-scrollbar {
  width: 10px;
}
.main-form .input-group.custom-select .select-wrapper .option-wrapper::-webkit-scrollbar-track {
  background: #fff;
}
.main-form .input-group.custom-select .select-wrapper .option-wrapper::-webkit-scrollbar-thumb {
  background-color: #FACF28;
  border-radius: 8px;
}
.main-form .input-group.custom-select .select-wrapper .fake-option {
  padding: 6px;
  transition: 0.1s all;
}
.main-form .input-group.custom-select .select-wrapper .fake-option.choosen {
  background: #ddd;
  color: #6A6A66;
}
.main-form .input-group.custom-select .select-wrapper .fake-option:hover, .main-form .input-group.custom-select .select-wrapper .fake-option.active, .main-form .input-group.custom-select .select-wrapper .fake-option.choosen:hover {
  background: #5897FB;
  color: #fff;
}
.main-form .input-group.custom-select .select-wrapper .search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 6px;
}
.main-form .input-group.custom-select .select-wrapper .search-wrapper input {
  border: 1px solid #000;
  width: 100%;
  padding: 8px;
}
.main-form .input-group.select .labels-wrapper label {
  max-width: 100%;
  width: 100%;
}
.main-form .input-group.select .labels-wrapper label:last-of-type {
  display: none;
}
.main-form .input-group.select .labels-wrapper label:first-of-type {
  max-width: 216px;
  margin-right: 48px;
}
.main-form .input-group.select .labels-wrapper label:first-of-type span {
  position: relative;
}
.main-form .input-group.select .labels-wrapper label:first-of-type span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(225deg);
  position: absolute;
  top: 46px;
  right: 14px;
  transition: 0.2s all;
  z-index: 2;
}
.main-form .input-group.select select {
  color: #6A6A66;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 8px;
  border-color: #fff;
  padding: 16px 30px 16px 8px;
  outline: 0;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.main-form .input-group.select select::-ms-expand {
  display: none;
}
.main-form .input-group.select .full-width {
  margin-top: 46px;
  display: none;
}
.main-form .input-group.select .full-width textarea {
  padding: 16px 8px;
  border: 0;
  outline: 0;
  resize: none;
  font-size: 20px;
  line-height: 28px;
  height: 117px;
  overflow: auto;
  border-radius: 8px;
}
.main-form .input-group.select .full-width textarea::-webkit-scrollbar {
  width: 10px;
}
.main-form .input-group.select .full-width textarea::-webkit-scrollbar-track {
  background: #fff;
}
.main-form .input-group.select .full-width textarea::-webkit-scrollbar-thumb {
  background-color: #FACF28;
  border-radius: 8px;
}
.main-form .input-group.select.default .labels-wrapper label:last-of-type {
  display: flex;
}
.main-form .input-group.select.large .labels-wrapper label:first-of-type {
  max-width: 476px;
}
.main-form .input-group.select.large .full-width {
  display: flex;
}
.main-form .input-group.select.fake-arrow span {
  position: relative;
}
.main-form .input-group.select.fake-arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(225deg);
  position: absolute;
  bottom: -35px;
  right: 14px;
  transition: 0.2s all;
  z-index: 2;
}
.main-form .input-group.company-identifier {
  max-width: 740px;
}
.main-form .input-group .labels-wrapper {
  display: flex;
}
.main-form .input-group.file-input {
  display: flex;
  flex-direction: column;
}
.main-form .input-group.file-input input {
  display: none;
}
.main-form .input-group.file-input button {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  border: 0;
  outline: 0;
  background: #FACF28;
  padding: 16px 24px;
  border-radius: 8px;
  align-self: flex-start;
  cursor: pointer;
}
.main-form .input-group.file-input .file-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  padding: 0 20px;
}
.main-form .input-group.file-input .file-overlay .file-popup {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  background: #fff;
  min-height: 400px;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-header {
  display: flex;
  position: relative;
  justify-content: center;
  background: #122f2d;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-header span {
  font-size: 22px;
  padding: 0 16px;
  color: #fff;
  line-height: 50px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-header .close-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 25px;
  cursor: pointer;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content {
  display: none;
  text-align: center;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content .file-upload-bar-wrapper {
  height: 20px;
  max-width: 80%;
  margin: 10px auto;
  border: 1px solid #FACF28;
  border-radius: 20px;
  overflow: hidden;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content .file-upload-bar-wrapper .file-upload-bar {
  width: 0%;
  height: 100%;
  background: #FACF28;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content .file-name p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-content.show {
  display: block;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-result {
  display: none;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-result img {
  width: 100%;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-result.show {
  display: block;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body {
  text-align: center;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body p:first-of-type {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 200px;
  margin: 0 auto 10px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body button {
  margin-bottom: 10px;
  cursor: pointer;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body p {
  font-size: 20px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-body.hide {
  display: none;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(33, 117, 155, 0.9);
  padding: 10px;
  z-index: -1;
  opacity: 0;
  transition: 0.2s all;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-mask .file-upload-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #fff;
  width: 100%;
  height: 100%;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-mask .file-upload-wrapper p {
  color: #fff;
  font-size: 30px;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-upload-mask.show {
  z-index: 2;
  opacity: 1;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-footer {
  text-align: center;
  border-top: 1px solid rgb(220, 220, 222);
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-footer button {
  margin: 12px 0;
}
.main-form .input-group.file-input .file-overlay .file-popup .file-popup-footer button[disabled] {
  color: #a7aaad;
  background: #f6f7f7;
}
.main-form .input-group.file-input .file-overlay.open {
  display: flex;
}
.main-form .input-group.file-input .file-content {
  display: flex;
  flex-direction: column;
}
.main-form .input-group.file-input .file-content .fake-placeholder {
  font-weight: 700;
  margin-bottom: 20px;
}
.main-form .input-group.file-input .file-content .with-out-styles {
  background: transparent;
  font-size: 16px;
  color: #000;
  border-radius: 0;
  padding: 0;
  text-transform: capitalize;
  cursor: pointer;
}
.main-form .input-group.file-input .file-content.hide {
  display: none;
}
.main-form .input-group.file-input .file-content i {
  margin-top: 5px;
}
.main-form .input-group.checkbox {
  padding-top: 24px;
  max-width: 100%;
}
.main-form .input-group.checkbox label {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.main-form .input-group.checkbox label input {
  opacity: 0;
}
.main-form .input-group.checkbox label input:checked ~ span:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  left: -7px;
  top: 9px;
  transform: rotate(-47deg);
}
.main-form .input-group.checkbox label span {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
.main-form .input-group.checkbox label span:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 3px;
  position: absolute;
  left: -13px;
  top: 4px;
  background: #fff;
}
.main-form .input-group.checkbox label a {
  color: #000;
}
.main-form .main-form-btn {
  padding-top: 87px;
  text-align: center;
}
.main-form .main-form-btn button {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 28px;
  background: #FACF28;
  border-radius: 8px;
  padding: 16px 64px;
  border: 0;
  outline: 0;
}

/* COMMITMENT FORM END */
/* PANEL START */
/* PROFILE HERO START */
.profile-hero {
  padding-top: 100px;
  background: #F1F3F4;
}
.profile-hero .profile-hero-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-hero .profile-hero-content .text {
  max-width: 696px;
}
.profile-hero .profile-hero-content .text h1 {
  color: #125B60;
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
  letter-spacing: -1.875px;
  margin: 0;
}
.profile-hero .profile-hero-content .avatar {
  position: relative;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper {
  width: 222px;
  height: 222px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  border-radius: 50%;
  height: 100%;
  user-select: none;
  object-fit: cover;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper img:focus {
  outline: 0;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper .avatar-btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #FACF28;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.profile-hero .profile-hero-content .avatar .avatar-wrapper .avatar-btn svg {
  margin-top: 2px;
  margin-left: 4px;
  user-select: none;
}
.profile-hero .profile-hero-content .avatar .profile-photo {
  display: none;
}
.profile-hero .profile-hero-content .full-width-text {
  margin-top: 16px;
}
.profile-hero .profile-hero-content .full-width-text p {
  color: #125B60;
  font-size: 24px;
  line-height: 32px;
}

/* PROFILE HERO END */
/* PROFILE LINKS START */
.profile-links {
  background: #F1F3F4;
  padding-top: 48px;
}
.profile-links .profile-links-content h2 {
  color: #125B60;
  letter-spacing: -1.875px;
  font-size: 48px;
  line-height: 78px;
}
.profile-links .profile-links-content .profile-links-wrapper {
  padding-top: 24px;
}
.profile-links .profile-links-content .profile-links-wrapper > p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: -16px;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 48px;
  margin-top: 32px;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row .profile-links-item {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row .profile-links-item a {
  color: #000;
  text-decoration: none;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row .profile-links-item a h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
  margin-top: 0;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row .profile-links-item a span {
  font-size: 16px;
  line-height: 22px;
}
.profile-links .profile-links-content .profile-links-wrapper .profile-links-row:last-of-type .profile-links-item {
  margin-bottom: 0;
}
.profile-links .profile-links-content .profile-links-wrapper.non-active .profile-links-item {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}

/* PROFILE LINKS END */
/* PROFILE PROGRESSION START */
.profile-progression {
  background: #F1F3F4;
  padding-top: 72px;
}
.profile-progression .profile-progression-content h2 {
  font-size: 48px;
  line-height: 78px;
  color: #125B60;
  letter-spacing: -1.875px;
  margin-bottom: 24px;
}
.profile-progression .profile-progression-content > p {
  font-size: 24px;
  line-height: 32px;
}
.profile-progression .profile-progression-content .profile-progression-item {
  margin-top: 24px;
  padding: 24px 40px 32px 24px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header {
  display: flex;
  align-items: center;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header h4 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header .progression-bar-wrapper {
  max-width: 299px;
  height: 16px;
  width: 100%;
  background: #DCE5D7;
  border-radius: 8px;
  margin-right: 14px;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header .progression-bar-wrapper .progression-bar {
  height: 100%;
  border-radius: 8px;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header .progression-bar-wrapper .progression-bar.green {
  width: 75%;
  background: #298187;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-header .progression-bar-wrapper .progression-bar.yellow {
  width: 10%;
  background: #FACF28;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-content {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-content .progression-item-link a {
  color: #125B60;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
.profile-progression .profile-progression-content .profile-progression-item .progression-item-content .progression-item-text p {
  font-size: 20px;
  line-height: 20px;
}
.profile-progression .profile-progression-content .profile-progression-item.with-out-bar .progression-item-content {
  justify-content: flex-end;
}

/* PROFILE PROGRESSION END */
/* PROFILE BLOG START */
.profile-blog {
  background: #F1F3F4;
  padding-top: 48px;
}
.profile-blog .profile-blog-content h2 {
  font-size: 48px;
  line-height: 78px;
  color: #125B60;
  letter-spacing: -1.875px;
}
.profile-blog .profile-blog-content > p {
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0;
}
.profile-blog .profile-blog-content .profile-blog-wrapper {
  display: flex;
  margin: 0 -5px;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item {
  width: 33.333%;
  padding: 0 5px 22px;
  min-height: 100%;
  position: relative;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img {
  padding: 0 15px;
  margin-bottom: 16px;
  max-height: 201px;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-text {
  margin-bottom: 25px;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-text h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-text p {
  font-size: 16px;
  line-height: 22px;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-link {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-link a {
  font-size: 16px;
  line-height: 22px;
  color: #125B60;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}
.profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-content .profile-blog-link a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #125B60;
  border-top: 2px solid #125B60;
  position: absolute;
  bottom: 3px;
  right: -18px;
  transform: rotateZ(135deg);
}
.profile-blog .profile-blog-content .profile-blog-view-more {
  margin-top: 25px;
}
.profile-blog .profile-blog-content .profile-blog-view-more a {
  font-size: 24px;
  line-height: 34px;
  color: #125B60;
  text-decoration: none;
  font-weight: 700;
}

/* PROFILE BLOG END */
/* USER PROFILE START */
.user-profile {
  background: #F1F3F4;
  padding-top: 107px;
}
.user-profile .user-profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 95px;
}
.user-profile .user-profile-header h1 {
  font-size: 60px;
  line-height: 78px;
  letter-spacing: -1.875px;
  color: #125B60;
}
.user-profile .user-profile-header .avatar {
  position: relative;
}
.user-profile .user-profile-header .avatar .avatar-wrapper {
  width: 222px;
  height: 222px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-profile .user-profile-header .avatar .avatar-wrapper img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 50%;
  user-select: none;
  object-fit: cover;
}
.user-profile .user-profile-header .avatar .avatar-wrapper img:focus {
  outline: 0;
}
.user-profile .user-profile-header .avatar .avatar-wrapper .avatar-btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #FACF28;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.user-profile .user-profile-header .avatar .avatar-wrapper .avatar-btn svg {
  margin-top: 2px;
  margin-left: 4px;
  user-select: none;
}
.user-profile .user-profile-header .avatar .input-group {
  display: none;
}
.user-profile .user-profile-header .avatar .profile-photo {
  display: none;
}
.user-profile .form-accordion {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  margin-top: 48px;
}
.user-profile .form-accordion h2 {
  font-size: 48px;
  line-height: 50px;
  color: #125B60;
  letter-spacing: -1.875px;
  position: relative;
}
.user-profile .form-accordion h2:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  top: 50%;
  right: 0px;
  position: absolute;
  transform: translateY(-50%) rotate(225deg);
  transition: all 0.3s ease;
}
.user-profile .form-accordion .input-group label input, .user-profile .form-accordion .input-group label select, .user-profile .form-accordion .input-group label .fake-select, .user-profile .form-accordion .input-group label .select-wrapper {
  background: #F0F0F0;
  color: #6A6A66;
}
.user-profile .form-accordion .input-group label input .option-wrapper::-webkit-scrollbar-track, .user-profile .form-accordion .input-group label select .option-wrapper::-webkit-scrollbar-track, .user-profile .form-accordion .input-group label .fake-select .option-wrapper::-webkit-scrollbar-track, .user-profile .form-accordion .input-group label .select-wrapper .option-wrapper::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.user-profile .form-accordion .input-group label i {
  font-size: 14px;
  line-height: 14px;
  margin: 4px 0;
}
.user-profile .form-accordion .main-form-btn {
  padding-top: 42px;
}
.user-profile .form-accordion .accordion-content {
  max-height: 0px;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease;
}
.user-profile .form-accordion.open h2:before {
  transform: translateY(-50%) rotate(45deg);
}
.user-profile .form-accordion.open .accordion-content {
  padding-top: 32px;
  max-height: 2000px;
}

/* USER PROFILE END */
@media (max-width: 1100px) {
  /* HEADER START */
  header {
    z-index: 9;
  }
  header.move {
    z-index: 9;
  }
  header .header-wrapper {
    position: relative;
    justify-content: space-between;
  }
  body.home header .header-wrapper .header-main-menu{
    background: #125B60;
  }
  header .header-wrapper .header-main-menu {
    position: absolute;
    top: 61px;
    left: calc(-100% + 16px);
    width: 100%;
    max-width: 450px;
    flex-direction: column;
    height: 100vh;
    background: #298187;
    justify-content: normal;
    padding: 0 16px;
    transition: all 0.2s ease;
  }
  header .header-wrapper .header-main-menu.open {
    left: -16px;
  }
  header .header-wrapper .header-main-menu .header-child-part {
    flex-direction: column;
  }
  header .header-wrapper .header-main-menu .header-child-part nav {
    align-self: start;
  }
  header .header-wrapper .header-main-menu .header-child-part nav ul {
    flex-direction: column;
  }
  header .header-wrapper .header-main-menu .header-child-part nav ul li {
    margin-bottom: 20px;
  }
  header .header-wrapper .header-main-menu .header-child-part nav ul li a {
    font-size: 14px;
  }
  header .header-wrapper .header-main-menu .header-child-part nav ul li.has-child a:after {
    right: -20px;
    width: 5px;
    height: 5px;
  }
  header .header-wrapper .header-main-menu .header-child-part nav ul li.has-child a:before {
    font-size: 14px;
    top: -4px;
    content: none;
  }
  header .header-wrapper .header-main-menu .header-child-part.right-part > * {
    align-self: start;
  }
  header .header-wrapper .header-main-menu .header-child-part.right-part .header-log-in {
    margin-bottom: 20px;
  }
  header .header-wrapper .header-main-menu .header-child-part.right-part .header-log-in a {
    font-size: 14px;
  }
  header .header-wrapper .header-main-menu .header-child-part.right-part .header-get-started a {
    font-size: 14px;
  }
  header .header-wrapper .header-main-menu .header-child-part.left-part {
    margin-bottom: 100px;
  }
  body.home header .header-wrapper .header-mega-menu{
    background: #125B60;
  }
  header .header-wrapper .header-mega-menu {
    top: 155px;
    max-width: 450px;
    left: -16px;
    padding-top: 45px;
  }
  header .header-wrapper .header-mega-menu .header-main-mega-menu{
    border-top: 2px solid #fff;
  }
  header .header-wrapper .header-mega-menu .header-main-mega-menu nav {
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }
  header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul {
    flex-direction: column;
  }
  header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li {
    margin-bottom: 20px;
  }
  header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li a{
    color: #fff;
  }
  header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li ul li {
    margin-bottom: 0;
  }
  header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li ul li a{
    color: #fff;
  }
  header .header-wrapper .header-mega-menu .header-main-mega-menu nav ul li:last-of-type:before {
    content: none;
  }
  header .header-wrapper .header-mega-menu .close-btn {
    top: 4px;
    right: 0;
  }
  header .header-wrapper .header-burger-menu {
    display: block;
  }

  .hero-section.commitment .hero-wrapper {
    flex-direction: column;
  }
  .hero-section.commitment .hero-wrapper .hero-img {
    left: 0;
    text-align: center;
    max-width: 500px;
    margin: 0 auto -58px;
  }
  .hero-section.commitment .hero-wrapper .hero-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .profile-hero .profile-hero-content {
    flex-direction: column;
  }
  .profile-hero .profile-hero-content .text {
    max-width: 100%;
  }
  .profile-hero .profile-hero-content .text h1 {
    font-size: 50px;
    line-height: 68px;
  }
  .profile-hero .profile-hero-content .avatar {
    max-width: 222px;
    margin: 20px auto;
  }

  .profile-links .profile-links-content h2 {
    font-size: 38px;
    line-height: 68px;
  }

  .profile-progression {
    padding-top: 48px;
  }
  .profile-progression .profile-progression-content h2 {
    font-size: 38px;
    line-height: 68px;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-header {
    flex-direction: column-reverse;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-header h4 {
    margin-bottom: 24px;
    text-align: center;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-content {
    flex-direction: column;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-content .progression-item-text p {
    margin-bottom: 24px;
  }
  .profile-progression .profile-progression-content .profile-progression-item .progression-item-content .progression-item-link {
    align-self: center;
  }

  .profile-blog .profile-blog-content h2 {
    font-size: 38px;
    line-height: 68px;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img {
    max-height: 227px;
  }

  .user-profile .user-profile-content .user-profile-header {
    flex-direction: column;
  }
  .user-profile .user-profile-content .user-profile-header .name {
    margin-bottom: 20px;
  }
  .user-profile .user-profile-content .user-profile-header .name h1 {
    font-size: 50px;
    line-height: 68px;
  }
  .user-profile .form-accordion h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .profile-links .profile-links-content h2 {
    line-height: 45px;
  }
  .profile-links .profile-links-content .profile-links-wrapper .profile-links-row {
    grid-column-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
  }

  .profile-progression .profile-progression-content h2 {
    line-height: 45px;
  }

  .profile-blog .profile-blog-content h2 {
    line-height: 45px;
  }

  .user-profile {
    padding-top: 48px;
  }
  .user-profile .form-accordion {
    padding: 24px 16px;
    margin-top: 32px;
  }
  .user-profile .user-profile-header {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .hero-section.commitment .hero-wrapper .hero-text h1 {
    font-size: 55px;
    line-height: 68px;
    margin-bottom: 43px;
  }
  .hero-section.commitment .hero-wrapper .hero-text h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-section.commitment {
    padding-top: 95px;
  }

  header .header-wrapper .header-main-menu {
    left: -110%;
  }

  .white-block {
    padding: 15px 15px 25px;
  }
  .white-block .text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .white-block .text p:last-of-type {
    margin-bottom: 38px;
  }
  .white-block .text ul {
    margin-bottom: 28px;
  }
  .white-block .text ul li {
    font-size: 20px;
    line-height: 28px;
  }

  .main-form .form-part {
    padding-top: 28px;
  }
  .main-form .form-part h2 {
    font-size: 38px;
    line-height: 58px;
  }

  .profile-links .profile-links-content .profile-links-wrapper .profile-links-row {
    grid-column-gap: 24px;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
  }

  .profile-hero {
    padding-top: 48px;
  }
  .profile-hero .profile-hero-content .text h1 {
    font-size: 40px;
    line-height: 58px;
  }
  .profile-hero .profile-hero-content .avatar .avatar-wrapper {
    width: 162px;
    height: 162px;
  }
  .profile-hero .profile-hero-content .avatar .avatar-wrapper .avatar-btn {
    bottom: 0;
  }

  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item {
    width: 100%;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img {
    max-height: 337px;
  }
  .profile-blog .profile-blog-content .profile-blog-wrapper .profile-blog-item .profile-blog-img img {
    max-height: 200px;
  }

  .user-profile .user-profile-content .user-profile-header .name h1 {
    font-size: 40px;
    line-height: 58px;
  }
  .user-profile .user-profile-content .user-profile-header .avatar .avatar-wrapper {
    width: 162px;
    height: 162px;
  }
  .user-profile .user-profile-content .user-profile-header .avatar .avatar-wrapper .avatar-btn {
    bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
