.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: azo-sans-web, sans-serif;
  color: #052240;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 760px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 980px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-content.wide {
  max-width: 1210px;
}

.light-wrapper {
  position: relative;
  padding-left: 28px;
}

.light-wrapper.no-padding {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-lightbulb {
  position: relative;
  z-index: 1;
  width: 230px;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #052240;
  font-size: 68px;
  line-height: 74px;
}

.orange {
  color: #e57c25;
}

.hero-orange {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 144px;
  height: auto;
  margin-bottom: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom-right-radius: 42px;
  background-color: #e57c25;
}

.hero-orange.wide-orange {
  width: 278px;
}

.orange-block {
  width: 2000px;
  height: 100%;
  margin-left: -2000px;
  background-color: #e57c25;
}

.name-hero {
  margin-bottom: 60px;
  color: #052240;
  font-size: 21px;
  font-weight: 700;
}

.circle-hero-1 {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 15px;
  border-color: #fff;
  border-radius: 100%;
}

.circle-wrapper {
  position: absolute;
  left: -50px;
  top: 110px;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.circle-1-shadow {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 15px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.circle-wrapper-2 {
  position: absolute;
  left: auto;
  top: 38px;
  right: -6px;
  bottom: auto;
  z-index: 2;
}

.circle-hero-2 {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border: 10px solid #052240;
  border-radius: 100%;
}

.circle-2-shadow {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 15px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.hero-button {
  margin-top: 60px;
  padding: 11px 40px;
  border: 1px solid #e57c25;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e57c25;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #e57c25;
  color: #fff;
}

.big-title {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2;
  width: 390px;
  margin-top: 85px;
}

.menu-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.menu-wrapper.static {
  position: relative;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1210px;
  padding: 50px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 115px;
}

.nav-bar {
  background-color: transparent;
}

.nav-link {
  padding: 10px 17px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #052240;
  font-size: 16px;
}

.nav-link:hover {
  border-bottom-color: #e57c25;
  color: #e57c25;
}

.nav-link.w--current {
  border-bottom-color: #e57c25;
  color: #e57c25;
}

.brand {
  padding-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.scroll-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-text {
  margin-top: -70px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #e57c25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.overflow {
  overflow: hidden;
  padding-bottom: 230px;
}

.section.grey {
  background-color: #f6f8f8;
}

.section.dark {
  background-color: #052240;
}

.section.less-top {
  padding-top: 70px;
}

.section.in-contact {
  padding-bottom: 60px;
}

.content {
  width: 100%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.line-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e57c25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.line-title-wrapper.top-element {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.line-title-wrapper.news {
  margin-bottom: 30px;
}

.title-line {
  width: 190px;
  height: 1px;
  margin-right: 60px;
  background-color: #e57c25;
}

.title-line.next {
  margin-right: 0px;
  margin-left: 60px;
}

.title-line.dark-line {
  background-color: #052240;
}

.what-we-do-text {
  width: 450px;
  font-size: 33px;
  line-height: 43px;
  font-weight: 700;
}

.what-we-do-text.wide {
  width: 740px;
}

.what-we-do-text.white {
  width: 550px;
  color: #fff;
  font-size: 28px;
  line-height: 39px;
}

.photo-section {
  padding-bottom: 30%;
  background-image: url('../images/photo-mid2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  margin-right: -40px;
  margin-left: -40px;
}

.slide-div {
  width: 33.333333%;
  padding: 10px 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slide-title {
  margin-bottom: 30px;
  color: #e57c25;
  font-size: 20px;
  font-weight: 700;
}

.slide-text {
  margin-bottom: 0px;
  color: #052240;
  font-size: 15px;
  font-weight: 500;
}

.slide-divider {
  width: 1px;
  background-color: #d5d5d5;
}

.slider-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-link:hover {
  border-color: #e57c25;
  background-color: #e57c25;
}

.arrow {
  width: 15px;
}

.slider-dot {
  width: 11px;
  height: 11px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100%;
  background-color: #052240;
  opacity: 0.4;
}

.slider-dot.active {
  opacity: 1;
}

.how-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.how-photo-wrapper {
  position: relative;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.how-photo {
  position: relative;
  z-index: 1;
  width: 500px;
  height: 750px;
  margin-top: 40px;
  margin-right: -110px;
  background-image: url('../images/how-we-work2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.how-we-work-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.how-icon {
  width: 62px;
  margin-right: 45px;
}

.how-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.how-text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.text-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.how-text-wrapper {
  max-width: 440px;
}

.logo-back {
  position: absolute;
  left: -80px;
  top: auto;
  right: auto;
  bottom: -150px;
  width: 310px;
}

.video-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.video-text-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.video-overlay-wrapper {
  position: relative;
  padding-top: 0px;
  padding-bottom: 100px;
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(5, 34, 64, 0.9);
}

.video-empty-element {
  width: 300px;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.overlay-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-right: -100%;
  background-color: rgba(5, 34, 64, 0.9);
}

.back-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.video-block:hover {
  color: #e57c25;
}

.video-title-block {
  width: 220px;
  margin-right: 80px;
}

.video-line {
  width: 190px;
  height: 1px;
  margin-bottom: 20px;
  background-color: #e57c25;
}

.video-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.video-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  text-align: justify;
}

.red-more-text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.clients-about-us {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
}

.clients-about-us.big {
  font-size: 53px;
  line-height: 57px;
}

.clients-about-us.big.orange-color {
  color: #e57c25;
}

.testimonials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote {
  width: 48px;
}

.slide-div-quote {
  width: 440px;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
}

.quote-line {
  width: 112px;
  height: 1px;
  margin: 45px auto;
  background-color: #e57c25;
}

.quote-name {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.quote-dots-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding-top: 100px;
  background-color: #052240;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  width: 130px;
}

.footer-text {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  text-align: right;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}

.footer-bottom-text {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}

.sb-link {
  color: #fff;
}

.privacy {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.privacy:hover {
  text-decoration: underline;
}

.social-link {
  margin-left: 20px;
}

.social-link-img {
  width: 36px;
}

.social-link-img:hover {
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.help-text {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
}

.button-calendly-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-calendly-wrapper.in-contact-button {
  margin-top: 20px;
}

.button-calendly {
  padding: 11px 40px;
  border: 1px solid #e57c25;
  background-color: #e57c25;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-calendly:hover {
  background-color: transparent;
  color: #e57c25;
}

.calendly-info {
  margin-left: 30px;
  color: #e57c25;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-main-wrapper.main-block {
  margin-top: 0px;
}

.news-block {
  width: 33.333333333333336%;
  padding: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news-listing-photo {
  height: 165px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/business-young-people-meeting-conference-ZN6XB4M2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.news-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.date-news {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e57c25;
  color: #e57c25;
  font-size: 13px;
  letter-spacing: 2px;
}

.news-title {
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
}

.red-more {
  margin-top: 20px;
  color: #e57c25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.flex-news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #052240;
  text-decoration: none;
}

.flex-news-block:hover {
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.3);
}

.more-news-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-more {
  padding: 11px 40px;
  border: 1px solid #e57c25;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e57c25;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-more:hover {
  background-color: #e57c25;
  color: #fff;
}

.team-tabs-wrapper {
  margin-top: 60px;
}

.tab-link {
  padding: 40px 200px 40px 80px;
  background-color: transparent;
  color: #052240;
}

.tab-link.w--current {
  background-color: #052240;
  color: #fff;
}

.our {
  margin-bottom: 10px;
  color: #e57c25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tab-name {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.tab-menu {
  margin-bottom: 60px;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-block {
  width: 33.33333333%;
  padding: 10px;
  cursor: help;
}

.photo-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.person-about-small {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 25px 30px;
  background-color: rgba(5, 34, 64, 0.85);
}

.pesron-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.person-name {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.person-name.dark {
  color: #052240;
}

.person-position {
  color: #e57c25;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.person-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(5, 34, 64, 0.85);
}

.person-about {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  text-align: justify;
}

.group-photo {
  margin-top: 100px;
}

.up-link {
  color: #e57c25;
  text-decoration: none;
}

.up-link.dark {
  color: #052240;
}

.work-block {
  width: 33.33333333%;
  padding: 10px;
  cursor: help;
}

.work-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #052240;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.work-div:hover {
  background-color: #e57c25;
}

.question-mark {
  width: 90px;
  margin-bottom: 60px;
}

.expert-block {
  width: 33.33333%;
  padding: 30px;
}

.description-wrapper {
  overflow: hidden;
  margin-top: 20px;
}

.see-more-link {
  margin-right: 10px;
  color: #052240;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.see-more-wrapper {
  margin-top: 20px;
}

.arrow-up {
  width: 11px;
}

.about-expert-text {
  margin-bottom: 0px;
  text-align: justify;
}

.chess {
  position: relative;
  z-index: 1;
  width: 570px;
}

.what-we-do-title {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #e57c25;
  font-size: 53px;
  line-height: 53px;
}

.what-we-do-hero {
  max-width: 470px;
  margin-right: 50px;
}

.what-we-do-hero-text {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 22px;
}

.bold-orange {
  color: #e57c25;
  font-weight: 700;
}

.arrow-down-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #e57c25;
}

.arrow-down {
  width: 13px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.stages-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-right: -60px;
  margin-left: -60px;
}

.stage-block {
  padding-right: 60px;
  padding-bottom: 30px;
  padding-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stage-line {
  width: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.stage-icon {
  width: 62px;
}

.stage-name {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #e57c25;
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
}

.stage-para {
  color: #fff;
  text-align: justify;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-block {
  position: relative;
  width: 33.333333%;
  padding: 40px 30px;
}

.services-letter {
  color: #e57c25;
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
}

.services-letter.dark {
  color: #052240;
}

.services-line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #e57c25;
}

.service-name {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.back-letter {
  position: absolute;
  left: auto;
  top: 155px;
  right: 30px;
  bottom: auto;
  color: #fff;
  font-size: 226px;
  line-height: 211px;
  font-weight: 700;
}

.subpage-about {
  width: 50%;
  margin-top: 60px;
  font-size: 16px;
  line-height: 22px;
}

.programs-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.program-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.program-photo {
  height: 270px;
  background-image: url('../images/austin-distel-rxpThOwuVgE-unsplash2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.program-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.program-title {
  font-size: 33px;
  line-height: 43px;
  font-weight: 700;
}

.program-short-about {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bony-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bony-name {
  font-size: 20px;
  font-weight: 700;
}

.see-more-button {
  padding: 10px 30px;
  border: 1px solid #052240;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #052240;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.see-more-button:hover {
  border-color: #e57c25;
  background-color: #e57c25;
  color: #fff;
}

.bony-line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d5d5d5;
}

.contact-section {
  background-color: #f6f8f8;
}

.contact-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-element {
  min-height: 460px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html {
  width: 100%;
  height: 100%;
}

.contact-half-div {
  width: 605px;
  padding-left: 20px;
}

.contact-name {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.address {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.office-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #e57c25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.email-link {
  display: inline-block;
  margin-top: 30px;
  color: #e57c25;
  font-size: 17px;
  font-weight: 500;
}

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.help-contact-text {
  margin-top: 60px;
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-numbers {
  margin-right: 4px;
  margin-left: 4px;
  color: #052240;
  text-decoration: none;
}

.page-numbers.current {
  color: #e57c25;
}

.partners-title {
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
}

.partners-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-logo {
  height: 65px;
  margin-left: 60px;
}

.program-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.program-details-div {
  min-width: 100px;
  margin-right: 0px;
}

.program-label {
  margin-bottom: 15px;
  color: #e57c25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.program-label-bold {
  font-size: 20px;
  font-weight: 700;
}

.coordinator-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coordinator-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coordinator-div.space {
  margin-top: 30px;
}

.coordinator-photo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
  background-image: url('../images/klimek2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.cor-name {
  margin-bottom: 5px;
  color: #e57c25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cor-email {
  display: inline-block;
  margin-bottom: 5px;
  color: #052240;
  text-decoration: none;
}

.cor-email:hover {
  text-decoration: underline;
}

.cor-phone {
  color: #052240;
  text-decoration: none;
}

.cor-phone:hover {
  text-decoration: underline;
}

.cor-contact-title {
  font-size: 33px;
  line-height: 43px;
  font-weight: 700;
}

.programs-title {
  margin-bottom: 60px;
  font-size: 33px;
  line-height: 43px;
  font-weight: 700;
}

.programs-title.white {
  color: #fff;
}

.about-project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-project-text {
  width: 45%;
  margin-bottom: 0px;
  text-align: justify;
}

.additional-text {
  font-size: 15px;
}

.how-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.how-line {
  width: 1px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #d5d5d5;
}

.how-block {
  padding-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.number {
  color: #e57c25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.rich-text ul {
  margin-top: 30px;
}

.rich-text li {
  margin-bottom: 20px;
  padding-left: 25px;
  background-image: url('../images/arrow-list.svg');
  background-position: 0% 7px;
  background-size: 7px;
  background-repeat: no-repeat;
}

.rich-text.white-text {
  color: #fff;
}

.harmonogram-element {
  margin-top: 20px;
  font-size: 15px;
}

.news-width {
  max-width: 720px;
}

.newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-block {
  width: 58%;
  margin-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.newsletter-form-block {
  margin-bottom: 0px;
}

.newsletter-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  height: 36px;
  margin-bottom: 0px;
  border: 1px solid #052240;
  background-color: transparent;
}

.text-field::-webkit-input-placeholder {
  color: #052240;
  font-size: 13px;
}

.text-field:-ms-input-placeholder {
  color: #052240;
  font-size: 13px;
}

.text-field::-ms-input-placeholder {
  color: #052240;
  font-size: 13px;
}

.text-field::placeholder {
  color: #052240;
  font-size: 13px;
}

.submit-newsletter {
  margin-left: 20px;
  padding: 0px 65px;
  border: 1px solid #e57c25;
  background-color: #e57c25;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-newsletter:hover {
  background-color: transparent;
  color: #e57c25;
}

.checkbox-wrapper {
  margin-top: 30px;
  margin-bottom: 0px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  border-color: #052240;
  border-radius: 0px;
}

.checkbox.w--redirected-checked {
  border-color: #e57c25;
  background-color: #e57c25;
  background-size: 12px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.check-label {
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 400;
}

.reg-link {
  color: #052240;
}

.success {
  background-color: #fff;
}

.help-wrapper {
  margin-top: 60px;
}

.help {
  font-size: 18px;
  line-height: 26px;
}

.next-prev-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gellery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 10px;
}

.lightbox-link {
  width: 100%;
  height: 160px;
  background-image: url('../images/austin-distel-rxpThOwuVgE-unsplash2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.news-title-single {
  margin-bottom: 60px;
  font-size: 33px;
  line-height: 43px;
}

.hero-text-wrapper {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .hero-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-content.wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .light-wrapper {
    padding-left: 60px;
  }
  .light-wrapper.no-padding {
    margin-bottom: 30px;
    padding-left: 53px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-orange {
    width: 196px;
  }
  .circle-wrapper {
    left: 0px;
  }
  .circle-wrapper-2 {
    right: 0px;
  }
  .big-title {
    width: 230px;
  }
  .nav-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav-link {
    color: #fff;
  }
  .nav-menu {
    padding: 30px;
    background-color: #052240;
  }
  .section.overflow {
    padding-bottom: 100px;
  }
  .what-we-do-text {
    width: auto;
    font-size: 28px;
    line-height: 38px;
  }
  .what-we-do-text.wide {
    font-size: 28px;
    line-height: 38px;
  }
  .what-we-do-text.white {
    width: auto;
  }
  .slider-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
  .slide-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .how-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .how-photo-wrapper {
    display: none;
  }
  .how-text-wrapper {
    max-width: 100%;
  }
  .video-overlay-wrapper {
    margin-left: -20px;
    padding-left: 20px;
  }
  .video-empty-element {
    display: none;
  }
  .clients-about-us {
    font-size: 28px;
    line-height: 28px;
  }
  .clients-about-us.big {
    font-size: 40px;
    line-height: 50px;
  }
  .help-text {
    font-size: 28px;
    line-height: 28px;
  }
  .news-listing-photo {
    height: 120px;
  }
  .news-info-block {
    padding: 20px;
  }
  .news-title {
    font-size: 16px;
    line-height: 20px;
  }
  .tab-link {
    padding: 20px 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .expert-block {
    width: 50%;
  }
  .chess {
    width: 420px;
  }
  .what-we-do-title {
    color: #052240;
  }
  .what-we-do-hero {
    position: relative;
    z-index: 2;
    max-width: 80%;
    margin-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .arrow-down-link {
    background-color: #052240;
  }
  .stages-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
  .stage-block {
    padding: 0px 30px;
  }
  .services-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
  .services-block {
    width: 50%;
  }
  .program-photo {
    height: 180px;
  }
  .program-title {
    font-size: 28px;
    line-height: 38px;
  }
  .bony-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bony-name {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .partners-title {
    font-size: 28px;
    line-height: 28px;
  }
  .partner-logo {
    height: 46px;
    margin-left: 30px;
  }
  .how-line {
    margin-right: 30px;
    margin-left: 30px;
  }
  .gallery-block {
    width: 33.333%;
  }
  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu-button.w--open {
    background-color: #e57c25;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-content {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .light-wrapper.no-padding {
    display: none;
  }
  .hero-lightbulb {
    width: 180px;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-orange {
    width: 171px;
    margin-bottom: 50px;
  }
  .hero-orange.wide-orange {
    width: 171px;
  }
  .name-hero {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .circle-hero-1 {
    width: 80px;
    height: 80px;
    border-width: 12px;
  }
  .circle-1-shadow {
    width: 80px;
    height: 80px;
    border-width: 12px;
  }
  .circle-hero-2 {
    width: 40px;
    height: 40px;
    border-width: 6px;
  }
  .circle-2-shadow {
    width: 40px;
    height: 40px;
  }
  .hero-button {
    margin-top: 30px;
  }
  .big-title {
    width: 170px;
  }
  .logo {
    width: 90px;
  }
  .scroll-wrapper {
    display: none;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.less-top {
    padding-top: 60px;
  }
  .line-title-wrapper.top-element {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-line {
    margin-right: 30px;
  }
  .title-line.next {
    width: 100px;
    margin-left: 30px;
  }
  .title-line.dark-line {
    width: 100px;
  }
  .what-we-do-text {
    width: auto;
    font-size: 24px;
    line-height: 34px;
  }
  .what-we-do-text.wide {
    width: auto;
    font-size: 24px;
    line-height: 34px;
  }
  .what-we-do-text.white {
    font-size: 24px;
    line-height: 34px;
  }
  .slider-wrapper {
    margin-top: 60px;
  }
  .slide-title {
    font-size: 16px;
  }
  .slide-text {
    font-size: 12px;
    line-height: 16px;
  }
  .arrow-link {
    margin-right: 20px;
    margin-left: 20px;
  }
  .how-icon {
    width: 50px;
    margin-right: 30px;
  }
  .how-title {
    font-size: 16px;
  }
  .how-text {
    font-size: 12px;
    line-height: 16px;
  }
  .video-overlay-wrapper {
    padding-bottom: 60px;
  }
  .video-block {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-title-block {
    width: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .video-title {
    font-size: 16px;
    line-height: 20px;
  }
  .video-text {
    font-size: 12px;
    line-height: 16px;
  }
  .clients-about-us {
    font-size: 24px;
    line-height: 34px;
  }
  .clients-about-us.big {
    font-size: 26px;
    line-height: 36px;
  }
  .slide-div-quote {
    width: auto;
    font-size: 16px;
    line-height: 20px;
  }
  .quote-line {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .quote-name {
    font-size: 12px;
  }
  .quote-dots-wrapper {
    margin-top: 30px;
  }
  .footer {
    padding-top: 60px;
  }
  .footer-flex {
    margin-bottom: 30px;
  }
  .footer-logo {
    width: 90px;
  }
  .footer-text {
    font-size: 11px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-bottom-text {
    text-align: center;
  }
  .socials-wrapper {
    margin-top: 10px;
  }
  .social-link-img {
    width: 30px;
  }
  .help-text {
    font-size: 24px;
  }
  .news-block {
    width: 100%;
  }
  .news-listing-photo {
    height: 230px;
  }
  .team-tabs-wrapper {
    margin-top: 0px;
  }
  .tab-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tab-name {
    font-size: 20px;
    line-height: 20px;
  }
  .team-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .team-block {
    width: 50%;
  }
  .photo-block {
    height: 280px;
  }
  .person-about-small {
    padding: 20px;
  }
  .person-name {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .person-name.dark {
    font-size: 16px;
  }
  .person-overlay {
    display: none;
    padding: 20px;
  }
  .person-about {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .up-link {
    font-size: 12px;
  }
  .up-link.dark {
    font-size: 12px;
  }
  .work-block {
    width: 50%;
  }
  .work-div {
    font-size: 16px;
  }
  .question-mark {
    width: 60px;
    margin-bottom: 30px;
  }
  .expert-block {
    padding: 20px;
  }
  .about-expert-text {
    font-size: 12px;
    line-height: 16px;
  }
  .chess {
    width: 310px;
  }
  .what-we-do-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  .what-we-do-hero {
    max-width: 100%;
  }
  .what-we-do-hero-text {
    font-size: 14px;
  }
  .bold-orange.dark-text {
    color: #052240;
  }
  .stages-wrapper {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stage-block {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .stage-icon {
    width: 50px;
  }
  .stage-name {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .services-block {
    padding: 20px;
  }
  .services-letter {
    font-size: 50px;
    line-height: 50px;
  }
  .service-name {
    margin-top: 10px;
    font-size: 13px;
  }
  .subpage-about {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .program-wrapper {
    width: 100%;
  }
  .program-photo {
    height: 240px;
  }
  .program-title {
    font-size: 20px;
    line-height: 26px;
  }
  .program-short-about {
    font-size: 12px;
    line-height: 16px;
  }
  .contact-half {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-element {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .html {
    height: 460px;
  }
  .contact-half-div {
    width: 100%;
  }
  .contact-name {
    font-size: 16px;
    line-height: 20px;
  }
  .address {
    font-size: 14px;
    line-height: 20px;
  }
  .office-text {
    font-size: 11px;
  }
  .email-link {
    font-size: 14px;
  }
  .partners-title {
    font-size: 24px;
  }
  .partners-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .partners-logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .partner-logo {
    height: 40px;
    margin-left: 0px;
  }
  .program-label {
    font-size: 11px;
  }
  .program-label-bold {
    font-size: 16px;
  }
  .cor-contact-title {
    font-size: 20px;
    line-height: 25px;
  }
  .programs-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .about-project-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-project-text {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .how-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .how-block {
    padding-right: 0px;
  }
  .rich-text li {
    font-size: 12px;
    line-height: 16px;
  }
  .rich-text h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .rich-text p {
    font-size: 12px;
    line-height: 16px;
  }
  .harmonogram-element {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsletter-block {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
  .help {
    font-size: 12px;
    line-height: 16px;
  }
  .gallery-block {
    width: 50%;
  }
  .news-title-single {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .light-wrapper {
    display: none;
  }
  .orange.dark-color {
    color: #052240;
  }
  .hero-button {
    border-color: #052240;
    color: #052240;
  }
  .hero-button:hover {
    background-color: #052240;
  }
  .big-title {
    width: 110px;
  }
  .nav-menu {
    padding: 20px;
  }
  .title-line {
    width: 100px;
  }
  .slide-div {
    width: 100%;
  }
  .slide-div.hide {
    display: none;
  }
  .slide-divider {
    display: none;
  }
  .button-calendly-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-calendly {
    padding-right: 19px;
    padding-left: 19px;
  }
  .calendly-info {
    margin-top: 20px;
    margin-left: 0px;
  }
  .our {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-block {
    width: 100%;
  }
  .work-block {
    width: 100%;
  }
  .expert-block {
    width: 100%;
  }
  .services-block {
    width: 100%;
  }
  .program-photo {
    height: 180px;
  }
  .program-div {
    padding: 20px;
  }
  .see-more-button {
    font-size: 11px;
  }
  .help-contact-text {
    font-size: 16px;
    line-height: 20px;
  }
  .partners-logo-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partner-logo {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .program-details-wrapper {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .program-details-div {
    margin-top: 20px;
  }
  .coordinator-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .coordinator-div {
    margin-top: 30px;
  }
  .coordinator-photo {
    width: 60px;
    height: 60px;
  }
  .cor-name {
    font-size: 12px;
  }
  .cor-email {
    font-size: 12px;
  }
  .about-project-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-project-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsletter-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-newsletter {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .next-prev-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-block {
    width: 100%;
  }
}

