<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&amp;display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 1rem;
  margin: 0;
  background: #ffffff;
}

header, section, footer, aside, nav, main, article, figure {
  display: block;
}

a {
  color: #007CC3;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #006CAA;
}

* {
  box-sizing: border-box;
}

.btn {
  cursor: pointer;
  text-align: center;
  padding: 0.7em 1em;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  border-radius: 0.3em;
  margin: 0 0.3em;
  font-size: 0.9em;
  color: #ffffff;
  background: none;
  display: inline-block;
}

.btn:hover {
  color: #ffffff;
  opacity: 0.7;
}

.btn-default {
  color: #ffffff;
  background: red;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, red), color-stop(100%, #f67707));
  background: linear-gradient(135deg, red 0%, #f67707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#f67707", GradientType=1);
}

.btn-recruitment {
  color: #ffffff;
  background: red;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, red), color-stop(100%, #f67707));
  background: linear-gradient(135deg, red 0%, #f67707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#f67707", GradientType=1);
}

/*
.btn-secondary {
  background-color: #398da3;
  border-color: #398dac;
}
 */
.container {
  width: auto;
  padding: 1em;
  margin-right: auto;
  margin-left: auto;
}

input {
  padding: 0.5em;
  border-radius: 0.5em;
  border: 1px solid #cccccc;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*
.icon-round {
  background: #535353;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  padding: 6px 18px;
}

.icon-round.oi {
  padding: 8px 0 0 14px;
}

.btn.btn-yellow {
  background: #ffcc00;
  padding: 0.7rem 1.1rem;
}

.hidden {
  display: none
}

.pull-right {
  justify-self: flex-end
}

.pull-left {
  justify-self: flex-start
}

.element-invisible {
  display: none
}

*/
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
@font-face {
  font-family: "noblisci";
  src: url("../fonts/noblisci.eot?d14gsz");
  src: url("../fonts/noblisci.eot?d14gsz#iefix") format("embedded-opentype"), url("../fonts/noblisci.ttf?d14gsz") format("truetype"), url("../fonts/noblisci.woff?d14gsz") format("woff"), url("../fonts/noblisci.svg?d14gsz#noblisci") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "noblisci" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-english:before {
  content: "";
}

.icon-arrow-2:before {
  content: "";
}

.icon-school:before {
  content: "";
}

.icon-triangle-2:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-brush:before {
  content: "";
}

.icon-quote:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-rings:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-form:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-books:before {
  content: "";
}

.icon-marker:before {
  content: "";
}

.icon-brain:before {
  content: "";
}

.icon-teaching:before {
  content: "";
}

.icon-dinner:before {
  content: "";
}

.icon-passions:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-plan:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-books-2:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-meeting:before {
  content: "";
}

.icon-principal:before {
  content: "";
}

.icon-triangle:before {
  content: "";
}

.icon-techs:before {
  content: "";
}

.icon-tennis:before {
  content: "";
}

.icon-wear:before {
  content: "";
}

.icon-contract:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.top {
  position: relative;
}
.top .container {
  display: flex;
  color: #007CC3;
  flex-direction: column;
  padding: 0;
}
.top .topline {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}
.top .topleft {
  display: flex;
}
.top .topright {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.top .logodiv img {
  height: 70px;
}
.top .schooltitle {
  display: none;
}
.top .telephone {
  display: none;
}
.top .recruitment {
  align-self: center;
}
.top .navbutton {
  align-self: center;
  padding: 0;
  font-size: 1.8em;
}
.top .navbutton button {
  padding: 0.5em;
  margin: 0;
  transition: transform 1s ease-in-out;
  color: #007CC3;
}
.top .navbutton.opened button {
  transform: rotate(450deg);
}

@media (min-width: 768px) {
  .top .logodiv img {
    height: auto;
  }
  .top .schooltitle {
    display: flex;
    flex: 1;
    justify-content: center;
    align-self: center;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
  }
  .top .schooltitle img {
    max-width: 100%;
    padding: 1em;
  }
}
@media (min-width: 992px) {
  .top {
    min-height: 600px;
  }
  .top-bg {
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    position: relative;
  }
  .top .topline {
    padding: 1em 1em 0 1em;
  }
  .top .telephone {
    display: flex;
    align-self: center;
    padding: 0.5em;
    font-weight: bold;
  }
  .top .telephone span {
    margin-right: 0.3em;
  }
  .top .navbutton {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top .schooltitle {
    font-size: 1.5em;
  }
}
@media (min-width: 1400px) {
  .top {
    min-height: 800px;
  }
}
.nav {
  display: flex;
  position: relative;
}
.nav ul:not(.nav-child) {
  position: absolute;
  right: 0;
  transition: max-height 1s linear;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  background: #007CC3;
  flex-direction: column;
  width: 300px;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
}
.nav ul:not(.nav-child) li:nth-child(1) {
  margin-top: 1em;
}
.nav ul:not(.nav-child) li:nth-last-child(1) {
  margin-bottom: 1em;
}
.nav ul:not(.nav-child) li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav ul:not(.nav-child) li a, .nav ul:not(.nav-child) li span.nav-header {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0.8em 3em;
  white-space: nowrap;
  display: block;
  font-weight: bold;
  flex: 1;
}
.nav ul:not(.nav-child) li a:hover, .nav ul:not(.nav-child) li span.nav-header:hover {
  background: #006CAA;
}
.nav ul:not(.nav-child) li ul {
  display: flex;
  max-height: 0;
  transition: max-height 1s linear;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  padding: 0 0 0 1em;
}
.nav ul:not(.nav-child) li ul li a {
  font-weight: normal;
  text-transform: none;
}
.nav ul:not(.nav-child) li ul li a:hover {
  font-weight: bold;
}
.nav ul:not(.nav-child) li span.icon-arrow-2 {
  color: #FFFFFF;
  align-self: center;
  cursor: pointer;
  padding: 1em;
  font-size: 0.7em;
  transition: transform 0.3s ease-in-out;
}
.nav ul:not(.nav-child) li span.icon-arrow-2:hover {
  background: #006CAA;
}
.nav ul:not(.nav-child) li.subopen {
  background: #006CAA;
}
.nav ul:not(.nav-child) li.subopen span.icon-arrow-2 {
  transform: rotateX(180deg);
}
.nav ul:not(.nav-child) li.subopen ul {
  margin: 0;
  max-height: 1000px;
  transition: max-height 1s linear;
}

.nav.opened ul:not(.nav-child) {
  transition: max-height 1s linear;
  max-height: 1000px;
}

@media (min-width: 992px) {
  .nav {
    margin: 0 auto;
    max-width: 1200px;
  }
  .nav ul:not(.nav-child) {
    padding: 0;
    background: none;
    flex-direction: row;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    justify-content: space-between;
    max-height: 100px;
    overflow: visible;
  }
  .nav ul:not(.nav-child) li:nth-child(1) {
    margin-top: 0;
  }
  .nav ul:not(.nav-child) li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .nav ul:not(.nav-child) li {
    position: relative;
  }
  .nav ul:not(.nav-child) li a, .nav ul:not(.nav-child) li span.nav-header {
    color: #007CC3;
    padding: 1em 0.8em;
    align-self: center;
  }
  .nav ul:not(.nav-child) li a:hover, .nav ul:not(.nav-child) li span.nav-header:hover {
    background: none;
    color: #FE0101;
  }
  .nav ul:not(.nav-child) li span.icon-arrow-2 {
    display: none;
  }
  .nav ul:not(.nav-child) li ul.nav-child {
    display: none;
    overflow: visible;
    max-height: 1000px;
  }
  .nav ul:not(.nav-child) li ul.nav-child li a {
    font-weight: normal;
    text-transform: none;
  }
  .nav ul:not(.nav-child) li ul.nav-child li a:hover {
    font-weight: bold;
  }
  .nav ul:not(.nav-child) li.subopen {
    background: none;
  }
  .nav ul:not(.nav-child) li.current a {
    color: #FE0101;
  }
  .nav ul:not(.nav-child) li.parent:hover ul.nav-child {
    top: 100%;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
    min-width: 200%;
    padding: 1em 0;
  }
  .nav ul:not(.nav-child) li.parent:hover ul.nav-child li a {
    text-transform: none;
    color: #007CC3;
    padding: 0.5em 2em;
  }
  .nav ul:not(.nav-child) li.parent:hover ul.nav-child li a:hover {
    color: #FE0101;
  }

  .nav.opened ul:not(.nav-child) {
    transform: translateX(0px);
  }
}
@media (min-width: 1200px) {
  .nav ul:not(.nav-child) li a, .nav ul:not(.nav-child) li span.nav-header {
    padding: 1em 1em;
    font-size: 1.1em;
  }
}
#content {
  color: #007CC3;
  padding: 2em 0;
}
#content p {
  line-height: 1.5em;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content .item-page {
  color: #007CC3;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 2em;
}
#content .item-page img.noblisci_iconimg {
  display: flex;
  margin: -1em auto 1em auto;
}
#content .page-header h2 {
  color: #007CC3;
  text-align: center;
  margin: 0 0 2em 0;
}
#content .blog-featured h1 {
  text-align: center;
  text-transform: uppercase;
  color: #007CC3;
}
#content .items-leading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#content .items-leading .leading {
  background: #F2F2F2;
  color: #007CC3;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
}
#content .items-leading .leading-heading {
  position: relative;
  min-height: 8em;
}
#content .items-leading .leading-heading img {
  position: relative;
  z-index: 0;
}
#content .items-leading .leading-headinginfo {
  position: absolute;
  color: #FFFFFF;
  background: rgba(0, 124, 195, 0.5);
  display: flex;
  flex-direction: column;
  bottom: 4px;
  width: 100%;
  padding: 1em;
}
#content .items-leading .leading-headinginfo a {
  color: #FFFFFF;
}
#content .items-leading .leading-headinginfo h2 {
  font-size: 1.3em;
  margin: 0.3em 0;
}
#content .items-leading .leading-content {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#content .items-leading .leading-readmore {
  display: block;
  text-align: right;
  color: #007CC3;
  font-weight: bold;
  padding: 1em 0;
}
#content .items-leading .leading-readmore span.icon-triangle {
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 0.8em;
  transition: margin 0.3s;
}
#content .items-leading .leading-readmore:hover span.icon-triangle {
  margin-left: 0.5em;
}
#content .blog .blog-item {
  max-width: 1000px;
  margin: 0 auto;
}
#content .blog .blog-item .blog-content {
  max-height: 2000px;
  transition: max-height 1s;
  overflow: hidden;
}
#content .blog.hidearticles {
  display: none;
}
#content .blog.expanded {
  margin: 0 auto;
  max-width: 1000px;
}
#content .blog.expanded .blog-items-row {
  border-top: 1px solid #007CC3;
  margin: 0 0 1em;
  padding: 2em 0;
}
#content .blog.expanded .blog-items-row:nth-child(1) {
  border-top: none;
}
#content .blog.expanded .blog-header-nav {
  display: flex;
}
#content .blog.expanded .blog-header-nav .blog-header-icon {
  font-size: 4em;
  width: 100px;
}
#content .blog.expanded .blog-header-nav .page-header {
  flex: 1;
  align-self: center;
}
#content .blog.expanded .blog-header-nav .page-header h2 {
  text-align: left;
  margin: 0 2em;
}
#content .blog.expanded .blog-header-nav .blog-header-opener {
  align-self: center;
  cursor: pointer;
  padding: 1em;
}
#content .blog.expanded .blog-header-nav .blog-header-opener span {
  transform: rotate(180deg);
  display: block;
}
#content .blog.expanded .blog-item .blog-content {
  transition: max-height 1s ease-in;
}
#content .blog.expanded .blog-item.closed .blog-header-nav .blog-header-opener span {
  transform: rotate(0deg);
}
#content .blog.expanded .blog-item.closed .blog-content {
  max-height: 0;
  transition: max-height 1s ease-out;
}

@media (min-width: 768px) {
  #content .items-leading .leading {
    width: calc(50% - 2em);
  }
}
.icons {
  margin: 0 auto;
  max-width: 1360px;
}

.iconswrapper {
  display: flex;
  flex-wrap: wrap;
}
.iconswrapper a.noblisci_icon {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center;
  padding: 2em 1em;
}
.iconswrapper a.noblisci_icon span {
  transition: transform 1s;
  font-size: 5em;
}
.iconswrapper a.noblisci_icon h4 {
  margin: 2em 0 0 0;
}
.iconswrapper a.noblisci_icon:hover span {
  transform: scale(1.2);
}
.iconswrapper a.noblisci_icon:nth-child(1), .iconswrapper a.noblisci_icon:nth-child(4), .iconswrapper a.noblisci_icon:nth-child(5) {
  background: #F2F2F2;
}

@media (min-width: 768px) {
  .iconswrapper a.noblisci_icon {
    padding: 3em 2em;
    width: 33.3333%;
  }
  .iconswrapper a.noblisci_icon h4 {
    font-size: 1.1em;
  }
  .iconswrapper a.noblisci_icon:nth-child(2n) {
    background: #F2F2F2;
  }
  .iconswrapper a.noblisci_icon:nth-child(2n-1) {
    background: none;
  }
}
@media (min-width: 992px) {
  .iconswrapper a.noblisci_icon {
    padding: 4em 2em;
  }
  .iconswrapper a.noblisci_icon h4 {
    font-size: 1.2em;
  }
}
.english {
  background: #B32B21;
  color: #FFFFFF;
}
.english .container {
  display: flex;
  flex-direction: column;
  padding: 4em 2em;
}
.english .container .englishimg {
  text-align: center;
}
.english .container .englishimg img {
  max-width: 100%;
}
.english .container .moduletable h3 {
  font-size: 1.6em;
}

@media (min-width: 578px) {
  .english .container .moduletable h3 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  .english .container {
    max-width: 1200px;
    flex-direction: row;
  }
  .english .container .englishimg img {
    margin: 1em;
    max-width: 100%;
  }
  .english .container .moduletable {
    padding: 0 2em;
    flex: 1;
  }
  .english .container .moduletable h3 {
    font-size: 2em;
    margin-bottom: 0;
  }
}
.offer {
  background: #F2F2F2;
  color: #007CC3;
  padding: 1em 0;
}
.offer h3 {
  text-align: center;
  font-size: 1.6em;
}
.offer h4 {
  text-align: center;
  font-size: 1.2em;
}
.offer ul {
  margin: 0;
  padding: 1em;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.offer ul li {
  padding: 1em;
  display: flex;
}
.offer ul li:before {
  font-family: "noblisci" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #007CC3;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 1em;
  padding-top: 0.15em;
  font-size: 1.5em;
}

@media (min-width: 578px) {
  .offer ul {
    flex-direction: row;
  }
  .offer ul li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .offer {
    padding: 2em 0;
  }
}
@media (min-width: 992px) {
  .offer ul li {
    width: 33.3333%;
  }
}
.footer {
  background: #007CC3;
  color: #FFFFFF;
}
.footer a {
  color: #FFFFFF;
}
.footer .schoolname {
  padding: 1em;
}
.footer .reviews {
  padding: 1em;
}
.footer .footerlinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer .footerlinks div {
  flex-basis: 100%;
}
.footer .footerlinks div a {
  display: flex;
  padding: 1em;
}
.footer .footerlinks div a span {
  color: #FFFFFF;
}
.footer .footerlinks div a span.footer-icon {
  width: 20px;
  text-align: center;
}
.footer .footerlinks div a span.footer-link {
  flex: 1;
  padding-left: 1em;
}
.footer .footerlinks div a:hover {
  background: #006CAA;
  font-weight: bold;
}

@media (min-width: 768px) {
  .footer .footerlinks div {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .footer .footerlinks div {
    flex-basis: 25%;
  }
}
.copyright {
  background: #006CAA;
  color: #FFFFFF;
}
.copyright a {
  color: #FFFFFF;
}
.copyright .container {
  position: relative;
}
.copyright .container .backtotop {
  position: absolute;
  bottom: 1em;
  right: 1em;
  transform: rotate(180deg);
}
.copyright .container .backtotop a {
  background: rgba(0, 124, 195, 0.5);
  padding: 0.8em;
  border-radius: 0.3em;
  display: block;
}
.copyright .container .backtotop a span {
  color: #FFFFFF;
  opacity: 0.7;
}
.copyright .container .backtotop a:hover span {
  opacity: 1;
}

.reviews_carousel {
  padding: 1em;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}
.reviews_carousel_wrapper {
  position: relative;
  display: flex;
  flex: 1;
}
.reviews_carousel_wrapper span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.3em;
  color: rgba(255, 255, 255, 0.4);
}
.reviews_carousel_item {
  display: none;
  transform: translateX(100%);
}
.reviews_carousel_item.show {
  display: flex;
  flex-direction: column;
  margin: 1em;
  flex: 1;
  transform: translateX(0);
}
.reviews_carousel_review {
  font-size: 0.9em;
}
.reviews_carousel_user {
  align-self: flex-end;
  font-size: 0.8em;
  padding-top: 1em;
}
.reviews_carousel_button {
  display: flex;
  align-self: center;
  opacity: 0.5;
  font-size: 1.5em;
  padding: 1em;
  cursor: pointer;
}
.reviews_carousel_button span.icon-arrow {
  color: rgba(255, 255, 255, 0.4);
}
.reviews_carousel_button.prev span {
  transform: rotate(180deg);
}

.banner {
  margin: 0 auto;
  width: 100%;
}

.noblisci_carousel {
  display: flex;
}
.noblisci_carousel .noblisci_carousel_item {
  display: none;
}
.noblisci_carousel .noblisci_carousel_item.show {
  display: flex;
  flex: 1;
}
.noblisci_carousel .noblisci_carousel_item.show img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 992px) {
  .banner {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .noblisci_carousel {
    max-height: 600px;
  }
  .noblisci_carousel .noblisci_carousel_item.show img {
    min-height: 600px;
  }
}
/*
@media (min-width: 1200px) {
  .noblisci_carousel {
    .noblisci_carousel_item {

      img {
        min-height: 600px;
      }
    }
  }
}
*/
@media (min-width: 1400px) {
  .noblisci_carousel {
    max-height: 800px;
  }
  .noblisci_carousel .noblisci_carousel_item.show img {
    min-height: 800px;
  }
}
.mission {
  background: rgba(0, 124, 195, 0.5);
  color: #FFFFFF;
  position: relative;
  margin-top: -60px;
}
.mission h3 {
  text-align: center;
  cursor: pointer;
  padding: 1em;
  margin: 0;
  font-size: 1.1em;
  text-transform: uppercase;
}
.mission h3 span.icon-arrow-2 {
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.7em;
  margin-left: 1em;
  transition: transform 1s;
}
.mission .missioncontent {
  background: rgba(0, 124, 195, 0.9);
  position: absolute;
  display: flex;
  overflow: hidden;
  transition: max-height 1s linear;
  max-height: 0;
  z-index: 2;
  width: 100%;
}
.mission .missioncontent .custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
}
.mission .missioncontent img {
  max-width: 100%;
}

.mission.show h3 span.icon-arrow-2 {
  transform: rotateX(180deg);
}
.mission.show .missioncontent {
  max-height: 1000px;
}

@media (min-width: 578px) {
  .mission .missioncontent img {
    float: left;
    margin: 0 1em 0.5em 0;
  }
}
.pagination p.counter {
  text-align: center;
}
.pagination ul.pagination-list {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 1em;
  padding: 0;
}
.pagination ul.pagination-list li a {
  padding: 0.2em 0.2em;
}
.pagination ul.pagination-list li a:hover {
  background: #F2F2F2;
}
.pagination ul.pagination-list li.disabled a:hover {
  background: none;
}

.breadcrumbbg {
  background: #F2F2F2;
}

ul.breadcrumb {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
ul.breadcrumb li {
  display: flex;
  margin: 0.2em 0;
}
ul.breadcrumb li a, ul.breadcrumb li span {
  white-space: nowrap;
}
ul.breadcrumb li span.divider {
  margin: 0 0.3em;
}
ul.breadcrumb li span.divider.icon-location {
  margin: 0;
}

h3.recruitment_subheader {
  text-align: center;
  font-weight: normal;
}

.recruitmentform {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 2em auto;
}
.recruitmentform_row {
  display: flex;
  border-bottom: 1px solid #007CC3;
  padding: 1em 0;
  flex-wrap: wrap;
}
.recruitmentform_number {
  padding: 1em;
}
.recruitmentform_number_icon {
  display: block;
  background: #007CC3;
  color: #FFFFFF;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 1.2em;
  padding-top: 6px;
  margin-top: 0.6em;
}
.recruitmentform_icon {
  padding: 1em;
  width: 100px;
}
.recruitmentform_icon span {
  font-size: 4em;
  display: flex;
  margin-top: 0.3em;
}
.recruitmentform_text {
  padding: 1em;
  flex-basis: 70%;
}

.bfClearfix {
  margin: 0 auto;
  max-width: 1000px;
  background: #F2F2F2;
  padding: 2em;
}

.bfClearfix label {
  text-align: right;
  padding: 0.4em;
}

.bfClearfix button.bfSubmitButton {
  cursor: pointer;
  text-align: center;
  padding: 0.7em 1em;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  border-radius: 0.3em;
  margin: 0 0.3em;
  font-size: 0.9em;
  background: none;
  display: inline-block;
  color: #ffffff;
  background: red;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, red), color-stop(100%, #f67707));
  background: linear-gradient(135deg, red 0%, #f67707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#f67707", GradientType=1);
  font-weight: bold;
}

.bfClearfix #bfElemWrap8 label {
  float: right;
  width: calc(100% - 50px);
  text-align: left;
  font-size: 0.9em;
}
.bfClearfix #bfElemWrap8 input {
  margin: 0.7em 1em;
}

.bfClearfix &gt; div:last-of-type {
  font-size: 0.8em;
  color: #999999;
}

#content .item-image img {
  object-position: center center;
  object-fit: cover;
  width: 235px;
  height: 235px;
  border-radius: 235px;
  float: left;
  margin: -1em 1em 1em 0;
}

.studentcouncil {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1020px;
}
.studentcouncil_person {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0.3em;
}
.studentcouncil_img {
  margin-bottom: 1em;
}
.studentcouncil_img img {
  object-position: center center;
  object-fit: cover;
  width: 235px;
  height: 235px;
  border-radius: 235px;
}
.studentcouncil_name {
  font-weight: bold;
}
.noblisci_documents {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.noblisci_documents_item {
  display: flex;
  flex-direction: column;
  width: 300px;
  text-align: center;
  margin: 1em;
}
.noblisci_documents_item a {
  display: block;
}
.noblisci_documents_icon {
  text-align: center;
  font-size: 5em;
}
.noblisci_documents_title {
  text-align: center;
  font-weight: bold;
}
.noblisci_documents_desc {
  text-align: center;
}

.noblisci_dniotwarte {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  justify-content: center;
}
.noblisci_dniotwarte_left {
  font-size: 4em;
  border-right: 1px solid #007CC3;
  padding: 0.5em;
}
.noblisci_dniotwarte_right {
  padding: 1em;
}
.noblisci_dniotwarte_term {
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
}
.noblisci_dniotwarte_term:first-of-type:before {
  content: " ";
  position: absolute;
  background: #007CC3;
  width: 7px;
  height: 7px;
  top: 1.5em;
  left: calc(-1em - 4px);
  border-radius: 7px;
}
.noblisci_dniotwarte_date {
  font-weight: bold;
}
.noblisci_dniotwarte_desc {
  padding: 1em 0;
  font-size: 0.9em;
}

#content .noblisci_teachers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content .noblisci_teachers .noblisci_teacher {
  display: flex;
  flex-direction: column;
  width: 250px;
  margin: 1em;
}
#content .noblisci_teachers .noblisci_teacher_img img {
  object-position: center center;
  object-fit: cover;
  width: 235px;
  height: 235px;
  border-radius: 235px;
  float: left;
  max-width: none;
  opacity: 0.5;
  margin-bottom: 1em;
}
#content .noblisci_teachers .noblisci_teacher_img a:hover img {
  opacity: 1;
}
#content .noblisci_teachers .noblisci_teacher_name {
  text-align: center;
  font-weight: bold;
}
#content .noblisci_teachers .noblisci_teacher_desc {
  text-align: center;
}
#content .noblisci_teachers .noblisci_teacher_desc p {
  margin: 0;
}

.com_breezingforms h1 {
  text-align: center;
  background: #f2f2f2;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 2em;
}

.noblisci_youtube {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-evenly;
}
.noblisci_youtube .video-container {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
}
.noblisci_youtube .video-container img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.noblisci_youtube .video-container .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.noblisci_youtube .video-container .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.noblisci_youtube .video-container img, .noblisci_youtube .video-container .play-button {
  cursor: pointer;
}
.noblisci_youtube .video-container img, .noblisci_youtube .video-container iframe, .noblisci_youtube .video-container .play-button, .noblisci_youtube .video-container .play-button:before {
  position: absolute;
}
.noblisci_youtube .video-container .play-button, .noblisci_youtube .video-container .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.noblisci_youtube .video-container iframe, .noblisci_youtube .video-container object, .noblisci_youtube .video-container embed {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.noblisci_youtube .video-container .video-text {
  position: absolute;
  bottom: 0;
  padding: 1em;
  color: #ffffff;
}

@media (min-width: 578px) {
  .noblisci_youtube .video-container {
    padding-top: 14.7em;
    width: 420px;
  }
}</pre></body></html>