@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html.scroll-disable,
body.scroll-disable {
  overflow-y: hidden;
}

label {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:focus,
a:active,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  margin: 0;
}

body {
  font: 400 16px/25px "Poppins", sans-serif;
  color: #262F33;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.global_wr {
  padding-top: 160px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .global_wr {
    padding-top: 120px;
  }
}

h1 {
  font: 800 46px/60px "Poppins", sans-serif;
  margin: 0;
  color: #146FA0;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 565px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font: 800 34px/44px "Poppins", sans-serif;
  color: #146FA0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 565px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  font: 700 20px/32px "Poppins", sans-serif;
  color: #146FA0;
}

h4 {
  font: 700 18px/24px "Poppins", sans-serif;
  color: #146FA0;
}

h5 {
  font: 700 16px/20px "Poppins", sans-serif;
  color: #146FA0;
}

.main_heading, .blog-page-single .content h1 {
  font: 800 40px/48px "Poppins", sans-serif;
  color: #146FA0;
}
@media screen and (max-width: 991px) {
  .main_heading, .blog-page-single .content h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

.second_heading, .info-page h3 {
  font: 600 20px/32px "Poppins", sans-serif;
}
@media screen and (max-width: 400px) {
  .second_heading, .info-page h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.text-center {
  text-align: center;
}

.btn_center {
  text-align: center;
}

.main_btn, .border_btn, .border_btn2, .second_btn, .coaching-solutions .solution a, .third_btn {
  background: #8CB42A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font: 700 16px "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 17px 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-flex;
  border: 2px solid transparent;
}
@media screen and (max-width: 1199px) {
  .main_btn, .border_btn, .border_btn2, .second_btn, .coaching-solutions .solution a, .third_btn {
    padding: 17px 40px;
  }
}
@media screen and (max-width: 991px) {
  .main_btn, .border_btn, .border_btn2, .second_btn, .coaching-solutions .solution a, .third_btn {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 400px) {
  .main_btn, .border_btn, .border_btn2, .second_btn, .coaching-solutions .solution a, .third_btn {
    font-size: 14px;
  }
}
.main_btn:hover, .border_btn:hover, .border_btn2:hover, .second_btn:hover, .coaching-solutions .solution a:hover, .third_btn:hover {
  background: #507800;
}

.second_btn, .coaching-solutions .solution a, .third_btn {
  align-items: center;
  justify-content: center;
  background: #EEF4DF;
  color: #8CB42A;
}
.second_btn:hover, .coaching-solutions .solution a:hover, .third_btn:hover {
  background: #e9eede;
}
.second_btn img, .coaching-solutions .solution a img, .third_btn img {
  max-width: 24px;
  margin-right: 9px;
}

.third_btn {
  padding: 17px 24px;
  color: #146FA0;
  background: #E7F1FE;
  border-color: #E7F1FE;
}
@media screen and (max-width: 991px) {
  .third_btn {
    padding: 12px 8px;
  }
}
.third_btn:hover {
  background: #D0E0F6;
  border-color: #D0E0F6;
}

.border_btn, .border_btn2 {
  background: transparent;
  color: #8CB42A;
  border: 2px solid #8CB42A;
  padding: 17px 50px;
}
@media screen and (max-width: 1199px) {
  .border_btn, .border_btn2 {
    padding: 17px 30px;
  }
}
@media screen and (max-width: 991px) {
  .border_btn, .border_btn2 {
    padding: 12px 30px !important;
  }
}
.border_btn:hover, .border_btn2:hover {
  background: #8CB42A;
  color: #fff;
}

.border_btn2 {
  border-color: #146FA0;
  color: #146FA0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.border_btn2:hover {
  background: #146FA0;
}

.inline_btns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 565px) {
  .inline_btns {
    display: block;
  }
}
.inline_btns a:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 565px) {
  .inline_btns a:first-child {
    margin: 0 0 16px;
  }
}

.play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  box-shadow: 0 14px 29px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .play {
    width: 65px;
    height: 65px;
  }
}
.play img {
  max-width: 16px;
}

.custom_ul li {
  padding: 8px 0 8px 22px;
  position: relative;
}
.custom_ul li:before {
  content: "";
  background: #8CB42A;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.subheading {
  margin-top: 16px;
}

.arrow_wr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.arrow_wr .arrow_round {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.main_info .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .main_info .container {
    flex-direction: column;
  }
}
.main_info_text {
  flex-basis: 38%;
}
@media screen and (max-width: 1199px) {
  .main_info_text {
    flex-basis: 42%;
  }
}
.main_info_image {
  flex-basis: 53%;
}
@media screen and (max-width: 991px) {
  .main_info_image {
    margin-top: 30px;
  }
}

.inline_blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .inline_blocks {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.inline_blocks .image, .inline_blocks .description {
  flex-basis: 48.5%;
}
@media screen and (max-width: 991px) {
  .inline_blocks .image, .inline_blocks .description {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 991px) {
  .inline_blocks .image {
    order: 1;
    margin-bottom: 20px;
  }
  .inline_blocks .image img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .inline_blocks .description {
    order: 2;
  }
}
.inline_blocks .description h3 {
  margin: 0 0 8px;
  font-weight: 600;
}
.inline_blocks .description .text p:first-child {
  padding-top: 0;
}
.inline_blocks .description .text a {
  color: #146FA0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .thank_you {
    margin-top: -45px;
  }
}
.thank_you img {
  margin-top: 30px;
  max-width: 160px;
}

.contact_form {
  border: 1px solid #E4E4E4;
  box-shadow: 0 23px 47px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 36px 40px;
  background: #fff;
  color: #262F33;
  max-width: 557px;
}
@media screen and (max-width: 565px) {
  .contact_form {
    padding: 30px 20px;
  }
}
.contact_form .second_heading, .contact_form .info-page h3, .info-page .contact_form h3 {
  color: #262F33;
}
.contact_form .wpcf7-list-item {
  margin: 0;
}
.contact_form input[type=text], .contact_form input[type=email] {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  margin-top: 20px;
  padding: 0 24px;
  font: 400 16px "Poppins", sans-serif;
  color: #262F33;
  border: 1px solid #C0C7CC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 565px) {
  .contact_form input[type=text], .contact_form input[type=email] {
    height: 50px;
    font-size: 14px;
  }
}
.contact_form input[type=text]:focus, .contact_form input[type=email]:focus {
  border-color: #146FA0;
}
.contact_form .wpcf7-not-valid {
  border-color: red !important;
}
.contact_form .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  margin-top: 15px;
  left: 0;
  font-size: 10px;
}
.contact_form .wpcf7-response-output {
  margin: 15px 0 0 !important;
}
.contact_form .radio_wr {
  margin-top: 9px;
}
.contact_form .radio_wr p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 565px) {
  .contact_form .radio_wr p {
    flex-direction: column;
  }
}
@media screen and (max-width: 565px) {
  .contact_form .radio_wr br {
    display: none;
  }
}
.contact_form .radio_wr .wpcf7-form-control-wrap {
  flex-basis: 47%;
  margin-top: 16px;
}
@media screen and (max-width: 565px) {
  .contact_form .radio_wr .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
}
.contact_form .radio_wr input {
  margin: 4px 8px 0 0;
  width: 18px;
}
.contact_form .radio_wr .wpcf7-list-item {
  font-size: 13px;
  line-height: 18px;
}
.contact_form .radio_wr .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.contact_form .radio_wr .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
}
.contact_form .main_btn, .contact_form .second_btn, .contact_form .coaching-solutions .solution a, .coaching-solutions .solution .contact_form a, .contact_form .third_btn, .contact_form .border_btn, .contact_form .border_btn2 {
  border: none;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}
.contact_form .wpcf7-spinner {
  display: none;
}
.contact_form .wpcf7-response-output {
  margin: 0;
}

.text p {
  padding-top: 16px;
}
.text p strong {
  font-weight: 700;
  color: #146FA0;
  text-transform: uppercase;
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 101;
}
.popup .contact_form {
  padding-top: 56px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .popup .contact_form {
    max-width: 100%;
    min-width: 95vw;
  }
}
@media screen and (max-width: 565px) {
  .popup .contact_form {
    overflow-y: auto;
    height: 100vh;
    min-width: 100vw;
  }
}
.popup .close {
  position: absolute;
  top: 21px;
  right: 21px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup .close:hover {
  opacity: 0.8;
}

select, input[type=text], input[type=email] {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  margin-top: 20px;
  padding: 0 24px;
  font: 400 16px "Poppins", sans-serif;
  color: #262F33;
  border: 1px solid #C0C7CC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
select:focus, input[type=text]:focus, input[type=email]:focus {
  border-color: #146FA0;
}
select::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #262F33;
}
select:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #262F33;
}
select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #262F33;
}
select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #262F33;
}

.not-found {
  text-align: center;
  min-height: 50vh;
  padding-top: 100px;
}
.not-found h1 {
  margin-bottom: 32px;
}

blockquote {
  margin: 32px 0 0 0;
  border-left: 2px solid #8CB42A;
  padding-left: 20px;
  font-style: italic;
}
blockquote p {
  padding: 0 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/arrow_down.svg") no-repeat right 24px center;
  background-size: 16px;
}

.donation_section {
  padding-top: 95px;
}
@media screen and (max-width: 565px) {
  .donation_section {
    padding-top: 60px;
  }
}
.donation_section .text p:first-child {
  padding-top: 0;
}
.donation_section .text a {
  color: #262F33;
  font-weight: 700;
}

.contact-us {
  background: #146FA0;
  padding: 88px 135px;
  margin: 0 30px;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 1439px) {
  .contact-us {
    padding: 88px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-us {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 565px) {
  .contact-us {
    margin: 0;
    padding: 20px 5px;
  }
}
.contact-us .main_heading, .contact-us .blog-page-single .content h1, .blog-page-single .content .contact-us h1 {
  color: #fff;
  max-width: 890px;
}
.contact-us .contact_wr {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .contact-us .contact_wr {
    display: block;
  }
}
.contact-us .contact_wr .contact_left {
  flex-basis: 39%;
}
.contact-us .contact_wr .contact_left p {
  margin-top: 34px;
}
.contact-us .contact_wr .contact_left .custom_ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 18px 15px 18px 22px;
}
.contact-us .contact_wr .contact_left .custom_ul li a {
  color: inherit;
}
.contact-us .contact_wr .contact_left .custom_ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1199px) {
  .contact-us .contact_form {
    max-width: 100%;
    margin-top: 30px;
  }
}

.coaching-benefits-block, .coaching-resources-block {
  padding: 64px 0;
  background: #F3FAFE;
}
@media screen and (max-width: 565px) {
  .coaching-benefits-block, .coaching-resources-block {
    padding: 60px 0;
  }
}
.coaching-benefits-block h3, .coaching-resources-block h3 {
  margin: 0 0 16px 0;
}
.coaching-benefits-block p + p, .coaching-resources-block p + p {
  margin-top: 40px;
  padding-top: 0;
}
@media screen and (max-width: 565px) {
  .coaching-benefits-block p + p, .coaching-resources-block p + p {
    margin-top: 20px;
  }
}
.coaching-benefits-block .wrapper, .coaching-resources-block .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 348px);
  justify-content: space-between;
  grid-gap: 24px;
  padding: 6px 0 40px;
  margin: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .coaching-benefits-block .wrapper, .coaching-resources-block .wrapper {
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .coaching-benefits-block .wrapper, .coaching-resources-block .wrapper {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 565px) {
  .coaching-benefits-block .wrapper, .coaching-resources-block .wrapper {
    grid-gap: 12px;
  }
}
.coaching-benefits-block .wrapper > *, .coaching-resources-block .wrapper > * {
  position: relative;
  display: flex;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 14px 23px 14px 40px;
  border: 1px solid #E4E4E4;
  align-items: center;
}
.coaching-benefits-block .wrapper > *:before, .coaching-resources-block .wrapper > *:before {
  content: "";
  position: absolute;
  background-color: #146FA0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.coaching-benefits-block .buttons-container, .coaching-resources-block .buttons-container {
  margin-top: 32px;
}
.coaching-benefits-block .buttons-container .second_btn, .coaching-benefits-block .buttons-container .coaching-solutions .solution a, .coaching-solutions .solution .coaching-benefits-block .buttons-container a, .coaching-resources-block .buttons-container .second_btn, .coaching-resources-block .buttons-container .coaching-solutions .solution a, .coaching-solutions .solution .coaching-resources-block .buttons-container a, .coaching-benefits-block .buttons-container .third_btn, .coaching-resources-block .buttons-container .third_btn {
  display: inline-block;
}
.coaching-benefits-block .buttons-container a + a, .coaching-resources-block .buttons-container a + a {
  margin-left: 8px;
}

.coaching-resources-block {
  padding: 80px 0;
  background: #146FA0;
  color: #fff;
}
@media screen and (max-width: 565px) {
  .coaching-resources-block {
    padding: 60px 0;
  }
}
.coaching-resources-block h2 {
  font-size: 46px;
  font-weight: 800;
  line-height: 60px;
  color: inherit;
  max-width: 1010px;
  margin: 0 0 8px;
}
@media screen and (max-width: 991px) {
  .coaching-resources-block h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 565px) {
  .coaching-resources-block h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.coaching-resources-block img {
  margin-top: 18px;
}
.coaching-resources-block .wrapper {
  margin: 34px 0 0 0;
  border: none;
  overflow: hidden;
}
.coaching-resources-block .wrapper > * {
  background-color: inherit;
  border: none;
  padding: 0 0 24px 30px;
  align-items: baseline;
}
.coaching-resources-block .wrapper > *:before {
  background-color: #8CB42A;
  top: 12px;
  left: 13px;
}
.coaching-resources-block .wrapper > *:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  border-top: 1px solid #94BED4;
}

.coaching-solutions h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .coaching-solutions h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 565px) {
  .coaching-solutions h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.coaching-solutions .solution {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .coaching-solutions .solution {
    display: block;
  }
}
.coaching-solutions .solution a {
  max-width: 365px;
  padding-left: 43px;
  position: relative;
  justify-content: space-between;
  margin: 16px 0 32px;
}
@media screen and (max-width: 991px) {
  .coaching-solutions .solution a {
    margin: 16px 0;
  }
}
.coaching-solutions .solution a:after {
  content: "";
  position: absolute;
  background-color: #8CB42A;
  mask: url("../images/icons/arrow_right.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icons/arrow_right.svg") no-repeat center/contain;
  width: 18px;
  height: 18px;
  right: 38px;
}
@media screen and (max-width: 991px) {
  .coaching-solutions .solution a:after {
    right: 20px;
  }
}
.coaching-solutions .solution_img {
  flex: 0 0 49%;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .coaching-solutions .solution_img {
    margin: 0 0 30px;
  }
}
.coaching-solutions .solution_text p + p {
  margin-top: 24px;
}
.coaching-solutions .request-a-call {
  margin-top: 48px;
  background-color: #F3FAFE;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 18px 0 16px;
}
@media screen and (max-width: 565px) {
  .coaching-solutions .request-a-call {
    flex-wrap: wrap;
  }
}
.coaching-solutions .request-a-call a {
  color: #146FA0;
  position: relative;
  padding-right: 26px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (max-width: 565px) {
  .coaching-solutions .request-a-call a {
    margin: 0;
  }
}
.coaching-solutions .request-a-call a:after {
  content: "";
  position: absolute;
  background-color: #146FA0;
  mask: url("../images/icons/arrow_right.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icons/arrow_right.svg") no-repeat center/contain;
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.thank-you {
  padding: 60px 40px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E4E4E4;
  background-color: #fff;
  z-index: 101;
}
.thank-you p {
  font-size: 31px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.thank-you > div {
  background: #F3FAFE url("../images/icons/heart.svg") no-repeat center center;
  border-radius: 50%;
  width: 213px;
  height: 213px;
  margin-bottom: 32px;
}
.thank-you .main_btn, .thank-you .second_btn, .thank-you .third_btn, .thank-you .border_btn, .thank-you .border_btn2, .thank-you .coaching-solutions .solution a, .coaching-solutions .solution .thank-you a {
  margin-top: 37px;
  min-width: 477px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .thank-you .main_btn, .thank-you .second_btn, .thank-you .third_btn, .thank-you .border_btn, .thank-you .border_btn2, .thank-you .coaching-solutions .solution a, .coaching-solutions .solution .thank-you a {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .thank-you {
    width: 90%;
  }
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  position: relative;
  padding-right: 25px;
}
.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: 0;
  background: url("../images/icons/menu-arrow.svg") no-repeat center center;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
  transition: transform 0.3s ease;
}
.menu-item-has-children:hover .sub-menu {
  visibility: visible;
}
.menu-item-has-children:hover > a:before {
  transform: translateY(-50%) rotateZ(0deg);
}
.menu-item-has-children .sub-menu {
  background-color: #fff;
  position: absolute;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: -16px;
  padding-top: 12px;
  box-shadow: 0 7px 12px rgba(156, 156, 156, 0.1);
}
.menu-item-has-children .sub-menu li {
  margin: 0;
  padding: 6px 16px;
  min-width: 227px;
}
.menu-item-has-children .sub-menu li a {
  white-space: nowrap;
}

.video {
  display: inline-flex;
  position: relative;
}
.video video {
  max-width: 100%;
}
.video .play {
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

.buy_now {
  display: none !important;
}

.header {
  padding: 25px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 15px 25px;
  }
}
.header.fixed_header {
  box-shadow: 0 23px 47px rgba(0, 0, 0, 0.09);
}
.header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .header ul {
    display: none;
  }
}
.header ul li {
  margin-left: 24px;
}
@media screen and (max-width: 1439px) {
  .header ul li {
    margin-left: 15px;
  }
}
.header ul li:first-child {
  margin-left: 0;
}
.header .main_btn, .header .second_btn, .header .third_btn, .header .border_btn, .header .border_btn2, .header .coaching-solutions .solution a, .coaching-solutions .solution .header a {
  padding: 9px 24.5px;
}
@media screen and (max-width: 1199px) {
  .header .main_btn, .header .second_btn, .header .third_btn, .header .border_btn, .header .border_btn2, .header .coaching-solutions .solution a, .coaching-solutions .solution .header a {
    display: none;
  }
}
.header .logo {
  max-width: 144px;
}
.header .burger {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header .burger {
    display: block;
    cursor: pointer;
  }
  .header .burger span {
    width: 20px;
    height: 3px;
    display: block;
    background: black;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  .header .burger span:nth-child(2) {
    margin: 3px 0;
  }
}
.header .burger.burger-opened {
  transform: translate(-50%, -50%) rotatey(180deg);
  margin-right: -10px;
}
.header .burger.burger-opened span {
  transform: rotatey(180deg) rotatex(360deg);
}
.header .burger.burger-opened span:first-child {
  margin-top: 0;
  transform: rotate(45deg);
}
.header .burger.burger-opened span:nth-child(2) {
  opacity: 0;
}
.header .burger.burger-opened span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -12px;
}

.mobile_menu {
  display: none;
  position: fixed;
  top: 99px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  padding-bottom: 32px;
}
@media screen and (min-width: 1199px) {
  .mobile_menu {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .mobile_menu {
    top: 79px;
  }
}
.mobile_menu ul {
  text-align: center;
}
.mobile_menu ul li {
  margin: 12px 0;
}
.mobile_menu .main_btn, .mobile_menu .second_btn, .mobile_menu .third_btn, .mobile_menu .border_btn, .mobile_menu .border_btn2, .mobile_menu .coaching-solutions .solution a, .coaching-solutions .solution .mobile_menu a {
  padding: 9px 24px;
  margin: 40px auto 0;
}

.header ul li a, .mobile_menu ul li a {
  color: #262F33;
  font: 400 16px "Poppins", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1439px) {
  .header ul li a, .mobile_menu ul li a {
    font-size: 14px;
  }
}
.header ul li a:hover, .mobile_menu ul li a:hover {
  color: #146FA0;
}
.header ul li.active a, .mobile_menu ul li.active a {
  color: #146FA0;
  text-decoration: underline;
}
.header ul li.active .sub-menu a, .mobile_menu ul li.active .sub-menu a {
  text-decoration: none;
  color: #262F33;
}

.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 0;
}
@media screen and (max-width: 991px) {
  .footer_top {
    display: block;
  }
}
@media screen and (max-width: 565px) {
  .footer_top {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer_top .logo {
    margin: 0 auto 25px;
  }
}
.footer_top .social {
  color: #777;
  font: 800 20px/32px "Poppins", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer_top .social {
    justify-content: center;
  }
}
@media screen and (max-width: 565px) {
  .footer_top .social span {
    display: none;
  }
}
.footer_top .social a {
  margin-left: 25px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_top .social a:hover {
  opacity: 0.8;
}
.footer_bottom {
  border-top: 1px solid #EFEFEF;
  padding: 30px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 565px) {
  .footer_bottom {
    flex-direction: column;
    padding: 20px 0 40px;
  }
}
.footer_bottom ul {
  display: flex;
  align-items: center;
}
.footer_bottom ul li {
  margin-left: 60px;
}
@media screen and (max-width: 991px) {
  .footer_bottom ul li {
    margin-left: 25px;
  }
}
.footer_bottom ul li:first-child {
  margin-left: 0;
}
.footer_bottom ul li a {
  color: #262F33;
  font: 400 16px "Poppins", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_bottom ul li a:hover {
  color: #146FA0;
}

.home-page_banner {
  padding-bottom: 53px;
  background: #fff;
}
.home-page_banner .container {
  position: relative;
}
.home-page_banner .info {
  max-width: 540px;
}
.home-page_banner .info h2 {
  margin: 16px 0 24px;
  font: 400 16px/25px "Poppins", sans-serif;
  max-width: 450px;
  color: #262F33;
}
.home-page_banner .video {
  position: absolute;
  right: 15px;
  bottom: -150px;
  max-width: 550px;
  box-shadow: 0 14px 29px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
  .home-page_banner .video {
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .home-page_banner .video {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .home-page_banner .video {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 30px;
    max-width: 100%;
  }
}
.home-page_about {
  background: #F3FAFE;
  padding: 195px 0 75px;
}
@media screen and (max-width: 991px) {
  .home-page_about {
    padding: 150px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .home-page_about {
    padding-top: 90px;
  }
}
.home-page_about .container {
  position: relative;
}
.home-page_about .container:before, .home-page_about .container:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.home-page_about .container:before {
  top: -48px;
  left: -48px;
  background: url("../images/dots_rect.png") center center no-repeat;
  width: 226px;
  height: 132px;
}
.home-page_about .container:after {
  bottom: -40px;
  right: -80px;
  background: url("../images/dots_circle.png") center center no-repeat;
  width: 181px;
  height: 181px;
}
.home-page_about_block {
  position: relative;
  background: #fff;
  padding: 56px 100px 56px 72px;
  border: 1px solid #E4E4E4;
  box-shadow: 0 9px 74px rgba(9, 28, 37, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .home-page_about_block {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .home-page_about_block {
    display: block;
  }
}
@media screen and (max-width: 565px) {
  .home-page_about_block {
    padding: 20px;
  }
}
.home-page_about_block_left {
  flex-basis: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-page_about_block_left .top_side {
  max-width: 440px;
}
.home-page_about_block_left .bottom_side {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .home-page_about_block_left .bottom_side {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .home-page_about_block_left .bottom_side {
    display: block;
    margin-top: 0;
  }
}
.home-page_about_block_left .bottom_side_block {
  padding: 0 24px;
  border-right: 1px solid #D3D3D3;
}
@media screen and (max-width: 1199px) {
  .home-page_about_block_left .bottom_side_block {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .home-page_about_block_left .bottom_side_block {
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #D3D3D3;
    text-align: center;
  }
}
.home-page_about_block_left .bottom_side_block:first-child {
  padding-left: 0;
}
.home-page_about_block_left .bottom_side_block:last-child {
  border: 0;
}
.home-page_about_block_left .bottom_side_block .title {
  font: 600 48px/57px "Poppins", sans-serif;
}
.home-page_about_block_left .bottom_side_block .title span {
  font: 600 36px "Poppins", sans-serif;
}
.home-page_about_block_left .bottom_side_block p {
  font: 500 12px/18px "Poppins", sans-serif;
  margin-top: 4px;
  min-width: 138px;
}
.home-page_about_block_right {
  flex-basis: 38%;
}
@media screen and (max-width: 991px) {
  .home-page_about_block_right .harvard {
    max-width: 300px;
    margin: 40px auto;
  }
}
.home-page_about_block_right p {
  font-size: 12px;
  line-height: 18px;
  margin: 22px 0 7px;
}
.home-page_about_block_right .date {
  font: 400 11px/16px "Poppins", sans-serif;
  opacity: 0.5;
}
.home-page_about_block_right .second_btn, .home-page_about_block_right .third_btn, .home-page_about_block_right .coaching-solutions .solution a, .coaching-solutions .solution .home-page_about_block_right a {
  margin-top: 21px;
}
.home-page_calculator {
  padding: 115px 0 90px;
}
@media screen and (max-width: 991px) {
  .home-page_calculator {
    padding: 90px 0;
  }
}
@media screen and (max-width: 565px) {
  .home-page_calculator {
    padding: 60px 0;
  }
}
.home-page_calculator .content {
  margin-top: 40px;
}
.home-page_tabs {
  padding: 115px 0 90px;
}
@media screen and (max-width: 991px) {
  .home-page_tabs {
    padding: 90px 0;
  }
}
@media screen and (max-width: 565px) {
  .home-page_tabs {
    padding: 60px 0;
  }
}
.home-page_tabs .main_heading, .home-page_tabs .blog-page-single .content h1, .blog-page-single .content .home-page_tabs h1 {
  max-width: 540px;
}
.home-page_tabs .subheading {
  max-width: 635px;
}
.home-page_tabs .tab_wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .home-page_tabs .tab_wrapper {
    display: block;
  }
}
.home-page_tabs .tab_wrapper .tab_wrapper_image {
  flex-basis: 43%;
}
@media screen and (max-width: 1199px) {
  .home-page_tabs .tab_wrapper .tab_wrapper_image {
    flex-basis: 46%;
  }
}
@media screen and (max-width: 991px) {
  .home-page_tabs .tab_wrapper .tab_wrapper_image {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 565px) {
  .home-page_tabs .tab_wrapper .tab_wrapper_image {
    max-width: 100%;
    height: 250px;
    overflow: hidden;
  }
}
.home-page_tabs .tab_wrapper .tab_wrapper_image img {
  display: none;
}
.home-page_tabs .tab_wrapper .tab_wrapper_image img:first-child {
  display: block;
}
.home-page_tabs .tab_wrapper .tab_wrapper_content {
  flex-basis: 50%;
}
.home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item {
  border-bottom: 1px solid #DDE4EE;
  padding: 18px;
}
@media screen and (max-width: 565px) {
  .home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item {
    padding: 18px 0;
  }
}
.home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item.opened {
  pointer-events: none;
}
.home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item.opened .tab_title:after {
  -ms-transform: rotate(180deg) translateY(-50%);
  /* IE 9 */
  -webkit-transform: rotate(180deg) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg) translateY(-50%);
}
.home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item:last-child {
  border-bottom: none;
}
.home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item .tab_title {
  display: flex;
  align-items: center;
  font: 600 20px/32px "Poppins", sans-serif;
  position: relative;
  cursor: pointer;
}
.home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item .tab_title:after {
  content: "";
  width: 21px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 23px;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: 50% 0;
  background: url("../images/icons/arrow_down.svg") center center no-repeat;
}
@media screen and (max-width: 565px) {
  .home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item .tab_title:after {
    right: 0;
  }
}
.home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item .tab_title img {
  max-width: 36px;
  margin-right: 16px;
}
.home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item .tab_content {
  padding: 3px 0 0 52px;
  display: none;
}
@media screen and (max-width: 565px) {
  .home-page_tabs .tab_wrapper .tab_wrapper_content .tab_item .tab_content {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-page_testimonials {
  padding-top: 105px;
}
@media screen and (max-width: 767px) {
  .home-page_testimonials {
    padding-top: 90px;
  }
}
@media screen and (max-width: 565px) {
  .home-page_testimonials {
    padding-top: 60px;
  }
}
.home-page_testimonials .slider {
  margin-top: 40px;
}
@media screen and (max-width: 565px) {
  .home-page_testimonials .slider {
    margin-top: 20px;
  }
}
.home-page_testimonials .slick-list {
  margin-right: -30px;
}
.home-page_testimonials .slick-track {
  display: flex !important;
}
.home-page_testimonials .slick-slide {
  background: #F3FAFE;
  padding: 27px 31px 53px;
  margin-right: 30px;
  height: inherit !important;
}
@media screen and (max-width: 991px) {
  .home-page_testimonials .slick-slide {
    margin-right: 20px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-page_testimonials .slick-slide {
    margin-right: 0;
  }
}
.home-page_testimonials .slick-slide img {
  max-width: 88px;
}
.home-page_testimonials .slick-slide .second_heading, .home-page_testimonials .slick-slide .info-page h3, .info-page .home-page_testimonials .slick-slide h3 {
  margin: 20px 0 10px;
}
.home-page_testimonials .slick-slide p {
  color: #707070;
}

.about-page_banner {
  padding-bottom: 92px;
  background: #fff;
}
.about-page_banner .container {
  position: relative;
}
.about-page_banner .info {
  max-width: 528px;
}
@media screen and (max-width: 1199px) {
  .about-page_banner .info {
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .about-page_banner .info {
    max-width: 100%;
  }
}
.about-page_banner .video {
  position: absolute;
  right: 15px;
  bottom: -150px;
  max-width: 500px;
  box-shadow: 0 14px 29px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
  .about-page_banner .video {
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .about-page_banner .video {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 30px;
    max-width: 100%;
  }
}
.about-page_banner .video:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 181px;
  height: 181px;
  background: url("../images/dots_circle.png") center center no-repeat;
  right: -82px;
  top: -75px;
}
.about-page_banner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2;
}
.about-page_banner .video video {
  z-index: 2;
  position: relative;
}
.about-page_banner .video .play {
  -ms-transform: translate(-50%, -58%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -58%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -58%);
  z-index: 3;
}
.about-page_ceo {
  padding: 135px 0 88px;
  background: #146FA0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .about-page_ceo {
    padding-top: 90px;
  }
}
@media screen and (max-width: 565px) {
  .about-page_ceo {
    padding: 60px 0;
  }
}
.about-page_ceo_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .about-page_ceo_info {
    flex-direction: column;
  }
}
.about-page_ceo_info .img {
  flex-basis: 29%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .about-page_ceo_info .img {
    flex-basis: 33%;
  }
}
@media screen and (max-width: 991px) {
  .about-page_ceo_info .img {
    max-width: 300px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .about-page_ceo_info .img {
    max-width: 250px;
  }
}
.about-page_ceo_info .img:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -32px;
  left: -72px;
  background: url("../images/dots_rect2.png") center center no-repeat;
  width: 226px;
  height: 132px;
}
.about-page_ceo_info .img img {
  position: relative;
  z-index: 2;
}
.about-page_ceo_info .descr {
  flex-basis: 64%;
}
@media screen and (max-width: 1199px) {
  .about-page_ceo_info .descr {
    flex-basis: 60%;
  }
}
.about-page_ceo_info .descr strong {
  color: #fff;
  margin-bottom: 16px;
}
.about-page_ceo_contact {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .about-page_ceo_contact {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .about-page_ceo_contact {
    margin-top: 0;
  }
}
.about-page_ceo_contact .text {
  flex-basis: 46%;
}
.about-page_ceo_contact .text strong {
  margin-top: 32px;
  font-size: 20px;
  display: block;
}
.about-page_ceo_contact .text strong a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .about-page_ceo_contact .contact_form {
    max-width: 100%;
    margin-top: 30px;
  }
}
.about-page_team {
  padding: 80px 0 66px;
}
@media screen and (max-width: 565px) {
  .about-page_team {
    padding: 60px 0;
  }
}
.about-page_team_wr {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .about-page_team_wr {
    flex-direction: column;
  }
}
@media screen and (max-width: 565px) {
  .about-page_team_wr {
    margin-top: 15px;
  }
}
.about-page_team_left {
  flex-basis: 60%;
}
@media screen and (max-width: 1199px) {
  .about-page_team_left {
    flex-basis: 57%;
  }
}
.about-page_team_left .img {
  position: relative;
  margin-bottom: 8px;
}
.about-page_team_left .img:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 153px;
  height: 153px;
  background: url("../images/dots_circle.png") center center no-repeat;
  left: -66px;
  bottom: -4px;
}
.about-page_team_left .img img {
  position: relative;
  z-index: 2;
}
.about-page_team_right {
  background: #F3FAFE;
  flex-basis: 36%;
  padding: 140px 40px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .about-page_team_right {
    flex-basis: 40%;
    padding: 100px 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-page_team_right {
    margin-top: 40px;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 565px) {
  .about-page_team_right {
    padding: 40px 20px;
  }
}
.about-page_team_right:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 132px;
  height: 226px;
  background: url("../images/dots_rect_vert.png") center center no-repeat;
  top: -55px;
  right: -52px;
}
.about-page_team_right .logo {
  max-width: 178px;
}
.about-page_team_right .line {
  background: #8CB42A;
  width: 100px;
  height: 2px;
  margin: 25px 0 32px;
}
.about-page_partners {
  background: #F3FAFE;
  margin: 0 24px;
  padding: 43px 0 68px;
}
@media screen and (max-width: 565px) {
  .about-page_partners {
    padding-bottom: 60px;
  }
}
.about-page_partners .second_heading, .about-page_partners .info-page h3, .info-page .about-page_partners h3 {
  color: #146FA0;
  text-align: center;
  max-width: 820px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 991px) {
  .about-page_partners .second_heading, .about-page_partners .info-page h3, .info-page .about-page_partners h3 {
    margin-bottom: 20px;
  }
}
.about-page_partners_line {
  display: flex;
  justify-content: space-between;
  max-width: 736px;
  margin: 0 auto;
}
.about-page_partners_line.big {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .about-page_partners_line.big {
    flex-wrap: wrap;
  }
  .about-page_partners_line.big .item {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 565px) {
  .about-page_partners_line.big .item {
    flex-basis: 100%;
  }
}
.about-page_partners_line.medium {
  max-width: 792px;
}
@media screen and (max-width: 991px) {
  .about-page_partners_line.medium {
    flex-wrap: wrap;
  }
  .about-page_partners_line.medium .item {
    flex-basis: 100%;
  }
  .about-page_partners_line.medium .item img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about-page_partners_line.default {
    flex-wrap: wrap;
  }
  .about-page_partners_line.default .item {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 565px) {
  .about-page_partners_line.default .item {
    flex-basis: 100%;
  }
}
.about-page_partners_line .item {
  margin: 25px 12px;
  color: #146FA0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media screen and (max-width: 1199px) {
  .about-page_partners_line .item {
    margin: 10px 6px;
  }
}
@media screen and (max-width: 991px) {
  .about-page_partners_line .item {
    margin: 10px 0;
  }
}
.about-page_partners_line .item img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
}
.about-page_partners_line .item .title {
  margin-top: 17px;
  font: 600 12px "Poppins", sans-serif;
  text-align: center;
}
.about-page_partners_line .item p {
  font: 400 11px "Poppins", sans-serif;
  text-align: center;
}

.organizations-page .text {
  max-width: 824px;
}
.organizations-page h1 {
  max-width: 1000px;
}
.organizations-page_wr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  margin-top: 56px;
}
@media screen and (max-width: 991px) {
  .organizations-page_wr {
    grid-column-gap: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .organizations-page_wr {
    grid-template-columns: repeat(1, 1fr);
  }
}
.organizations-page_item {
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.organizations-page_item img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.organizations-page_item .title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font: 600 17px "Poppins", sans-serif;
  background: #fff;
  border: 1px solid #C0C7CC;
  padding: 16px 32px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 565px) {
  .organizations-page_item .title {
    padding: 12px 24px;
    font-size: 14px;
  }
}
.organizations-page .award_block {
  max-width: 1180px;
  background: #F3FAFE;
  margin: 90px auto 0;
  padding: 49px 157px 68px 139px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .organizations-page .award_block {
    padding: 60px 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .organizations-page .award_block {
    flex-direction: column;
  }
}
@media screen and (max-width: 565px) {
  .organizations-page .award_block {
    padding: 60px 15px;
    margin-top: 60px;
  }
}
.organizations-page .award_block img {
  max-width: 342px;
}
@media screen and (max-width: 1199px) {
  .organizations-page .award_block img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .organizations-page .award_block img {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 565px) {
  .organizations-page .award_block img {
    max-width: 250px;
  }
}
@media screen and (max-width: 565px) {
  .organizations-page .award_block .main_btn, .organizations-page .award_block .second_btn, .organizations-page .award_block .third_btn, .organizations-page .award_block .border_btn, .organizations-page .award_block .border_btn2, .organizations-page .award_block .coaching-solutions .solution a, .coaching-solutions .solution .organizations-page .award_block a {
    padding: 12px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.community-page_banner {
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .community-page_banner {
    padding-bottom: 90px;
  }
}
.community-page_banner_wr {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 40px;
}
@media screen and (max-width: 991px) {
  .community-page_banner_wr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .community-page_banner_wr {
    margin-bottom: 15px;
  }
}
.community-page_banner_wr .img {
  flex-basis: 34%;
}
@media screen and (max-width: 991px) {
  .community-page_banner_wr .img {
    max-width: 300px;
  }
}
.community-page_banner_wr .text {
  flex-basis: 63.5%;
}
.community-page_banner_wr .text img {
  margin: 6px 0 16px;
  max-width: 110px;
}
.community-page_banner_wr .text .second_btn, .community-page_banner_wr .text .third_btn, .community-page_banner_wr .text .coaching-solutions .solution a, .coaching-solutions .solution .community-page_banner_wr .text a {
  display: inline-flex;
  padding: 17px 16px;
}
@media screen and (max-width: 767px) {
  .community-page_banner_wr .text .second_btn, .community-page_banner_wr .text .third_btn, .community-page_banner_wr .text .coaching-solutions .solution a, .coaching-solutions .solution .community-page_banner_wr .text a {
    text-align: center;
  }
}
.community-page_welcome {
  background: #F3FAFE;
  padding: 0 0 580px;
}
@media screen and (max-width: 767px) {
  .community-page_welcome {
    padding-bottom: 300px;
  }
}
.community-page_welcome .container {
  position: relative;
}
.community-page_welcome .container:before, .community-page_welcome .container:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.community-page_welcome .container:before {
  bottom: -83px;
  left: -42px;
  background: url("../images/dots_rect_vert.png") center center no-repeat;
  height: 226px;
  width: 132px;
}
.community-page_welcome .container:after {
  top: -70px;
  right: -75px;
  background: url("../images/dots_circle.png") center center no-repeat;
  width: 181px;
  height: 181px;
}
.community-page_welcome_block {
  background: #fff;
  padding: 32px 80px;
  border: 1px solid #146FA0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  top: -50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .community-page_welcome_block {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .community-page_welcome_block {
    padding: 20px;
  }
}
.community-page_welcome_block .second_heading, .community-page_welcome_block .info-page h3, .info-page .community-page_welcome_block h3 {
  color: #146FA0;
  margin-top: 10px;
}
.community-page_welcome_block .text p {
  padding-top: 10px;
}
.community-page_family {
  margin-top: -450px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .community-page_family {
    margin-top: -250px;
    padding-bottom: 60px;
  }
}
.community-page_family .main_heading, .community-page_family .blog-page-single .content h1, .blog-page-single .content .community-page_family h1 {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.community-page_family img {
  margin-top: 48px;
}
.community-page_family .description {
  margin-top: 96px;
}
@media screen and (max-width: 991px) {
  .community-page_family .description {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .community-page_family .description {
    margin-top: 30px;
  }
}
.community-page_family .description .main_heading, .community-page_family .description .blog-page-single .content h1, .blog-page-single .content .community-page_family .description h1 {
  text-align: left;
  margin: 0;
}
.community-page_award {
  background: #F3FAFE;
  padding: 40px 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .community-page_award {
    margin-bottom: 60px;
  }
}
.community-page_award .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .community-page_award .container {
    display: block;
  }
}
.community-page_award .img {
  flex-basis: 35%;
}
@media screen and (max-width: 991px) {
  .community-page_award .img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.community-page_award .text {
  flex-basis: 60%;
}
.community-page_products {
  background: #F3FAFE;
  padding: 80px 0;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .community-page_products {
    margin-top: 40px;
    padding: 60px 0;
  }
}
.community-page_products ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 1199px) {
  .community-page_products ul {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 10px;
  }
}
.community-page_products ul li {
  background: #fff;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  flex-basis: 32%;
}
@media screen and (max-width: 1199px) {
  .community-page_products ul li {
    flex-basis: 48%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .community-page_products ul li {
    flex-basis: 100%;
  }
}
.community-page_products ul li a {
  color: #262F33;
  display: block;
  padding: 0 6px 0 30px;
  height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .community-page_products ul li a {
    padding-left: 40px;
  }
}
@media screen and (max-width: 565px) {
  .community-page_products ul li a {
    padding-left: 30px;
  }
}
.community-page_products ul li:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 15px;
  background: #146FA0;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  .community-page_products ul li:before {
    left: 22px;
  }
}
@media screen and (max-width: 565px) {
  .community-page_products ul li:before {
    left: 15px;
  }
}
.community-page_products .btn {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #E4E4E4;
}
.community-page_products .btn .second_btn, .community-page_products .btn .third_btn, .community-page_products .btn .coaching-solutions .solution a, .coaching-solutions .solution .community-page_products .btn a {
  display: inline-flex;
}
.community-page_clients {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .community-page_clients {
    padding: 60px 0;
  }
}
.community-page_clients .main_heading, .community-page_clients .blog-page-single .content h1, .blog-page-single .content .community-page_clients h1, .community-page_clients .subheading {
  text-align: center;
}
.community-page_clients .subheading {
  max-width: 1050px;
  margin: 16px auto 0;
}
.community-page_clients_wr {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .community-page_clients_wr {
    flex-direction: column;
    margin-top: 20px;
  }
}
.community-page_clients_wr .item {
  flex-basis: 31.5%;
  background: #fff;
  border: 1px solid #EFEFEF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .community-page_clients_wr .item {
    margin-top: 20px;
  }
}
.community-page_clients_wr .item p {
  color: #707070;
  font-size: 13px;
  line-height: 18px;
  padding: 16px;
}
.community-page_clients_wr .item_bottom {
  background: url("../images/wave_blue.png") bottom center/cover no-repeat;
  color: #fff;
  text-align: center;
  margin-top: 60px;
  padding: 0 15px 30px;
  min-height: 180px;
}
@media screen and (max-width: 991px) {
  .community-page_clients_wr .item_bottom {
    margin-top: 30px;
    background: #146FA0;
  }
}
.community-page_clients_wr .item_bottom img {
  width: 100px;
  height: 100px;
  margin: -20px auto 10px;
}
.community-page_clients_wr .item_bottom .name {
  margin-bottom: 2px;
}
.community-page_clients_wr .item_bottom .name, .community-page_clients_wr .item_bottom .position {
  max-width: 210px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 18px;
}
.community-page_clients_wr .item:nth-child(2) .item_bottom {
  background: url("../images/wave_green.png") bottom center/cover no-repeat;
}
@media screen and (max-width: 991px) {
  .community-page_clients_wr .item:nth-child(2) .item_bottom {
    background: #8CB42A;
  }
}
.community-page_inline_awards {
  display: flex;
}
.community-page_inline_awards .inline_blocks:nth-child(even) .image {
  order: 2;
}
.community-page_inline_awards .inline_blocks:nth-child(even) .description {
  order: 1;
}
.community-page_inline_awards .image {
  flex-basis: 34%;
}
@media screen and (max-width: 991px) {
  .community-page_inline_awards .image {
    flex-basis: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.community-page_inline_awards .description {
  flex-basis: 65%;
}
@media screen and (max-width: 991px) {
  .community-page_inline_awards .description {
    flex-basis: 100%;
  }
}
.community-page_inline_awards .description h3 {
  color: #146FA0;
}
.community-page_inline_awards .description ul {
  margin-top: 15px;
}
.community-page_inline_awards .description ul li {
  padding: 0 0 0 22px;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 565px) {
  .community-page_inline_awards .description ul li {
    margin-top: 15px;
  }
}
.community-page_inline_awards .description ul li:before {
  top: 9px;
  left: 5px;
  background: #146FA0;
  content: "";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.community-page_inline_awards .description ul li:first-child {
  margin-top: 0;
}
.community-page_promo {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .community-page_promo {
    margin-top: 0;
  }
}
.community-page_promo img {
  margin-bottom: 30px;
}
.community-page_tools {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .community-page_tools {
    margin-top: 60px;
  }
}
.community-page_tools_wr {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .community-page_tools_wr {
    display: block;
    margin-top: 30px;
  }
}
.community-page_tools_wr .img {
  flex-basis: 68%;
}
.community-page_tools_wr .award_section {
  flex-basis: 25%;
}
@media screen and (max-width: 991px) {
  .community-page_tools_wr .award_section {
    margin-top: 25px;
    text-align: center;
  }
}
.community-page_tools_wr .award_section img {
  max-width: 230px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .community-page_tools_wr .award_section img {
    margin: 0 auto 20px;
  }
}
.community-page_tools .green_block {
  background: #8CB42A;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 40px 65px;
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .community-page_tools .green_block {
    display: block;
    margin-top: 60px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 991px) {
  .community-page_tools .green_block img {
    margin: 0 auto 30px;
  }
}
.community-page_tools .green_block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 70%;
  margin-top: -16px;
}
.community-page_tools .green_block ul li {
  color: #fff;
  font: 600 20px "Poppins", sans-serif;
  flex-basis: 50%;
  position: relative;
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .community-page_tools .green_block ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .community-page_tools .green_block ul li {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.community-page_tools .green_block ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  background: #fff;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.community-page_about {
  padding: 60px 0 90px;
}
@media screen and (max-width: 565px) {
  .community-page_about {
    padding-bottom: 60px;
  }
}
.community-page_about .second_heading, .community-page_about .info-page h3, .info-page .community-page_about h3 {
  color: #146FA0;
}
.community-page_about_wr {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .community-page_about_wr {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .community-page_about_wr {
    margin-top: 0;
  }
}
.community-page_about_wr .item {
  flex-basis: 23.5%;
}
@media screen and (max-width: 991px) {
  .community-page_about_wr .item {
    flex-basis: 48%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 565px) {
  .community-page_about_wr .item {
    flex-basis: 100%;
  }
}
.community-page_about_wr .item p {
  padding-top: 24px;
}
@media screen and (max-width: 991px) {
  .community-page_about_wr .item p {
    padding-top: 12px;
  }
}
.community-page_join {
  background: #F3FAFE;
  padding: 80px 0;
}
@media screen and (max-width: 565px) {
  .community-page_join {
    padding: 60px 0;
  }
}
.community-page_join .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .community-page_join .container {
    flex-direction: column;
  }
}
.community-page_join_left {
  flex-basis: 42%;
}
.community-page_join_left .second_heading, .community-page_join_left .info-page h3, .info-page .community-page_join_left h3 {
  margin: 16px 0;
  color: #146FA0;
}
.community-page_join_right {
  flex-basis: 49%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 24px;
}
@media screen and (max-width: 1199px) {
  .community-page_join_right {
    flex-basis: 55%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .community-page_join_right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 565px) {
  .community-page_join_right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.community-page_join_right .item {
  background: #fff;
  border: 1px solid #E4E4E4;
  padding: 27px 16px;
  display: flex;
  align-items: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.community-page_join_right .item img {
  margin-right: 12px;
}
.community-page_tabs {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .community-page_tabs {
    padding: 60px 0;
  }
}

.contribute-page__wrapper {
  background: linear-gradient(#F3FAFE, #F3FAFE) no-repeat 100% 260px;
  padding-bottom: 49px;
}

.product-page .product_item:first-child .product_main {
  padding-top: 0;
}
.product-page .product_main {
  padding-top: 96px;
}
@media screen and (max-width: 991px) {
  .product-page .product_main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 565px) {
  .product-page .product_main {
    padding-top: 40px;
  }
}
.product-page .product_main .product_inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .product-page .product_main .product_inline {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.product-page .product_main .product_inline .image, .product-page .product_main .product_inline .description {
  flex-basis: 48.5%;
}
@media screen and (max-width: 991px) {
  .product-page .product_main .product_inline .image, .product-page .product_main .product_inline .description {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 991px) {
  .product-page .product_main .product_inline .image {
    order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .product_main .product_inline .description {
    order: 2;
  }
}
.product-page .product_main .product_inline .description h3 {
  margin: 0 0 8px;
  font-weight: 600;
}
.product-page .product_main .product_inline .description .text p:first-child {
  padding-top: 0;
}
.product-page .product_main .second_heading, .product-page .product_main .info-page h3, .info-page .product-page .product_main h3 {
  color: #146FA0;
  font-size: 24px;
}
.product-page .product_main .text {
  max-width: 1050px;
}
.product-page .product_main .inline_btns .border_btn, .product-page .product_main .inline_btns .border_btn2 {
  max-width: 224px;
  width: 100%;
  text-align: center;
  padding: 17px 0;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .product-page .product_main .inline_btns .border_btn, .product-page .product_main .inline_btns .border_btn2 {
    max-width: 100%;
    display: block;
  }
}
.product-page .product_main .inline_btns .third_btn {
  margin: 0 16px 0 0;
}
.product-page .product_drop {
  padding: 60px 0 72px;
  background: #F3FAFE;
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 565px) {
  .product-page .product_drop {
    padding: 40px 0;
  }
}
.product-page .product_drop .inline_btns .third_btn, .product-page .product_drop .inline_btns .main_btn, .product-page .product_drop .inline_btns .second_btn, .product-page .product_drop .inline_btns .border_btn, .product-page .product_drop .inline_btns .border_btn2, .product-page .product_drop .inline_btns .coaching-solutions .solution a, .coaching-solutions .solution .product-page .product_drop .inline_btns a {
  margin: 0 16px 0 0;
}
@media screen and (max-width: 991px) {
  .product-page .product_drop .inline_btns .third_btn, .product-page .product_drop .inline_btns .main_btn, .product-page .product_drop .inline_btns .second_btn, .product-page .product_drop .inline_btns .border_btn, .product-page .product_drop .inline_btns .border_btn2, .product-page .product_drop .inline_btns .coaching-solutions .solution a, .coaching-solutions .solution .product-page .product_drop .inline_btns a {
    margin: 0 0 16px 0;
  }
}
.product-page .product_drop ul {
  margin-top: 24px;
}
@media screen and (max-width: 565px) {
  .product-page .product_drop ul {
    margin-top: 15px;
  }
}
.product-page .product_drop ul li {
  padding: 0 0 0 22px;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 565px) {
  .product-page .product_drop ul li {
    margin-top: 15px;
  }
}
.product-page .product_drop ul li:before {
  top: 9px;
  left: 5px;
  background: #146FA0;
  content: "";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.product-page .product_drop ul li:first-child {
  margin-top: 0;
}
.product-page .product_drop .second_heading, .product-page .product_drop .info-page h3, .info-page .product-page .product_drop h3 {
  color: #146FA0;
  margin-top: 24px;
}
.product-page .btn {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #E4E4E4;
}
@media screen and (max-width: 991px) {
  .product-page .btn a {
    display: flex;
    justify-content: center;
  }
}
.product-page .btn .third_btn {
  margin-bottom: 16px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .product-page .btn.inline_btns {
    flex-wrap: wrap;
  }
  .product-page .btn.inline_btns a {
    text-align: center;
    flex-basis: 100%;
  }
  .product-page .btn.inline_btns a:first-child {
    margin: 0 0 16px 0;
  }
}

.services-page_section {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #E4E4E4;
}
.services-page_section:first-child {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.services-page_section:first-child .description .second_btn, .services-page_section:first-child .description .third_btn, .services-page_section:first-child .description .coaching-solutions .solution a, .coaching-solutions .solution .services-page_section:first-child .description a {
  margin-bottom: 32px;
}
.services-page_section .inline_blocks {
  margin-bottom: 8px;
}
.services-page_section h1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .services-page_section h1 {
    margin-bottom: 30px;
  }
}
.services-page_section .inline_blocks {
  align-items: flex-start;
}
.services-page_section .inline_blocks .description h3 {
  margin-bottom: 0;
}
.services-page_section .inline_blocks .description img {
  margin-bottom: 16px;
  max-width: 205px;
}
.services-page_banner {
  padding: 90px 0 60px;
}
@media screen and (max-width: 991px) {
  .services-page_banner {
    padding-top: 60px;
  }
}
.services-page .btn {
  margin-top: 32px;
}
.services-page .btn .second_btn, .services-page .btn .third_btn, .services-page .btn .coaching-solutions .solution a, .coaching-solutions .solution .services-page .btn a {
  padding: 17px 24px;
}
@media screen and (max-width: 991px) {
  .services-page .btn .second_btn, .services-page .btn .third_btn, .services-page .btn .coaching-solutions .solution a, .coaching-solutions .solution .services-page .btn a {
    padding: 12px 8px;
    max-width: 100%;
    width: 100%;
  }
}

.ebook-page_wr {
  margin-top: 40px;
}
.ebook-page_wr .btn {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #E4E4E4;
}
.ebook-page_wr .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.ebook-page_wr .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .ebook-page_wr .item {
    flex-direction: column;
  }
}
.ebook-page_wr .item .image {
  flex-basis: 30%;
}
@media screen and (max-width: 991px) {
  .ebook-page_wr .item .image {
    max-width: 300px;
    margin-bottom: 20px;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 565px) {
  .ebook-page_wr .item .image {
    max-width: 100%;
  }
}
.ebook-page_wr .item .image img {
  width: 100%;
}
.ebook-page_wr .item .description {
  flex-basis: 67%;
}
.ebook-page_wr .item .description .second_heading, .ebook-page_wr .item .description .info-page h3, .info-page .ebook-page_wr .item .description h3 {
  color: #146FA0;
}
.ebook-page .series {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .ebook-page .series {
    padding: 60px 0;
  }
}
.ebook-page .series strong {
  color: #146FA0;
}
.ebook-page .series ul {
  margin: 24px 0;
}
@media screen and (max-width: 565px) {
  .ebook-page .series ul {
    margin: 15px;
  }
}
.ebook-page .series ul li {
  padding: 0 0 0 22px;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 565px) {
  .ebook-page .series ul li {
    margin-top: 15px;
  }
}
.ebook-page .series ul li:before {
  top: 9px;
  left: 5px;
  background: #146FA0;
  content: "";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.ebook-page .series ul li:first-child {
  margin-top: 0;
}
.ebook-page .series .btn_center {
  margin-top: 40px;
}
.ebook-page .info_block {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .ebook-page .info_block {
    padding: 60px 0;
  }
}
.ebook-page .info_block img {
  width: 100%;
}
.ebook-page .info_block .btn_center {
  margin-top: 40px;
}
.ebook-page .education_materials {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .ebook-page .education_materials {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .ebook-page .education_materials img {
    max-width: 400px;
  }
}
.ebook-page .education_materials h3 {
  margin-top: 20px;
}
.ebook-page .education_materials .inline_blocks {
  margin-bottom: 0;
}

.blog-page h1 {
  max-width: 600px;
}
.blog-page_posts {
  margin-top: 48px;
  background: #F3FAFE;
  padding: 48px 0 36px;
}
.blog-page_posts .cxc-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 991px) {
  .blog-page_posts .cxc-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 565px) {
  .blog-page_posts .cxc-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-page_posts .cxc-posts .cxc-inner-wrapper img {
  margin-bottom: 24px;
}
@media screen and (max-width: 565px) {
  .blog-page_posts .cxc-posts .cxc-inner-wrapper img {
    margin-bottom: 15px;
  }
}
.blog-page_posts .cxc-posts .cxc-inner-wrapper a {
  color: #262F33;
}
.blog-page_posts .cxc-disabled {
  opacity: 0 !important;
  pointer-events: none;
}
.blog-page_posts .border_btn, .blog-page_posts .border_btn2 {
  margin: 60px auto 0;
  display: block;
}
@media screen and (max-width: 565px) {
  .blog-page_posts .border_btn, .blog-page_posts .border_btn2 {
    margin-top: 30px;
  }
}
.blog-page_posts .border_btn:disabled, .blog-page_posts .border_btn2:disabled {
  background: #8CB42A;
  color: #fff;
  pointer-events: none;
}

.blog-page-single {
  padding-bottom: 60px;
}
.blog-page-single .container {
  max-width: 950px;
}
.blog-page-single .date {
  text-align: center;
  margin: 16px 0 32px;
}
.blog-page-single .post-thumbnail {
  position: relative;
}
.blog-page-single .post-thumbnail img {
  position: relative;
  z-index: 2;
}
.blog-page-single .post-thumbnail:before, .blog-page-single .post-thumbnail:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.blog-page-single .post-thumbnail:before {
  top: -76px;
  left: -87px;
  background: url("../images/dots_rect.png") center center no-repeat;
  width: 226px;
  height: 132px;
}
.blog-page-single .post-thumbnail:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 132px;
  height: 226px;
  background: url("../images/dots_rect_vert.png") center center no-repeat;
  right: -69px;
  bottom: -30px;
}
.blog-page-single .content {
  max-width: 730px;
  margin: 0 auto;
}
.blog-page-single .content h1 {
  margin-top: 32px;
}
.blog-page-single .content p {
  padding-top: 24px;
}
.blog-page-single .content strong, .blog-page-single .content a {
  color: #146FA0;
  font-weight: 600;
}
.blog-page-single .content img {
  width: 100%;
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.contact-page_form {
  background: #146FA0;
  padding: 80px 0;
  margin-top: 45px;
}
@media screen and (max-width: 565px) {
  .contact-page_form {
    padding: 60px 0;
  }
}
.contact-page_form .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .contact-page_form .container {
    display: block;
  }
}
.contact-page_form_info {
  flex-basis: 42%;
  color: #fff;
}
.contact-page_form_info .img {
  position: relative;
  max-width: 310px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 565px) {
  .contact-page_form_info .img {
    max-width: 250px;
  }
}
.contact-page_form_info .img:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 132px;
  width: 226px;
  background: url("../images/dots_rect2.png") center center no-repeat;
  left: -53px;
  bottom: 25px;
}
.contact-page_form_info img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .contact-page_form .contact_form {
    max-width: 100%;
    margin-top: 30px;
  }
}

#wrap-migla {
  margin-top: 32px;
  margin-bottom: 40px;
  border: 1px solid #E4E4E4;
  box-shadow: 0 23px 47px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
}
#wrap-migla .progress-template {
  border-bottom: 1px solid #D3D3D3;
  padding: 35px 40px;
}
@media screen and (max-width: 565px) {
  #wrap-migla .progress-template {
    padding: 25px 20px;
  }
}
#wrap-migla .progress-template > div {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#wrap-migla .progress-template > div::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 50px);
  height: 1px;
  background-color: #D3D3D3;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}
#wrap-migla .progress-template span {
  z-index: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  color: #000;
  align-items: center;
  justify-content: space-between;
}
#wrap-migla .progress-template span.step1::before {
  content: "1";
}
#wrap-migla .progress-template span.step2::before {
  content: "2";
}
#wrap-migla .progress-template span.step3.current::before, #wrap-migla .progress-template span.step3.completed::before {
  content: url("../images/icons/check-white.svg");
}
#wrap-migla .progress-template span.step3::before {
  content: url("../images/icons/check-blue.svg");
}
#wrap-migla .progress-template span::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #F3FAFE;
  color: #146FA0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 8px;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
}
#wrap-migla .progress-template span.current {
  color: #146FA0;
}
#wrap-migla .progress-template span.current::before {
  background-color: #146FA0;
  color: #fff;
}
#wrap-migla .progress-template span.completed {
  color: #8CB42A;
}
#wrap-migla .progress-template span.completed::before {
  background-color: #8CB42A;
  color: #fff;
}
#wrap-migla .migla-panel {
  background: none !important;
  border: none !important;
  padding: 0 40px 35px;
}
@media screen and (max-width: 565px) {
  #wrap-migla .migla-panel {
    padding: 0 20px 35px;
  }
}
#wrap-migla .migla-panel .migla-panel-heading {
  display: none;
}
#wrap-migla .migla-panel .mg_control-label {
  display: inline-block;
  margin: 24px 0;
}
#wrap-migla .migla-panel .mg_giving-levels > div.col-sm-12 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 24px;
}
@media screen and (max-width: 565px) {
  #wrap-migla .migla-panel .mg_giving-levels > div.col-sm-12 {
    row-gap: 12px;
  }
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline {
  color: #000;
  border-radius: 4px;
  border: 1px solid #C0C7CC;
  display: flex;
  flex-basis: 155px;
}
@media screen and (max-width: 576px) {
  #wrap-migla .migla-panel .mg_giving-levels .radio-inline {
    flex-basis: 100%;
  }
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline label {
  border: none !important;
  background-color: transparent !important;
  color: inherit !important;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 44px;
  padding: 0 10px;
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline:hover {
  color: #fff;
  background-color: #8CB42A;
  border: 1px solid #8CB42A;
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline.selected {
  color: #fff;
  background-color: #146FA0;
  border: 1px solid #146FA0;
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline.miglaCustomAmount {
  position: relative;
  display: block;
  border: none !important;
  padding: 0;
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline.miglaCustomAmount::before {
  content: "$";
  color: #262F33;
  position: absolute;
  opacity: 0.4;
  left: 20px;
  top: 42px;
  font-size: 20px;
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline.miglaCustomAmount input {
  padding-left: 36px;
  margin-top: 24px;
  font-weight: 600;
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline.miglaCustomAmount .input-group-addon {
  display: none;
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline.miglaCustomAmount label.migla_amount_lbl > *:nth-child(2) {
  display: none;
}
#wrap-migla .migla-panel .mg_giving-levels .radio-inline.miglaCustomAmount label, #wrap-migla .migla-panel .mg_giving-levels .radio-inline.miglaCustomAmount.selected, #wrap-migla .migla-panel .mg_giving-levels .radio-inline.miglaCustomAmount:hover {
  background-color: transparent;
  border: none !important;
  color: inherit !important;
  padding: 0;
}
#wrap-migla .mg-donation-amount {
  display: none;
}
#wrap-migla .donationSectionTab {
  display: none;
}
#wrap-migla .donationSectionTab.active {
  display: block;
}
#wrap-migla .donationSectionTab .actions {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 35px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 565px) {
  #wrap-migla .donationSectionTab .actions {
    padding: 0 20px 35px;
    flex-wrap: wrap;
  }
}
#wrap-migla .mg_wait {
  display: flex !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 49%;
  justify-content: center;
}
#wrap-migla .mg_wait input {
  width: 43px;
  height: 16px;
  margin-top: 5px;
}

.info-page {
  padding-bottom: 55px;
}
.info-page h1 {
  margin-bottom: 20px;
}
.info-page h3 {
  color: #146FA0;
}
.info-page img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.info-page a {
  color: #262F33;
  text-decoration: underline;
}

.faq-page {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .faq-page {
    padding-bottom: 60px;
  }
}
.faq-page .tabs {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .faq-page .tabs {
    margin-top: 20px;
  }
}
.faq-page .tabs .tab_item {
  border-bottom: 1px solid #DDE4EE;
  padding: 18px 0;
}
.faq-page .tabs .tab_item.opened .tab_title:after {
  -ms-transform: rotate(180deg) translateY(-50%);
  /* IE 9 */
  -webkit-transform: rotate(180deg) translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg) translateY(-50%);
}
.faq-page .tabs .tab_item:last-child {
  border-bottom: none;
}
.faq-page .tabs .tab_item .tab_title {
  display: flex;
  align-items: center;
  font: 600 20px/32px "Poppins", sans-serif;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
@media screen and (max-width: 565px) {
  .faq-page .tabs .tab_item .tab_title {
    font-size: 16px;
    line-height: 24px;
  }
}
.faq-page .tabs .tab_item .tab_title:after {
  content: "";
  width: 21px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: 50% 0;
  background: url("../images/icons/arrow_down.svg") center center no-repeat;
}
@media screen and (max-width: 565px) {
  .faq-page .tabs .tab_item .tab_title:after {
    right: 0;
  }
}
.faq-page .tabs .tab_item .tab_content {
  padding-top: 20px;
  display: none;
}
@media screen and (max-width: 565px) {
  .faq-page .tabs .tab_item .tab_content {
    font-size: 14px;
    line-height: 20px;
  }
}

.coaching-page {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.coaching-page .text {
  max-width: 930px;
}
.coaching-page h1 {
  max-width: 601px;
}
.coaching-page h2 {
  margin-top: 64px;
}
.coaching-page_best-practices {
  margin-top: 80px;
  padding: 65px 0 72px;
  background: #F3FAFE;
}
@media screen and (max-width: 565px) {
  .coaching-page_best-practices {
    padding: 60px 0;
    margin-top: 60px;
  }
}
.coaching-page_best-practices h3 {
  margin: 0;
  max-width: 729px;
}
.coaching-page_best-practices .wrapper {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 348px);
  justify-content: space-between;
  grid-gap: 24px;
}
@media screen and (max-width: 1199px) {
  .coaching-page_best-practices .wrapper {
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .coaching-page_best-practices .wrapper {
    grid-template-columns: 100%;
  }
}
.coaching-page_best-practices .wrapper > * h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding-left: 13px;
  margin: 0 0 8px;
}
.coaching-page_best-practices .wrapper > * h3:before {
  content: "";
  position: absolute;
  background-color: #146FA0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.coaching-page .coaching-solutions {
  margin: 96px 0 104px;
}
@media screen and (max-width: 991px) {
  .coaching-page .coaching-solutions {
    margin: 90px 0;
  }
}
@media screen and (max-width: 565px) {
  .coaching-page .coaching-solutions {
    margin: 60px 0;
  }
}
.coaching-page .donations {
  margin: 104px 0;
}
@media screen and (max-width: 991px) {
  .coaching-page .donations {
    margin: 90px 0;
  }
}
@media screen and (max-width: 565px) {
  .coaching-page .donations {
    margin: 60px 0;
  }
}
.coaching-page .donations .donation_text {
  margin-top: 48px;
}

.coaching-for-you h1 {
  max-width: 601px;
}
.coaching-for-you .coaching-benefits-block, .coaching-for-you .coaching-resources-block {
  margin: 72px 0;
}
@media screen and (max-width: 565px) {
  .coaching-for-you .coaching-benefits-block, .coaching-for-you .coaching-resources-block {
    margin: 60px 0;
  }
}
.coaching-for-you .coaching-benefits-block .buttons-container + p, .coaching-for-you .coaching-resources-block .buttons-container + p {
  margin-top: 39px;
}
.coaching-for-you .donations {
  margin-top: 104px;
}
@media screen and (max-width: 991px) {
  .coaching-for-you .donations {
    margin-top: 90px;
  }
}
@media screen and (max-width: 565px) {
  .coaching-for-you .donations {
    margin-top: 60px;
  }
}

.coaching-for-team-leaders h1 {
  max-width: 830px;
}
.coaching-for-team-leaders .coaching-benefits-block, .coaching-for-team-leaders .coaching-resources-block {
  margin-top: 72px;
}
@media screen and (max-width: 565px) {
  .coaching-for-team-leaders .coaching-benefits-block, .coaching-for-team-leaders .coaching-resources-block {
    margin-top: 60px;
  }
}
.coaching-for-team-leaders .coaching-benefits-block.second, .coaching-for-team-leaders .second.coaching-resources-block {
  padding: 81px 0 86px 0;
  margin-top: 0;
  margin-bottom: 104px;
}
@media screen and (max-width: 991px) {
  .coaching-for-team-leaders .coaching-benefits-block.second, .coaching-for-team-leaders .second.coaching-resources-block {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 565px) {
  .coaching-for-team-leaders .coaching-benefits-block.second, .coaching-for-team-leaders .second.coaching-resources-block {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.coaching-for-team-leaders .coaching-benefits-block .wrapper, .coaching-for-team-leaders .coaching-resources-block .wrapper {
  margin-bottom: 0;
}
.coaching-for-team-leaders .coaching-benefits-block .wrapper + p, .coaching-for-team-leaders .coaching-resources-block .wrapper + p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 32px;
  margin-bottom: 40px;
}
.coaching-for-team-leaders .coaching-resources-block {
  margin: 0;
}
.coaching-for-team-leaders .donations {
  margin-top: 104px;
}
@media screen and (max-width: 991px) {
  .coaching-for-team-leaders .donations {
    margin-top: 90px;
  }
}
@media screen and (max-width: 565px) {
  .coaching-for-team-leaders .donations {
    margin-top: 60px;
  }
}
.coaching-for-team-leaders .coaching-solutions {
  margin: 104px 0 80px;
}
@media screen and (max-width: 991px) {
  .coaching-for-team-leaders .coaching-solutions {
    margin: 90px 0 80px;
  }
}
@media screen and (max-width: 565px) {
  .coaching-for-team-leaders .coaching-solutions {
    margin: 60px 0;
  }
}
.coaching-for-team-leaders .coaching-solutions h2 {
  max-width: 880px;
}
.coaching-for-team-leaders .coaching-solutions a.learn-more {
  padding: 0;
  color: #146FA0;
  background-color: transparent;
  max-width: 525px;
}
.coaching-for-team-leaders .coaching-solutions a.learn-more:after {
  content: "";
  position: absolute;
  background-color: #146FA0;
  mask: url("../images/icons/arrow_right.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icons/arrow_right.svg") no-repeat center/contain;
  width: 18px;
  height: 18px;
  right: 38px;
}
@media screen and (max-width: 991px) {
  .coaching-for-team-leaders .coaching-solutions a.learn-more:after {
    right: 20px;
  }
}

.coaching-for-company h1 {
  max-width: 600px;
}
.coaching-for-company .coaching-benefits-block, .coaching-for-company .coaching-resources-block {
  margin-top: 72px;
}
@media screen and (max-width: 565px) {
  .coaching-for-company .coaching-benefits-block, .coaching-for-company .coaching-resources-block {
    margin-top: 60px;
  }
}
.coaching-for-company .coaching-benefits-block.second, .coaching-for-company .second.coaching-resources-block {
  margin-bottom: 104px;
  margin-top: 0;
}
.coaching-for-company .coaching-benefits-block.second .wrapper, .coaching-for-company .second.coaching-resources-block .wrapper {
  margin-bottom: 0;
}
.coaching-for-company .coaching-benefits-block.second .wrapper + p, .coaching-for-company .second.coaching-resources-block .wrapper + p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 32px;
  margin-bottom: 40px;
}
.coaching-for-company .coaching-resources-block {
  margin: 0;
}
.coaching-for-company .contact-us {
  margin-bottom: 96px;
}
@media screen and (max-width: 565px) {
  .coaching-for-company .contact-us {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .coaching-for-company .company-solutions .container {
    max-width: inherit;
  }
}
.coaching-for-company .company-solutions .company-solution {
  background-color: #F3FAFE;
  padding: 40px 95px;
}
@media screen and (max-width: 767px) {
  .coaching-for-company .company-solutions .company-solution {
    padding: 30px 20px;
  }
}
.coaching-for-company .company-solutions .company-solution + * {
  margin-top: 40px;
}
.coaching-for-company .company-solutions .company-solution h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .coaching-for-company .company-solutions .company-solution h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 565px) {
  .coaching-for-company .company-solutions .company-solution h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.coaching-for-company .company-solutions .company-solution .contact {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coaching-for-company .coaching-solutions {
  margin: 104px 0 80px;
}
.coaching-for-company .donations {
  margin-top: 96px;
}
@media screen and (max-width: 991px) {
  .coaching-for-company .donations {
    margin-top: 90px;
  }
}
@media screen and (max-width: 565px) {
  .coaching-for-company .donations {
    margin-top: 60px;
  }
}

.calculator-widget {
  padding: 24px 38px 51px 38px;
  background-color: #EFEFEF;
  color: #000;
}
.calculator-widget h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: inherit;
  margin: 0;
}
.calculator-widget .calculator {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
  flex-wrap: wrap;
}
.calculator-widget .calculator > div {
  flex-basis: 50%;
  flex-grow: 0;
}
@media screen and (max-width: 1199px) {
  .calculator-widget .calculator > div {
    flex-basis: 100%;
  }
}
.calculator-widget .calculator .controls {
  background-color: #fff;
  padding: 22px 49px 37px 49px;
}
@media screen and (max-width: 767px) {
  .calculator-widget .calculator .controls {
    padding: 22px 38px 37px 38px;
  }
}
.calculator-widget .calculator .controls > div {
  padding-top: 130px;
  position: relative;
}
.calculator-widget .calculator .legend {
  margin: 10px 0 0 15px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  opacity: 0.3;
}
.calculator-widget ul {
  background-color: #EFEFEF;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .calculator-widget ul {
    flex-direction: column;
  }
}
.calculator-widget ul li {
  color: #777;
  padding: 8px 3px 8px 10px;
  cursor: pointer;
  position: relative;
  flex-basis: 30%;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  line-height: 121.5%;
}
.calculator-widget ul li + li:before {
  content: "";
  width: 1px;
  height: 45%;
  position: absolute;
  left: 0;
  background-color: #D3D3D3;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .calculator-widget ul li + li:before {
    display: none;
  }
}
.calculator-widget ul li span {
  color: #000;
}
.calculator-widget ul li.active {
  background-color: #fff;
  border-radius: 4px;
}
.calculator-widget .balloon {
  padding: 10px 32px;
  background-color: #EFEFEF;
  display: inline-block;
  position: absolute;
  border-radius: 8px;
  top: 25px;
  color: #707070;
  font-size: 15px;
  line-height: 177%;
}
.calculator-widget .balloon .tip {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EFEFEF;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -10px;
  position: absolute;
  bottom: 0;
}
.calculator-widget .balloon > div {
  display: flex;
  align-items: center;
}
.calculator-widget .balloon input {
  font-size: 35px;
  font-weight: 500;
  margin-left: 8px;
  color: #000;
  background: none;
  border: none;
}
.calculator-widget .balloon input:focus {
  background-color: #fff;
}
.calculator-widget .balloon .icon {
  width: 32px;
  height: 28px;
  background-color: #707070;
  mask: url("../images/icons/group.svg") no-repeat center/contain;
  -webkit-mask: url("../images/icons/group.svg") no-repeat center/contain;
}
.calculator-widget .results {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1199px) {
  .calculator-widget .results {
    justify-content: left;
  }
}
.calculator-widget .results > div {
  margin-left: 78px;
}
@media screen and (max-width: 1199px) {
  .calculator-widget .results > div {
    margin-left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .calculator-widget .results > div {
    margin-left: 38px;
  }
}
.calculator-widget .results .row {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #000;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.calculator-widget .results .row span {
  white-space: nowrap;
  min-width: 350px;
}
.calculator-widget .results .row > div {
  padding: 34px 0 25px 28px;
  display: flex;
  flex-direction: column;
}
.calculator-widget .results .row.costs > div {
  opacity: 0.5;
}
.calculator-widget .results .row.costs > div span {
  font-size: 28px;
  font-weight: 500;
  line-height: 47px;
}
.calculator-widget .results .row.return > div {
  position: relative;
}
.calculator-widget .results .row.return > div:before {
  position: absolute;
  content: "";
  width: 68px;
  border-top: 1px solid #000;
  top: 0;
}
.calculator-widget .results .row.return span {
  font-size: 46px;
  font-weight: 600;
  line-height: 69px;
}
@media screen and (max-width: 767px) {
  .calculator-widget .results .row.return span {
    font-size: 41px;
  }
}
.calculator-widget .results .row:before {
  content: "";
  width: 61px;
  height: 61px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 61px;
}
.calculator-widget input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
.calculator-widget input[type=range]:focus {
  outline: none;
}
.calculator-widget input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  background: #D9D9D9;
  border-radius: 25px;
}
.calculator-widget input[type=range]::-webkit-slider-thumb {
  z-index: 1;
  border: 2px solid #C6C6C6;
  box-shadow: 0 5px 14px rgba(137, 137, 137, 0.37);
  height: 31px;
  width: 31px;
  border-radius: 50%;
  background: #fff url("../images/icons/slider.png") no-repeat center center;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
  position: relative;
}
.calculator-widget input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  background: #D9D9D9;
  border-radius: 25px;
}
.calculator-widget input[type=range]::-moz-range-thumb {
  z-index: 1;
  border: 2px solid #C6C6C6;
  box-shadow: 0 5px 14px rgba(137, 137, 137, 0.37);
  height: 31px;
  width: 31px;
  border-radius: 50%;
  background: #fff url("../images/icons/slider.png") no-repeat center center;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
  position: relative;
}
.calculator-widget input::-webkit-outer-spin-button,
.calculator-widget input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-widget input[type=number] {
  -moz-appearance: textfield;
}
/* styles 15 07 2025 Begins Here*/
ul.stylle-type{
	padding-left: 2rem;
}
ul.stylle-type li{
	list-style: initial;
}
.community-page_welcome {
    background: #F3FAFE;
    padding: 0 0 80px;
}
.hd-flex{
  display: flex;  
}
.h-col{
  display: flex;
  flex-direction: column;
}
.hh-faqs.hwid-300{
	max-width: 300px;
}
.h-margin{
  	margin-left: auto !important;
  	margin-right: auto !important;
}
.hgap-0 {
  column-gap: 0;
}
.hgap-1 {
  column-gap: 0.25rem; 
}
.hgap-2 {
  column-gap: 0.5rem;  
}
.hgap-3 {
  column-gap: 1rem;   
}
.hgap-4 {
  column-gap: 1.5rem;  
}
.hgap-5 {
  column-gap: 3rem;    
}
.hp-0 {
  padding: 0;
}
.hp-1 {
  padding: 0.25rem; 
}
.hp-2 {
 padding: 0.5rem;  
}
.hp-3 {
 padding: 1rem;   
}
.hp-4 {
  padding: 1.5rem;  
}
.hp-5 {
 padding: 3rem;    
}
.hpy-3 {
 padding: 1rem 0;   
}
.hpy-5 {
 padding: 3rem 0;    
}
.hpb-5 {
 padding-bottom: 3rem ;    
}
.hpx-3 {
 padding: 0 1rem;   
}
.hpx-5 {
 padding: 0 3rem;    
}
.hmy-4{
	margin: 1.5rem 0;
}
.hmy-5{
	margin: 3rem 0;
}
.hm-0 {
  margin: 0;
}
.hm-1 {
  margin: 0.25rem; 
}
.hm-2 {
  margin: 0.5rem;  
}
.hm-3 {
  margin: 1rem;   
}
.hm-4 {
  margin: 1.5rem;  
}
.hm-5 {
  margin: 3rem;    
}
.hmb-3 {
  margin-bottom: 1rem;   
}
.hmb-4 {
  margin-bottom: 1.5rem;  
}
.hmb-5 {
  margin-bottom: 3rem;    
}
.hmt-0 {
  margin-top: 0;
}
.hmt-1 {
  margin-top: 0.25rem; 
}
.hmt-3 {
  margin-top: 1rem;   
}
.hmt-4 {
  margin-top: 1.5rem;  
}
.hmt-5 {
  margin-top: 3rem;    
}
.hmb-0 {
  margin-bottom: 0;
}
.hmb-1 {
  margin-bottom: 0.25rem; 
}
.hmb-3 {
  margin-bottom: 1rem;   
}
.hmb-4{
	margin-bottom: 1.5rem;
}
.hmb-5 {
  margin-bottom: 3rem;    
}
.htext-center{
	text-align:center;
}
.light-blue-background{
	background:#F3FAFE;
}
.green-box-background {
  background-color: #8CB42A;
  color:#ffffff;
  border-radius:7px 7px 0 0 ;
  padding:53px 44px;
}
.chro-tabs-inner h3{
	color:#ffffff;	
}
.chro-tabs-inner{
	border-radius:7px;
	box-shadow: 2px 2px 19px 3px #00000008;
}
.chro-tabs-inner .choro-tabs-heading{
	padding:30px 42px;
}
.chro-tabs-desc {
	padding:30px 42px;
}
.chro-tabs-desc ul{
	padding-top:20px;	
}
.acf-image{
	flex:1 1 250px;
	max-width:250px;
}
.border_btn2.later-faq{
	background-color: #ffffff;
}
.border_btn2.later-faq:hover{
	background-color: transparent;
	border-color: #ffffff;
}
.caregiver-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    justify-content: center;
}

.caregiver-tab-btn {
    padding: 10px 20px;
    background: #eee;
	font-family: 'Poppins';
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
	font-size: 1rem;
}

.caregiver-tab-btn.active {
    background: #8CB42A;
    color: #fff;
}

.caregiver-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.caregiver-image {
    flex: 1 1 300px;
}

.caregiver-image img {
    width: 100%;
    border-radius: 10px;
}

.caregiver-content {
    flex: 2 1 400px;
}

.caregiver-button {
    display: inline-block;
    background: #8CB42A;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    text-decoration: none;
}
.hwid-300 a.elementor-button{
	min-width: 300px;
}

@media screen and (min-width: 768px) {
	.hcol-md-12{
	  width: 100%;
	}
	.hcol-md-6{
	  width: 50%;
	}
	.htext-center {
	  text-align: center;
	}   
	.hd-md-flex{
     display: flex;  
   }
   .community-page_banner_wr .h-sections iframe{
	 width:100%;
	}
   .hm-w-md85{
		max-width:85%;
		margin:auto;
	}
	.hwid-300 a.elementor-button, 
	.hh-faqs.hwid-300{
		min-width: 400px;
	}
}
@media screen and (max-width:767px){
  .h-sections iframe{
		width:100%;
	}
	 .chro-tabs-desc {
		padding: 15px 15px;
	}
	 .green-box-background {   
		padding: 30px 15px;
	}
	 .chro-tabs {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	 .hmt-5 {
		margin-top: 3rem;
	}
	 .acf-image{
		flex:1 1 1;
		max-width:100%;
		width:100%;
	}
	 .footer_bottom ul {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}
/*# sourceMappingURL=style.css.map */
