.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.menu_right {
  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;
}

.hamb-line {
  height: 5px;
  margin-top: 7px;
  border: 3px none #000;
  border-radius: 20px;
  background-color: #000;
}

.hamb-line.top-line {
  width: 45px;
  height: 5px;
  margin-top: 0px;
  border: 3px none #000;
  border-radius: 50vw;
  background-color: rgba(0, 0, 0, 0.99);
  opacity: 1;
  color: #000;
  line-height: 0px;
}

.hamb-line.center-line {
  width: 30px;
  height: 5px;
  border: 3px none #000;
  border-radius: 20px;
  background-color: #000;
  line-height: 0px;
}

.hamburger-btn {
  position: static;
  top: 19px;
  right: 32px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 60px;
  height: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 0px;
}

.hamburger-btn.menu_icon.menu_open_desk.menu_button_main {
  width: 3.7rem;
  opacity: 1;
}

.menu {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5rem 3.12rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu_left {
  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;
}

.container {
  display: block;
  width: 76rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.button_2-main_button {
  display: inline-block;
  padding: 1.1rem 2.5rem;
  border: 2px solid #000;
  border-radius: 50vw;
  background-color: #000;
  -webkit-transition: background-color 225ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 225ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.button_2-main_button:hover {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
}

.button_1-main_button {
  display: inline-block;
  margin-left: 0.93rem;
  padding: 1.1rem 2.5rem;
  border: 2px solid #000;
  border-radius: 50vw;
  -webkit-transition: background-color 200ms cubic-bezier(.55, .055, .675, .19);
  transition: background-color 200ms cubic-bezier(.55, .055, .675, .19);
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.button_1-main_button:hover {
  background-color: #000;
  color: #fff;
}

.main_button_wrapper {
  margin-top: 2.75rem;
}

.section.home {
  display: block;
  height: 100vh;
  background-color: transparent;
}

.section.home.section1 {
  display: none;
}

.main_video {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 50vw;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main_label {
  width: 23.1rem;
  margin-top: 0.6rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

.main_heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 600;
}

.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.container-2 {
  width: 76rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.container_big {
  width: 76rem;
  margin-right: auto;
  margin-left: auto;
}

.main_desc {
  margin-top: 0.6rem;
  color: #909090;
  font-size: 1.9rem;
  line-height: 1.2;
}

.main_bottom {
  display: none;
}

.container-2-copy {
  width: 76rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding: 30px 3.12rem;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navbar.navbar1 {
  position: static;
  display: block;
}

.logo {
  position: static;
}

.icon {
  color: #fff;
}

.bottom_line {
  position: relative;
  left: 0%;
  top: -77px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.warp_bottom_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.12rem;
  padding-left: 3.12rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item_line {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.7rem;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: underline;
  text-indent: 0px;
  text-transform: uppercase;
  -webkit-column-count: 0;
  column-count: 0;
}

.warp_icon {
  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;
}

.block_icon {
  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-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;
}

.heading_icon {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.8rem;
  padding-bottom: 1.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary_education {
  display: block;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #181e1e;
  background-image: linear-gradient(264deg, rgba(0, 0, 0, 0.86), rgba(26, 26, 26, 0.9) 23%, hsla(0, 0%, 100%, 0.01)), url('../images/Среднее-образование-.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px, 50% 0%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.heading_blocks {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: right;
}

.heading_blocks.black_h {
  color: #000;
  text-align: left;
}

.dec_blocks {
  width: 34.9rem;
  margin-top: 15px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: right;
}

.advantage {
  margin-top: 0px;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
}

.desc_main {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}

.advantage_list {
  margin-top: 40px;
}

.advantage_list_item {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}

.advantage_item {
  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;
}

.line_advantage {
  width: 20px;
  height: 4px;
  margin-right: 10px;
  border-radius: 50vw;
  background-color: #8cc53f;
}

.advantage_warp {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.partners_heading {
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.flag_item {
  width: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.flag_item:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.flag_warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-52 {
  left: -20px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-63 {
  margin-bottom: 20px;
  text-align: left;
}

.paragraph-47 {
  color: #737373;
  font-weight: 400;
  text-align: left;
}

.button-2 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 15px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
  background-color: #111;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 300;
}

.button-2:hover {
  background-color: #fff;
  color: #111;
}

.list-item-8 {
  margin-bottom: 10px;
}

.columns-7 {
  margin-top: 10px;
}

.link-block-35 {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #111;
  font-family: Montserrat, sans-serif;
}

.column-53 {
  left: -70px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-28 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #737373;
  font-weight: 300;
}

.text-block-28:hover {
  color: #fff;
}

.column-51 {
  left: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.list-item-13 {
  margin-bottom: 10px;
}

.column-55 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-3 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #737373;
  font-weight: 300;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
}

.link-block-34 {
  color: #000;
  text-decoration: none;
}

.link-block-34:hover {
  color: #111;
}

.container-4 {
  position: relative;
}

.heading-63 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.column-50 {
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-46 {
  color: #737373;
  font-weight: 300;
}

.column-54 {
  text-align: right;
}

.text-block-29 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #737373;
  font-weight: 300;
}

.text-block-29:hover {
  color: #f1f1f1;
}

.link-block-8 {
  display: inline;
  text-decoration: none;
}

.image-3 {
  margin-right: 0px;
  opacity: 0.3;
}

.image-3:hover {
  opacity: 0.7;
}

.div-block-29 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block-5 {
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #adadad;
  font-size: 0.8rem;
  font-weight: 400;
}

.text-block-5:hover {
  color: #adadad;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #181818;
  background-color: #000;
}

.row-2 {
  width: 100%;
}

.column {
  position: relative;
}

.image-5 {
  opacity: 0.3;
}

.image-5:hover {
  opacity: 0.7;
}

.link-block {
  margin-right: 8px;
}

.paragraph-2 {
  border-top: 1px none #000;
  color: #000;
  font-size: 6px;
}

.text-block-2 {
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-3 {
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -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;
}

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

.brand.w--current {
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.brand.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.brand.text {
  padding-top: 15px;
  padding-left: 4px;
}

.brand.text.footer {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 4px;
  background-color: rgba(17, 17, 17, 0);
}

.nav-menu {
  position: absolute;
  display: none;
  overflow: auto;
  width: 20rem;
  padding-top: 140px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.9);
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.heading-60 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-45 {
  font-family: Montserrat, sans-serif;
  color: #e2e2e2;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: lowercase;
}

.heading-61 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #8cc53f;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 4px;
}

.experience {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  background-color: #2b2b2b;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lend_blok_head-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.3rem;
  font-weight: 700;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lend_blok-3 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #7cb62e;
}

.lend_blok_data_box_block_containe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.lend_blok_data_box_button_txt {
  margin-left: 2rem;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  line-height: 1.8;
}

.lend_blok_data_box_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.lend_blok_data_box {
  margin-bottom: 0px;
  color: #fff;
}

.lend_blok_data_box_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.75rem;
  -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;
}

.lend_blok_data_box_input {
  width: 16rem;
  padding: 0px 0px 0.87rem;
}

.lend_blok_data_box_input.lend_blok_data_box_input_6 {
  width: 35rem;
  margin-top: 3.4rem;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.59);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2rem;
}

.lend_blok_data_box_input.lend_blok_data_box_input_6::-webkit-input-placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_6:-ms-input-placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_6::-ms-input-placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_6::placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_1 {
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.59);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.12rem;
  text-align: left;
}

.lend_blok_data_box_input.lend_blok_data_box_input_1::-webkit-input-placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_1:-ms-input-placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_1::-ms-input-placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_1::placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_2 {
  margin-bottom: 0px;
  margin-left: 3rem;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.59);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.12rem;
}

.lend_blok_data_box_input.lend_blok_data_box_input_2::-webkit-input-placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_2:-ms-input-placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_2::-ms-input-placeholder {
  color: #fff;
}

.lend_blok_data_box_input.lend_blok_data_box_input_2::placeholder {
  color: #fff;
}

.blok_main_right_txt_wrapper {
  margin-top: 1.5rem;
}

.lend_blok_page_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7.56rem;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.lend_blok_box-3 {
  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;
}

.image-33 {
  width: 1.2rem;
  margin-left: 1.87rem;
}

.image-33.blok_main_right_txt_icon {
  display: block;
}

.button_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17.18rem;
  padding: 1.1rem 2.5rem;
  -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: 2px solid #000;
  border-radius: 50vw;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.button_2.lend_blok_data_brief_button.send_form_led_blog {
  border-color: #fff;
  background-color: #7db631;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  cursor: pointer;
}

.button_2.lend_blok_data_brief_button.send_form_led_blog:hover {
  background-color: #fff;
  color: #7db631;
}

.button_2.popup_succsess_button {
  margin-top: 2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.25rem;
}

.blok_main_right_txt-3 {
  width: 19.2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #636363;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 500;
}

.image-34 {
  background-color: #000;
}

.partner_main {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f3f3;
}

.standart-section {
  position: relative;
  width: auto;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-image: url('../images/logo_bg.jpg');
  background-position: 90% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
}

.heading-64 {
  margin-bottom: 30px;
  color: #000;
  font-size: 20.8px;
  line-height: 1.3;
  font-weight: 400;
}

.div-block-40 {
  display: block;
  max-width: 70px;
  margin-top: 14px;
  margin-bottom: 29px;
  border-top: 5px solid #90c745;
  border-radius: 2.5px;
}

.paragraph-44 {
  display: block;
  width: 45%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}

.div-block-58 {
  position: absolute;
  left: auto;
  top: -19%;
  right: 0%;
  bottom: 0%;
  margin-left: 0px;
  float: right;
}

.image-24 {
  width: 407px;
  height: 544px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.background-video {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.lend_stages_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-16 {
  position: static;
}

.lend_stages_block_top_line-2 {
  width: 4px;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #8cc63f;
}

.lend_stages_block_txt {
  margin-top: 0.1rem;
  margin-bottom: 3rem;
  margin-left: 1rem;
  padding-right: 3rem;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.2rem;
}

.standart-section-2 {
  position: relative;
  width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.standart-section-2.work {
  padding-left: 70px;
  background-color: #fff;
  background-image: url('../images/Юля.png');
  background-position: 90% 70%;
  background-size: 400px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.lend_stages_block_top_circle-2 {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px solid #8cc63f;
  border-radius: 50vw;
}

.heading-59 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.lend_stages_wrapper_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0rem;
  padding-right: 0px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.paragraph-43 {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
  color: #4f4f4f;
  font-size: 1rem;
  line-height: 1.4;
}

.green_line {
  width: 8rem;
  height: 6px;
  border-radius: 8px;
  background-color: #8cc63f;
}

.lend_stages_block_top {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  background-color: #000;
  color: #fff;
  text-align: right;
}

.nav-link-2 {
  color: #fff;
  text-align: right;
}

.nav-link-3 {
  color: #fff;
  text-align: right;
}

.menu-button {
  background-color: transparent;
}

.menu-button.w--open {
  background-color: transparent;
}

.maps {
  width: 70%;
  padding-top: 25px;
}

.div-block-59 {
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.heading-65 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20.8px;
  line-height: 1.3;
  font-weight: 400;
}

.heading-66 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-31 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-bottom: 40px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contacts {
  display: block;
  width: 30%;
  height: auto;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.heading-62 {
  color: #000;
  font-size: 20.8px;
  font-weight: 400;
}

.text-block-30 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}

.paragraph-50 {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}

.dropdown-link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
}

.dropdown-link-2:hover {
  color: #8cc53f;
}

.div-block-88 {
  display: inline-block;
  margin-top: 38px;
}

.paragraph-40 {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-40.phone_two {
  display: none;
}

.paragraph-41 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.link-block-id2 {
  position: relative;
  display: none;
  overflow: visible;
  width: 210px;
  margin: 0px 0px 10px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
	cursor: pointer;
}

.link-block-id2:hover {
  border-color: #ef2525;
  background-color: #ef2525;
  color: #fff;
}

.column-38 {
  text-align: right;
}

.link-block-38 {
  text-decoration: none;
}

.heading-55 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4.1rem;
  line-height: 60px;
  font-weight: 600;
}

.paragraph-42 {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-weight: 300;
  text-align: right;
}

.play-video-block {
  padding-top: 106px;
  padding-bottom: 106px;
  text-align: center;
}

.image-16 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-2 {
  position: static;
  z-index: 100002;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  box-shadow: inset -9px -9px 19px 0 #000;
}

.container-5 {
  margin-top: 20px;
}

.link-block-id {
  position: relative;
  display: block;
  overflow: visible;
  width: 210px;
  margin: 0px 0px 10px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.link-block-id:hover {
  border-color: #8cc53f;
  background-color: #8cc53f;
  color: #fff;
}

.image-17 {
  padding-right: 7px;
}

.brand-3 {
  padding-top: 15px;
}

.nav-menu-2 {
  font-family: Montserrat, sans-serif;
}

.text-block-26 {
  color: #fff;
  font-weight: 400;
}

.nav-link-33 {
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.nav-link-33:hover {
  color: #8cc53f;
}

.columns-4 {
  position: relative;
  top: 10px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.nav-link-34 {
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 15px;
}

.nav-link-34:hover {
  color: #8cc53f;
}

.columns-5 {
  margin-bottom: 20px;
}

.phone_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 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;
}

.link-block-36 {
  position: relative;
  top: -44px;
  padding: 20px 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.link-block-36:hover {
  color: #8cc53f;
}

.main-btn-2 {
  margin-right: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: red;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 400;
}

.main-btn-2:hover {
  background-color: rgba(0, 54, 177, 0.68);
}

.main-lnk {
  padding-left: 5px;
}

.image-36 {
  color: #111;
}

.text-block-37 {
  font-size: 14px;
}

.navbar-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image-20 {
  padding-right: 6px;
  background-color: transparent;
}

.dropdown-toggle {

  margin-top: 22px;
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.dropdown-toggle:hover {
  color: #ef2525;
}

.div-block-47 {
  display: inline-block;
}

.dropdown-list {
  background-color: #c49d9d;
}

.dropdown-list.w--open {
  top: 2rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.86);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.phone-dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-arrow {
    margin-left: 8px;
    font-size: 12px;
	  color:#fff;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    top: 100%;
    left: 0;
  }
  
  .dropdown-link {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-link:hover {
    background-color: #f1f1f1;
  }
  
  .dropdown-content.show {
    display: block;
  }

.div-block-46 {
  position: static;
  left: 0%;
  top: -34px;
  right: 0%;
  bottom: 7%;
  margin-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
}

.text-block-35 {
  display: block;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.heading-67 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 29px;
  font-weight: 500;
}

.background-video-2 {
  display: block;
  height: 100vh;
  padding-bottom: 0px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-89 {
  position: relative;
  top: 45px;
}

.standart-red-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #8cc63f;
  font-family: Montserrat, sans-serif;
}

.columns-10 {
  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;
}

.column-63 {
  top: -1px;
  padding-top: 0px;
  text-align: center;
}

.div-block-74 {
  position: relative;
  display: inline-block;
}

.image-37 {
  width: 100px;
  height: 99px;
}

.column-64 {
  top: auto;
}

.div-block-75 {
  position: relative;
  top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-52 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}

.container-17 {
  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;
}

.image-38 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.social_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.1rem;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social_icons.footer_soc_icons {
  width: 9rem;
}

.soc_icon_link {
  opacity: 0.34;
}

.soc_icon_link:hover {
  opacity: 0.7;
}

.link-block-39 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.soc_img.white_icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.soc_img.white_icon.fb_icon {
  -webkit-filter: none;
  filter: none;
}

.social_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -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: transparent;
  cursor: pointer;
}

.div-block-70 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 550px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(250, 0, 0, 0);
}

.tests {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

.heading-68 {
  margin-bottom: 20px;
  color: #000;
  font-size: 20.8px;
  line-height: 1.3;
  font-weight: 400;
}

.columns-9 {
  margin-top: 40px;
}

.div-block-80 {
  margin-bottom: 20px;
}

.contact {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}

.div-block-90 {
  margin-bottom: 60px;
}

.heading-69 {
  margin-bottom: 10px;
  color: #000;
  font-size: 20.8px;
  line-height: 1.3;
  font-weight: 400;
}

.text-block-38 {
  font-size: 1rem;
  line-height: 1.3;
}

.text-block-39 {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}

.list-item-16 {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-18 {
  font-family: Montserrat, sans-serif;
}

.popup_succsess_logo {
  width: 5.93rem;
}

.popup_succsess_block {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.popup_succsess_desc {
  margin-top: 2.12rem;
  font-family: Montserrat, sans-serif;
  color: rgba(51, 51, 51, 0.75);
  font-size: 1.7rem;
}

.popup_showreel_top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.12rem;
  padding-right: 3.45rem;
  padding-left: 3.12rem;
  -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;
}

.popup_succsess_head {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
}

.popup_showreel_top_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.popup_succsess_top_icon {
  width: 1.6rem;
}

.popup_succsess_top_icon.popup_succsess_close {
  margin-left: 9.62rem;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.popup_succsess_top_icon.popup_succsess_close:hover {
  opacity: 1;
}

.popup_succsess {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
}

.text-block-32 {
  font-size: 1.3rem;
  text-align: center;
}

.college_warp {
  position: static;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.tabs-menu {
  margin-top: 0px;
}

.college_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CATS-Boston.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CATS-Boston.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 200ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
}

.college_item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.college_item.wrap_item27 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/St.-George’s-School-Cologne.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/St.-George’s-School-Cologne.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_2 {
  padding-top: 5.1rem;
  padding-bottom: 5.1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Saint-John-Paul-II-Academy-Amerigo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Saint-John-Paul-II-Academy-Amerigo.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item45 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Lemania-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lemania-College.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item42 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/TASIS-Switzerland.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/TASIS-Switzerland.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item14c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ELS.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ELS.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item44 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Marshall-University-·.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Marshall-University-·.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Cretin-Derham-Hall-Amerigo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Cretin-Derham-Hall-Amerigo.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item41 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Western-Washington-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Western-Washington-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item38 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Texas-AM-University-Corpus-Christi.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Texas-AM-University-Corpus-Christi.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item59 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/California-State-Monterey-Bay.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/California-State-Monterey-Bay.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item67 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SAE-Institute-Media-and-Art.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SAE-Institute-Media-and-Art.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item33 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Merrimack.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Merrimack.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bishop-Montgomery-High-School-Amerigo.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bishop-Montgomery-High-School-Amerigo.png');
  background-size: auto, cover;
}

.college_item.wrap_item55 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Arizona-State-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Arizona-State-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item22 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/legman.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/legman.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item62 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/California-State-University-Northridge-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/California-State-University-Northridge-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item64 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hult-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hult-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Calverton-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Calverton-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Gould-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Gould-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Kings-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Kings-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item47 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Suffolk-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Suffolk-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item49 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Colorado-State-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Colorado-State-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item65 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/New-York-Film-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/New-York-Film-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Stansted-College-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Stansted-College-min.png');
  background-size: auto, cover;
}

.college_item.wrap_item31 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Long-Island-University-Post.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Long-Island-University-Post.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item25 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Virginia-Commonwealth-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Virginia-Commonwealth-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item54 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Concordia-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Concordia-College.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_41 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AUBURN-UNIVERSITY.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AUBURN-UNIVERSITY.JPG');
  background-size: auto, cover;
}

.college_item.wrap_item16 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Montverde-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Montverde-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_33 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/fce521173bae1ef79a77f0b73666602c.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/fce521173bae1ef79a77f0b73666602c.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Thornton-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Thornton-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Knox-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Knox-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item18 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Mac-Duffie-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Mac-Duffie-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/American-Hebrew-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/American-Hebrew-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/New-Hampton-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/New-Hampton-School.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item70 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/San-Mateo-Colleges-California.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/San-Mateo-Colleges-California.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item39 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Institut-Monte-Rosa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Institut-Monte-Rosa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Darrow-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Darrow-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_17c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ILSC.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ILSC.jpg');
  background-size: auto, cover;
}

.college_item.warp_item_35 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/relacje_danube.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/relacje_danube.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item13c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/EC.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/EC.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item24 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Kensington-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Kensington-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item23 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/International-School-of-Barcelona.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/International-School-of-Barcelona.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item19 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Lyndon-Institute.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lyndon-Institute.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item51 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Saint-Louis-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Saint-Louis-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Fork-Union-Military-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Fork-Union-Military-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item20 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Woodstock-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Woodstock-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item66 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Benedictine-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Benedictine-College.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Carmel-High-School-Amerigo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Carmel-High-School-Amerigo.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item48 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/University-of-South-Florida.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/University-of-South-Florida.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_17_2c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Rennert-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Rennert-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_37 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/Lady-Elizabeth-School.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/Lady-Elizabeth-School.png');
  background-size: auto, cover;
}

.college_item.wrap_item9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Cranbrook-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Cranbrook-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item34 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Oglethorpe-University-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Oglethorpe-University-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item18c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Talk-English.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Talk-English.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Idyllwild-Art-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Idyllwild-Art-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_3 {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Marian-High-School-Amerigo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Marian-High-School-Amerigo.jpg');
  background-size: auto, cover;
}

.college_item.warp_item_36 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/King´s-College-The-British-School-of-Madrid.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/King´s-College-The-British-School-of-Madrid.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item58 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Illinois-Institute-of-Technology.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Illinois-Institute-of-Technology.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item52 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/The-University-of-Alabama-at-Birmingham.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/The-University-of-Alabama-at-Birmingham.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item60 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Rhode-Island.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Rhode-Island.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_17_1c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/SPRACHCAFFE.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/SPRACHCAFFE.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_7 {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Justin-Siena-High-School-Amerigo.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Justin-Siena-High-School-Amerigo.jpeg');
  background-size: auto, cover;
}

.college_item.warp_item_11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1506645815.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1506645815.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CATS-Boston.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CATS-Boston.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_16 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Riverside-Military-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Riverside-Military-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_42 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/UNIVERSITY-OF-CENTRAL-FLORIDA.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/UNIVERSITY-OF-CENTRAL-FLORIDA.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item57 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Pace-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Pace-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_43 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Caxton-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Caxton-College.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item36 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Royal-Roads-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Royal-Roads-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_34 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Salem-International-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Salem-International-College.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item56 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Northeastern-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Northeastern-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item32 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Lipscomb-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lipscomb-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item63 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/FULL-SAIL-UNIVERSITY.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/FULL-SAIL-UNIVERSITY.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item15c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Kaplan.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Kaplan.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_17_1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/The-Village-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/The-Village-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Windermere-Preparatory-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Windermere-Preparatory-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_39 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/LOUISIANA-STATE-UNIVERSITY.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/LOUISIANA-STATE-UNIVERSITY.jpg');
  background-size: auto, cover;
}

.college_item.warp_item_38 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/St.-Georges-School.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/St.-Georges-School.JPG');
  background-size: auto, cover;
}

.college_item.warp_item_6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Archbishop-Curley-High-School-Amerigo-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Archbishop-Curley-High-School-Amerigo-min.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item28 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/The-International-Bilingual-School-of-Provence-IBS.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/The-International-Bilingual-School-of-Provence-IBS.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item50 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/George-Mason-University.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/George-Mason-University.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Foxcroft-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Foxcroft-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item17c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/FLS.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/FLS.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/St.-Pius-X-High-School-Amerigo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/St.-Pius-X-High-School-Amerigo.jpg');
  background-size: auto, cover;
}

.college_item.warp_item_44 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/UMASS-Lowell.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/UMASS-Lowell.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item46 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Leysin-American-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Leysin-American-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item69 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/South-Seattle-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/South-Seattle-College.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item12c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/OHLA.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/OHLA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Lexington-High-School-Amerigo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lexington-High-School-Amerigo.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item35 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/College-Du-Leman.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/College-Du-Leman.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Lawrence-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lawrence-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item30 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Ecole-des-Roches.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Ecole-des-Roches.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_17 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/St.-Andrew’s-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/St.-Andrew’s-School.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item73 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/dsc_1031_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/dsc_1031_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item72 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/NorthCampus_TheCityCollegeofNewYork-.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/NorthCampus_TheCityCollegeofNewYork-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item40 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Surval-School-Montreux.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Surval-School-Montreux.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_17_2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Storm-King-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Storm-King-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item26 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Berlin-Brandenburg-International-School-.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Berlin-Brandenburg-International-School-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item17 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Lincoln-Academy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lincoln-Academy.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item21 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Chapel-Hill-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Chapel-Hill-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item61 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/University-of-North-Texas.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/University-of-North-Texas.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item37 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Institut-auf-dem-Rosenberg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Institut-auf-dem-Rosenberg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item16c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Kings.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Kings.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item68 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Seattle-Central-College.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Seattle-Central-College.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_40 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Institut-Le-Rosey.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Institut-Le-Rosey.jpg');
  background-size: auto, cover;
}

.college_item.wrap_item29 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Ermitage-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Ermitage-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item43 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Oregon-State-University-·-‎.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Oregon-State-University-·-‎.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.wrap_item71 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/University-of-California-Irvine.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/University-of-California-Irvine.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item.warp_item_13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Mater-Dei-High-School-Amerigo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Mater-Dei-High-School-Amerigo.jpg');
  background-size: auto, cover;
}

.college_item.warp_item_34-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AIS_Salzburg_299-e1424601656847.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AIS_Salzburg_299-e1424601656847.jpg');
  background-size: auto, cover;
}

.college_heading {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto;
}

.choice-edu {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tab-link-tab-3 {
  width: 24%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: hsla(0, 0%, 100%, 0);
}

.tab-link-tab-3.w--current {
  width: 25%;
  border-bottom: 5px solid #8cc63f;
  background-color: #fff;
}

.tab-link-tab-1 {
  width: 33%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.tab-link-tab-1.w--current {
  width: 33%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 5px solid #b22234;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  padding-bottom: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.college_item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Abbey-DLD.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Abbey-DLD.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 200ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
}

.college_item-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.college_item-2.warp_item_8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bellerbys.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bellerbys.jpg');
  background-size: auto, cover;
}

.college_item-2.wrap_item5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Caterham.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Caterham.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.wrap_item13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Culford-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Culford-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.warp_item_17 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/St.-Claire’s.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/St.-Claire’s.jpg');
  background-size: auto, cover;
}

.college_item-2.warp_item_2 {
  padding-top: 5.1rem;
  padding-bottom: 5.1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CATS-colleges.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CATS-colleges.jpg');
  background-size: auto, 351px;
}

.college_item-2.warp_item_9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Concord-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Concord-College.jpg');
  background-size: auto, cover;
}

.college_item-2.warp_item_7 {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Taunton-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Taunton-School.jpg');
  background-size: auto, cover;
}

.college_item-2.warp_item_14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ISC.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ISC.png');
  background-size: auto, cover;
}

.college_item-2.wrap_item8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Earlscliffe-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Earlscliffe-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.wrap_item1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/MPW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/MPW.jpg');
}

.college_item-2.warp_item_4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Chelsea-Colleges.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Chelsea-Colleges.jpg');
  background-size: auto, cover;
}

.college_item-2.warp_item_11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/D’Overbroeck’s-college.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/D’Overbroeck’s-college.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.warp_item_6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Box-Hill-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Box-Hill-School.jpg');
  background-size: auto, cover;
}

.college_item-2.wrap_item7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Cardiff-Sixth-Form.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Cardiff-Sixth-Form.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.warp_item_13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Felsted-school.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Felsted-school.png');
  background-size: auto, cover;
}

.college_item-2.warp_item_17_1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/David-Game-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/David-Game-College.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.wrap_item9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bardminton-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bardminton-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.wrap_item10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Adcote-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Adcote-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.warp_item_5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Kensington-Park-school.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Kensington-Park-school.jpg');
  background-size: auto, cover;
}

.college_item-2.wrap_item2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Wycliffe-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Wycliffe-College.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.warp_item_17_2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Rochester-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Rochester-College.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.warp_item_15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Myddleton-College.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Myddleton-College.jpg');
  background-size: auto, cover;
}

.college_item-2.wrap_item4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Felsted.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Felsted.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.wrap_item6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Buckwood-school.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Buckwood-school.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.wrap_item12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Box-Hill-School_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Box-Hill-School_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.wrap_item3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Saint-Michel’s-college.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Saint-Michel’s-college.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.warp_item_16 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Queen-Ethelburga’s.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Queen-Ethelburga’s.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.warp_item_10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Mill-Hill-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Mill-Hill-School.jpg');
  background-size: auto, cover;
}

.college_item-2.warp_item_3 {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ACS-Cobham.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ACS-Cobham.jpg');
  background-size: auto, cover;
}

.college_item-2.wrap_item11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bromsgrove-School.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bromsgrove-School.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-2.wrap_item14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Reddam-House-School.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Reddam-House-School.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_heading-2 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.college_warp-2 {
  position: static;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  background-color: transparent;
}

.college_item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Bodwell-High-School-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Bodwell-High-School-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 200ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
}

.college_item-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.college_item-3.warp_item_11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1506645815.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1506645815.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-3.warp_item_8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Brentwood-college-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Brentwood-college-min.jpg');
  background-size: auto, cover;
}

.college_item-3.warp_item_17_2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/J-Addison-School-AZtPlh.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/J-Addison-School-AZtPlh.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-3.warp_item_13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Pickering-College-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Pickering-College-min.jpg');
  background-size: auto, cover;
}

.college_item-3.warp_item_15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Rutheford-Scholl-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Rutheford-Scholl-min.png');
  background-size: auto, cover;
}

.college_item-3.warp_item_16 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/image_1280px_b138514d761548aa90fc02ad6cb067d4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/image_1280px_b138514d761548aa90fc02ad6cb067d4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-3.warp_item_10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Ashbury-College-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Ashbury-College-min.jpg');
  background-size: auto, cover;
}

.college_item-3.warp_item_17 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Rosseau-Lake-college-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Rosseau-Lake-college-min.png');
  background-size: auto, cover;
}

.college_item-3.warp_item_6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Lakefield-College-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Lakefield-College-min.png');
  background-size: auto, cover;
}

.college_item-3.warp_item_14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Stansted-College-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Stansted-College-min.png');
  background-size: auto, cover;
}

.college_item-3.warp_item_4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Dwight-School-Canada-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Dwight-School-Canada-min.jpg');
  background-size: auto, cover;
}

.college_item-3.warp_item_17_1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bronte.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bronte.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.college_item-3.warp_item_7 {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Appleby-College-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Appleby-College-min.jpg');
  background-size: auto, cover;
}

.college_item-3.warp_item_2 {
  padding-top: 5.1rem;
  padding-bottom: 5.1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Columbia-international-College-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Columbia-international-College-min.jpg');
  background-size: auto, 351px;
}

.college_item-3.warp_item_5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Riddley-College-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Riddley-College-min.jpg');
  background-size: auto, cover;
}

.college_item-3.warp_item_3 {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Vineridge-Academy-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Vineridge-Academy-min.jpg');
  background-size: auto, cover;
}

.college_item-3.warp_item_9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Albert-College-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Albert-College-min.jpg');
  background-size: auto, cover;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media (max-width: 991px) {
  .column-52 {
    left: auto;
  }
  .div-block-63 {
    text-align: left;
  }
  .button-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -28%;
    display: inline-block;
    margin: 10px auto;
    text-align: left;
  }
  .column-53 {
    left: auto;
  }
  .column-51 {
    left: auto;
  }
  .div-block-66 {
    text-align: center;
  }
  .footer-2 {
    padding-left: 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand {
    padding-top: 14px;
    padding-left: 20px;
  }
  .brand.text {
    padding-top: 19px;
  }
  .heading-61 {
    font-size: 32px;
  }
  .div-block-58 {
    top: -9%;
    padding-top: 0px;
  }
  .image-24 {
    width: 400px;
    height: 550px;
  }
  .standart-section-2.work {
    background-image: url('../images/Асем.png');
    background-position: 68% 50%;
    background-size: cover;
  }
  .paragraph-43 {
    width: 60%;
  }
  .div-block-88 {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    float: left;
  }
  .link-block-id2 {
    position: relative;
    left: -15px;
    display: inline-block;
    margin-top: 8px;
    margin-left: 0px;
    float: right;
    clear: right;
  }
  .image-16 {
    width: 64px;
    height: 64px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-2 {
    padding-bottom: 60px;
  }
  .link-block-id {
    position: relative;
    left: -15px;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    float: right;
    clear: right;
  }
  .brand-3 {
    padding-top: 5px;
  }
  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0.91);
    text-align: left;
  }
  .icon-4 {
    padding-top: 0px;
    color: #fff;
  }
  .nav-link-33 {
    margin-top: 0px;
  }
  .menu-button-2 {
    padding-top: 28px;
    padding-bottom: 18px;
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .columns-4 {
    top: 0px;
  }
  .nav-link-34 {
    margin-top: 0px;
  }
  .link-block-36 {
    position: static;
  }
  .main-btn-2 {
    background-color: #ef2525;
  }
  .main-btn-2:hover {
    background-color: rgba(239, 37, 37, 0.76);
  }
  .dropdown {
    display: block;
  }
  .navbar-2 {
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.91);
  }
  .dropdown-toggle {
    top: auto;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
  }
  .text-block-35 {
    display: none;
  }
  .div-block-70 {
    width: 400px;
    background-color: rgba(250, 0, 0, 0);
  }
  .college_item.warp_item_2 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_3 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_39 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_38 {
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Trent-University-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Trent-University-min.jpg');
    background-size: auto, cover;
  }
  .college_item.warp_item_6 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_5 {
    width: 100%;
    height: 100%;
  }
  .college_heading {
    font-size: 1.1rem;
    text-align: center;
  }
  .choice-edu {
    padding-bottom: 0px;
  }
  .college_item-2.warp_item_2 {
    width: 100%;
    height: 100%;
  }
  .college_item-2.warp_item_6 {
    width: 100%;
    height: 100%;
  }
  .college_item-2.warp_item_5 {
    width: 100%;
    height: 100%;
  }
  .college_item-2.warp_item_3 {
    width: 100%;
    height: 100%;
  }
  .college_heading-2 {
    font-size: 1.1rem;
    text-align: center;
  }
  .college_item-3.warp_item_6 {
    width: 100%;
    height: 100%;
  }
  .college_item-3.warp_item_2 {
    width: 100%;
    height: 100%;
  }
  .college_item-3.warp_item_5 {
    width: 100%;
    height: 100%;
  }
  .college_item-3.warp_item_3 {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .div-block-63 {
    text-align: left;
  }
  .list-item-13 {
    padding-left: 1.75rem;
  }
  .column-55 {
    text-align: center;
  }
  .list-item-15 {
    padding-left: 1.75rem;
  }
  .heading-63 {
    padding-left: 1.75rem;
    text-align: left;
  }
  .column-54 {
    text-align: center;
  }
  .div-block-29 {
    margin-top: 15px;
  }
  .text-block-5 {
    text-align: center;
  }
  .footer-2 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .text-block-2 {
    text-align: center;
  }
  .text-block-3 {
    text-align: center;
  }
  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 46px;
    padding-bottom: 46px;
    -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;
  }
  .brand {
    padding-top: 14px;
    padding-left: 10px;
  }
  .brand.text {
    padding-top: 19px;
  }
  .div-block-86 {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 1.75rem;
  }
  .heading-60 {
    margin-left: 1.75rem;
    text-align: left;
  }
  .div-block-83 {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 1.75rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .heading-64 {
    margin-left: 1.75rem;
    text-align: left;
  }
  .div-block-40 {
    margin-right: 0px;
    margin-left: 1.75rem;
    padding-left: 0px;
    text-align: left;
  }
  .paragraph-44 {
    display: block;
    width: 90%;
    padding-left: 1.75rem;
  }
  .image-24 {
    display: none;
  }
  .standart-section-2.work {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .heading-59 {
    margin-left: 1.75rem;
    text-align: left;
  }
  .lend_stages_wrapper_block {
    margin-left: 1.75rem;
  }
  .paragraph-43 {
    display: block;
    width: 90%;
    padding-left: 1.75rem;
    text-align: left;
  }
  .div-block-59 {
    margin-bottom: 40px;
    padding-left: 1.75rem;
  }
  .heading-66 {
    margin-left: 1.75rem;
    text-align: left;
  }
  .div-block-60 {
    padding-left: 1.75rem;
  }
  .div-block-88 {
    display: block;
    margin-left: 40px;
    padding-left: 0px;
    float: left;
    clear: none;
  }
  .column-39 {
    text-align: center;
  }
  .paragraph-41 {
    text-align: left;
  }
  .link-block-id2 {
    left: -25px;
    margin-top: 8px;
    margin-left: 0px;
  }
  .column-38 {
    display: none;
    text-align: center;
  }
  .heading-55 {
    text-align: left;
  }
  .column-37 {
    text-align: center;
  }
  .play-video-block {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .link-block-id {
    left: -25px;
    margin-top: 8px;
    margin-left: 0px;
  }
  .nav-link-33 {
    margin-top: 0px;
  }
  .columns-4 {
    padding-top: 0px;
  }
  .main-btn-2 {
    display: inline-block;
  }
  .navbar-2 {
    padding-right: 1px;
    padding-left: 10px;
  }
  .column-63 {
    text-align: center;
  }
  .div-block-74 {
    margin-bottom: 20px;
  }
  .div-block-75 {
    top: auto;
  }
  .paragraph-52 {
    font-size: 18px;
  }
  .div-block-70 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 300px;
    margin-top: 3rem;
  }
  .heading-68 {
    margin-left: 1.75rem;
    text-align: left;
  }
  .contact {
    padding-bottom: 0px;
  }
  .div-block-90 {
    margin-bottom: 40px;
    padding-left: 1.75rem;
  }
  .text-block-32 {
    font-size: 1.1rem;
  }
  .college_item.warp_item_41 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_43 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_44 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_40 {
    width: 100%;
    height: 100%;
  }
  .college_heading {
    font-size: 1rem;
  }
  .tab-link-tab-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-link-tab-1.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .college_heading-2 {
    font-size: 1rem;
  }
}

@media (max-width: 479px) {
  .hamb-line {
    width: 45px;
    height: 4px;
    margin-top: 5px;
  }
  .hamb-line.top-line {
    width: 35px;
    height: 4px;
    margin-top: 7px;
  }
  .hamb-line.center-line {
    width: 25px;
    height: 4px;
    margin-top: 5px;
  }
  .hamburger-btn {
    top: 0px;
    right: 20px;
    width: 46px;
    height: 43px;
  }
  .menu {
    display: none;
  }
  .container {
    width: 100%;
    margin-bottom: 0px;
  }
  .button_2-main_button {
    background-color: #fff;
    color: #000;
  }
  .button_1-main_button {
    display: none;
  }
  .main_button_wrapper {
    margin-top: 2.75rem;
  }
  .main_bottom_social_link {
    height: 100%;
    margin-right: 0.87rem;
    margin-left: 0.87rem;
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.93rem;
    text-decoration: none;
  }
  .section.home {
    height: auto;
    background-image: url('../images/ezgif-4-9fb6bddbc1b8-min.gif');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .section.home.section1 {
    display: none;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ezgif-4-9fb6bddbc1b8-min.gif');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ezgif-4-9fb6bddbc1b8-min.gif');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .main_video {
    display: none;
  }
  .main_bottom_social_link-main_bottom_social_link_first {
    margin-right: 0.87rem;
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.93rem;
    text-decoration: none;
  }
  .main_bottom_social_link-main_bottom_social_link_first.w--current {
    height: 100%;
    margin-right: 0.87rem;
    margin-left: 0px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.93rem;
    text-decoration: none;
  }
  .main_label {
    width: 17rem;
    color: hsla(0, 0%, 100%, 0.84);
    font-size: 0.93rem;
  }
  .main_heading {
    font-size: 1.5rem;
  }
  .main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30rem;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }
  .main_bottom_social_link-main_bottom_social_link_last {
    height: 100%;
    margin-left: 0.87rem;
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.93rem;
    text-decoration: none;
  }
  .container-2 {
    width: 100%;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .container_big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main_bottom_social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.37rem;
  }
  .main_bottom_social_line {
    width: 1px;
    height: 1.2rem;
    background-color: rgba(0, 0, 0, 0.18);
  }
  .main_desc {
    font-size: 1.5rem;
  }
  .main_bottom_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0.75rem;
    -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;
  }
  .main_bottom {
    position: absolute;
    bottom: 4.4rem;
    display: block;
  }
  .container-2-copy {
    width: 100%;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .navbar {
    position: static;
    display: block;
    padding: 20px;
  }
  .bottom_line {
    position: static;
    top: 0px;
    display: none;
  }
  .warp_bottom_line {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .warp_icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block_icon {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
  .service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
    padding-bottom: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .secondary_education {
    padding: 4rem 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sred_obraz.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sred_obraz.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .heading_blocks {
    font-size: 1.4rem;
  }
  .dec_blocks {
    width: auto;
    font-size: 0.8rem;
  }
  .advantage {
    padding: 4rem 20px;
  }
  .advantage_list_item {
    font-size: 0.8rem;
  }
  .line_advantage {
    width: 20px;
  }
  .partners_heading {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .flag_item {
    width: 150px;
    padding-bottom: 20px;
  }
  .flag_warp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .list-item-13 {
    padding-left: 1rem;
  }
  .list-item-15 {
    padding-left: 1rem;
  }
  .heading-63 {
    padding-left: 1rem;
  }
  .list-2 {
    padding-left: 0px;
  }
  .brand {
    padding-top: 14px;
  }
  .div-block-86 {
    margin-bottom: 0px;
    padding-left: 0rem;
  }
  .heading-60 {
    margin-left: 0rem;
    text-align: left;
  }
  .div-block-83 {
    margin-bottom: 0px;
    padding-left: 0rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .paragraph-45 {
    margin-top: 5px;
  }
  .heading-61 {
    margin-bottom: 0px;
    font-size: 2.3rem;
    letter-spacing: 0px;
  }
  .experience {
    padding: 4rem 20px;
  }
  .lend_blok_head-3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .container-15 {
    width: 100%;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .lend_blok-3 {
    padding: 4rem 20px;
  }
  .lend_blok_data_box_block_containe {
    width: 100%;
    margin-top: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .lend_blok_data_box_button_txt {
    margin-top: 1.7rem;
    margin-left: 0rem;
  }
  .lend_blok_data_box {
    width: 100%;
    margin-top: 3.7rem;
  }
  .lend_blok_data_box_button {
    margin-top: 2.5rem;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lend_blok_data_box_input.lend_blok_data_box_input_6 {
    width: 100%;
    margin-top: 2rem;
  }
  .lend_blok_data_box_input.lend_blok_data_box_input_1 {
    width: 100%;
    font-size: 1rem;
  }
  .lend_blok_data_box_input.lend_blok_data_box_input_2 {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0rem;
  }
  .blok_main_right_txt_wrapper {
    margin-top: 1rem;
  }
  .lend_blok_page_form {
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .lend_blok_box-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button_2 {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }
  .button_2.popup_succsess_button {
    padding-top: 1.2rem;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .blok_main_right_txt-3 {
    width: 100%;
    margin-top: -1px;
    padding-top: 1rem;
    font-size: 0.8rem;
    line-height: 1.45;
    text-align: left;
  }
  .partner_main {
    padding: 4rem 20px;
  }
  .standart-section {
    padding: 4rem 20px 4rem 40px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .heading-64 {
    margin-left: 1rem;
    text-align: left;
  }
  .div-block-40 {
    margin-right: 0px;
    margin-left: 0rem;
  }
  .paragraph-44 {
    width: 95%;
    padding-left: 0rem;
    font-size: 13.5px;
    text-align: left;
  }
  .brand-2 {
    padding-left: 0px;
  }
  .background-video {
    display: none;
    overflow: hidden;
    height: auto;
    background-image: url('../images/sred_obraz.jpg');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .lend_stages_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: ltr;
  }
  .lend_stages_block_top_line-2 {
    display: block;
    width: 4px;
    height: 100%;
    min-height: 0px;
    min-width: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .lend_stages_block_txt {
    margin-top: 0rem;
    margin-bottom: 3rem;
    margin-left: 0.5rem;
    font-size: 11px;
    line-height: 1rem;
  }
  .standart-section-2.work {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lend_stages_block_top_circle-2 {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0px;
  }
  .heading-59 {
    margin-left: 1rem;
    text-align: left;
  }
  .lend_stages_wrapper_block {
    margin-top: 2rem;
    margin-left: 1rem;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-43 {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 1rem;
    font-size: 13.5px;
  }
  .green_line {
    margin-left: 1rem;
  }
  .lend_stages_block_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .maps {
    width: auto;
  }
  .div-block-59 {
    padding-left: 1rem;
  }
  .heading-66 {
    margin-left: 1rem;
    text-align: left;
  }
  .div-block-60 {
    padding-left: 1rem;
  }
  .map {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts {
    width: auto;
  }
  .heading-62 {
    margin-left: 0px;
  }
  .column-39 {
    top: -60px;
  }
  .paragraph-41 {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
  }
  .link-block-id2 {
    position: relative;
    left: -25px;
    margin-right: 20px;
    margin-left: 0px;
  }
  .heading-55 {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
  }
  .play-video-block {
    padding-bottom: 0px;
  }
  .main-2 {
    height: auto;
    padding-bottom: 0px;
  }
  .link-block-id {
    position: relative;
    left: -25px;
    margin-right: 20px;
    margin-left: 0px;
  }
  .nav-link-33 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-4 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link-34 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-block-36 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-btn-2 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .div-block-67 {
    margin-top: 0px;
    margin-bottom: -55px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .dropdown-toggle {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-46 {
    margin-bottom: 0px;
  }
  .heading-67 {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
  }
  .background-video-2 {
    height: 84vh;
  }
  .standart-red-section {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-75 {
    top: auto;
  }
  .paragraph-52 {
    margin-left: 0rem;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    text-align: left;
  }
  .column-65 {
    padding-top: 0px;
  }
  .social_icons.footer_soc_icons {
    width: 9rem;
    padding-top: 20px;
  }
  .div-block-70 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-68 {
    margin-left: 1rem;
    text-align: left;
  }
  .div-block-80 {
    width: 100%;
    height: 300px;
  }
  .contact {
    padding-bottom: 0px;
  }
  .div-block-90 {
    padding-left: 1rem;
  }
  .popup_succsess_logo {
    width: 5rem;
  }
  .popup_succsess_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    -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;
  }
  .popup_succsess_desc {
    margin-top: 1.6rem;
    font-size: 1rem;
    text-align: center;
  }
  .popup_showreel_top {
    height: 2rem;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .popup_succsess_head {
    font-size: 2rem;
  }
  .popup_succsess {
    display: none;
  }
  .college_item.warp_item_17c {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_35 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_9 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_17_2c {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_17_1c {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_16 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_34 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_17_1 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_17 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_17_2 {
    width: 100%;
    height: 100%;
  }
  .college_item.warp_item_34-copy {
    width: 100%;
    height: 100%;
  }
  .college_heading {
    font-size: 0.9rem;
  }
  .tab-link-tab-3 {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tab-link-tab-3.w--current {
    width: 100vw;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tab-link-tab-1 {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tab-link-tab-1.w--current {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .college_item-2.warp_item_17 {
    width: 100%;
    height: 100%;
  }
  .college_item-2.warp_item_9 {
    width: 100%;
    height: 100%;
  }
  .college_item-2.warp_item_17_1 {
    width: 100%;
    height: 100%;
  }
  .college_item-2.warp_item_17_2 {
    width: 100%;
    height: 100%;
  }
  .college_item-2.warp_item_16 {
    width: 100%;
    height: 100%;
  }
  .college_heading-2 {
    font-size: 0.9rem;
  }
  .college_item-3.warp_item_17_2 {
    width: 100%;
    height: 100%;
  }
  .college_item-3.warp_item_16 {
    width: 100%;
    height: 100%;
  }
  .college_item-3.warp_item_17 {
    width: 100%;
    height: 100%;
  }
  .college_item-3.warp_item_17_1 {
    width: 100%;
    height: 100%;
  }
  .college_item-3.warp_item_9 {
    width: 100%;
    height: 100%;
  }
}

#w-node-5e9af7b2625a-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-959db56f156a-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-959db56f1566-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-89c4d0a01f8a-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-89c4d0a01f8e-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-89c4d0a01f92-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-29beae15c734-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-29beae15c740-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-d20d682efc3d-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d20d682efc42-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d20d682efc46-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d20d682efc4a-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d20d682efc4e-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d20d682efc52-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-d20d682efc6a-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-d20d682efc6e-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-d20d682efc72-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-d20d682efc76-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-d20d682efc7a-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-d20d682efc7e-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-d20d682efc82-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-1f1d486de76b-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1f1d486de76f-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1f1d486de775-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1f1d486de779-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1f1d486de77d-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1f1d486de781-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-1f1d486de799-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-1f1d486de79d-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-1f1d486de7a1-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-1f1d486de7a5-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-1f1d486de7a9-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-1f1d486de7ad-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-1f1d486de7b1-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-7264e34b5b90-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7264e34b5b94-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7264e34b5b98-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7264e34b5b9e-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7264e34b5ba2-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7264e34b5ba6-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7264e34b5bc2-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-7264e34b5bc6-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-7264e34b5bca-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-7264e34b5bce-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-7264e34b5bd2-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-7264e34b5bd6-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-7264e34b5bda-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-8bf60b20fa42-aa73f2be {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8bf60b20fa4a-aa73f2be {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8bf60b20fa52-aa73f2be {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8bf60b20fa5a-aa73f2be {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8bf60b20fa62-aa73f2be {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-959db56f156a-aa73f2be {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-959db56f1566-aa73f2be {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-89c4d0a01f92-aa73f2be {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-29beae15c734-aa73f2be {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-29beae15c740-aa73f2be {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-959db56f156a-aa73f2be {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-29beae15c734-aa73f2be {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-29beae15c740-aa73f2be {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8bf60b20fa42-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-8bf60b20fa4a-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8bf60b20fa52-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8bf60b20fa5a-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-8bf60b20fa62-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8bf60b20fa42-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-8bf60b20fa4a-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8bf60b20fa52-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8bf60b20fa5a-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-8bf60b20fa62-aa73f2be {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}