@charset "UTF-8";
/* --
@Font face
------------------------- */
/* This stylesheet generated by Transfonter (https://transfonter.org) on November 3, 2017 12:38 PM */
@font-face {
  font-family: 'Stolzl Bold';
  src: url("../fonts/Stolzl-Bold.eot");
  src: url("../fonts/Stolzl-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Bold.woff") format("woff"), url("../fonts/Stolzl-Bold.ttf") format("truetype"), url("../fonts/Stolzl-Bold.svg#Stolzl-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Stolzl Regular';
  src: url("../fonts/Stolzl-Regular.eot");
  src: url("../fonts/Stolzl-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Regular.woff") format("woff"), url("../fonts/Stolzl-Regular.ttf") format("truetype"), url("../fonts/Stolzl-Regular.svg#Stolzl-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Stolzl Light';
  src: url("../fonts/Stolzl-Light.eot");
  src: url("../fonts/Stolzl-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Light.woff") format("woff"), url("../fonts/Stolzl-Light.ttf") format("truetype"), url("../fonts/Stolzl-Light.svg#Stolzl-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Stolzl Book';
  src: url("../fonts/Stolzl-Book.eot");
  src: url("../fonts/Stolzl-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Book.woff") format("woff"), url("../fonts/Stolzl-Book.ttf") format("truetype"), url("../fonts/Stolzl-Book.svg#Stolzl-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Stolzl Medium';
  src: url("../fonts/Stolzl-Medium.eot");
  src: url("../fonts/Stolzl-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Medium.woff") format("woff"), url("../fonts/Stolzl-Medium.ttf") format("truetype"), url("../fonts/Stolzl-Medium.svg#Stolzl-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Stolzl Thin';
  src: url("../fonts/Stolzl-Thin.eot");
  src: url("../fonts/Stolzl-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Thin.woff") format("woff"), url("../fonts/Stolzl-Thin.ttf") format("truetype"), url("../fonts/Stolzl-Thin.svg#Stolzl-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Stolzl Regular", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #c30e60;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #7c093d;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

::-moz-selection {
  background-color: #c30e60;
  color: #fff; }

::selection {
  background-color: #c30e60;
  color: #fff; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
		font-size: 1.8rem;
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.php-errors, .php {
  position: relative;
  z-index: 10000000;
  font-size: 20px;
  line-height: 30px;
  color: #000; }

.xdebug-error.xe-notice {
  position: relative;
  z-index: 100000;
  font-size: 10px; }

.xdebug-error.xe-notice th,
.xdebug-error.xe-notice td {
  padding: 0px; }

.gallery img[data-mce-selected]:focus {
  outline: none; }

.gallery a {
  cursor: default; }

.gallery {
  /*
	margin: auto -6px;
	padding: 6px 0;
	line-height: 1;
	overflow-x: hidden;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ie7 .gallery,
.ie8 .gallery {
  margin: auto; }

.gallery .gallery-item {
  width: auto !important;
  float: none !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
  padding: 6px 0; }

.gallery .gallery-caption,
.gallery .gallery-icon {
  margin: 0; }

.gallery .gallery-caption {
  font-size: 13px;
  margin: 4px 0; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.333%; }

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.665%; }

.gallery-columns-7 .gallery-item {
  width: 14.285%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.111%; }

.gallery img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0; }

img.wp-oembed {
  border: 1px dashed #888;
  background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
  width: 300px;
  height: 250px;
  outline: 0; }

/* rtl */
.rtl .gallery .gallery-item {
  float: right; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

/* Debug */
.debug {
  outline: solid #ff0000 1px; }

.debug2 {
  background: #ffcc00 !important; }

.debug3 {
  background: #ff0000 !important; }

.debug4 {
  background: #009933 !important; }

.debug5 {
  background: #3333cc !important; }

.debug6 {
  background: #d9b62b !important; }

.debug p {
  background: #f2f2f2 !important; }

/*
// .icon {
//     font-size: 10px;
//     &:before {
//       content:' ';
//       vertical-align:middle;
//       display: inline-block;
//       background-image: url("../scss/svg/svg-sprite.svg");
//       background-repeat: no-repeat;
//       background-size: 47.4em 386.6em;

//       .no-svg & {
//         background-image: url("../svg-sprite.png");
//       }
//     }
// }


// 

// .icon.Algebra-obrazovanjeodraslih-big {
//   &:before {
//       background-position: 0em 0em;
//       width: 17.5em;
//       height: 5.1em;
//     }
//   }

//   @mixin icon-Algebra-obrazovanjeodraslih-big(){
//     @extend .Algebra-obrazovanjeodraslih-big;
//   }
// 

// .icon.Algebra-oo-logo-small {
//   &:before {
//       background-position: 0em -5.1em;
//       width: 12.7em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-Algebra-oo-logo-small(){
//     @extend .Algebra-oo-logo-small;
//   }
// 

// .icon.Algebra-zzko-logo-gray {
//   &:before {
//       background-position: 0em -8.7em;
//       width: 14.9em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-Algebra-zzko-logo-gray(){
//     @extend .Algebra-zzko-logo-gray;
//   }
// 

// .icon.Algebra-zzko-logo-small {
//   &:before {
//       background-position: 0em -12.3em;
//       width: 14.9em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-Algebra-zzko-logo-small(){
//     @extend .Algebra-zzko-logo-small;
//   }
// 

// .icon.Algebra-zzko-logo-white {
//   &:before {
//       background-position: 0em -15.9em;
//       width: 14.9em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-Algebra-zzko-logo-white(){
//     @extend .Algebra-zzko-logo-white;
//   }
// 

// .icon.algebra-certifikaciski-seminari-logo-gray-small {
//   &:before {
//       background-position: 0em -19.5em;
//       width: 12.8em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-certifikaciski-seminari-logo-gray-small(){
//     @extend .algebra-certifikaciski-seminari-logo-gray-small;
//   }
// 

// .icon.algebra-certifikaciski-seminari-logo-small {
//   &:before {
//       background-position: 0em -23em;
//       width: 12.8em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-certifikaciski-seminari-logo-small(){
//     @extend .algebra-certifikaciski-seminari-logo-small;
//   }
// 

// .icon.algebra-certifikaciski-seminari-logo-white-small {
//   &:before {
//       background-position: 0em -26.5em;
//       width: 12.8em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-certifikaciski-seminari-logo-white-small(){
//     @extend .algebra-certifikaciski-seminari-logo-white-small;
//   }
// 

// .icon.algebra-cijelozivotno-obrazovanje-logo-big {
//   &:before {
//       background-position: 0em -30em;
//       width: 16.5em;
//       height: 4.8em;
//     }
//   }

//   @mixin icon-algebra-cijelozivotno-obrazovanje-logo-big(){
//     @extend .algebra-cijelozivotno-obrazovanje-logo-big;
//   }
// 

// .icon.algebra-cijelozivotno-obrazovanje-logo-gray-small {
//   &:before {
//       background-position: 0em -34.8em;
//       width: 13em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-cijelozivotno-obrazovanje-logo-gray-small(){
//     @extend .algebra-cijelozivotno-obrazovanje-logo-gray-small;
//   }
// 

// .icon.algebra-cijelozivotno-obrazovanje-logo-small {
//   &:before {
//       background-position: 0em -38.4em;
//       width: 13em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-cijelozivotno-obrazovanje-logo-small(){
//     @extend .algebra-cijelozivotno-obrazovanje-logo-small;
//   }
// 

// .icon.algebra-cijelozivotno-obrazovanje-logo-white-small {
//   &:before {
//       background-position: 0em -42em;
//       width: 13em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-cijelozivotno-obrazovanje-logo-white-small(){
//     @extend .algebra-cijelozivotno-obrazovanje-logo-white-small;
//   }
// 

// .icon.algebra-consulting-logo-gray-small {
//   &:before {
//       background-position: 0em -45.6em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-consulting-logo-gray-small(){
//     @extend .algebra-consulting-logo-gray-small;
//   }
// 

// .icon.algebra-consulting-logo-small {
//   &:before {
//       background-position: 0em -49.1em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-consulting-logo-small(){
//     @extend .algebra-consulting-logo-small;
//   }
// 

// .icon.algebra-consulting-logo-white-small {
//   &:before {
//       background-position: 0em -52.6em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-consulting-logo-white-small(){
//     @extend .algebra-consulting-logo-white-small;
//   }
// 

// .icon.algebra-digitalna-akademija-logo-gray-small {
//   &:before {
//       background-position: 0em -56.1em;
//       width: 12.2em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-digitalna-akademija-logo-gray-small(){
//     @extend .algebra-digitalna-akademija-logo-gray-small;
//   }
// 

// .icon.algebra-digitalna-akademija-logo-small {
//   &:before {
//       background-position: 0em -59.7em;
//       width: 12.2em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-digitalna-akademija-logo-small(){
//     @extend .algebra-digitalna-akademija-logo-small;
//   }
// 

// .icon.algebra-digitalna-akademija-logo-white-small {
//   &:before {
//       background-position: 0em -63.3em;
//       width: 12.2em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-digitalna-akademija-logo-white-small(){
//     @extend .algebra-digitalna-akademija-logo-white-small;
//   }
// 

// .icon.algebra-drzavna-matura-logo-gray-small {
//   &:before {
//       background-position: 0em -66.9em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-drzavna-matura-logo-gray-small(){
//     @extend .algebra-drzavna-matura-logo-gray-small;
//   }
// 

// .icon.algebra-drzavna-matura-logo-small {
//   &:before {
//       background-position: 0em -70.4em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-drzavna-matura-logo-small(){
//     @extend .algebra-drzavna-matura-logo-small;
//   }
// 

// .icon.algebra-drzavna-matura-logo-white-small {
//   &:before {
//       background-position: 0em -73.9em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-drzavna-matura-logo-white-small(){
//     @extend .algebra-drzavna-matura-logo-white-small;
//   }
// 

// .icon.algebra-exp-gaming-logo-gray-small {
//   &:before {
//       background-position: 0em -77.4em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-exp-gaming-logo-gray-small(){
//     @extend .algebra-exp-gaming-logo-gray-small;
//   }
// 

// .icon.algebra-exp-gaming-logo-small {
//   &:before {
//       background-position: 0em -80.9em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-exp-gaming-logo-small(){
//     @extend .algebra-exp-gaming-logo-small;
//   }
// 

// .icon.algebra-exp-gaming-logo-white-small {
//   &:before {
//       background-position: 0em -84.4em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-exp-gaming-logo-white-small(){
//     @extend .algebra-exp-gaming-logo-white-small;
//   }
// 

// .icon.algebra-hub-logo-gray-small {
//   &:before {
//       background-position: 0em -87.9em;
//       width: 13.7em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-hub-logo-gray-small(){
//     @extend .algebra-hub-logo-gray-small;
//   }
// 

// .icon.algebra-hub-logo-small {
//   &:before {
//       background-position: 0em -91.4em;
//       width: 13.7em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-hub-logo-small(){
//     @extend .algebra-hub-logo-small;
//   }
// 

// .icon.algebra-hub-logo-white-small {
//   &:before {
//       background-position: 0em -94.9em;
//       width: 13.7em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-hub-logo-white-small(){
//     @extend .algebra-hub-logo-white-small;
//   }
// 

// .icon.algebra-mba-logo-gray-small {
//   &:before {
//       background-position: 0em -98.4em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-mba-logo-gray-small(){
//     @extend .algebra-mba-logo-gray-small;
//   }
// 

// .icon.algebra-mba-logo-small {
//   &:before {
//       background-position: 0em -101.9em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-mba-logo-small(){
//     @extend .algebra-mba-logo-small;
//   }
// 

// .icon.algebra-mba-logo-white-small {
//   &:before {
//       background-position: 0em -105.4em;
//       width: 11.6em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-mba-logo-white-small(){
//     @extend .algebra-mba-logo-white-small;
//   }
// 

// .icon.algebra-protrain-logo-gray-small {
//   &:before {
//       background-position: 0em -108.9em;
//       width: 12.8em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-protrain-logo-gray-small(){
//     @extend .algebra-protrain-logo-gray-small;
//   }
// 

// .icon.algebra-protrain-logo-small {
//   &:before {
//       background-position: 0em -112.5em;
//       width: 12.8em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-protrain-logo-small(){
//     @extend .algebra-protrain-logo-small;
//   }
// 

// .icon.algebra-protrain-logo-white-small {
//   &:before {
//       background-position: 0em -116.1em;
//       width: 12.8em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-protrain-logo-white-small(){
//     @extend .algebra-protrain-logo-white-small;
//   }
// 

// .icon.algebra-software-dev-logo-gray-small {
//   &:before {
//       background-position: 0em -119.7em;
//       width: 11.9em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-software-dev-logo-gray-small(){
//     @extend .algebra-software-dev-logo-gray-small;
//   }
// 

// .icon.algebra-software-dev-logo-small {
//   &:before {
//       background-position: 0em -123.2em;
//       width: 11.9em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-software-dev-logo-small(){
//     @extend .algebra-software-dev-logo-small;
//   }
// 

// .icon.algebra-software-dev-logo-white-small {
//   &:before {
//       background-position: 0em -126.7em;
//       width: 11.9em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-software-dev-logo-white-small(){
//     @extend .algebra-software-dev-logo-white-small;
//   }
// 

// .icon.algebra-summer-school-logo-gray-small {
//   &:before {
//       background-position: 0em -130.2em;
//       width: 12.8em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-summer-school-logo-gray-small(){
//     @extend .algebra-summer-school-logo-gray-small;
//   }
// 

// .icon.algebra-summer-school-logo-small {
//   &:before {
//       background-position: 0em -133.7em;
//       width: 12.8em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-summer-school-logo-small(){
//     @extend .algebra-summer-school-logo-small;
//   }
// 

// .icon.algebra-summer-school-logo-white-small {
//   &:before {
//       background-position: 0em -137.2em;
//       width: 12.8em;
//       height: 3.5em;
//     }
//   }

//   @mixin icon-algebra-summer-school-logo-white-small(){
//     @extend .algebra-summer-school-logo-white-small;
//   }
// 

// .icon.algebra-uc-logo-gray-small {
//   &:before {
//       background-position: 0em -140.7em;
//       width: 11.6em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-uc-logo-gray-small(){
//     @extend .algebra-uc-logo-gray-small;
//   }
// 

// .icon.algebra-uc-logo-small {
//   &:before {
//       background-position: 0em -144.3em;
//       width: 11.6em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-uc-logo-small(){
//     @extend .algebra-uc-logo-small;
//   }
// 

// .icon.algebra-uc-logo-white-small {
//   &:before {
//       background-position: 0em -147.9em;
//       width: 11.6em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-uc-logo-white-small(){
//     @extend .algebra-uc-logo-white-small;
//   }
// 

// .icon.algebra-visoko-uciliste-logo-big {
//   &:before {
//       background-position: 0em -151.5em;
//       width: 16.5em;
//       height: 4.8em;
//     }
//   }

//   @mixin icon-algebra-visoko-uciliste-logo-big(){
//     @extend .algebra-visoko-uciliste-logo-big;
//   }
// 

// .icon.algebra-visoko-uciliste-logo-gray-small {
//   &:before {
//       background-position: 0em -156.3em;
//       width: 12.2em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-visoko-uciliste-logo-gray-small(){
//     @extend .algebra-visoko-uciliste-logo-gray-small;
//   }
// 

// .icon.algebra-visoko-uciliste-logo-small {
//   &:before {
//       background-position: 0em -159.9em;
//       width: 12.2em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-visoko-uciliste-logo-small(){
//     @extend .algebra-visoko-uciliste-logo-small;
//   }
// 

// .icon.algebra-visoko-uciliste-logo-white-small {
//   &:before {
//       background-position: 0em -163.5em;
//       width: 12.2em;
//       height: 3.6em;
//     }
//   }

//   @mixin icon-algebra-visoko-uciliste-logo-white-small(){
//     @extend .algebra-visoko-uciliste-logo-white-small;
//   }
// 

// .icon.algebra-znak {
//   &:before {
//       background-position: 0em -167.1em;
//       width: 17.9em;
//       height: 17.9em;
//     }
//   }

//   @mixin icon-algebra-znak(){
//     @extend .algebra-znak;
//   }
// 

// .icon.algebra-znak-small {
//   &:before {
//       background-position: 0em -185em;
//       width: 3.3em;
//       height: 3.1em;
//     }
//   }

//   @mixin icon-algebra-znak-small(){
//     @extend .algebra-znak-small;
//   }
// 

// .icon.arrow-down-black {
//   &:before {
//       background-position: 0em -188.1em;
//       width: 0.8em;
//       height: 0.6em;
//     }
//   }

//   @mixin icon-arrow-down-black(){
//     @extend .arrow-down-black;
//   }
// 

// .icon.arrow-right-black {
//   &:before {
//       background-position: 0em -188.7em;
//       width: 1.8em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-arrow-right-black(){
//     @extend .arrow-right-black;
//   }
// 

// .icon.arrow-right-white {
//   &:before {
//       background-position: 0em -189.9em;
//       width: 1.8em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-arrow-right-white(){
//     @extend .arrow-right-white;
//   }
// 

// .icon.back-icon {
//   &:before {
//       background-position: 0em -191.1em;
//       width: 1.8em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-back-icon(){
//     @extend .back-icon;
//   }
// 

// .icon.back-icon-white {
//   &:before {
//       background-position: 0em -192.3em;
//       width: 1.8em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-back-icon-white(){
//     @extend .back-icon-white;
//   }
// 

// .icon.check {
//   &:before {
//       background-position: 0em -193.5em;
//       width: 1.8em;
//       height: 1.4em;
//     }
//   }

//   @mixin icon-check(){
//     @extend .check;
//   }
// 

// .icon.chev-left {
//   &:before {
//       background-position: 0em -194.9em;
//       width: 0.7em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-chev-left(){
//     @extend .chev-left;
//   }
// 

// .icon.chev-left-hover {
//   &:before {
//       background-position: 0em -196.1em;
//       width: 0.7em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-chev-left-hover(){
//     @extend .chev-left-hover;
//   }
// 

// .icon.chev-right {
//   &:before {
//       background-position: 0em -197.3em;
//       width: 0.7em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-chev-right(){
//     @extend .chev-right;
//   }
// 

// .icon.chev-right-hover {
//   &:before {
//       background-position: 0em -198.5em;
//       width: 0.7em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-chev-right-hover(){
//     @extend .chev-right-hover;
//   }
// 

// .icon.chevron-down-white {
//   &:before {
//       background-position: 0em -199.7em;
//       width: 1.2em;
//       height: 0.8em;
//     }
//   }

//   @mixin icon-chevron-down-white(){
//     @extend .chevron-down-white;
//   }
// 

// .icon.chevron-medium-left-black {
//   &:before {
//       background-position: 0em -200.5em;
//       width: 1.5em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-chevron-medium-left-black(){
//     @extend .chevron-medium-left-black;
//   }
// 

// .icon.chevron-medium-left-black-trans {
//   &:before {
//       background-position: 0em -202.9em;
//       width: 1.5em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-chevron-medium-left-black-trans(){
//     @extend .chevron-medium-left-black-trans;
//   }
// 

// .icon.chevron-medium-left-white {
//   &:before {
//       background-position: 0em -205.3em;
//       width: 1.5em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-chevron-medium-left-white(){
//     @extend .chevron-medium-left-white;
//   }
// 

// .icon.chevron-medium-right-black {
//   &:before {
//       background-position: 0em -207.7em;
//       width: 1.5em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-chevron-medium-right-black(){
//     @extend .chevron-medium-right-black;
//   }
// 

// .icon.chevron-medium-right-black-trans {
//   &:before {
//       background-position: 0em -210.1em;
//       width: 1.5em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-chevron-medium-right-black-trans(){
//     @extend .chevron-medium-right-black-trans;
//   }
// 

// .icon.chevron-medium-right-white {
//   &:before {
//       background-position: 0em -212.5em;
//       width: 1.5em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-chevron-medium-right-white(){
//     @extend .chevron-medium-right-white;
//   }
// 

// .icon.diploma-icon {
//   &:before {
//       background-position: 0em -214.9em;
//       width: 2.4em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-diploma-icon(){
//     @extend .diploma-icon;
//   }
// 

// .icon.download-icon {
//   &:before {
//       background-position: 0em -217.3em;
//       width: 1.4em;
//       height: 1.7em;
//     }
//   }

//   @mixin icon-download-icon(){
//     @extend .download-icon;
//   }
// 

// .icon.download-icon-hover {
//   &:before {
//       background-position: 0em -219em;
//       width: 1.4em;
//       height: 1.7em;
//     }
//   }

//   @mixin icon-download-icon-hover(){
//     @extend .download-icon-hover;
//   }
// 

// .icon.external-icon {
//   &:before {
//       background-position: 0em -220.7em;
//       width: 0.9em;
//       height: 0.9em;
//     }
//   }

//   @mixin icon-external-icon(){
//     @extend .external-icon;
//   }
// 

// .icon.facebook-icon {
//   &:before {
//       background-position: 0em -221.6em;
//       width: 0.9em;
//       height: 1.8em;
//     }
//   }

//   @mixin icon-facebook-icon(){
//     @extend .facebook-icon;
//   }
// 

// .icon.facebook-icon-hover {
//   &:before {
//       background-position: 0em -223.4em;
//       width: 0.9em;
//       height: 1.8em;
//     }
//   }

//   @mixin icon-facebook-icon-hover(){
//     @extend .facebook-icon-hover;
//   }
// 

// .icon.google-icon {
//   &:before {
//       background-position: 0em -225.2em;
//       width: 2.4em;
//       height: 1.6em;
//     }
//   }

//   @mixin icon-google-icon(){
//     @extend .google-icon;
//   }
// 

// .icon.google-icon-hover {
//   &:before {
//       background-position: 0em -226.8em;
//       width: 2.4em;
//       height: 1.6em;
//     }
//   }

//   @mixin icon-google-icon-hover(){
//     @extend .google-icon-hover;
//   }
// 

// .icon.hamburg-color {
//   &:before {
//       background-position: 0em -228.4em;
//       width: 1.8em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-hamburg-color(){
//     @extend .hamburg-color;
//   }
// 

// .icon.hamburg-gray {
//   &:before {
//       background-position: 0em -229.6em;
//       width: 1.8em;
//       height: 1.2em;
//     }
//   }

//   @mixin icon-hamburg-gray(){
//     @extend .hamburg-gray;
//   }
// 

// .icon.ico-nova-karijera {
//   &:before {
//       background-position: 0em -230.8em;
//       width: 4em;
//       height: 4em;
//     }
//   }

//   @mixin icon-ico-nova-karijera(){
//     @extend .ico-nova-karijera;
//   }
// 

// .icon.ico-prvi-posao {
//   &:before {
//       background-position: 0em -234.8em;
//       width: 4em;
//       height: 3.2em;
//     }
//   }

//   @mixin icon-ico-prvi-posao(){
//     @extend .ico-prvi-posao;
//   }
// 

// .icon.ico-unaprijedi-karijeru {
//   &:before {
//       background-position: 0em -238em;
//       width: 4.2em;
//       height: 4.2em;
//     }
//   }

//   @mixin icon-ico-unaprijedi-karijeru(){
//     @extend .ico-unaprijedi-karijeru;
//   }
// 

// .icon.international-icon {
//   &:before {
//       background-position: 0em -242.2em;
//       width: 2.4em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-international-icon(){
//     @extend .international-icon;
//   }
// 

// .icon.logo-list-categories {
//   &:before {
//       background-position: 0em -244.6em;
//       width: 47.4em;
//       height: 44.5em;
//     }
//   }

//   @mixin icon-logo-list-categories(){
//     @extend .logo-list-categories;
//   }
// 

// .icon.logo-list-seminars {
//   &:before {
//       background-position: 0em -289.1em;
//       width: 25.3em;
//       height: 25.3em;
//     }
//   }

//   @mixin icon-logo-list-seminars(){
//     @extend .logo-list-seminars;
//   }
// 

// .icon.modal-close {
//   &:before {
//       background-position: 0em -314.4em;
//       width: 1.6em;
//       height: 1.6em;
//     }
//   }

//   @mixin icon-modal-close(){
//     @extend .modal-close;
//   }
// 

// .icon.multimedia-icon {
//   &:before {
//       background-position: 0em -316em;
//       width: 2.4em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-multimedia-icon(){
//     @extend .multimedia-icon;
//   }
// 

// .icon.nivas-logo-white {
//   &:before {
//       background-position: 0em -318.4em;
//       width: 2.4em;
//       height: 2.7em;
//     }
//   }

//   @mixin icon-nivas-logo-white(){
//     @extend .nivas-logo-white;
//   }
// 

// .icon.nmbone-icon {
//   &:before {
//       background-position: 0em -321.1em;
//       width: 2.4em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-nmbone-icon(){
//     @extend .nmbone-icon;
//   }
// 

// .icon.referada-ico {
//   &:before {
//       background-position: 0em -323.5em;
//       width: 2.4em;
//       height: 2.4em;
//     }
//   }

//   @mixin icon-referada-ico(){
//     @extend .referada-ico;
//   }
// 

// .icon.reload {
//   &:before {
//       background-position: 0em -325.9em;
//       width: 1.6em;
//       height: 2em;
//     }
//   }

//   @mixin icon-reload(){
//     @extend .reload;
//   }
// 

// .icon.search-nav-ico {
//   &:before {
//       background-position: 0em -327.9em;
//       width: 2.5em;
//       height: 2.5em;
//     }
//   }

//   @mixin icon-search-nav-ico(){
//     @extend .search-nav-ico;
//   }
// 

// .icon.triangle-black-small {
//   &:before {
//       background-position: 0em -330.4em;
//       width: 0.8em;
//       height: 0.6em;
//     }
//   }

//   @mixin icon-triangle-black-small(){
//     @extend .triangle-black-small;
//   }
// 

// .icon.triangle-pink {
//   &:before {
//       background-position: 0em -331em;
//       width: 1.2em;
//       height: 0.9em;
//     }
//   }

//   @mixin icon-triangle-pink(){
//     @extend .triangle-pink;
//   }
// 

// .icon.triangle-pink-small {
//   &:before {
//       background-position: 0em -331.9em;
//       width: 0.8em;
//       height: 0.6em;
//     }
//   }

//   @mixin icon-triangle-pink-small(){
//     @extend .triangle-pink-small;
//   }
// 

// .icon.triangle-white {
//   &:before {
//       background-position: 0em -332.5em;
//       width: 1.2em;
//       height: 0.9em;
//     }
//   }

//   @mixin icon-triangle-white(){
//     @extend .triangle-white;
//   }
// 

// .icon.triangle-white-small {
//   &:before {
//       background-position: 0em -333.4em;
//       width: 0.8em;
//       height: 0.6em;
//     }
//   }

//   @mixin icon-triangle-white-small(){
//     @extend .triangle-white-small;
//   }
// 

// .icon.twitter-icon {
//   &:before {
//       background-position: 0em -334em;
//       width: 1.8em;
//       height: 1.5em;
//     }
//   }

//   @mixin icon-twitter-icon(){
//     @extend .twitter-icon;
//   }
// 

// .icon.twitter-icon-hover {
//   &:before {
//       background-position: 0em -335.5em;
//       width: 1.8em;
//       height: 1.5em;
//     }
//   }

//   @mixin icon-twitter-icon-hover(){
//     @extend .twitter-icon-hover;
//   }
// 

// .icon.znak-big-header {
//   &:before {
//       background-position: 0em -337em;
//       width: 38em;
//       height: 46em;
//     }
//   }

//   @mixin icon-znak-big-header(){
//     @extend .znak-big-header;
//   }
// 

// .icon.zoom-icon {
//   &:before {
//       background-position: 0em -383em;
//       width: 1.8em;
//       height: 1.8em;
//     }
//   }

//   @mixin icon-zoom-icon(){
//     @extend .zoom-icon;
//   }
// 

// .icon.zoom-icon-black {
//   &:before {
//       background-position: 0em -384.8em;
//       width: 1.8em;
//       height: 1.8em;
//     }
//   }

//   @mixin icon-zoom-icon-black(){
//     @extend .zoom-icon-black;
//   }
// 
*/
/* --
razne stvari
------------------------- */
.text-center {
  text-align: center; }

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

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

body {
  color: #333333;
  background: #fcfcfc; }

.pageTitle {
  font-family: "Stolzl Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 0.83333em; }
  @media (max-width: 767px) {
    .pageTitle {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.33333em; } }

.featImgWrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  width: 100%;
  height: 100%;
  background: #000;
  max-width: 100%;
  display: block;
  left: calc(50% - 0px);
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }
  .featImgWrapper picture {
    height: 100%; }
  .featImgWrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100% !important; }

.downloadBtn {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  height: 30px;
  display: inline-block; }
  .downloadBtn span.icon {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: linear-gradient(345deg, #c40f61 0%, #e27210 100%);
    margin-right: 10px;
    border-radius: 3px;
    position: relative; }
    .downloadBtn span.icon:before {
      content: "";
      display: block;
      position: absolute;
      width: 26px;
      height: 26px;
      top: 2px;
      left: 2px;
      background: #FFF; }
    .downloadBtn span.icon:after {
      content: "";
      display: block;
      position: absolute;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -217.3em;
      width: 1.4em;
      height: 1.7em;
      left: 50%;
      top: 50%;
      margin-left: -7px;
      margin-top: -8px; }
  .downloadBtn:hover span.icon:before {
    background: none; }
  .downloadBtn:hover span.icon:after {
    font-size: 10px;
    background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
    background-position: 0em -219em;
    width: 1.4em;
    height: 1.7em; }

.moreInfo {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  height: 30px;
  display: inline-block; }
  .moreInfo span.icon {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: linear-gradient(345deg, #c40f61 0%, #e27210 100%);
    margin-right: 0px;
    border-radius: 3px;
    position: relative; }
    .moreInfo span.icon:before {
      content: "";
      display: block;
      position: absolute;
      width: 26px;
      height: 26px;
      top: 2px;
      left: 2px;
      background: #FFF; }
    .moreInfo span.icon:after {
      content: "i";
      display: block;
      position: absolute;
      font-size: 14px;
      font-size: 1.4rem;
      color: #000;
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      left: 45%;
      top: 52%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .moreInfo:hover span.icon:before {
    background: none; }
  .moreInfo:hover span.icon:after {
    color: #fff; }

/*.forwardBtn-white {
	color: #fff;
	@include fontSize (14);
	line-height: 30px;
	display: flex;
	span.icon{
		display: inline-block;
		width: 30px; height: 30px;

		background: #fff;
		margin-right: 10px;
		border-radius: 3px;
		position: relative;
		&:before{
			content: "";
			display: block;
			position: absolute;
			width: 26px; height: 26px;
			top: 2px; left: 2px;
			background: #c30e60;
		}
		&:after{
			content: "";
			display: block;
			position: absolute;
			@include svg-sprite($arrow-right-white-svg);
			left: 50%;
			top: 50%;
			margin-left: -9px;
			margin-top: -6px;
		}
	}
	&:hover{
		span.icon{
			background: #000;
			&:before{
				background: #fff;
			}
			&:after{
				@include svg-sprite($arrow-right-black-svg);
			}
		}
	}
}*/
.forwardBtn-black {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  height: 30px;
  display: inline-block; }
  .forwardBtn-black span.icon {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: linear-gradient(345deg, #c40f61 0%, #e27210 100%);
    margin-right: 10px;
    border-radius: 3px;
    position: relative; }
    .forwardBtn-black span.icon:before {
      content: "";
      display: block;
      position: absolute;
      width: 26px;
      height: 26px;
      top: 2px;
      left: 2px;
      background: #000; }
    .forwardBtn-black span.icon:after {
      content: "";
      display: block;
      position: absolute;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -189.9em;
      width: 1.8em;
      height: 1.2em;
      left: 50%;
      top: 50%;
      margin-left: -9px;
      margin-top: -6px; }
  .forwardBtn-black:hover span.icon:before {
    background: transparent; }
  .forwardBtn-black:hover span.icon:after {
    font-size: 10px;
    background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
    background-position: 0em -188.7em;
    width: 1.8em;
    height: 1.2em; }

.forwardBtn-white {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  display: inline-block;
  height: 30px; }
  .forwardBtn-white span.icon {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: linear-gradient(345deg, #c40f61 0%, #e27210 100%);
    margin-right: 10px;
    border-radius: 3px;
    position: relative; }
    .forwardBtn-white span.icon:before {
      content: "";
      display: block;
      position: absolute;
      width: 26px;
      height: 26px;
      top: 2px;
      left: 2px;
      background: #fff; }
    .forwardBtn-white span.icon:after {
      content: "";
      display: block;
      position: absolute;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -188.7em;
      width: 1.8em;
      height: 1.2em;
      left: 50%;
      top: 50%;
      margin-left: -9px;
      margin-top: -6px; }
  .forwardBtn-white:hover span.icon:before {
    background: transparent; }
  .forwardBtn-white:hover span.icon:after {
    font-size: 10px;
    background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
    background-position: 0em -189.9em;
    width: 1.8em;
    height: 1.2em; }

.programsBtn {
  color: #b9b9b9 !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  cursor: pointer;
  position: relative;
  padding-left: 26px; }
  .programsBtn:after {
    content: "";
    display: block;
    position: absolute;
    font-size: 10px;
    background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
    background-position: 0em -229.6em;
    width: 1.8em;
    height: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
  .programsBtn:hover {
    color: #c30e60 !important; }
    .programsBtn:hover:after {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -228.4em;
      width: 1.8em;
      height: 1.2em; }

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3rem; }
  table thead {
    -webkit-box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.05); }
  table td, table th {
    border: solid 1px #d8d8d8; }
  table th {
    padding: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  table td {

	      font-size: 1.8rem;
    padding: 10px 20px;
    color: #4a4a4a;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400; }
  table p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #4a4a4a; }
  table tbody td:first-child {
    color: #c30e60; }

table.hiddenTable {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  margin-bottom: 3rem; }
  @media (max-width: 991px) {
    table.hiddenTable {
      width: calc(100%);
      margin-left: 0px;
      margin-right: 0px; } }
  table.hiddenTable td {
    border: none;
    padding: 10px 10px;
    width: 33.3%; }
  table.hiddenTable.pullOut {
    width: calc(117% - 10px);
    margin-bottom: 3rem;
    margin-left: -17%; }
    @media (max-width: 991px) {
      table.hiddenTable.pullOut {
        width: calc(100%);
        margin-left: 0px;
        margin-right: 0px; } }

form, .form {
  padding-top: 3rem;
  padding-bottom: 6rem; }
  form h2, .form h2 {
    margin-bottom: 3rem; }
  form .col-12, .form .col-12 {
    margin-bottom: 2rem; }
  form label, .form label {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700; }
    form label span, .form label span {
      color: #c30e60; }
  form [type="text"].error, form textarea.error, form select.error, .form [type="text"].error, .form textarea.error, .form select.error {
    color: #ff7676;
    border: 1px solid #ff7676; }
  form [type="text"], form textarea, .form [type="text"], .form textarea {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
    box-shadow: inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
    border: solid 1px #d8d8d8;
    padding: 10px 20px;
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem; }
    form [type="text"]:focus, form textarea:focus, .form [type="text"]:focus, .form textarea:focus {
      border: solid 1px #000;
      outline: none; }
  form textarea, .form textarea {
    height: 220px; }
  form .selectWrapper, form .ginput_container_select, .form .selectWrapper, .form .ginput_container_select {
    position: relative; }
    form .selectWrapper:before, form .ginput_container_select:before, .form .selectWrapper:before, .form .ginput_container_select:before {
      content: "";
      background: #d8d8d8;
      height: 50px;
      width: 1px;
      display: block;
      position: absolute;
      right: 40px; }
    form .selectWrapper:after, form .ginput_container_select:after, .form .selectWrapper:after, .form .ginput_container_select:after {
      content: "";
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -330.4em;
      width: 0.8em;
      height: 0.6em;
      position: absolute;
      right: 17px;
      top: 50%; }
  form .select-wrapper.focused:before, .form .select-wrapper.focused:before {
    content: "";
    background: #000; }
  form .select-wrapper.focused:after, .form .select-wrapper.focused:after {
    content: "";
    font-size: 10px;
    background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
    background-position: 0em -330.4em;
    width: 0.8em;
    height: 0.6em;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    position: absolute;
    right: 17px;
    top: 50%; }
  form select, .form select {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
    box-shadow: inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
    padding: 10px 20px;
    color: #000;
    border: solid 1px #d8d8d8;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    form select:focus, .form select:focus {
      border: solid 1px #000;
      outline: none; }
  form [type="radio"]:checked,
  form [type="radio"]:not(:checked), .form [type="radio"]:checked,
  .form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  form [type="radio"]:checked + label,
  form [type="radio"]:not(:checked) + label, .form [type="radio"]:checked + label,
  .form [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem; }
  form [type="radio"]:checked + label:before,
  form [type="radio"]:not(:checked) + label:before, .form [type="radio"]:checked + label:before,
  .form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    background: #fff; }
  form [type="radio"]:checked + label:after,
  form [type="radio"]:not(:checked) + label:after, .form [type="radio"]:checked + label:after,
  .form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: linear-gradient(225deg, #c40f61, #e27210);
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  form [type="radio"]:not(:checked) + label:after, .form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  form [type="radio"]:checked + label:after, .form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  form [type="checkbox"]:checked,
  form [type="checkbox"]:not(:checked), .form [type="checkbox"]:checked,
  .form [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  form [type="checkbox"]:checked + label,
  form [type="checkbox"]:not(:checked) + label, .form [type="checkbox"]:checked + label,
  .form [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem; }
  form [type="checkbox"]:checked + label:before,
  form [type="checkbox"]:not(:checked) + label:before, .form [type="checkbox"]:checked + label:before,
  .form [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background: #fff; }
  form [type="checkbox"]:checked + label:after,
  form [type="checkbox"]:not(:checked) + label:after, .form [type="checkbox"]:checked + label:after,
  .form [type="checkbox"]:not(:checked) + label:after {
    content: '';
    font-size: 10px;
    background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
    background-position: 0em -193.5em;
    width: 1.8em;
    height: 1.4em;
    position: absolute;
    top: 0;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  form [type="checkbox"]:not(:checked) + label:after, .form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  form [type="checkbox"]:checked + label:after, .form [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  form .submitWrapper, .form .submitWrapper {
    display: inline-block;
    width: 110px;
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#c40f61), to(#e27210));
    background: linear-gradient(to right, #c40f61 0%, #e27210 100%);
    margin-right: 10px;
    border-radius: 3px;
    position: relative;
    padding: 2px; }
    form .submitWrapper [type="submit"], .form .submitWrapper [type="submit"] {
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      border-radius: 3px;
      width: 100%;
      height: 100%;
      cursor: pointer;
      border: none;
      outline: none; }
    form .submitWrapper:hover, .form .submitWrapper:hover {
      background: -webkit-gradient(linear, right top, left top, from(#c40f61), to(#e27210));
      background: linear-gradient(to left, #c40f61 0%, #e27210 100%); }
  form .ginput_container_fileupload input[type="file"], .form .ginput_container_fileupload input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
    form .ginput_container_fileupload input[type="file"] + label, .form .ginput_container_fileupload input[type="file"] + label {
      white-space: nowrap;
      cursor: pointer;
      display: inline-block;
      overflow: hidden;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    form .ginput_container_fileupload input[type="file"]:focus + label,
    form .ginput_container_fileupload input[type="file"].has-focus + label, .form .ginput_container_fileupload input[type="file"]:focus + label,
    .form .ginput_container_fileupload input[type="file"].has-focus + label {
      outline: none; }
    form .ginput_container_fileupload input[type="file"]:focus + label,
    form .ginput_container_fileupload input[type="file"].has-focus + label,
    form .ginput_container_fileupload input[type="file"] + label:hover, .form .ginput_container_fileupload input[type="file"]:focus + label,
    .form .ginput_container_fileupload input[type="file"].has-focus + label,
    .form .ginput_container_fileupload input[type="file"] + label:hover {
      border-color: #722040; }
    form .ginput_container_fileupload input[type="file"].error + label span, .form .ginput_container_fileupload input[type="file"].error + label span {
      border-color: #e92226; }
    form .ginput_container_fileupload input[type="file"] + label span, .form .ginput_container_fileupload input[type="file"] + label span {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      display: inline-block;
      width: calc( 100% - 196px);
      height: 50px;
      border-radius: 3px;
      background-color: #ffffff;
      -webkit-box-shadow: inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
      box-shadow: inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
      border: solid 1px #d8d8d8;
      padding: 9px 20px 11px;
      color: #000;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      vertical-align: top;
      float: left;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      form .ginput_container_fileupload input[type="file"] + label span:focus, .form .ginput_container_fileupload input[type="file"] + label span:focus {
        border: solid 1px #000;
        outline: none; }
      @media (max-width: 991px) {
        form .ginput_container_fileupload input[type="file"] + label span, .form .ginput_container_fileupload input[type="file"] + label span {
          height: 46px;
          width: 100%;
          line-height: 2.75em; } }
    form .ginput_container_fileupload input[type="file"] + label .btn, .form .ginput_container_fileupload input[type="file"] + label .btn {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 186px;
      height: 50px;
      line-height: 49px;
      border-radius: 3px;
      border-style: solid;
      border-width: 2px;
      border-image-source: -webkit-linear-gradient(left, #c40f61, #e27210);
      border-image-source: -o-linear-gradient(left, #c40f61, #e27210);
      border-image-source: linear-gradient(to right, #c40f61, #e27210);
      border-image-slice: 1;
      background-color: #fff;
      float: right;
      cursor: pointer;
      margin-bottom: 0;
      padding: 0; }
      form .ginput_container_fileupload input[type="file"] + label .btn:hover, .form .ginput_container_fileupload input[type="file"] + label .btn:hover {
        border-image-source: -webkit-linear-gradient(right, #c40f61, #e27210);
        border-image-source: -o-linear-gradient(right, #c40f61, #e27210);
        border-image-source: linear-gradient(to left, #c40f61, #e27210); }
      @media (max-width: 992px) {
        form .ginput_container_fileupload input[type="file"] + label .btn, .form .ginput_container_fileupload input[type="file"] + label .btn {
          margin-bottom: 5px; } }
      form .ginput_container_fileupload input[type="file"] + label .btn:hover, .form .ginput_container_fileupload input[type="file"] + label .btn:hover {
        text-decoration: none; }
    form .ginput_container_fileupload input[type="file"]:focus + label strong,
    form .ginput_container_fileupload input[type="file"].has-focus + label strong,
    form .ginput_container_fileupload input[type="file"] + label:hover strong, .form .ginput_container_fileupload input[type="file"]:focus + label strong,
    .form .ginput_container_fileupload input[type="file"].has-focus + label strong,
    .form .ginput_container_fileupload input[type="file"] + label:hover strong {
      background-color: #722040; }
    @media screen and (max-width: 50em) {
      form .ginput_container_fileupload input[type="file"] + label strong, .form .ginput_container_fileupload input[type="file"] + label strong {
        display: block; } }
  form .gform_button, .form .gform_button {
    height: 40px;
    padding: 0 40px;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    border-image-source: -webkit-linear-gradient(left, #c40f61, #e27210);
    border-image-source: -o-linear-gradient(left, #c40f61, #e27210);
    border-image-source: linear-gradient(to right, #c40f61, #e27210);
    border-image-slice: 1;
    background-color: #fff;
    float: right;
    cursor: pointer;
    margin-bottom: 0; }
    form .gform_button:hover, .form .gform_button:hover {
      border-image-source: -webkit-linear-gradient(right, #c40f61, #e27210);
      border-image-source: -o-linear-gradient(right, #c40f61, #e27210);
      border-image-source: linear-gradient(to left, #c40f61, #e27210); }

.embeddedContent {
  margin-bottom: 3rem; }

blockquote.twitter-tweet {
  display: inline-block;
  padding: 16px;
  margin: 0 0 30px;
  width: 100%;
  border: #ddd 1px solid;
  border-top-color: #eee;
  border-bottom-color: #bbb;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000; }

blockquote.twitter-tweet p {
  font: normal 18px/24px Georgia, "Times New Roman", Palatino, serif;
  margin: 0 5px 10px 0; }

blockquote.twitter-tweet a[href^="https://twitter.com"] {
  font-weight: normal;
  color: #666;
  font-size: 12px; }

.relatedNews {
  padding-bottom: 8rem;
  margin-bottom: 8rem;
  position: relative; }
  .relatedNews:after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    background: #e7e7e7;
    bottom: 0; }
  .relatedNews h3 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em;
    margin-bottom: 3rem; }
  .relatedNews a {
    position: relative;
    display: block;
    min-height: 250px; }
    @media (max-width: 768px) {
      .relatedNews a {
        margin-bottom: 3rem; } }
    .relatedNews a .txt {
      padding: 10px 0 0;
      background: #fff; }
      .relatedNews a .txt .date {
        margin-bottom: 1rem; }
      .relatedNews a .txt h2 {
        font-family: "Stolzl Regular", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        margin-bottom: 0;
        color: #000; }
    .relatedNews a:hover {
      text-decoration: none; }
      .relatedNews a:hover h2 {
        color: #c30e60; }

.calcBlock {
  margin-bottom: 2rem; }
  .calcBlock p {
    display: none; }
  .calcBlock a {
    padding: 3rem 3rem 4rem;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    margin-bottom: 2rem; }
    .calcBlock a:hover {
      text-decoration: none; }
    .calcBlock a h2 {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5em;
      margin-bottom: 3rem;
      color: #000; }

.applyBlock {
  margin-bottom: 2rem; }
  .applyBlock p {
    display: none; }
  .applyBlock a {
    padding: 3rem 3rem 4rem;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    margin-bottom: 2rem; }
    .applyBlock a:hover {
      text-decoration: none; }
    .applyBlock a h2 {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5em;
      margin-bottom: 3rem;
      color: #000; }

.highlightedPosts {
  margin-bottom: 8rem; }
  .highlightedPosts a {
    padding: 40px 30px 30px;
    display: block;
    min-height: 440px;
    position: relative;
    background: #161616; }
    @media (max-width: 767px) {
      .highlightedPosts a {
        min-height: 280px;
        margin-bottom: 2rem; } }
    .highlightedPosts a:hover {
      text-decoration: none; }
    .highlightedPosts a h2 {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5em;
      margin-bottom: 3.7rem;
      color: #fff; }
    .highlightedPosts a .txt {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71429em;
      margin-bottom: 3.7rem;
      color: #fff;
      position: relative;
      padding-left: 18px; }
      .highlightedPosts a .txt:before {
        content: "";
        position: absolute;
        background-image: linear-gradient(181deg, #c40f61, #e27210);
        width: 2px;
        height: 100%;
        left: 0; }
      .highlightedPosts a .txt p {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71429em;
        color: #fff; }
    .highlightedPosts a .moreBtn {
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      bottom: 30px;
      left: 30px; }
      .highlightedPosts a .moreBtn span.icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: linear-gradient(345deg, #c40f61 0%, #e27210 100%);
        margin-right: 10px;
        border-radius: 3px;
        position: relative; }
        .highlightedPosts a .moreBtn span.icon:before {
          content: "";
          display: block;
          position: absolute;
          width: 26px;
          height: 26px;
          top: 2px;
          left: 2px;
          background: #000; }
        .highlightedPosts a .moreBtn span.icon:after {
          content: "";
          display: block;
          position: absolute;
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -219em;
          width: 1.4em;
          height: 1.7em;
          left: 50%;
          top: 50%;
          margin-left: -7px;
          margin-top: -8px; }
      .highlightedPosts a .moreBtn:hover span.icon:before {
        background: none; }
    .highlightedPosts a .forwardBtn-black {
      position: absolute;
      bottom: 30px;
      left: 30px; }

.latestPosts {
  background: #161616;
  /*padding: 8rem 0 8rem;*/
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .latestPosts .box {
    display: block; }
    @media (max-width: 991px) {
      .latestPosts .box {
        margin-bottom: 3rem; } }
    .latestPosts .box:hover {
      text-decoration: none; }
      .latestPosts .box:hover .title {
        text-decoration: underline; }
    .latestPosts .box time {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2.33333em;
      color: #e1700e; }
    .latestPosts .box .title {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.55556em;
      color: #fff; }
  .latestPosts img {
    width: 100%;
    height: auto;
    border-radius: 2px; }

.ctaBlock {
  background: #000 url(../../../assets/images/backgrounds/zaiskri-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 14rem 0 10rem;
  min-height: 570px; }
  @media (max-width: 767px) {
    .ctaBlock {
      padding: 8rem 0 4rem;
      min-height: initial; } }
  .ctaBlock h3 {
    color: #fff;
    font-size: 64px;
    font-size: 6.4rem;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.21875em;
    margin-bottom: 4rem; }
    .ctaBlock h3 span {
      background: -webkit-linear-gradient(280deg, #c40f61, #e27210);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: block; }
    @media (max-width: 767px) {
      .ctaBlock h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        margin-bottom: 3rem; } }
  .ctaBlock .btn-op {
    padding: 20px 50px;
    color: #fff;
    margin-bottom: 17px;
    text-decoration: none; }
  .ctaBlock p {
    color: #c4c6d1 !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1 !important; }
  .ctaBlock a {
    color: #c30e60;
    text-decoration: underline;
    font-size: 14px;
    font-size: 1.4rem; }

.featuresBlock {
  padding: 6rem 0 0;
  background: #000;
  color: #fff; }
  @media (max-width: 767px) {
    .featuresBlock {
      padding: 4rem 0 0; } }
  @media (max-width: 767px) {
    .featuresBlock .col-12 {
      margin-bottom: 2rem; } }
  .featuresBlock h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #a3a5b3;
    text-align: center;
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
      .featuresBlock h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em; } }
  .featuresBlock .panel {
    padding: 6rem 0 0; }
    @media (max-width: 767px) {
      .featuresBlock .panel {
        padding: 3rem 0 0; } }
  .featuresBlock .box {
    background: #161616;
    height: 100%;
    text-align: center;
    padding: 4rem 4rem 6rem; }
    .featuresBlock .box h4 {
      font-size: 30px;
      font-size: 3rem;
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      line-height: 1.33333em;
      margin-bottom: 6.2rem;
      position: relative; }
      @media (max-width: 767px) {
        .featuresBlock .box h4 {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.41667em;
          margin-bottom: 4.2rem; } }
      .featuresBlock .box h4:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background-image: linear-gradient(273deg, #c40f61, #e27210);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -29px; }
        @media (max-width: 767px) {
          .featuresBlock .box h4:after {
            bottom: -19px; } }
    .featuresBlock .box p {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1.42857em;
      color: #c4c6d1; }

.kampusLanding .featuresBlock .panel {
  padding: 4rem 0 0; }
  @media (min-width: 768px) {
    .kampusLanding .featuresBlock .panel {
      padding: 6rem 0 0; } }

.newsletterSub {
  padding: 6rem 0 10rem;
  background: #000;
  text-align: center; }
  .newsletterSub h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff !important;
    text-align: center;
    margin-bottom: 4rem; }
    @media (max-width: 767px) {
      .newsletterSub h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em; } }
  .newsletterSub p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.66667em;
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff; }
  .newsletterSub form {
    position: relative;
    padding: 0; }
  .newsletterSub [type="text"], .newsletterSub [type="email"] {
    width: 100%;
    height: 70px;
    padding: 10px 136px 10px 20px;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .newsletterSub .submitWrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px; }
  .newsletterSub [type="submit"], .newsletterSub [type="button"] {
    color: #4a4a4a;
    text-transform: initial; }

.downloadBrochure {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 6rem 0 8rem;
  margin-bottom: 8rem; }
  .downloadBrochure p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    margin-bottom: 4rem; }
  .downloadBrochure .ctaBtn {
    display: inline-block;
    position: relative;
    width: 211px;
    height: 66px;
    background: #fff;
    line-height: 66px;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem; }
    .downloadBrochure .ctaBtn:before {
      content: "";
      display: block;
      width: 215px;
      height: 70px;
      top: -2px;
      left: -2px;
      background: linear-gradient(72deg, #c40f61 0%, #e27210 100%);
      margin-right: 10px;
      border-radius: 3px;
      position: absolute;
      color: #000;
      z-index: -10; }
    .downloadBrochure .ctaBtn:hover {
      background: none;
      color: #fff;
      text-decoration: none; }

.container-share_block .shareSocial {
  width: 100%;
  height: 82px;
  border-radius: 3px;
  background-color: #f9f9f9;
  border: solid 1px #e6e6e6;
  font-family: "Stolzl Medium", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 8rem; }
  .container-share_block .shareSocial a {
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 12px; }
    .container-share_block .shareSocial a:after, .container-share_block .shareSocial a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
    .container-share_block .shareSocial a:after {
      opacity: 1;
      width: 30px;
      height: 30px; }
    .container-share_block .shareSocial a:before {
      opacity: 0;
      width: 30px;
      height: 30px; }
    .container-share_block .shareSocial a.fb:after {
      background: url(../../../assets/images/svg/facebook-icon.svg) no-repeat center; }
    .container-share_block .shareSocial a.fb:before {
      background: url(../../../assets/images/svg/facebook-icon-hover.svg) no-repeat center; }
    .container-share_block .shareSocial a.tw:after {
      background: url(../../../assets/images/svg/twitter-icon.svg) no-repeat center; }
    .container-share_block .shareSocial a.tw:before {
      background: url(../../../assets/images/svg/twitter-icon-hover.svg) no-repeat center; }
    .container-share_block .shareSocial a.gp:after {
      background: url(../../../assets/images/svg/google-icon.svg) no-repeat center; }
    .container-share_block .shareSocial a.gp:before {
      background: url(../../../assets/images/svg/google-icon-hover.svg) no-repeat center; }
    .container-share_block .shareSocial a:hover:after {
      opacity: 0; }
    .container-share_block .shareSocial a:hover:before {
      opacity: 1; }

.pageNav {
  margin-bottom: 6rem;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  margin-top: -57px;
  padding: 15px 0; }

.backBtn {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .backBtn span.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#c40f61), to(#e27210));
    background: linear-gradient(to right, #c40f61 0%, #e27210 100%);
    margin-right: 10px;
    border-radius: 3px;
    position: relative; }
    .backBtn span.icon:before {
      content: "";
      display: block;
      position: absolute;
      width: 26px;
      height: 26px;
      top: 2px;
      left: 2px;
      background: #FFF; }
    .backBtn span.icon:after {
      content: "";
      display: block;
      position: absolute;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -191.1em;
      width: 1.8em;
      height: 1.2em;
      left: 21%;
      top: 30%; }

.filter {
  width: 100%;
  position: relative;
  z-index: 1000;
  margin: 0 0 20px;
  padding: 0; }
  .filter::after {
    display: block;
    clear: both;
    content: ""; }
  .filter li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .filter a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14286em;
    color: #000;
    padding: 17px 20px 17px 20px;
    display: block; }
  .filter > li {
    display: block;
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 0 10px 0 0; }
    .filter > li:last-child {
      margin: 0; }
    .filter > li > a {
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #cecece, inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
      box-shadow: inset 0 0 0 1px #cecece, inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
      border-radius: 3px;
      padding-right: 50px;
      position: relative;
      text-decoration: none;
      width: 100%;
      overflow: hidden; }
      .filter > li > a:before {
        content: "";
        display: block;
        width: 39px;
        height: 48px;
        position: absolute;
        top: 1px;
        right: 1px;
        background-color: #f9f9f9;
        border-left: #cbcbcb 1px solid; }
      .filter > li > a:after {
        content: "";
        display: block;
        position: absolute;
        top: 22px;
        right: 16px;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -188.1em;
        width: 0.8em;
        height: 0.6em; }
    .filter > li.active > a {
      border-radius: 3px 3px 0 0;
      -webkit-box-shadow: inset 0 1px 0 0 #cecece, inset 1px 0 0 0 #cecece, inset -1px 0 0 0 #cecece, inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
      box-shadow: inset 0 1px 0 0 #cecece, inset 1px 0 0 0 #cecece, inset -1px 0 0 0 #cecece, inset 0 3px 0 0 rgba(160, 160, 160, 0.1); }
      .filter > li.active > a:before {
        border-bottom: #cbcbcb 1px solid; }
      .filter > li.active > a:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .filter .sub {
    display: none;
    position: absolute;
    right: 0px;
    top: 100%;
    min-width: 100%;
    width: auto;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #cecece, inset 1px 0 0 0 #cecece, inset -1px 0 0 0 #cecece;
    box-shadow: inset 0 -1px 0 0 #cecece, inset 1px 0 0 0 #cecece, inset -1px 0 0 0 #cecece;
    border-radius: 0 0 3px 3px;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .filter .sub li {
      width: 100%; }
    .filter .sub a:hover {
      background-image: linear-gradient(260deg, #c40f61, #e27210);
      color: #fff;
      text-decoration: none !important; }

.borderSolid {
  position: relative; }
  .borderSolid:after {
    content: "";
    background: #e6e6e6;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 55px;
    left: 0; }

#cookie {
  display: none;
  position: fixed;
  bottom: -1px;
  z-index: 999999;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(81, 101, 128, 0.15);
  box-shadow: 0 0 10px 0 rgba(81, 101, 128, 0.15);
  min-height: 52px; }
  #cookie .wrapper {
    padding: 6px 0 6px 60px;
    text-align: left;
    min-height: 50px;
    position: relative;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      #cookie .wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media screen and (max-width: 767px) {
      #cookie .wrapper {
        padding: 6px 0 6px 0; } }
  #cookie .inner {
    padding: 0 250px 0 0;
    position: relative;
    min-height: 56px; }
    @media screen and (max-width: 767px) {
      #cookie .inner {
        padding: 0; } }
  #cookie p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em;
    color: #333333;
    margin: 0;
    padding: 6px 0; }
    @media screen and (max-width: 767px) {
      #cookie p {
        width: 100%; } }
  #cookie .close_cookie {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 12px;
    width: auto;
    height: 46px;
    background: #fff;
    padding: 0 28px;
    line-height: 46px;
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #000;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12); }
    #cookie .close_cookie:after {
      content: "";
      display: block;
      width: calc(100% + 4px);
      height: 50px;
      top: -2px;
      left: -2px;
      background: linear-gradient(72deg, #c40f61 0%, #e27210 100%);
      margin-right: 10px;
      border-radius: 3px;
      position: absolute;
      color: #000;
      z-index: -10; }
    #cookie .close_cookie:hover {
      background: none;
      color: #fff;
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      #cookie .close_cookie {
        position: relative;
        top: 0;
        height: 36px;
        line-height: 36px;
        margin: 10px 0 18px; }
        #cookie .close_cookie:after {
          height: 40px; } }

#cookie.showme {
  display: block; }

.disclaimerBlock {
  padding: 1.4rem 0;
  margin: 0 10px;
  font-family: "Stolzl Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  margin-bottom: 6rem; }
  .disclaimerBlock a {
    color: #c30e60; }
  .disclaimerBlock:after, .disclaimerBlock:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #e6e6e6;
    width: calc(100% - 20px);
    left: 0; }
  .disclaimerBlock:before {
    top: 0; }
  .disclaimerBlock:after {
    bottom: 0; }

.stolzlBold {
  font-family: "Stolzl Bold"; }

.stolzlRegular {
  font-family: "Stolzl Regular"; }

.stolzlLight {
  font-family: "Stolzl Light"; }

.stolzlBook {
  font-family: "Stolzl Book"; }

.stolzlMedium {
  font-family: "Stolzl Medium"; }

.stolzlThin {
  font-family: "Stolzl Thin"; }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@media (max-width: 991px) {
  body .container, body .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem; }
  body .container-fluid > .container {
    padding-left: 0;
    padding-right: 0; } }

/* --
Branding & Navigation
------------------------- */
@media (min-width: 992px) {
  body {
    padding-top: 100px; } }

@media (max-width: 1199px) {
  body {
    padding-top: 0px; } }

@media (min-width: 1200px) {
  #siteHead {
    width: 100%;
    background-color: #151515;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    #siteHead .container-fluid {
      max-width: 1440px; } }
    @media (min-width: 1200px) and (max-width: 991px) {
      #siteHead .container-fluid {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1200px) and (max-width: 1439px) {
      #siteHead .container-fluid > .row > .col-12 {
        padding: 0; } }

@media (min-width: 1200px) {
    #siteHead .homeLogo {
      float: left;
      height: 100px;
      margin: 0; }
      #siteHead .homeLogo a {
        display: block;
        text-indent: -9999em;
        font-size: 0;
        padding: 24px 30px;
        background-color: transparent; }
        #siteHead .homeLogo a:not(.custom_logo):after {
          content: "";
          display: block;
          font-size: 10px;
          /*background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");*/
          background-position: 0em 0em;
          width: 17.5em;
          height: 5.1em; } }
        @media (min-width: 1200px) and (max-width: 1166px) {
          #siteHead .homeLogo a:not(.custom_logo):after {
            width: 50px; } }

@media (min-width: 1200px) {
    #siteHead .multiSajtNav {
      position: relative; }
      #siteHead .multiSajtNav:before {
        content: "";
        display: block;
        height: 100%;
        width: 300%;
        position: absolute;
        right: 100%;
        top: 0;
        background-color: #000; }
    #siteHead .multiDrop {
      float: left; }
    #siteHead .selectSite {
      height: 100px;
      background-color: #161616;
      position: relative;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.22222em;
      color: #fff;
      -webkit-box-shadow: inset -1px 0 0 0 #2d2d2d;
      box-shadow: inset -1px 0 0 0 #2d2d2d;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 50px 0 20px; }
      #siteHead .selectSite:hover {
        text-decoration: initial; }
      #siteHead .selectSite:before, #siteHead .selectSite:after {
        content: "";
        display: block;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      #siteHead .selectSite:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -330.9em;
        width: 1.2em;
        height: 0.9em;
        opacity: 1; }
      #siteHead .selectSite:after {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -332.5em;
        width: 1.2em;
        height: 0.9em;
        opacity: 0; }
      #siteHead .selectSite:hover {
        background-image: linear-gradient(197deg, #c40f61, #e27210); }
        #siteHead .selectSite:hover:before {
          opacity: 0; }
        #siteHead .selectSite:hover:after {
          opacity: 1; }
    #siteHead .multiDrop.hover .selectSite {
      background-image: linear-gradient(197deg, #c40f61, #e27210); }
      #siteHead .multiDrop.hover .selectSite:before {
        opacity: 0; }
      #siteHead .multiDrop.hover .selectSite:after {
        opacity: 1; }
    #siteHead .multiSajtSubMenu {
      display: none;
      position: absolute;
      max-height: calc( 100vh - 100px);
      overflow-y: auto;
      overflow-x: none;
      left: 50%;
      top: 100px;
      width: 1360px;
      max-width: 100%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      #siteHead .multiSajtSubMenu ul {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        border-top: #2d2d2d 1px solid;
        border-left: #2d2d2d 1px solid;
        background: #161616;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      #siteHead .multiSajtSubMenu li {
        list-style-type: none;
        float: left;
        width: calc(20% - 20px);
        margin: 10px;
        padding: 20px 20px;
        background-color: #000000;
        -webkit-box-shadow: 0px 0px 0px 0px #E77716;
        box-shadow: 0px 0px 0px 0px #E77716; }
        #siteHead .multiSajtSubMenu li:hover {
          -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
          -webkit-box-shadow: 0px 0px 0px 3px #E77716;
          box-shadow: 0px 0px 0px 3px #E77716; }
      #siteHead .multiSajtSubMenu a {
        display: block;
        position: relative;
        color: #E77716;
        text-transform: uppercase;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3em;
        padding: 10px;
        letter-spacing: 1px; }
        #siteHead .multiSajtSubMenu a span {
          color: #b5b9c2;
          text-transform: initial;
          display: block;
          font-family: "Stolzl Regular", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.35714em;
          margin-top: 40px;
          position: relative;
          letter-spacing: 0px; }
          #siteHead .multiSajtSubMenu a span:before {
            content: '';
            position: absolute;
            top: -20px;
            left: 0;
            width: 60px;
            height: 2px;
            background-image: linear-gradient(272deg, #c40f61, #e27210); }
        #siteHead .multiSajtSubMenu a:after {
          content: "";
          display: block;
          position: absolute;
          left: 36px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        #siteHead .multiSajtSubMenu a.current, #siteHead .multiSajtSubMenu a.active {
          -webkit-box-shadow: none;
          box-shadow: none; }
          #siteHead .multiSajtSubMenu a.current:before, #siteHead .multiSajtSubMenu a.active:before {
            content: "";
            display: block;
            width: 4px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-image: linear-gradient(184deg, #c40f61, #e27210); }
        #siteHead .multiSajtSubMenu a:hover {
          text-decoration: initial; }
          #siteHead .multiSajtSubMenu a:hover:before {
            display: none; }
    #siteHead .multiDrop.hover .multiSajtSubMenu {
      display: block; }
    #siteHead #rwd_menu {
      display: none; }
    #siteHead .mainNav {
      float: left;
      padding: 0 0 0 0;
      margin: 0; } }
    @media (min-width: 1200px) and (max-width: 1299px) {
      #siteHead .mainNav {
        padding: 0 0 0 15px; } }

@media (min-width: 1200px) {
      #siteHead .mainNav ul {
        padding: 0;
        margin: 0; }
      #siteHead .mainNav li {
        list-style-type: none; }
      #siteHead .mainNav > li {
        float: left; }
      #siteHead .mainNav > li > a {
        font-family: "Stolzl Regular", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 5.33333em;
        color: #fff;
        display: block;
        position: relative;
        padding: 4px 16px 0 16px;
		padding-right:30px;
		} }
      @media (min-width: 1200px) and (max-width: 1299px) {
        #siteHead .mainNav > li > a {
          padding: 4px 10px 0 10px; } }
      @media (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) {
        #siteHead .mainNav > li > a {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 6.85714em;
          padding: 4px 14px 0 5px; } }

@media (min-width: 1200px) {
        #siteHead .mainNav > li > a.current span:after,
        #siteHead .mainNav > li > a.current-menu-item span:after,
        #siteHead .mainNav > li > a.current-menu-ancestor span:after {
          content: "";
          display: block;
          width: 100%;
          height: 6px;
          position: absolute;
          left: 0;
          top: 0;
          background-image: linear-gradient(267deg, #c40f61, #e27210); }
        #siteHead .mainNav > li > a:hover {
          text-decoration: none;
          background-image: linear-gradient(231deg, #c40f61, #e27210); }
          #siteHead .mainNav > li > a:hover.current span:after {
            display: none; }
      #siteHead .mainNav > li.hover > a {
        text-decoration: none;
        background-image: linear-gradient(231deg, #c40f61, #e27210); }
        #siteHead .mainNav > li.hover > a.current span:after {
          display: none; }
      #siteHead .mainNav li.drop > a:before, #siteHead .mainNav li.drop > a:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 9px;
        top: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
      @media (min-width: 1200px) and (max-width: 1299px) {
        #siteHead .mainNav li.drop > a:before, #siteHead .mainNav li.drop > a:after {
          right: 4px; } }

@media (min-width: 1200px) {
      #siteHead .mainNav li.drop > a:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -331.9em;
        width: 0.8em;
        height: 0.6em;
        opacity: 1; }
      #siteHead .mainNav li.drop > a:after {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -333.4em;
        width: 0.8em;
        height: 0.6em;
        opacity: 0; }
      #siteHead .mainNav li.drop > a:hover:before, #siteHead .mainNav li.drop.hover > a:before {
        opacity: 0; }
      #siteHead .mainNav li.drop > a:hover:after, #siteHead .mainNav li.drop.hover > a:after {
        opacity: 1; }
      #siteHead .mainNav li.sv2.drop > a:before, #siteHead .mainNav li.sv3.drop > a:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -331em;
        width: 1.2em;
        height: 0.9em; }
      #siteHead .mainNav li.sv2.drop > a:after, #siteHead .mainNav li.sv3.drop > a:after {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -332.5em;
        width: 1.2em;
        height: 0.9em; }
      #siteHead .mainNav li.sv2 > a, #siteHead .mainNav li.sv3 > a {
        padding: 0 40px 0 16px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 4.16667em; } }
      @media (min-width: 1200px) and (max-width: 1299px) {
        #siteHead .mainNav li.sv2 > a, #siteHead .mainNav li.sv3 > a {
          padding: 0 30px 0 10px; } }
      @media (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) {
        #siteHead .mainNav li.sv2 > a, #siteHead .mainNav li.sv3 > a {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 5.55556em; } }

@media (min-width: 1200px) {
      #siteHead .mainNav .subMenu {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-left: 10px; }
        #siteHead .mainNav .subMenu .wrap {
          background-color: #161616;
          -webkit-box-shadow: 0 0 0 1px #2d2d2d inset;
          box-shadow: 0 0 0 1px #2d2d2d inset;
          padding: 24px 60px;
          -webkit-columns: auto 2;
          columns: auto 2; }
          #siteHead .mainNav .subMenu .wrap li {
            display: inline-block; width:100%;}
        #siteHead .mainNav .subMenu a, #siteHead .mainNav .subMenu dt span {
          font-family: "Stolzl Regular", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.33333em;
          color: #c1c5cc;
          display: block;
          position: relative;
          padding: 18px 60px;
          letter-spacing: -0.5px; }
          #siteHead .mainNav .subMenu a:hover, #siteHead .mainNav .subMenu dt span:hover {
            text-decoration: none;
            color: #fff; }
          #siteHead .mainNav .subMenu a.current, #siteHead .mainNav .subMenu dt span.current {
            padding-left: 79px; }
            #siteHead .mainNav .subMenu a.current:before, #siteHead .mainNav .subMenu dt span.current:before {
              content: "";
              display: block;
              width: 4px;
              height: calc( 100% - 30px);
              position: absolute;
              left: 60px;
              top: 15px;
              background-image: linear-gradient(188deg, #c40f61, #e27210); }
          #siteHead .mainNav .subMenu a.ext:after, #siteHead .mainNav .subMenu dt span.ext:after {
            content: "";
            display: inline-block;
            width: 4px;
            height: 30px;
            margin: 0 0 0 11px;
            font-size: 10px;
            background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
            background-position: 0em -220.7em;
            width: 0.9em;
            height: 0.9em; }
        #siteHead .mainNav .subMenu dt, #siteHead .mainNav .subMenu dd, #siteHead .mainNav .subMenu li {
          margin-bottom: 4px; }
        #siteHead .mainNav .subMenu dl, #siteHead .mainNav .subMenu dt {
          margin: 0; }
        #siteHead .mainNav .subMenu dt a, #siteHead .mainNav .subMenu dt span {
          padding: 18px 0; }
        #siteHead .mainNav .subMenu dd a {
          background-color: #000; }
      #siteHead .mainNav li.drop.hover .subMenu {
        display: block; }
      #siteHead .mainNav li.sv2 .subMenu li a {
        padding: 18px 0; }
      #siteHead .mainNav li.sv2 .subMenu dd a {
        padding: 18px 18px; }
        #siteHead .mainNav li.sv2 .subMenu dd a.current:before {
          content: "";
          display: block;
          width: 4px;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-image: linear-gradient(184deg, #c40f61, #e27210); }
        #siteHead .mainNav li.sv2 .subMenu dd a:hover {
          color: #fff;
          background-image: linear-gradient(258deg, #c40f61, #e27210); }
          #siteHead .mainNav li.sv2 .subMenu dd a:hover:before {
            display: none; }
      #siteHead .mainNav li.sv2 .subMenu .wrap {
        padding: 24px 0;
        -webkit-columns: auto 1;
        columns: auto 1; }
      #siteHead .mainNav li.sv2 .subMenu .cs1 dd a.current:before, #siteHead .mainNav li.sv2 .subMenu .cs2 dd a.current:before {
        content: "";
        display: block;
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
      #siteHead .mainNav li.sv2 .subMenu .cs1 dd a:hover, #siteHead .mainNav li.sv2 .subMenu .cs2 dd a:hover {
        color: #fff; }
      #siteHead .mainNav li.sv2 .subMenu .cs1 strong, #siteHead .mainNav li.sv2 .subMenu .cs2 strong {
        font-weight: normal; }
      #siteHead .mainNav li.sv2 .subMenu .cs1 dd a.current:before {
        background: #c30e60; }
      #siteHead .mainNav li.sv2 .subMenu .cs1 dd a:hover {
        background: #c30e60; }
      #siteHead .mainNav li.sv2 .subMenu .cs1 strong {
        color: #c30e60; }
      #siteHead .mainNav li.sv2 .subMenu .cs2 dd a.current:before {
        background: #e1700e; }
      #siteHead .mainNav li.sv2 .subMenu .cs2 dd a:hover {
        background: #e1700e; }
      #siteHead .mainNav li.sv2 .subMenu .cs2 strong {
        color: #e1700e; }
    #siteHead .langNav {
      position: absolute;
      top: 0;
      right: 60px;
      padding: 0;
      margin: 0; }
      #siteHead .langNav li {
        list-style: none;
        position: relative; }
      #siteHead .langNav .drop > a {
        font-family: "Stolzl Regular", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 4.85em;
        color: #fff;
        display: block;
        position: relative;
        padding: 4px 0 0 0;
        width: 60px;
        text-align: center;
        -webkit-box-shadow: -1px 0 0 0 #2d2d2d;
        box-shadow: -1px 0 0 0 #2d2d2d; }
        #siteHead .langNav .drop > a:hover {
          text-decoration: none;
          background-image: linear-gradient(231deg, #c40f61, #e27210); }
      #siteHead .langNav .hover > a {
        text-decoration: none;
        background-image: linear-gradient(231deg, #c40f61, #e27210); }
      #siteHead .langNav .subMenu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        padding: 0;
        margin: 0; }
        #siteHead .langNav .subMenu a {
          font-family: "Stolzl Regular", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 4.28571em;
          display: block;
          width: 100%;
          height: 60px;
          text-align: center;
          background: #000000;
          -webkit-box-shadow: 0 0 0 1px #2d2d2d inset;
          box-shadow: 0 0 0 1px #2d2d2d inset;
          color: #c1c5cc; }
          #siteHead .langNav .subMenu a.current:before {
            content: "";
            display: block;
            width: 4px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-image: linear-gradient(184deg, #c40f61, #e27210); }
          #siteHead .langNav .subMenu a:hover {
            text-decoration: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #fff;
            background-image: linear-gradient(258deg, #c40f61, #e27210); }
            #siteHead .langNav .subMenu a:hover:before {
              display: none; }
        #siteHead .langNav .subMenu li:last-child a {
          -webkit-box-shadow: 0 1px 0 0 #000 inset, 0 0 0 1px #2d2d2d inset;
          box-shadow: 0 1px 0 0 #000 inset, 0 0 0 1px #2d2d2d inset; }
          #siteHead .langNav .subMenu li:last-child a:hover {
            -webkit-box-shadow: none;
            box-shadow: none; }
      #siteHead .langNav li.drop.hover .subMenu {
        display: block; }
    #siteHead .searchBox {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 100px; }
      #siteHead .searchBox .searchCta {
        display: block;
        width: 60px;
        height: 100%;
        text-indent: -9999em;
        position: relative;
        -webkit-box-shadow: inset 1px 0 0 0 #2d2d2d;
        box-shadow: inset 1px 0 0 0 #2d2d2d; }
        #siteHead .searchBox .searchCta:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -327.9em;
          width: 2.5em;
          height: 2.5em; }
        #siteHead .searchBox .searchCta:hover {
          text-decoration: none;
          background-image: linear-gradient(231deg, #c40f61, #e27210); }
      #siteHead .searchBox .searchInput {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        padding: 10px;
        background-color: #000000;
        -webkit-box-shadow: 0 0 0 1px #2d2d2d inset;
        box-shadow: 0 0 0 1px #2d2d2d inset; }
        #siteHead .searchBox .searchInput form {
          padding: 0; }
        #siteHead .searchBox .searchInput .screen-reader-text {
          display: none; }
        #siteHead .searchBox .searchInput label {
          margin: 0; }
        #siteHead .searchBox .searchInput input[type="search"] {
          width: 409px;
          height: 60px;
          padding: 0 149px 0 15px;
          border-radius: 3px;
          border: none; }
        #siteHead .searchBox .searchInput input[type="submit"] {
          width: 119px;
          height: 40px;
          border-radius: 3px;
          border-style: solid;
          border-width: 2px;
          border-image-source: -webkit-linear-gradient(341deg, #c40f61, #e27210);
          border-image-source: -o-linear-gradient(341deg, #c40f61, #e27210);
          border-image-source: linear-gradient(71deg, #c40f61, #e27210);
          border-image-slice: 1;
          background-color: #fff;
          position: absolute;
          right: 20px;
          top: 20px;
          cursor: pointer; }
      #siteHead .searchBox.open .searchCta {
        text-decoration: none;
        background-image: linear-gradient(231deg, #c40f61, #e27210); }
      #siteHead .searchBox.open .searchInput {
        display: block; }
    #siteHead .loginBox {
      position: absolute;
      top: 0;
      right: 60px;
      width: 60px;
      height: 100px; }
      #siteHead .loginBox .logme {
        display: block;
        width: 60px;
        height: 100%;
        text-indent: -9999em;
        position: relative;
        -webkit-box-shadow: inset 1px 0 0 0 #2d2d2d;
        box-shadow: inset 1px 0 0 0 #2d2d2d; }
        #siteHead .loginBox .logme:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -323.5em;
          width: 2.4em;
          height: 2.4em; }
        #siteHead .loginBox .logme:hover {
          text-decoration: none;
          background-image: linear-gradient(231deg, #c40f61, #e27210); } }

@media (max-width: 1199px) {
  #siteHead {
    width: 100%;
    background-color: #151515;
    -webkit-box-shadow: inset 0 -1px 0 0 #2d2d2d;
    box-shadow: inset 0 -1px 0 0 #2d2d2d;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 60px; }
    #siteHead .container-fluid {
      max-width: 1440px;
      padding-left: 10px;
      padding-right: 10px; }
    #siteHead .homeLogo {
      float: left;
      height: 60px;
      margin: 0; }
      #siteHead .homeLogo a {
        display: block;
        text-indent: -9999em;
        font-size: 0;
        padding: 12px 60px; }
        #siteHead .homeLogo a:not(.custom_logo):after {
          content: "";
          display: block;
          font-size: 10px;
          /*background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");*/
          background-position: 0em -5.1em;
          width: 12.7em;
          height: 3.6em; } }
        @media (max-width: 1199px) and (max-width: 360px) {
          #siteHead .homeLogo a:not(.custom_logo):after {
            width: 200px!important; } }

@media (max-width: 1199px) {
    #siteHead .selectSite {
      height: 60px;
      width: 50px;
      background-color: #161616;
      -webkit-box-shadow: inset -1px -1px 0 0 #2d2d2d;
      box-shadow: inset -1px -1px 0 0 #2d2d2d;
      position: absolute;
      left: 0;
      top: 0;
      text-indent: -9999em;
      float: left; }
      #siteHead .selectSite:before, #siteHead .selectSite:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
      #siteHead .selectSite:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -330.9em;
        width: 1.2em;
        height: 0.9em;
        opacity: 1; }
      #siteHead .selectSite:after {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -332.5em;
        width: 1.2em;
        height: 0.9em;
        opacity: 0; }
    #siteHead .multiDrop.open .selectSite {
      -webkit-box-shadow: inset -1px 0 0 0 #2d2d2d;
      box-shadow: inset -1px 0 0 0 #2d2d2d;
      background-image: linear-gradient(197deg, #c40f61, #e27210); }
      #siteHead .multiDrop.open .selectSite:before {
        opacity: 0; }
      #siteHead .multiDrop.open .selectSite:after {
        opacity: 1; }
    #siteHead .multiSajtSubMenu {
      display: none;
      position: absolute;
      right: 0;
      top: 100%;
      width: 100%;
      height: calc(100vh - 60px);
      overflow: scroll; }
      #siteHead .multiSajtSubMenu ul {
        padding: 0;
        margin: 0; }
      #siteHead .multiSajtSubMenu li {
        list-style-type: none; }
      #siteHead .multiSajtSubMenu a {
        display: block;
        height: 80px;
        padding: 12px 0;
        position: relative;
        background-color: #000000;
        -webkit-box-shadow: 0 -1px 0 0 #2d2d2d inset;
        box-shadow: 0 -1px 0 0 #2d2d2d inset;
        color: #E77716;
        padding-left: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.375em;
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 1px; }
        #siteHead .multiSajtSubMenu a span {
          display: none; }
        #siteHead .multiSajtSubMenu a:after {
          content: '';
          display: block;
          position: absolute;
          background: url(../../../assets/images/svg/algebra-znak-small.svg) no-repeat center;
          background-size: cover;
          top: 50%;
          left: 20px;
          width: 30px;
          height: 30px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 9; }
        #siteHead .multiSajtSubMenu a.current:before, #siteHead .multiSajtSubMenu a.active:before {
          content: "";
          display: block;
          width: 4px;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-image: linear-gradient(184deg, #c40f61, #e27210); }
    #siteHead .multiDrop.open .multiSajtSubMenu {
      display: block; }
    #siteHead #rwd_menu {
      width: 50px;
      height: 60px;
      margin: 0;
      position: absolute;
      right: 0px;
      top: 0px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      cursor: pointer;
      background-color: #161616;
      -webkit-box-shadow: inset 1px -1px 0 0 #2d2d2d;
      box-shadow: inset 1px -1px 0 0 #2d2d2d; }
      #siteHead #rwd_menu div.in {
        width: 20px;
        height: 14px;
        position: absolute;
        left: 15px;
        top: 23px; }
      #siteHead #rwd_menu span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
      #siteHead #rwd_menu span:nth-child(1) {
        top: 0px; }
      #siteHead #rwd_menu span:nth-child(2), #siteHead #rwd_menu span:nth-child(3) {
        top: 6px; }
      #siteHead #rwd_menu span:nth-child(4) {
        top: 12px; }
      #siteHead #rwd_menu.toggle_menu_opened {
        -webkit-box-shadow: inset 1px 0 0 0 #2d2d2d;
        box-shadow: inset 1px 0 0 0 #2d2d2d;
        background-image: linear-gradient(197deg, #c40f61, #e27210); }
        #siteHead #rwd_menu.toggle_menu_opened span:nth-child(1) {
          top: 9px;
          width: 0%;
          left: 50%; }
        #siteHead #rwd_menu.toggle_menu_opened span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        #siteHead #rwd_menu.toggle_menu_opened span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #siteHead #rwd_menu.toggle_menu_opened span:nth-child(4) {
          top: 9px;
          width: 0%;
          left: 50%; }
    #siteHead .nav {
      position: fixed;
      top: 60px;
      left: 0;
      height: 0;
      width: 100vw;
      overflow: scroll;
      background-image: linear-gradient(195deg, #c40f61, #e27210); }
      #siteHead .nav .mainNav {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background-color: #161616;
        padding: 0;
        margin: 0; }
        #siteHead .nav .mainNav li {
          list-style: none;
          position: relative; }
        #siteHead .nav .mainNav > li > a {
          font-family: "Stolzl Regular", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 20px;
          font-size: 2rem;
          line-height: 3em;
          color: #fff;
          display: block;
          position: relative;
          padding: 0 20px 0 20px;
          -webkit-box-shadow: inset 0 1px 0 0 #2d2d2d;
          box-shadow: inset 0 1px 0 0 #2d2d2d; }
          #siteHead .nav .mainNav > li > a:hover {
            text-decoration: none; }
          #siteHead .nav .mainNav > li > a.current:before {
            content: "";
            display: block;
            width: 8px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-image: linear-gradient(188deg, #c40f61, #e27210); }
        #siteHead .nav .mainNav > li.opened > a {
          background-image: linear-gradient(259deg, #c40f61, #e27210); }
          #siteHead .nav .mainNav > li.opened > a.current:before {
            display: none; }
        #siteHead .nav .mainNav .more {
          display: block;
          width: 50px;
          height: 60px;
          background-color: #000000;
          -webkit-box-shadow: inset 1px 1px 0 0 #2d2d2d;
          box-shadow: inset 1px 1px 0 0 #2d2d2d;
          position: absolute;
          right: 0;
          top: 0; }
          #siteHead .nav .mainNav .more span {
            display: none; }
          #siteHead .nav .mainNav .more:after {
            content: "";
            display: block;
            position: absolute;
            left: 21px;
            top: 26px;
            font-size: 10px;
            background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
            background-position: 0em -331em;
            width: 1.2em;
            height: 0.9em; }
          #siteHead .nav .mainNav .more.open {
            background-color: transparent; }
            #siteHead .nav .mainNav .more.open:after {
              font-size: 10px;
              background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
              background-position: 0em -332.5em;
              width: 1.2em;
              height: 0.9em; }
        #siteHead .nav .mainNav .subMenu {
          height: 0;
          overflow: hidden;
          position: relative; }
          #siteHead .nav .mainNav .subMenu .wrap {
            position: absolute;
            left: 0;
            top: 0;
            width: 100vw;
            margin: 0;
            padding: 30px 0 0 0; }
          #siteHead .nav .mainNav .subMenu ul {
            padding: 0 10px;
            margin: 0; }
          #siteHead .nav .mainNav .subMenu li:last-child, #siteHead .nav .mainNav .subMenu dd:last-child {
            margin-bottom: 40px; }
          #siteHead .nav .mainNav .subMenu ul a, #siteHead .nav .mainNav .subMenu dt a, #siteHead .nav .mainNav .subMenu dt span {
            font-family: "Stolzl Regular", Arial, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 3.75em;
            color: #c1c5cc;
            display: block;
            position: relative;
            padding: 0 10px;
            -webkit-box-shadow: inset 0 1px 0 0 #2d2d2d;
            box-shadow: inset 0 1px 0 0 #2d2d2d; }
            #siteHead .nav .mainNav .subMenu ul a:hover, #siteHead .nav .mainNav .subMenu dt a:hover, #siteHead .nav .mainNav .subMenu dt span:hover {
              text-decoration: none; }
            #siteHead .nav .mainNav .subMenu ul a.current:before, #siteHead .nav .mainNav .subMenu dt a.current:before, #siteHead .nav .mainNav .subMenu dt span.current:before {
              content: "";
              display: block;
              width: 4px;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              background-image: linear-gradient(184deg, #c40f61, #e27210); }
            #siteHead .nav .mainNav .subMenu ul a.ext:after, #siteHead .nav .mainNav .subMenu dt a.ext:after, #siteHead .nav .mainNav .subMenu dt span.ext:after {
              content: "";
              display: inline-block;
              width: 4px;
              height: 30px;
              margin: 0 0 0 11px;
              font-size: 10px;
              background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
              background-position: 0em -220.7em;
              width: 0.9em;
              height: 0.9em; }
          #siteHead .nav .mainNav .subMenu dl {
            padding: 0 10px;
            margin: 0; }
          #siteHead .nav .mainNav .subMenu dd {
            padding: 0 10px 4px;
            margin: 0; }
          #siteHead .nav .mainNav .subMenu dd a {
            font-family: "Stolzl Regular", Arial, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 2.85714em;
            color: #c1c5cd;
            display: block;
            position: relative;
            padding: 0 20px;
            background-color: #000; }
            #siteHead .nav .mainNav .subMenu dd a:hover {
              text-decoration: none; }
            #siteHead .nav .mainNav .subMenu dd a.current:before {
              content: "";
              display: block;
              width: 4px;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              background-image: linear-gradient(184deg, #c40f61, #e27210); }
            #siteHead .nav .mainNav .subMenu dd a.ext:after {
              content: "";
              display: inline-block;
              width: 4px;
              height: 30px;
              margin: 0 0 0 11px;
              font-size: 10px;
              background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
              background-position: 0em -220.7em;
              width: 0.9em;
              height: 0.9em; }
          #siteHead .nav .mainNav .subMenu .cs1 strong, #siteHead .nav .mainNav .subMenu .cs2 strong {
            font-weight: normal; }
          #siteHead .nav .mainNav .subMenu .cs1 dd a.current:before {
            background: #c30e60; }
          #siteHead .nav .mainNav .subMenu .cs1 strong {
            color: #c30e60; }
          #siteHead .nav .mainNav .subMenu .cs2 dd a.current:before {
            background: #e1700e; }
          #siteHead .nav .mainNav .subMenu .cs2 strong {
            color: #e1700e; }
      #siteHead .nav.toggle_menu.nav {
        height: 100vh; }
      #siteHead .nav.toggle_menu .mainNav {
        -webkit-transform: translateX(0%);
        transform: translateX(0%); }
    #siteHead .langNav {
      position: absolute;
      right: 100px;
      top: 0;
      width: 50px;
      height: 60px;
      padding: 0;
      margin: 0;
     }
      #siteHead .langNav li {
        list-style: none;
        position: relative; }
      #siteHead .langNav .drop > a {
        font-family: "Stolzl Regular", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 4.28571em;
        color: #fff;
        display: block;
        position: relative;
        padding: 0;
        width: 50px;
        text-align: center;
        -webkit-box-shadow: inset 1px 0 0 0 #2d2d2d;
        box-shadow: inset 1px 0 0 0 #2d2d2d; }
        #siteHead .langNav .drop > a:hover {
          text-decoration: none; }
      #siteHead .langNav .open > a {
        text-decoration: none;
        background-image: linear-gradient(231deg, #c40f61, #e27210); }
      #siteHead .langNav .subMenu {
        display: none;
        position: absolute;
        right: -100px;
        top: 100%;
        width: 100vw;
        padding: 10px;
        margin: 0;
        background-color: #000000;
        -webkit-box-shadow: inset 0 -1px 0 0 #2d2d2d;
        box-shadow: inset 0 -1px 0 0 #2d2d2d; }
        #siteHead .langNav .subMenu li {
          float: left;
          width: 50%;
          padding: 10px; }
        #siteHead .langNav .subMenu a {
          font-family: "Stolzl Regular", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2.85714em;
          display: block;
          width: 100%;
          height: 40px;
          background-color: #161616;
          -webkit-box-shadow: 0 0 0 1px #2d2d2d inset;
          box-shadow: 0 0 0 1px #2d2d2d inset;
          color: #c1c5cc;
          padding: 0 15px;
          position: relative; }
          #siteHead .langNav .subMenu a:hover {
            text-decoration: none; }
          #siteHead .langNav .subMenu a.current:before {
            content: "";
            display: block;
            width: 4px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-image: linear-gradient(184deg, #c40f61, #e27210); }
      #siteHead .langNav li.drop.open .subMenu {
        display: block; }
    #siteHead .searchBox {
      position: absolute;
      right: 50px;
      top: 0;
      width: 50px;
      height: 60px; }
      #siteHead .searchBox .searchCta {
        display: block;
        width: 50px;
        height: 100%;
        text-indent: -9999em;
        position: relative;
        -webkit-box-shadow: inset 1px 0 0 0 #2d2d2d;
        box-shadow: inset 1px 0 0 0 #2d2d2d; }
        #siteHead .searchBox .searchCta:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -327.9em;
          width: 2.5em;
          height: 2.5em; }
      #siteHead .searchBox .searchInput {
        display: none;
        position: absolute;
        right: -50px;
        top: 100%;
        padding: 20px;
        width: 100vw;
        background-color: #000000; }
        #siteHead .searchBox .searchInput form {
          padding: 0; }
        #siteHead .searchBox .searchInput input[type="text"] {
          width: 100%;
          height: 40px;
          padding: 0 149px 0 15px;
          border-radius: 3px;
          border: none; }
        #siteHead .searchBox .searchInput input[type="button"] {
          font-size: 14px;
          font-size: 1.4rem;
          width: 79px;
          height: 30px;
          border-radius: 3px;
          border-style: solid;
          border-width: 2px;
          border-image-source: -webkit-linear-gradient(341deg, #c40f61, #e27210);
          border-image-source: -o-linear-gradient(341deg, #c40f61, #e27210);
          border-image-source: linear-gradient(71deg, #c40f61, #e27210);
          border-image-slice: 1;
          background-color: #fff;
          position: absolute;
          right: 25px;
          top: 25px;
          cursor: pointer; }
      #siteHead .searchBox.open .searchCta {
        text-decoration: none;
        background-image: linear-gradient(231deg, #c40f61, #e27210); }
      #siteHead .searchBox.open .searchInput {
        display: block; }
    #siteHead .loginBox {
      position: absolute;
      right: 100px;
      top: 0;
      width: 50px;
      height: 60px; }
      #siteHead .loginBox .logme {
        display: block;
        width: 50px;
        height: 100%;
        text-indent: -9999em;
        position: relative;
        -webkit-box-shadow: inset 1px 0 0 0 #2d2d2d;
        box-shadow: inset 1px 0 0 0 #2d2d2d; }
        #siteHead .loginBox .logme:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -323.5em;
          width: 2.4em;
          height: 2.4em; } }

/* --
Footer
------------------------- */
#siteFoot {
  background-image: linear-gradient(229deg, #c40f61, #e27210);
  overflow: hidden; }
  #siteFoot * {
    color: #fff; }
  @media (min-width: 768px) {
    #siteFoot nav.nav {
      padding: 100px 0 0; }
    #siteFoot .borders .colb:before {
      content: "";
      display: block;
      width: 1px;
      height: 2000px;
      position: absolute;
      top: -100px;
      background-color: rgba(244, 244, 244, 0.15); }
    #siteFoot .borders .colb:before {
      left: 0; }
    #siteFoot .borders .colb:last-child:after {
      content: "";
      display: block;
      width: 1px;
      height: 2000px;
      position: absolute;
      top: -100px;
      background-color: rgba(244, 244, 244, 0.15); }
    #siteFoot .borders .colb:last-child:after {
      right: 0; }
    #siteFoot .col {
      padding-bottom: 25px; }
    #siteFoot ul, #siteFoot dl {
      padding: 0 19px;
      margin: 0 0 36px; }
    #siteFoot p {
      padding: 0 19px;
      margin: 0 0 19px; }
    #siteFoot li, #siteFoot dd {
      list-style: none;
      padding: 0;
      margin: 0; }
    #siteFoot dd {
      padding-left: 10px; }
    #siteFoot p a {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.13333em;
      display: inline-block; }
    #siteFoot li a, #siteFoot dt {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25em;
      padding: 7px 0;
      display: inline-block; }
    #siteFoot dd a {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857em;
      padding: 7px 0;
      display: inline-block; } }
  @media (max-width: 767px) {
    #siteFoot a:hover {
      text-decoration: none; }
    #siteFoot nav.nav {
      padding: 0;
      margin-bottom: 10px; }
    #siteFoot .wrap {
      height: 0;
      position: relative;
      overflow: hidden;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
      box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
    #siteFoot .in {
      padding: 0;
      position: absolute; }
    #siteFoot .borders {
      display: none; }
    #siteFoot ul, #siteFoot dl {
      padding: 0;
      margin: 0 0 36px; }
      #siteFoot ul:first-child, #siteFoot dl:first-child {
        padding-top: 22px; }
      #siteFoot ul:last-child, #siteFoot dl:last-child {
        padding-bottom: 10px; }
    #siteFoot p {
      padding: 0;
      margin: 0; }
    #siteFoot li, #siteFoot dd {
      list-style: none;
      padding: 0;
      margin: 0; }
    #siteFoot dd {
      padding-left: 10px; }
    #siteFoot p a {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5em;
      display: block;
      padding: 15px 20px;
      -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
      box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
    #siteFoot li a, #siteFoot dt {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25em;
      padding: 7px 20px;
      display: block; }
    #siteFoot dd a {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857em;
      padding: 7px 20px;
      display: block; }
    #siteFoot .more {
      position: absolute;
      display: inline-block;
      right: 10px;
      top: 0;
      width: 50px;
      height: 60px;
      text-indent: -9999em;
      cursor: pointer;
      -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.15);
      box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.15); }
      #siteFoot .more span {
        display: none; }
      #siteFoot .more:before, #siteFoot .more:after {
        content: "";
        top: 50%;
        left: 100%;
        position: absolute;
        pointer-events: none;
        margin-left: -31px;
        margin-top: -3px;
        -webkit-transition: opacity 100ms ease-in-out;
        transition: opacity 100ms ease-in-out;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -332.5em;
        width: 1.2em;
        height: 0.9em; }
      #siteFoot .more:before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0; }
      #siteFoot .more:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1; }
      #siteFoot .more.open:before {
        opacity: 1; }
      #siteFoot .more.open:after {
        opacity: 0; } }
  #siteFoot .addFooter {
    position: relative; }
    @media (min-width: 576px) {
      #siteFoot .addFooter {
        padding-right: 0;
        padding-left: 0;
        margin-top: 100px; } }
    #siteFoot .addFooter p {
      padding: 0 19px;
      margin: 0 0 19px;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71429em;
      color: #a3a5b3; }
      #siteFoot .addFooter p strong {
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #fff; }
    #siteFoot .addFooter .branchesRow {
      background: #000;
      padding: 4rem 0 12rem; }
      @media (max-width: 767px) {
        #siteFoot .addFooter .branchesRow {
          margin-left: 0;
          margin-right: 0;
          padding: 3rem 0 4rem; } }
    #siteFoot .addFooter .socialsRow {
      position: absolute;
      display: block;
      bottom: 0;
      width: 100%;
      margin: 0; }
      #siteFoot .addFooter .socialsRow .col {
        float: left;
        height: 100%;
        padding-bottom: 0; }
      #siteFoot .addFooter .socialsRow .socials {
        height: 100%;
        width: calc(100% + 30px);
        background-color: #f9f9f9;
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2em;
        margin-left: -20px; }
        #siteFoot .addFooter .socialsRow .socials > div {
          width: 50%;
          float: left;
          padding: 15px 0; }
        #siteFoot .addFooter .socialsRow .socials span {
          margin-left: 3rem;
          font-family: "Stolzl Medium", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          font-size: 1.4rem;
          color: #4a4a4a;
          text-transform: uppercase;
          vertical-align: sub; }
        #siteFoot .addFooter .socialsRow .socials a {
          display: inline-block;
          text-indent: -9999px;
          position: relative;
          width: 30px;
          height: 30px;
          margin: 0 12px; }
          #siteFoot .addFooter .socialsRow .socials a:after, #siteFoot .addFooter .socialsRow .socials a:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0; }
          #siteFoot .addFooter .socialsRow .socials a:after {
            opacity: 1;
            width: 30px;
            height: 30px; }
          #siteFoot .addFooter .socialsRow .socials a:before {
            opacity: 0;
            width: 30px;
            height: 30px; }
          #siteFoot .addFooter .socialsRow .socials a.fb:after {
            background: url(../../../assets/images/svg/facebook-icon.svg) no-repeat center; }
          #siteFoot .addFooter .socialsRow .socials a.fb:before {
            background: url(../../../assets/images/svg/facebook-icon-hover.svg) no-repeat center; }
          #siteFoot .addFooter .socialsRow .socials a.tw:after {
            background: url(../../../assets/images/svg/twitter-icon.svg) no-repeat center; }
          #siteFoot .addFooter .socialsRow .socials a.tw:before {
            background: url(../../../assets/images/svg/twitter-icon-hover.svg) no-repeat center; }
          #siteFoot .addFooter .socialsRow .socials a.gp:after {
            background: url(../../../assets/images/svg/google-icon.svg) no-repeat center; }
          #siteFoot .addFooter .socialsRow .socials a.gp:before {
            background: url(../../../assets/images/svg/google-icon-hover.svg) no-repeat center; }
          #siteFoot .addFooter .socialsRow .socials a:hover:after {
            opacity: 0; }
          #siteFoot .addFooter .socialsRow .socials a:hover:before {
            opacity: 1; }
      @media (max-width: 767px) {
        #siteFoot .addFooter .socialsRow {
          position: relative; }
          #siteFoot .addFooter .socialsRow .col {
            float: none; }
          #siteFoot .addFooter .socialsRow .socials {
            width: calc(100% + 20px);
            margin-left: -10px; }
            #siteFoot .addFooter .socialsRow .socials > div {
              width: 100%;
              float: none;
              padding: 15px 0;
              text-align: center; }
            #siteFoot .addFooter .socialsRow .socials span {
              margin: 0; } }
    #siteFoot .addFooter .nivasLogo {
      display: inline-block;
      width: 24px;
      height: 28px;
      text-indent: -9999px;
      position: absolute;
      right: 20px;
      top: 15px; }
      #siteFoot .addFooter .nivasLogo:after {
        content: "";
        display: block;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -318.4em;
        width: 2.4em;
        height: 2.7em;
        position: absolute;
        top: 0;
        left: 0; }
      @media (max-width: 767px) {
        #siteFoot .addFooter .nivasLogo {
          position: relative;
          top: auto;
          right: auto;
          display: inline-block;
          margin-top: 40px;
          margin-bottom: 40px; } }

/* --
Home
------------------------- */
.homepageContent .sponsorSlider {
  width: 100%;
  overflow: hidden; }
  .homepageContent .sponsorSlider .swiper-container {
    width: 100%;
    height: 100%; }
  .homepageContent .sponsorSlider .imgWrap {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .homepageContent .sponsorSlider img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    max-height: 100%;
    opacity: 1; }
    .homepageContent .sponsorSlider img.addShow {
      opacity: 1; }
  .homepageContent .sponsorSlider p {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    opacity: 0;
    padding: 0px 10%;
    opacity: 1; }
    .homepageContent .sponsorSlider p.addShow {
      opacity: 1; }
  .homepageContent .sponsorSlider .swiper-button-prev,
  .homepageContent .sponsorSlider .swiper-button-next {
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-image: none;
    background-color: #fff; }
    .homepageContent .sponsorSlider .swiper-button-prev:before,
    .homepageContent .sponsorSlider .swiper-button-next:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .homepageContent .sponsorSlider .swiper-button-prev:hover,
    .homepageContent .sponsorSlider .swiper-button-next:hover {
      background-color: #ececec; }
    @media (max-width: 767px) {
      .homepageContent .sponsorSlider .swiper-button-prev,
      .homepageContent .sponsorSlider .swiper-button-next {
        top: 30%; } }
  .homepageContent .sponsorSlider .swiper-button-prev {
    left: -140px; }
    .homepageContent .sponsorSlider .swiper-button-prev:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -200.5em;
      width: 1.5em;
      height: 2.4em; }
    .homepageContent .sponsorSlider .swiper-button-prev.swiper-button-disabled:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -202.9em;
      width: 1.5em;
      height: 2.4em; }
    @media (max-width: 767px) {
      .homepageContent .sponsorSlider .swiper-button-prev {
        left: 0;
        right: auto; } }
  .homepageContent .sponsorSlider .swiper-button-next {
    left: -65px; }
    .homepageContent .sponsorSlider .swiper-button-next:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -207.7em;
      width: 1.5em;
      height: 2.4em; }
    .homepageContent .sponsorSlider .swiper-button-next.swiper-button-disabled:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -210.1em;
      width: 1.5em;
      height: 2.4em; }
    @media (max-width: 767px) {
      .homepageContent .sponsorSlider .swiper-button-next {
        right: 0;
        left: auto; } }
  .homepageContent .sponsorSlider .swiper-button-prev.swiper-button-disabled,
  .homepageContent .sponsorSlider .swiper-button-next.swiper-button-disabled {
    opacity: 1; }
  @media (min-width: 768px) {
    .homepageContent .sponsorSlider .sponsorContainer {
      overflow: visible; }
    .homepageContent .sponsorSlider .sponsorWrapper {
      position: relative;
      display: block;
      height: 250px; }
    .homepageContent .sponsorSlider .swiper-button-next, .homepageContent .sponsorSlider .swiper-button-prev {
      display: none; }
    .homepageContent .sponsorSlider .sponsorSlide {
      width: 19%;
      position: static !important;
      display: inline-block; }
      .homepageContent .sponsorSlider .sponsorSlide img {
        opacity: 0.4;
        max-width: 90%; }
        .homepageContent .sponsorSlider .sponsorSlide img.addShow {
          opacity: 1; }
      .homepageContent .sponsorSlider .sponsorSlide p {
        position: absolute;
        display: block;
        left: 0;
        text-align: left;
        opacity: 0; }
        .homepageContent .sponsorSlider .sponsorSlide p.addShow {
          opacity: 1; } }

.homepageContent .intro_c {
  color: #fff;
  padding-bottom: 15rem;
  position: relative; }
  @media (max-width: 991px) {
    .homepageContent .intro_c {
      padding-bottom: 8rem;	
padding-top:8rem;	  } }
  .homepageContent .intro_c .featImgWrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    width: 100%;
    height: 100%;
    background: #000;
    max-width: 1440px;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
    .homepageContent .intro_c .featImgWrapper img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      opacity: .7; }
  .homepageContent .intro_c h1, .homepageContent .intro_c .title {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 1.25926em;
    margin: 13rem 0 3rem 0;
    position: relative; }
    @media (max-width: 991px) {
      .homepageContent .intro_c h1, .homepageContent .intro_c .title {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.22222em;
        margin: 4rem 0 2rem 0; } }
  .homepageContent .intro_c h2,
  .homepageContent .intro_c .subtitle {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em;
    position: relative;
    padding: 0 0 60px 0; }

    
    @media (max-width: 991px) {
      .homepageContent .intro_c h2,
      .homepageContent .intro_c .subtitle {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3em; } }
  .homepageContent .intro_c .abstract {
    position: relative;
    margin: 4.3rem 0 4rem 0;
    padding: 4rem 0 0 0; }
    .homepageContent .intro_c .abstract p {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.66667em; }
      .homepageContent .intro_c .abstract p strong {
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
    @media (max-width: 991px) {
      .homepageContent .intro_c .abstract {
        margin-top: 0;
        padding: 3rem 0 0 0; }
        .homepageContent .intro_c .abstract p {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.375em; } }
  .homepageContent .intro_c .scroll-cta {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    position: relative;
    border-radius: 3px;
    border: solid 2px #ffffff; }
    .homepageContent .intro_c .scroll-cta:before {
      content: "";
      display: block;
      position: absolute;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -199.7em;
      width: 1.2em;
      height: 0.8em;
      top: 50%;
      left: 50%;
      margin-top: -4px;
      margin-left: -6px; }
  .homepageContent .intro_c .intro_cta {
    z-index: 999;
    position: relative; }
  .homepageContent .intro_c .apply-cta {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 176px;
    height: 46px;
    background: #000;
    line-height: 46px;
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff; }
    .homepageContent .intro_c .apply-cta:before {
      content: "";
      display: block;
      width: 180px;
      height: 50px;
      top: -2px;
      left: -2px;
      background: linear-gradient(72deg, #c40f61 0%, #e27210 100%);
      margin-right: 10px;
      border-radius: 3px;
      position: absolute;
      color: #000;
      z-index: -1; }
    .homepageContent .intro_c .apply-cta:hover {
      background: none;
      color: #fff;
      text-decoration: none; }

.homepageContent .homeTicker {
  background: linear-gradient(268deg, #c40f61, #e27210);
  padding: 1.6rem;
  font-family: "Stolzl Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem; }
  .homepageContent .homeTicker ul {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center; }
  .homepageContent .homeTicker li {
    display: inline-block;
    padding: 0 14px;
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .homepageContent .homeTicker li {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 0; } }
    .homepageContent .homeTicker li:before {
      content: "•";
      margin-right: 28px;
      -webkit-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5);
      display: inline-block; }
    .homepageContent .homeTicker li:first-child:before {
      content: none; }
    @media (max-width: 1199px) {
      .homepageContent .homeTicker li {
        display: block;
        padding: 0; }
        .homepageContent .homeTicker li:before {
          content: "";
          margin-right: 0; } }

.homepageContent .dashedBot {
  border-bottom: solid 1px #e6e6e6; }

.homepageContent .coHighlight {
  background: #f6f6f6;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .homepageContent .coHighlight .col-12 {
    padding-left: 7rem;
    padding-right: 2rem;
    position: relative; }
    .homepageContent .coHighlight .col-12:before {
      content: "";
      display: block;
      left: 10px;
      top: 0;
      position: absolute;
      z-index: 2; }
    .homepageContent .coHighlight .col-12:after {
      content: "";
      display: block;
      left: 10px;
      top: 20px;
      position: absolute;
      -webkit-filter: grayscale(100%) blur(5px);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%) blur(5px);
      z-index: 1;
      opacity: .4; }
    .homepageContent .coHighlight .col-12.boxCareer:before, .homepageContent .coHighlight .col-12.boxCareer:after {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -230.8em;
      width: 4em;
      height: 4em; }
    .homepageContent .coHighlight .col-12.boxJob:before, .homepageContent .coHighlight .col-12.boxJob:after {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -234.8em;
      width: 4em;
      height: 3.2em; }
    .homepageContent .coHighlight .col-12.boxUpgrade:before, .homepageContent .coHighlight .col-12.boxUpgrade:after {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -238em;
      width: 4.2em;
      height: 4.2em; }
    @media (max-width: 767px) {
      .homepageContent .coHighlight .col-12 {
        margin-bottom: 3.5rem; } }
  .homepageContent .coHighlight h2 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25em;
    margin-bottom: 20px;
    min-height: 60px; }
    @media (max-width: 676px) {
      .homepageContent .coHighlight h2 {
        min-height: auto; } }
  .homepageContent .coHighlight .text p {
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
    margin-bottom: 20px; }
    .homepageContent .coHighlight .text p:last-child {
      margin-bottom: 0; }
    .homepageContent .coHighlight .text p span, .homepageContent .coHighlight .text p a {
      color: #c30e60;
      text-decoration: underline; }

.homepageContent .latestPosts {
  background: transparent;
  padding-top: 3rem;
  padding-bottom: 0; }
  .homepageContent .latestPosts h3 {
    color: #000;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45455em;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .homepageContent .latestPosts h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em; } }
  .homepageContent .latestPosts .box .title {
    color: #000; }
  .homepageContent .latestPosts .box h2.title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em; }
    @media (min-width: 768px) {
      .homepageContent .latestPosts .box h2.title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em; } }
  .homepageContent .latestPosts .box img {
    margin-bottom: .5rem;
min-height:120px;	}

.homepageContent .coTeaserBox {
  padding-top: 6.5rem;
  padding-bottom: 8rem;
  border-radius: 3px;
  position: relative;
  margin-bottom: 4.2rem; }
  .homepageContent .coTeaserBox:before {
    content: "";
    position: absolute;
    width: calc(50% + 6px);
    height: 15px;
    left: 0;
    bottom: 0;
    background: -o-linear-linear-gradient(222deg, transparent 15px, #fff 16px);
    background: linear-gradient(222deg, transparent 15px, #fff 16px); }
  .homepageContent .coTeaserBox:after {
    content: "";
    position: absolute;
    width: calc(50% + 6px);
    height: 15px;
    right: 0;
    bottom: 0;
    background: -o-linear-linear-gradient(138deg, transparent 15px, #fff 16px);
    background: linear-gradient(138deg, transparent 15px, #fff 16px); }
  .homepageContent .coTeaserBox h3 {
    position: relative;
    margin-bottom: 6rem;
    color: #fff;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em; }
    .homepageContent .coTeaserBox h3:before {
      content: '';
      display: block;
      position: absolute;
      width: 40px;
      height: 2px;
      background-color: #fff;
      bottom: -30px;
      left: 0; }
  .homepageContent .coTeaserBox .text p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #fff; }
    .homepageContent .coTeaserBox .text p:last-child {
      margin-bottom: 0; }
    .homepageContent .coTeaserBox .text p strong {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }

.homepageContent .onlineMark {
  position: relative;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem; }
  .homepageContent .onlineMark:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #b8e986;
    border-radius: 50%;
    display: block;
    border: 3px solid #ffffff;
    position: absolute;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.homepageContent .programsHead h3 {
  font-family: "Stolzl Medium", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  text-align: center;
  margin-bottom: 16px; }

.homepageContent .programsHead .onlineChecker {
  display: inline-block;
  width: auto;
  margin-bottom: 20px; }
  .homepageContent .programsHead .onlineChecker .leftSide {
    background: #b8e986;
    padding: 4px 14px 4px 28px;
    display: inline-block;
    color: #333; }
  .homepageContent .programsHead .onlineChecker .rightSide {
    background: #f6f6f6;
    padding: 4px 14px 4px 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  .homepageContent .programsHead .onlineChecker a {
    text-decoration: underline; }

.homepageContent .programsList {
  -webkit-box-shadow: 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset;
  box-shadow: 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset; }
  .homepageContent .programsList a.card-wrap {
    padding: 24px 30px 50px 30px;
    -webkit-box-shadow: -1px 0 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset;
    box-shadow: -1px 0 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .homepageContent .programsList a.card-wrap {
        -webkit-box-shadow: 0 0 0 1px #e6e6e6 inset;
        box-shadow: 0 0 0 1px #e6e6e6 inset;
        margin-top: -1px; } }
    .homepageContent .programsList a.card-wrap:hover {
      border-width: 2px;
      border-image-source: -webkit-linear-gradient(90deg, #c40f61, #e27210);
      border-image-source: -o-linear-gradient(90deg, #c40f61, #e27210);
      border-image-source: linear-gradient(90deg, #c40f61, #e27210);
      border-radius: 3px;
      border-style: solid;
      border-image-slice: 1;
      padding: 22px 28px 48px 28px;
      text-decoration: none; }
      .homepageContent .programsList a.card-wrap:hover .onlineMark {
        right: 28px; }
      .homepageContent .programsList a.card-wrap:hover .programsBtn, .homepageContent .programsList a.card-wrap:hover .forwardBtn-white {
        bottom: 18px;
        color: #c30e60 !important; }
      .homepageContent .programsList a.card-wrap:hover .forwardBtn-white span.icon:before {
        background: transparent; }
      .homepageContent .programsList a.card-wrap:hover .forwardBtn-white span.icon:after {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -189.9em;
        width: 1.8em;
        height: 1.2em; }
      .homepageContent .programsList a.card-wrap:hover h4 {
        text-decoration: none;
        color: #333333; }
        .homepageContent .programsList a.card-wrap:hover h4:before {
          background: linear-gradient(272deg, #d8d8d8, #d8d8d8); }
    .homepageContent .programsList a.card-wrap h4 {
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.25em;
      position: relative;
      margin-bottom: 4rem;
      min-height: 5rem;
      color: #333333; }
      .homepageContent .programsList a.card-wrap h4:before {
        content: '';
        display: block;
        position: absolute;
        width: 54px;
        height: 2px;
        background: linear-gradient(272deg, #c40f61, #e27210);
        bottom: -20px;
        left: 0; }
    .homepageContent .programsList a.card-wrap p {
      font-family: "Stolzl Book", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.78571em;
      color: #333333; }
    .homepageContent .programsList a.card-wrap .onlineMark {
      position: absolute;
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
      right: 30px;
      color: #333333; }
    .homepageContent .programsList a.card-wrap .programsBtn, .homepageContent .programsList a.card-wrap .forwardBtn-white {
      position: absolute;
      bottom: 20px; }
  @media (max-width: 991px) {
    .homepageContent .programsList {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .homepageContent .programsList.listCategories .card-wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../../assets/images/svg/logo-list-categories.svg) center no-repeat;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  .homepageContent .programsList.listCategories .card-wrap:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .homepageContent .programsList.listSeminars {
    margin-bottom: 6rem; }
    .homepageContent .programsList.listSeminars .card-wrap .duration {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1em;
      color: #b9b9b9;
      margin-bottom: 1rem;
      display: inline-block; }
    .homepageContent .programsList.listSeminars .card-wrap h4 span {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      color: #c30e60;
      display: block; }
    .homepageContent .programsList.listSeminars .card-wrap:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(../../../assets/images/svg/logo-list-seminars.svg) top left no-repeat;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 1;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-transform: scale(1) translate(-26px, -50px);
      transform: scale(1) translate(-26px, -50px); }
    .homepageContent .programsList.listSeminars .card-wrap:hover:after {
      opacity: 1;
      -webkit-transform: scale(0.77) translate(-6px, -35px);
      transform: scale(0.77) translate(-6px, -35px); }

.homepageContent .programsApply {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #f6f6f6; }
  .homepageContent .programsApply p {
    color: #9b9b9b;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
    margin: 0; }
  .homepageContent .programsApply .ctaDown {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    width: auto;
    height: 56px;
    background: #fff;
    padding: 0 40px 0 37px;
    line-height: 56px;
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #000;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12); }
    .homepageContent .programsApply .ctaDown:after {
      content: "";
      display: block;
      width: calc(100% + 4px);
      height: 60px;
      top: -2px;
      left: -2px;
      background: linear-gradient(72deg, #c40f61 0%, #e27210 100%);
      margin-right: 10px;
      border-radius: 3px;
      position: absolute;
      color: #000;
      z-index: -10; }
    .homepageContent .programsApply .ctaDown:before {
      content: "";
      display: inline-block;
      margin-right: 10px;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -217.3em;
      width: 1.4em;
      height: 1.7em;
      vertical-align: middle; }
    .homepageContent .programsApply .ctaDown:hover {
      background: none;
      color: #fff;
      text-decoration: none; }
      .homepageContent .programsApply .ctaDown:hover:before {
        content: "";
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -219em;
        width: 1.4em;
        height: 1.7em; }
  .homepageContent .programsApply .ctaApply {
    border-radius: 3px;
    background-image: linear-gradient(286deg, #c40f61, #e27210);
    -webkit-box-shadow: 0 0 30px 0 rgba(195, 14, 96, 0.4);
    box-shadow: 0 0 30px 0 rgba(195, 14, 96, 0.4);
    color: #fff;
    border: none;
    padding: 14px 84px;
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 60px;
    position: relative;
    opacity: 1;
    z-index: 1;
    width: auto;
    display: inline-block;
    line-height: 2;
    top: -2px;
    left: -2px;
    text-align: center; }
    .homepageContent .programsApply .ctaApply:hover {
      color: #fff;
      text-decoration: none; }
      .homepageContent .programsApply .ctaApply:hover:after {
        opacity: 1; }
    .homepageContent .programsApply .ctaApply:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: linear-gradient(74deg, #c40f61, #e27210);
      opacity: 0;
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out;
      border-radius: 3px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
  @media (max-width: 991px) {
    .homepageContent .programsApply {
      text-align: center; } }
  @media (max-width: 1199px) {
    .homepageContent .programsApply p {
      text-align: center;
      width: 100%;
      margin-bottom: 2.5rem; }
    .homepageContent .programsApply .ctaDown {
      margin-bottom: 3rem; } }
  @media (min-width: 992px) {
    .homepageContent .programsApply .ctaDown {
      float: right; } }

.homepageContent .programsAbstract {
  padding-top: 7.5rem;
  padding-bottom: 16rem;
  position: relative; }
  .homepageContent .programsAbstract p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    margin-bottom: 20px; }
    .homepageContent .programsAbstract p a {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      text-decoration: underline; }
    .homepageContent .programsAbstract p:last-child {
      margin-bottom: 0; }
  .homepageContent .programsAbstract:after {
    content: '';
    display: block;
    position: absolute;
    width: 54px;
    height: 2px;
    background: linear-gradient(272deg, #c40f61, #e27210);
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

div.modalPop {
  padding-left: 20px;
  padding-right: 20px; }

section#modalAlgebra {
  padding: 66px 0px 70px 0px;
  background: #f6f6f6;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.18);
  margin: 5vh 0;
  height: 90vh;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  section#modalAlgebra .modal_content {
    width: 100vw; }
  section#modalAlgebra .slick-track {
    padding: 5px 0; }
  section#modalAlgebra .title {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: linear-gradient(225deg, #c40f61, #e27210); }
    section#modalAlgebra .title:after {
      content: "";
      display: block;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -314.4em;
      width: 1.6em;
      height: 1.6em;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    section#modalAlgebra .title:hover {
      background: linear-gradient(225deg, #c40f61, #e27210); }
  section#modalAlgebra h2 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em;
    color: #1d1d1d;
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px; }
    section#modalAlgebra h2:before {
      content: '';
      position: absolute;
      background: #4a4a4a;
      bottom: -30px;
      width: 40px;
      height: 2px; }
  section#modalAlgebra p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
    margin-bottom: 40px; }
    section#modalAlgebra p strong {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
  section#modalAlgebra h3 {
    color: #484848;
    text-transform: uppercase;
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    position: absolute;
    top: -40px; }
  section#modalAlgebra ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    section#modalAlgebra ul li {
      color: #c30e60;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71429em;
      list-style: none;
      margin-bottom: 18px;
      position: relative; }
      @media (max-width: 980px) {
        section#modalAlgebra ul li {
          padding-left: 25px; } }
      section#modalAlgebra ul li.online:before {
        position: absolute;
        content: '';
        background: #b8e986;
        width: 10px;
        height: 10px;
        left: -25px;
        top: 8px;
        border-radius: 50%; }
        @media (max-width: 980px) {
          section#modalAlgebra ul li.online:before {
            left: 0; } }
      @media (min-width: 768px) {
        section#modalAlgebra ul li.online:after {
          position: absolute;
          content: 'Dostupno online';
          font-family: "Stolzl Regular", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.66667em;
          white-space: nowrap;
          text-align: center;
          color: #000;
          background: #b8e986;
          width: 0;
          height: 0;
          right: 100%;
          top: 11px;
          padding: 0;
          margin-right: 19px;
          overflow: hidden;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; } }
      @media (min-width: 768px) {
        section#modalAlgebra ul li.online:hover:after {
          width: 122px;
          height: 20px; } }
  section#modalAlgebra .btn-op {
    -webkit-box-shadow: 0 10px 30px 0 rgba(195, 14, 96, 0.4);
    box-shadow: 0 10px 30px 0 rgba(195, 14, 96, 0.4);
    width: 160px;
    margin-right: 10px; }
  section#modalAlgebra .moreAbout {
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    border-image-source: -webkit-linear-gradient(341deg, #c40f61, #e27210);
    border-image-source: -o-linear-gradient(341deg, #c40f61, #e27210);
    border-image-source: linear-gradient(71deg, #c40f61, #e27210);
    border-image-slice: 1;
    background-color: #fff;
    cursor: pointer;
    color: #000;
    padding: 13px 20px;
    text-decoration: none; }
    section#modalAlgebra .moreAbout:hover {
      border-image-source: -webkit-linear-gradient(341deg, #e27210, #c40f61);
      border-image-source: -o-linear-gradient(341deg, #e27210, #c40f61);
      border-image-source: linear-gradient(71deg, #e27210, #c40f61); }
    @media (max-width: 980px) {
      section#modalAlgebra .moreAbout {
        margin-bottom: 100px;
        display: inline-block; } }
  section#modalAlgebra button.prev-arrow,
  section#modalAlgebra button.next-arrow {
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
    width: 165px;
    border: none;
    color: #9c9c9c;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    section#modalAlgebra button.prev-arrow:hover,
    section#modalAlgebra button.next-arrow:hover {
      color: #000; }
  section#modalAlgebra button.prev-arrow {
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 0px 26px 0px 59px;
    min-height: 135px; }
    section#modalAlgebra button.prev-arrow:after {
      content: '';
      position: absolute;
      left: 20px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -194.9em;
      width: 0.7em;
      height: 1.2em; }
    section#modalAlgebra button.prev-arrow:hover:after {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -196.1em;
      width: 0.7em;
      height: 1.2em; }
  section#modalAlgebra button.next-arrow {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 0px 59px 0px 26px;
    min-height: 135px; }
    section#modalAlgebra button.next-arrow:after {
      content: '';
      position: absolute;
      right: 20px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -197.3em;
      width: 0.7em;
      height: 1.2em; }
    section#modalAlgebra button.next-arrow:hover:after {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -198.5em;
      width: 0.7em;
      height: 1.2em; }

div.modalSpinner section#modalSpinner {
  text-align: center;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  div.modalSpinner section#modalSpinner div.spinner {
    background: url("../../../assets/images/ellipsis.svg") no-repeat right;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center; }

div.spinner {
  background: url("../../../assets/images/ellipsis.svg") no-repeat right;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center; }

.modalPop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(123, 128, 129, 0.95);
  z-index: 999999;
  overflow-y: hidden;
  height: 100%;
  width: 100%; }
  .modalPop.open {
    height: 100%; }

.modalSpinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(123, 128, 129, 0.95);
  z-index: 999999;
  overflow-y: hidden;
  height: 100%;
  width: 100%; }
  .modalSpinner.open {
    height: 100%; }

/* ------------------------
News Pages CSS
------------------------- */
.articleListContent img {
  width: 100%;
  height: auto;
  border-radius: 2px; }

.articleListContent .box2, .articleListContent .box3, .articleListContent .box4 {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative; }
  .articleListContent .box2::after, .articleListContent .box3::after, .articleListContent .box4::after {
    display: block;
    clear: both;
    content: ""; }
  .articleListContent .box2:hover, .articleListContent .box3:hover, .articleListContent .box4:hover {
    text-decoration: none; }
    .articleListContent .box2:hover .more span.icon:before, .articleListContent .box3:hover .more span.icon:before, .articleListContent .box4:hover .more span.icon:before {
      background: transparent; }
    .articleListContent .box2:hover .more span.icon:after, .articleListContent .box3:hover .more span.icon:after, .articleListContent .box4:hover .more span.icon:after {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -189.9em;
      width: 1.8em;
      height: 1.2em; }
  .articleListContent .box2:before, .articleListContent .box3:before, .articleListContent .box4:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e7e7e7; }
  .articleListContent .box2 .gfx, .articleListContent .box2 .txt, .articleListContent .box3 .gfx, .articleListContent .box3 .txt, .articleListContent .box4 .gfx, .articleListContent .box4 .txt {
    float: left; }
  .articleListContent .box2 .gfx, .articleListContent .box3 .gfx, .articleListContent .box4 .gfx {
    width: 41.17647058823529%; }
  .articleListContent .box2 .txt, .articleListContent .box3 .txt, .articleListContent .box4 .txt {
    width: 58.82352941176471%;
    padding-left: 20px; }
  .articleListContent .box2 .title, .articleListContent .box3 .title, .articleListContent .box4 .title {
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    color: #000;
    margin-bottom: 20px; }
  .articleListContent .box2 p, .articleListContent .box3 p, .articleListContent .box4 p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
    color: #333;
    margin-bottom: 20px; }
  .articleListContent .box2 .more, .articleListContent .box3 .more, .articleListContent .box4 .more {
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14286em;
    color: #000;
    position: relative; }
    .articleListContent .box2 .more:hover, .articleListContent .box3 .more:hover, .articleListContent .box4 .more:hover {
      text-decoration: none; }
    .articleListContent .box2 .more span.icon, .articleListContent .box3 .more span.icon, .articleListContent .box4 .more span.icon {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: linear-gradient(345deg, #c40f61 0%, #e27210 100%);
      margin-right: 10px;
      margin-top: 10px;
      margin-bottom: -10px;
      border-radius: 3px;
      position: relative; }
      .articleListContent .box2 .more span.icon:before, .articleListContent .box3 .more span.icon:before, .articleListContent .box4 .more span.icon:before {
        content: "";
        display: block;
        position: absolute;
        width: 26px;
        height: 26px;
        top: 2px;
        left: 2px;
        background: #fff; }
      .articleListContent .box2 .more span.icon:after, .articleListContent .box3 .more span.icon:after, .articleListContent .box4 .more span.icon:after {
        content: "";
        display: block;
        position: absolute;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -188.7em;
        width: 1.8em;
        height: 1.2em;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.articleListContent .box3 .gfx {
  width: 48.97959183673469%; }

.articleListContent .box3 .txt {
  width: 51.02040816326531%; }

.articleListContent .box3 .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .articleListContent .box3 .title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.55556em;
      margin-bottom: 10px; } }

.articleListContent .box3:hover .more span.icon:before {
  background: transparent; }

.articleListContent .box3:hover .more span.icon:after {
  font-size: 10px;
  background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
  background-position: 0em -189.9em;
  width: 1.8em;
  height: 1.2em; }

.articleListContent .box4 .gfx {
  width: 48.97959183673469%; }

.articleListContent .box4 .txt {
  width: 51.02040816326531%;
  padding-left: 40px; }

.articleListContent .box4 .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .articleListContent .box2 p, .articleListContent .box3 p, .articleListContent .box4 p {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em; }
  .articleListContent .box2 .gfx, .articleListContent .box3 .gfx, .articleListContent .box4 .gfx {
    width: 100%; }
    .articleListContent .box2 .gfx img, .articleListContent .box3 .gfx img, .articleListContent .box4 .gfx img {
      margin-bottom: 20px; }
  .articleListContent .box2 .txt, .articleListContent .box3 .txt, .articleListContent .box4 .txt {
    width: 100%;
    padding-left: 0; } }

@media (min-width: 768px) {
  .row + .quickLinks {
    margin-top: -30px; } }

.row.quickLinks + .quickLinks {
  margin-top: -60px; }

.quickLinks {
  margin-bottom: 6rem;
  margin-top: 0px; }
  .quickLinks:last-of-type {
    margin-bottom: 3rem; }
  .quickLinks .forwardBtn-white {
    position: absolute;
    bottom: 4rem; }
  .quickLinks .col-sm-12 {
    margin-bottom: 2rem; }
  .quickLinks a {
    padding: 40px 40px 30px;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    padding-bottom: 14.8rem;
    height: 100%; }
    .quickLinks a:hover {
      text-decoration: none; }
    .quickLinks a h2 {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5em;
      margin-bottom: 3rem;
      color: #000; }
    .quickLinks a .txt {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71429em;
      color: #000;
      position: relative;
      padding: 3px 0 3px 18px; }
      .quickLinks a .txt:before {
        content: "";
        position: absolute;
        background-image: linear-gradient(181deg, #c40f61, #e27210);
        width: 2px;
        height: 100%;
        left: 0;
        top: 0; }
      .quickLinks a .txt p {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71429em;
        color: #333; }
        .quickLinks a .txt p:last-child {
          margin: 0; }
  .quickLinks .col-md-4 a {
    padding-bottom: 10rem; }

/* ------------------------
Cjelozivotno obrazovanje Program Page CSS
------------------------- */
.coProgramContent h3 {
  margin-bottom: 3rem; }

.coProgramContent .container_intro {
  min-height: 434px;
  height: 434px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: url(../../../assets/images/backgrounds/co-bg-cover-section.png) !important;
  background-size: cover !important; }
  @media (max-width: 767px) {
    .coProgramContent .container_intro {
      min-height: 270px; } }
  .coProgramContent .container_intro .back {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.38462em;
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 28px;
    margin-bottom: 23px; }
    @media (min-width: 768px) {
      .coProgramContent .container_intro .back {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857em;
        margin-bottom: 30px; } }
    .coProgramContent .container_intro .back:before {
      content: "";
      display: block;
      position: absolute;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -192.3em;
      width: 1.8em;
      height: 1.2em;
      left: 0;
      top: 50%;
      margin-top: -6px; }
  .coProgramContent .container_intro h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .coProgramContent .container_intro h1 {
        font-size: 54px;
        font-size: 5.4rem;
        line-height: 1.18519em;
        margin-bottom: 40px; } }
  .coProgramContent .container_intro .scroll-cta {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    position: relative;
    border-radius: 3px;
    border: solid 2px #ffffff; }
    .coProgramContent .container_intro .scroll-cta:before {
      content: "";
      display: block;
      position: absolute;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -199.7em;
      width: 1.2em;
      height: 0.8em;
      top: 50%;
      left: 50%;
      margin-top: -4px;
      margin-left: -6px; }

.coProgramContent .container-course_general_info {
  padding-top: 5.7rem;
  padding-bottom: 8rem;
  background-color: #fdfdfd; }
  .coProgramContent .container-course_general_info .container {
    position: relative; }
  .coProgramContent .container-course_general_info .tabsNav-wrap {
    /* margin-top: 60px;
			margin-bottom: 66px;
			padding: 0 0 14px 0; */
    position: absolute;
    top: -114px;
    overflow-x: auto; }
    @media (min-width: 768px) {
      .coProgramContent .container-course_general_info .tabsNav-wrap {
        overflow-x: hidden; } }
  .coProgramContent .container-course_general_info .tabsNav {
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571em;
    color: #000;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: center; }
    @media (min-width: 768px) {
      .coProgramContent .container-course_general_info .tabsNav {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25em;
        text-align: left; } }
    @supports (display: -moz-flex) or (display: flex) {
      .coProgramContent .container-course_general_info .tabsNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        white-space: normal;
        text-align: left; } }
    .coProgramContent .container-course_general_info .tabsNav li {
      padding: 0 2px;
      list-style: none;
      width: 210px;
      display: inline-block;
      white-space: normal; }
      @media (min-width: 768px) {
        .coProgramContent .container-course_general_info .tabsNav li {
          width: auto; } }
      @supports (display: -moz-flex) or (display: flex) {
        .coProgramContent .container-course_general_info .tabsNav li {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          -ms-flex-item-align: end;
          align-self: flex-end;
          width: auto; }
          @media (min-width: 768px) {
            .coProgramContent .container-course_general_info .tabsNav li {
              -ms-flex-item-align: auto;
              align-self: auto;
              -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
              flex: 0 1 auto; } } }
      .coProgramContent .container-course_general_info .tabsNav li:before {
        content: none; }
    .coProgramContent .container-course_general_info .tabsNav a {
      display: block;
      position: relative;
      text-align: center;
      padding: 19px 20px 15px;
      color: #fff;
      background-color: #c30e60;
      -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
      transition: color 250ms ease-in-out, background-color 250ms ease-in-out; }
      @media (min-width: 768px) {
        .coProgramContent .container-course_general_info .tabsNav a {
          padding: 18px 20px 19px; } }
      @supports (display: -moz-flex) or (display: flex) {
        .coProgramContent .container-course_general_info .tabsNav a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          -ms-flex-line-pack: end;
          align-content: flex-end; } }
      .coProgramContent .container-course_general_info .tabsNav a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
        opacity: 1;
        -webkit-transition: opacity 250ms ease-in-out;
        transition: opacity 250ms ease-in-out; }
      .coProgramContent .container-course_general_info .tabsNav a.active, .coProgramContent .container-course_general_info .tabsNav a:hover {
        text-decoration: none;
        color: #000;
        background-color: #fcfcfc; }
        .coProgramContent .container-course_general_info .tabsNav a.active:before, .coProgramContent .container-course_general_info .tabsNav a:hover:before {
          opacity: 0; }
      .coProgramContent .container-course_general_info .tabsNav a span {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto; }
  .coProgramContent .container-course_general_info .statsList-wrap {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .coProgramContent .container-course_general_info .statsList-wrap {
        margin-bottom: 60px; } }
  .coProgramContent .container-course_general_info .statsList {
    padding-left: 0;
    list-style: none;
    white-space: nowrap;
    /*@supports (display: -webkit-flex) or
			(display: -moz-flex) or
			(display: flex) {

				@include media-breakpoint-down(sm) {
					display: flex;
					flex-direction: row;
					flex-wrap: nowrap;
					justify-content: flex-start;
					white-space: normal;
					text-align: left;
				}


			}*/ }
    @media (min-width: 768px) {
      .coProgramContent .container-course_general_info .statsList {
        white-space: normal; } }
    .coProgramContent .container-course_general_info .statsList li {
      position: relative;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.38462em;
      color: #000;
      padding: 20px 0 20px 34px;
      width: 210px;
      display: inline-block;
      white-space: normal;
      /*@supports (display: -webkit-flex) or
				(display: -moz-flex) or
				(display: flex) {

					@include media-breakpoint-down(sm) {
						flex: 1 0 174px;
						align-self: flex-start;
						width: auto;
					}


				}*/ }
      @media (min-width: 768px) {
        .coProgramContent .container-course_general_info .statsList li {
          padding: 20px 0;
          width: auto; } }
      .coProgramContent .container-course_general_info .statsList li:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        margin-left: 0; }
        @media (min-width: 768px) {
          .coProgramContent .container-course_general_info .statsList li:before {
            margin-left: -34px; } }
      .coProgramContent .container-course_general_info .statsList li.nmb-one:before {
        content: "";
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -321.1em;
        width: 2.4em;
        height: 2.4em; }
      .coProgramContent .container-course_general_info .statsList li.multimedia:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -316em;
        width: 2.4em;
        height: 2.4em; }
      .coProgramContent .container-course_general_info .statsList li.international:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -242.2em;
        width: 2.4em;
        height: 2.4em; }
      .coProgramContent .container-course_general_info .statsList li.diploma:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -214.9em;
        width: 2.4em;
        height: 2.4em; }
      .coProgramContent .container-course_general_info .statsList li span {
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        font-size: 1.8rem;
        color: #e1700e;
        position: absolute;
        left: -110px;
        display: block;
        z-index: 1000;
        min-width: 100px;
        text-align: right;
        top: 18px; }
      .coProgramContent .container-course_general_info .statsList li:last-child span {
        color: #c30e60; }
      @media (max-width: 991px) {
        .coProgramContent .container-course_general_info .statsList li {
          -webkit-transform: translateX(-60px);
          transform: translateX(-60px); }
          .coProgramContent .container-course_general_info .statsList li span {
            position: relative;
            left: 0;
            text-align: left;
            top: 0; } }
      @media (max-width: 767px) {
        .coProgramContent .container-course_general_info .statsList li {
          -webkit-transform: none;
          transform: none;
          display: block;
          padding-left: 0;
          padding-right: 0; } }
  .coProgramContent .container-course_general_info .lead-text {
    margin-right: 20%;
    padding-bottom: 0px; }
    .coProgramContent .container-course_general_info .lead-text p {
      font-family: "Stolzl Book", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6em;
      color: #000; }
      @media (min-width: 768px) {
        .coProgramContent .container-course_general_info .lead-text p {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.5em;
          margin-bottom: 30px; } }
    .coProgramContent .container-course_general_info .lead-text.lt1 {
      padding-left: 110px;
      padding-bottom: 5rem; }
      @media (max-width: 767px) {
        .coProgramContent .container-course_general_info .lead-text.lt1 {
          padding-bottom: 1rem; } }
      .coProgramContent .container-course_general_info .lead-text.lt1:before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -185em;
        width: 3.3em;
        height: 3.1em; }
      .coProgramContent .container-course_general_info .lead-text.lt1 p {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5em; }
        @media (max-width: 767px) {
          .coProgramContent .container-course_general_info .lead-text.lt1 p {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.6em; } }
    @media (max-width: 767px) {
      .coProgramContent .container-course_general_info .lead-text.lt1 {
        padding-left: 10px;
        padding-top: 50px;
        top: 0; } }
  .coProgramContent .container-course_general_info .genInfo {
    margin-bottom: 40px; }
    .coProgramContent .container-course_general_info .genInfo img {
      max-width: 100%;
      height: auto;
      margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .coProgramContent .container-course_general_info .genInfo {
        margin-bottom: 80px;
        margin-top: 12px; } }
    .coProgramContent .container-course_general_info .genInfo ul {
      margin-bottom: 3rem;
      padding: 0; }
      .coProgramContent .container-course_general_info .genInfo ul li {
        list-style-type: none;
        color: #333333;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.88889em;
        font-family: "Stolzl Book", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        position: relative;
        margin-left: 25px; }
        .coProgramContent .container-course_general_info .genInfo ul li:before {
          content: "•";
          color: #e1700e;
          margin-right: 15px;
          font-size: 16px;
          font-size: 1.6rem;
          position: absolute;
          left: -15px; }
    .coProgramContent .container-course_general_info .genInfo ol {
      margin-bottom: 3rem;
      padding: 0; }
      .coProgramContent .container-course_general_info .genInfo ol li {
        list-style-type: none;
        counter-increment: step-counter;
        color: #333333;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.88889em;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        position: relative;
        margin-left: 25px; }
        .coProgramContent .container-course_general_info .genInfo ol li:before {
          content: counter(step-counter) ".";
          color: #e1700e;
          margin-right: 12px;
          font-size: 18px;
          font-size: 1.8rem;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-weight: 700;
          display: inline-block;
          width: 13px;
          position: absolute;
          left: -21px; }
    .coProgramContent .container-course_general_info .genInfo span.dropCap {
      float: left;
      background: -webkit-linear-gradient(205deg, #c40f61, #e27210);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 64px;
      font-size: 6.4rem;
      line-height: 1.39063em;
      display: block;
      margin-right: 6px;
      margin-left: -3px;
      margin-top: -14px;
      height: 70px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .coProgramContent .container-course_general_info .genInfo span.dropCap {
          font-size: 48px;
          font-size: 4.8rem;
          line-height: 1.39583em;
          height: 54px;
          margin-top: -9px; } }
    .coProgramContent .container-course_general_info .genInfo .articleGallery {
      margin-bottom: 4rem; }
      .coProgramContent .container-course_general_info .genInfo .articleGallery .col-6 {
        margin-bottom: 20px; }
      .coProgramContent .container-course_general_info .genInfo .articleGallery a {
        display: block;
        background: linear-gradient(220deg, #c40f61, #e27210);
        position: relative;
        /*margin-bottom: 20px;*/ }
        @media (max-width: 990px) {
          .coProgramContent .container-course_general_info .genInfo .articleGallery a {
            margin-bottom: 10px; } }
        .coProgramContent .container-course_general_info .genInfo .articleGallery a:hover img {
          opacity: .2; }
        .coProgramContent .container-course_general_info .genInfo .articleGallery a:hover .zoomIcon {
          opacity: 1; }
      .coProgramContent .container-course_general_info .genInfo .articleGallery img {
        opacity: 1;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
        margin-bottom: 0; }
      .coProgramContent .container-course_general_info .genInfo .articleGallery .zoomIcon {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -383em;
        width: 1.8em;
        height: 1.8em;
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease; }
      .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery {
        background: none;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
        box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
        height: 100%;
        color: #000;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal; }
        .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery:hover {
          text-decoration: none; }
          .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery:hover span.icon:before {
            background: none; }
          .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery:hover span.icon:after {
            font-size: 10px;
            background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
            background-position: 0em -383em;
            width: 1.8em;
            height: 1.8em; }
        .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery span.text {
          display: none; }
          @media (min-width: 768px) {
            .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery span.text {
              display: block; } }
        .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery span.icon {
          display: block;
          width: 30px;
          height: 30px;
          background: linear-gradient(345deg, #c40f61 0%, #e27210 100%);
          border-radius: 3px;
          position: relative; }
          @media (min-width: 768px) {
            .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery span.icon {
              margin-top: 12px; } }
          .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery span.icon:before {
            content: "";
            display: block;
            position: absolute;
            width: 26px;
            height: 26px;
            top: 2px;
            left: 2px;
            background: #FFF; }
          .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery span.icon:after {
            content: "";
            display: block;
            position: absolute;
            font-size: 10px;
            background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
            background-position: 0em -384.8em;
            width: 1.8em;
            height: 1.8em;
            left: 21%;
            top: 20%; }
          .coProgramContent .container-course_general_info .genInfo .articleGallery .fullGallery span.icon:hover:before {
            background: none; }
    .coProgramContent .container-course_general_info .genInfo .downloadPdf {
      -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
      box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
      border: solid 1px #d8d8d8; }
      .coProgramContent .container-course_general_info .genInfo .downloadPdf .heading img {
        float: left;
        margin: 0px 66px 0px 20px;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        outline: 1px solid #c30e60;
        max-width: 100px; }
      .coProgramContent .container-course_general_info .genInfo .downloadPdf .heading p {
        padding: 30px 40px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.41667em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        margin: 0; }
      .coProgramContent .container-course_general_info .genInfo .downloadPdf a {
        background-color: #fff;
        border-top: solid 1px #d8d8d8;
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71429em;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        display: block;
        padding: 13px 20px;
        text-decoration: none;
        color: #000;
        position: relative;
        min-height: 50px; }
        .coProgramContent .container-course_general_info .genInfo .downloadPdf a:before {
          display: block;
          content: "";
          width: 50px;
          height: 50px;
          background-image: linear-gradient(218deg, #c40f61, #e27210);
          position: absolute;
          top: 0;
          right: 0;
          opacity: 0;
          -webkit-transition: all .7s ease;
          transition: all .7s ease; }
        .coProgramContent .container-course_general_info .genInfo .downloadPdf a:after {
          border-radius: 3px;
          display: block;
          content: "";
          border: 1px solid #fff;
          position: absolute;
          top: 10px;
          right: 10px;
          background: url(../../../assets/images/svg/download-icon.svg) center center no-repeat;
          width: 30px;
          height: 30px; }
        .coProgramContent .container-course_general_info .genInfo .downloadPdf a:hover {
          color: #c30e60; }
          .coProgramContent .container-course_general_info .genInfo .downloadPdf a:hover:before {
            opacity: 1; }
          .coProgramContent .container-course_general_info .genInfo .downloadPdf a:hover:after {
            background: url(../../../assets/images/svg/download-icon-hover.svg) center center no-repeat; }
  .coProgramContent .container-course_general_info p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
    color: #333;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .coProgramContent .container-course_general_info p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.66667em;
        margin-bottom: 36px; } }
    .coProgramContent .container-course_general_info p strong {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
  .coProgramContent .container-course_general_info .sideBar {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .coProgramContent .container-course_general_info .sideBar {
        max-width: 280px;
        position: absolute;
        top: 0%;
        right: 0;
        -webkit-transform: translateY(-470px);
        transform: translateY(-470px); } }
    @media (min-width: 1200px) {
      .coProgramContent .container-course_general_info .sideBar {
        max-width: 380px; } }
    .coProgramContent .container-course_general_info .sideBar .card-signUp {
      background-color: #ffffff;
      border: solid 1px #e6e6e6;
      padding: 0;
      /*.card-sticker + .card-body {
                    .onlineMark{
                        right: 39px;
                        top: 73px;
                    }
                }*/ }
      .coProgramContent .container-course_general_info .sideBar .card-signUp .card-sticker {
        background: #c30e60;
        padding: 13px 40px;
        outline: 1px solid #c30e60; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-sticker p {
          color: #fff;
          font-family: "Stolzl Medium", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1em;
          margin: 0; }
      .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body {
        padding: 29px 39px 4px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857em;
        border-bottom: 1px solid #e7e7e7;
        position: relative; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857em;
          color: #000;
          padding-top: 10px;
          margin-bottom: 20px;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-weight: 400; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body p a {
            text-decoration: none; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .onlineMark {
          display: block;
          -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
          box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
          padding: 10px 25px;
          border-left: 2px solid #7abc36;
          position: absolute;
          right: 39px;
          top: 20px;
          text-align: right; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .onlineMark p {
            margin: 0;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857em;
            text-transform: uppercase;
            color: #000; }
            .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .onlineMark p span {
              font-family: "Stolzl Bold", Arial, sans-serif;
              font-weight: normal;
              font-style: normal;
              position: relative; }
              .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .onlineMark p span:before {
                content: "";
                width: 18px;
                height: 18px;
                background: #7abc36;
                border-radius: 50%;
                display: block;
                border: 6px solid #d7eac2;
                position: absolute;
                left: -24px; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .courseSignUp p.title {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.42857em;
          color: #999999;
          margin-bottom: 10px; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .courseSignUp p.title span {
            color: #000; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .courseSignUp p.title + p.title {
          margin-top: 30px; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body div + .priceWrapper {
          padding-top: 20px; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body div + .priceWrapper .moreInfo {
            top: 40px; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .priceWrapper {
          position: relative;
          margin-bottom: 20px; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .priceWrapper .coursePrice {
            background: linear-gradient(73deg, #f9e7ef, #fbedeb);
            padding: 15px 40px;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.85714em;
            font-family: "Stolzl Medium", Arial, sans-serif;
            font-weight: normal;
            font-style: normal;
            color: #000;
            margin-bottom: 0px; }
            .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .priceWrapper .coursePrice span {
              display: block;
              font-size: 18px;
              font-size: 1.8rem;
              font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
              font-weight: 700; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .priceWrapper .courseDiscount {
            background: linear-gradient(71deg, #c40f61, #e27210);
            padding: 16px 20px 16px 40px;
            color: #fff;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.85714em;
            font-family: "Stolzl Medium", Arial, sans-serif;
            font-weight: normal;
            font-style: normal;
            display: none; }
            .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .priceWrapper .courseDiscount span {
              display: block;
              font-size: 24px;
              font-size: 2.4rem;
              line-height: 1.08333em;
              font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
              font-weight: 700; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .priceWrapper .moreInfo {
            position: absolute;
            left: -15px;
            top: 20px;
            cursor: pointer; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .priceWrapper.showDiscount .coursePrice span {
            text-decoration: line-through; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .priceWrapper.showDiscount .courseDiscount {
            display: block; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .priceWrapper.showDiscount .moreInfo {
            position: absolute;
            left: -15px;
            top: 117px;
            cursor: pointer; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .moreInfoCard {
          position: absolute;
          top: 0;
          right: calc(100% - 1px);
          width: 100%;
          background: #FFF;
          height: 100%;
          border: solid 1px #e6e6e6;
          padding: 30px 40px;
          /*-webkit-transform: translateX(calc(100% - 1px));
                        -ms-transform: translateX(calc(100% - 1px));
                        transform: translateX(calc(100% - 1px));
                        transition: .5s transform ease;*/
          display: none;
          z-index: -1; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .moreInfoCard.showInfo {
            /*-webkit-transform:translateX(0%);
                            -ms-transform: translateX(0%);
                            transform: translateX(0%);*/
            display: block; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .moreInfoCard p {
            padding: 0;
            margin-bottom: 20px; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .moreInfoCard p.title {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857em;
            color: #999999;
            margin-bottom: 0px; }
            .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .moreInfoCard p.title span {
              color: #000; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .selectWrapper {
          margin-bottom: 20px; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .selectWrapper:before {
            background: #000; }
          .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body .selectWrapper select {
            border: solid 1px #000; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-body a {
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-weight: 700;
          color: #c30e60;
          text-decoration: underline; }
      .coProgramContent .container-course_general_info .sideBar .card-signUp .card-footer {
        padding: 15px 39px; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-footer .prijava_btn {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 3.33333em;
          height: 60px;
          padding: 0 15px; }
        .coProgramContent .container-course_general_info .sideBar .card-signUp .card-footer .btn:disabled {
          opacity: .2;
          pointer-events: none; }
    .coProgramContent .container-course_general_info .sideBar .card-addInfo {
      background-color: #ffffff;
      padding: 30px 20px;
      border: solid 1px #e6e6e6;
      -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
      box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
      margin-bottom: 4rem; }
      .coProgramContent .container-course_general_info .sideBar .card-addInfo p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857em;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        color: #4a4a4a;
        margin-bottom: 2.7rem; }
        .coProgramContent .container-course_general_info .sideBar .card-addInfo p span {
          color: #c30e60; }
  .coProgramContent .container-course_general_info .infoCards-wrapper {
    z-index: 1000;
    position: relative; }
    @media (min-width: 768px) {
      .coProgramContent .container-course_general_info .infoCards-wrapper {
        margin: 0; } }
    .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap p {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71429em;
      color: #333; }
    .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-icon {
      display: block;
      margin-bottom: 26px;
      min-height: 55px;
      -webkit-transition: all ease-in .25s;
      transition: all ease-in .25s; }
    .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap svg path#tablet-color,
    .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap svg path#checkmark-color,
    .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap svg path#lightbulb-color,
    .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap svg path#cup-color {
      opacity: 0;
      -webkit-transition: opacity ease-in .25s;
      transition: opacity ease-in .25s; }
    .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title {
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.55556em;
      color: #000;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative;
      -webkit-transition: all ease-in .25s;
      transition: all ease-in .25s; }
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(272deg, #c40f61, #e27210);
        height: 2px; }
    @media (min-width: 768px) {
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap {
        padding: 30px 30px 40px;
        position: relative;
        background-color: #ffffff;
        -webkit-box-shadow: 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset;
        box-shadow: 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap:last-child {
          -webkit-box-shadow: 0 0 0 1px #e6e6e6 inset;
          box-shadow: 0 0 0 1px #e6e6e6 inset; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover svg path#tablet-color,
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover svg path#checkmark-color,
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover svg path#lightbulb-color,
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover svg path#cup-color {
          opacity: 1; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover .card-icon {
          margin-bottom: 15px; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover + .card-body {
          margin-top: -80px; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover .card-title:before {
          width: 60px; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head {
          padding-top: 8px; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-icon {
          margin-bottom: 56px; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.4em;
          padding-bottom: 23px; }
          .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title:before {
            width: 40px;
            -webkit-transition: width ease-in .25s;
            transition: width ease-in .25s; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-body {
          height: 30px;
          width: 100%;
          position: absolute;
          left: 0;
          top: 100%;
          margin-top: -30px;
          overflow: hidden;
          background-color: #fff;
          -webkit-box-shadow: 0 -1px 0 0 #e6e6e6 inset, 1px 0 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset;
          box-shadow: 0 -1px 0 0 #e6e6e6 inset, 1px 0 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset;
          -webkit-transition: margin-top ease-in .25s;
          transition: margin-top ease-in .25s; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap:last-child .card-body {
          -webkit-box-shadow: 0 -1px 0 0 #e6e6e6 inset, -1px 0 0 0 #e6e6e6 inset, 1px 0 0 0 #e6e6e6 inset;
          box-shadow: 0 -1px 0 0 #e6e6e6 inset, -1px 0 0 0 #e6e6e6 inset, 1px 0 0 0 #e6e6e6 inset; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .cb-inner {
          position: absolute;
          padding: 0 30px 30px;
          opacity: 0; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap p {
          margin: 0; } }
    @media (max-width: 767px) {
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 0 1px #e6e6e6 inset;
        box-shadow: 0 0 0 1px #e6e6e6 inset;
        margin-bottom: -1px; }
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head {
        padding: 20px 20px 0;
        position: relative; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.open svg path#tablet-color,
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.open svg path#checkmark-color,
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.open svg path#lightbulb-color,
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.open svg path#cup-color {
          opacity: 1; }
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-icon {
        margin: 0;
        position: absolute;
        left: 30px;
        top: 30px; }
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title {
        padding-left: 80px;
        min-height: 76px;
        margin-bottom: 0; }
        .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title:before {
          width: 0;
          -webkit-transition: width 0.2s ease-in-out;
          transition: width 0.2s ease-in-out; }
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .open .card-title:before {
        width: 100%; }
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .card-body {
        height: 0;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
        box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap .cb-inner {
        padding: 0 30px;
        position: absolute; }
      .coProgramContent .container-course_general_info .infoCards-wrapper .card-wrap p {
        margin: 24px 0; } }

.coProgramContent .addBlock + .container-two_boxes_one_slider {
  margin-top: -7rem; }

.coProgramContent .container-two_boxes_one_slider + .addBlock {
  margin-top: -8rem; }

.coProgramContent .addBlock {
  color: #fff;
  background: linear-gradient(225deg, #C40F61 0%, #E27210 100%);
  padding: 9rem 3rem;
  margin-bottom: 7rem; }
  .coProgramContent .addBlock h3 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em;
    position: relative;
    color: #fff; }
    .coProgramContent .addBlock h3:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -20px;
      height: 2px;
      width: 60px;
      display: block;
      background: #fff; }
    @media (max-width: 767px) {
      .coProgramContent .addBlock h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.41667em;
        margin-bottom: 40px; } }
  .coProgramContent .addBlock p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
    color: #fff;
    margin-bottom: 2rem; }
    .coProgramContent .addBlock p:first-child {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5em; }
    .coProgramContent .addBlock p a {
      color: #fff;
      text-decoration: underline; }
      .coProgramContent .addBlock p a:hover {
        text-decoration: none; }

.coProgramContent .white-slider {
  position: relative; }
  @media (min-width: 768px) {
    .coProgramContent .white-slider {
      padding-left: 20px;
      margin-left: 180px; } }
  @media (max-width: 767px) {
    .coProgramContent .white-slider {
      padding-bottom: 100px; } }
  .coProgramContent .white-slider .personCard {
    -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    width: 100%;
    /*margin: 0 1%;*/ }
    .coProgramContent .white-slider .personCard .source {
      color: #e1700e;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      margin-bottom: 4px; }
    .coProgramContent .white-slider .personCard .name {
      color: #000;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.625em;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      margin: 0; }
    .coProgramContent .white-slider .personCard .text {
      padding: 12px 20px; }
    .coProgramContent .white-slider .personCard:hover {
      text-decoration: none; }
      .coProgramContent .white-slider .personCard:hover .name {
        color: #c30e60; }
  .coProgramContent .white-slider .swiper-container {
    padding-bottom: 50px;
    /* &:after {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				width: 130px;
				background-image: linear-gradient(to right, rgba(195, 14, 96, 0), #c30e60);
			} */ }
    @media (min-width: 768px) {
      .coProgramContent .white-slider .swiper-container {
        padding-bottom: 90px; } }
  .coProgramContent .white-slider .swiper-slide {
    padding: 0;
    margin-right: 60px; }
    .coProgramContent .white-slider .swiper-slide img {
      height: 100%;
      width: auto;
      max-width: 100%;
      margin: 0 auto;
      display: block;
      /*margin-right: 90px; */
      /*@media (min-width: 768px) {
                	width: 130px;
                }*/ }
      .coProgramContent .white-slider .swiper-slide img:last-child {
        margin-right: 0; }
    @media (min-width: 768px) {
      .coProgramContent .white-slider .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-item-align: center;
        align-self: center; } }
    @media (max-width: 767px) {
      .coProgramContent .white-slider .swiper-slide {
        text-align: center; }
        .coProgramContent .white-slider .swiper-slide img {
          margin: 0 auto 5px !important;
          display: block; } }
  .coProgramContent .white-slider .swiper-pagination-bullet {
    display: inline-block;
    background: #000;
    opacity: 0.2;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
  .coProgramContent .white-slider .swiper-pagination-bullet-active {
    opacity: 1;
    height: 16px;
    -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out; }
  .coProgramContent .white-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 16px; }
    @media (min-width: 768px) {
      .coProgramContent .white-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        margin-left: -100px; } }
    @media (max-width: 767px) {
      .coProgramContent .white-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        display: none; } }
  .coProgramContent .white-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px; }
  .coProgramContent .white-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px 0 0; }
  .coProgramContent .white-slider .swiper-button-prev,
  .coProgramContent .white-slider .swiper-button-next {
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-image: none;
    background-color: #fff; }
    .coProgramContent .white-slider .swiper-button-prev:before,
    .coProgramContent .white-slider .swiper-button-next:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .coProgramContent .white-slider .swiper-button-prev:hover,
    .coProgramContent .white-slider .swiper-button-next:hover {
      background-color: #ececec; }
    @media (max-width: 767px) {
      .coProgramContent .white-slider .swiper-button-prev,
      .coProgramContent .white-slider .swiper-button-next {
        top: 100%;
        margin-top: -75px; } }
  .coProgramContent .white-slider .swiper-button-prev {
    left: -140px; }
    .coProgramContent .white-slider .swiper-button-prev:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -200.5em;
      width: 1.5em;
      height: 2.4em; }
    .coProgramContent .white-slider .swiper-button-prev.swiper-button-disabled:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -202.9em;
      width: 1.5em;
      height: 2.4em; }
    @media (max-width: 767px) {
      .coProgramContent .white-slider .swiper-button-prev {
        left: auto;
        right: 60%; } }
  .coProgramContent .white-slider .swiper-button-next {
    left: -65px; }
    .coProgramContent .white-slider .swiper-button-next:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -207.7em;
      width: 1.5em;
      height: 2.4em; }
    .coProgramContent .white-slider .swiper-button-next.swiper-button-disabled:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -210.1em;
      width: 1.5em;
      height: 2.4em; }
    @media (max-width: 767px) {
      .coProgramContent .white-slider .swiper-button-next {
        right: auto;
        left: 60%; } }
  .coProgramContent .white-slider .swiper-button-prev.swiper-button-disabled,
  .coProgramContent .white-slider .swiper-button-next.swiper-button-disabled {
    opacity: 1; }

.coProgramContent .students-slider {
  position: relative;
  margin-bottom: 5.5rem; }
  @media (min-width: 768px) {
    .coProgramContent .students-slider {
      padding-left: 20px;
      margin-left: 180px; } }
  .coProgramContent .students-slider .swiper-container {
    padding-bottom: 86px;
    /* @include media-breakpoint-up(md) {
				padding-bottom: 160px;
			} */ }
  .coProgramContent .students-slider .swiper-slide {
    min-height: auto; }
    .coProgramContent .students-slider .swiper-slide img {
      float: left;
      display: block; }
    .coProgramContent .students-slider .swiper-slide .text {
      margin-left: 100px; }
      .coProgramContent .students-slider .swiper-slide .text h4 {
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5em; }
      .coProgramContent .students-slider .swiper-slide .text p {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em; }
  .coProgramContent .students-slider .swiper-pagination-bullet {
    display: inline-block;
    background: #000;
    opacity: 0.2;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
  .coProgramContent .students-slider .swiper-pagination-bullet-active {
    opacity: 1;
    height: 16px;
    background-color: #000;
    -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out; }
  .coProgramContent .students-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 16px;
    bottom: 30px; }
    @media (min-width: 768px) {
      .coProgramContent .students-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        margin-left: -100px; } }
  .coProgramContent .students-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px 0 0; }
  .coProgramContent .students-slider .swiper-button-prev,
  .coProgramContent .students-slider .swiper-button-next {
    width: 15px;
    height: 24px;
    background-image: none; }
  .coProgramContent .students-slider .swiper-button-prev {
    top: 0;
    left: -140px; }
    .coProgramContent .students-slider .swiper-button-prev:before {
      content: '';
      display: block;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -200.5em;
      width: 1.5em;
      height: 2.4em; }
    .coProgramContent .students-slider .swiper-button-prev.swiper-button-disabled:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -202.9em;
      width: 1.5em;
      height: 2.4em; }
  .coProgramContent .students-slider .swiper-button-next {
    top: 0;
    left: -65px; }
    .coProgramContent .students-slider .swiper-button-next:before {
      content: '';
      display: block;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -207.7em;
      width: 1.5em;
      height: 2.4em; }
    .coProgramContent .students-slider .swiper-button-next.swiper-button-disabled:before {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -210.1em;
      width: 1.5em;
      height: 2.4em; }
  .coProgramContent .students-slider .swiper-button-prev.swiper-button-disabled,
  .coProgramContent .students-slider .swiper-button-next.swiper-button-disabled {
    opacity: 1; }

.coProgramContent .predavaciContainer h3, .coProgramContent .studentiContainer h3 {
  font-family: "Stolzl Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.41667em;
  margin-bottom: 20px;
  color: #000; }
  @media (min-width: 768px) {
    .coProgramContent .predavaciContainer h3, .coProgramContent .studentiContainer h3 {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.33333em;
      margin-bottom: 30px; } }

.coProgramContent .seminarList {
  background-color: #fdfdfd;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .coProgramContent .seminarList {
      padding-top: 0px;
      padding-bottom: 80px; } }
  .coProgramContent .seminarList ul {
    margin-left: 60px;
    padding: 0;
    list-style-type: none; }
    .coProgramContent .seminarList ul li {
      margin-bottom: -1px;
      counter-increment: list-counter;
      position: relative; }
      .coProgramContent .seminarList ul li a {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        display: block;
        color: #333;
        padding: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, inset 0 1px 1px -1px #d8d8d8;
        box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, inset 0 1px 1px -1px #d8d8d8;
        position: relative;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out; }
        @media (min-width: 768px) {
          .coProgramContent .seminarList ul li a {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.5em;
            padding: 15px 20px; } }
        .coProgramContent .seminarList ul li a:before {
          content: counter(list-counter) ".";
          color: #323a41;
          position: absolute;
          left: -60px;
          top: 0;
          bottom: 0;
          width: 60px;
          height: 100%;
          border-style: solid;
          border-width: 1px;
          border-image-source: linear-gradient(45deg, #c40f61, #e27210);
          border-image-slice: 1;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 60px;
          text-align: center;
          cursor: pointer; }
        .coProgramContent .seminarList ul li a:hover {
          text-decoration: none;
          background-color: #f8f8f8;
          -webkit-box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, inset 0 1px 1px -1px #d8d8d8, 0 2px 4px 0 rgba(81, 101, 128, 0.15);
          box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, inset 0 1px 1px -1px #d8d8d8, 0 2px 4px 0 rgba(81, 101, 128, 0.15);
          z-index: 1; }
          .coProgramContent .seminarList ul li a:hover:before {
            background: linear-gradient(45deg, #c40f61, #e27210);
            color: #fff; }
        .coProgramContent .seminarList ul li a.collapsed .expand-icon svg {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
  .coProgramContent .seminarList .card-more {
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
    .coProgramContent .seminarList .card-more .card-body {
      padding: 20px 30px 40px; }
      @media (min-width: 768px) {
        .coProgramContent .seminarList .card-more .card-body {
          padding: 30px 40px 60px; } }
      .coProgramContent .seminarList .card-more .card-body h3 {
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .coProgramContent .seminarList .card-more .card-body h3 {
            margin-bottom: 20px; } }
      .coProgramContent .seminarList .card-more .card-body p {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        color: #333333;
        margin-bottom: 27px; }
        .coProgramContent .seminarList .card-more .card-body p:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          .coProgramContent .seminarList .card-more .card-body p {
            margin-bottom: 32px; } }

.coProgramContent .container-two_boxes_one_slider {
  background-color: #c30e60;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 8rem; }
  @media (min-width: 768px) {
    .coProgramContent .container-two_boxes_one_slider {
      padding-top: 80px;
      padding-bottom: 40px; } }
  .coProgramContent .container-two_boxes_one_slider .forwardBtn-white {
    color: #fff; }
    .coProgramContent .container-two_boxes_one_slider .forwardBtn-white span.icon {
      background: #fff; }
      .coProgramContent .container-two_boxes_one_slider .forwardBtn-white span.icon:before {
        background: #c81164; }
      .coProgramContent .container-two_boxes_one_slider .forwardBtn-white span.icon:after {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -189.9em;
        width: 1.8em;
        height: 1.2em; }
    .coProgramContent .container-two_boxes_one_slider .forwardBtn-white:hover {
      color: #fff; }
  .coProgramContent .container-two_boxes_one_slider .box-1 h3 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative; }
    .coProgramContent .container-two_boxes_one_slider .box-1 h3:before {
      content: '';
      display: block;
      position: absolute;
      width: 60px;
      height: 2px;
      background-color: #fff;
      bottom: 0;
      left: 0; }
    @media (min-width: 768px) {
      .coProgramContent .container-two_boxes_one_slider .box-1 h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em; } }
  .coProgramContent .container-two_boxes_one_slider .box-1 p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    margin-bottom: 30px; }
    .coProgramContent .container-two_boxes_one_slider .box-1 p a {
      color: #fff;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .coProgramContent .container-two_boxes_one_slider .box-1 p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em;
        margin-bottom: 70px; } }
  @media (min-width: 768px) {
    .coProgramContent .container-two_boxes_one_slider .box-2 {
      padding-top: 57px; } }
  .coProgramContent .container-two_boxes_one_slider .box-2 p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
    margin-bottom: 30px;
    padding-top: 30px;
    position: relative; }
    .coProgramContent .container-two_boxes_one_slider .box-2 p:before {
      content: '';
      display: block;
      position: absolute;
      background-color: #f4f4f4;
      height: 2px;
      width: 100%;
      top: 0;
      left: 0; }
    .coProgramContent .container-two_boxes_one_slider .box-2 p strong {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 700; }
  .coProgramContent .container-two_boxes_one_slider .pink-slider {
    position: relative; }
    @media (max-width: 767px) {
      .coProgramContent .container-two_boxes_one_slider .pink-slider {
        padding-top: 120px; } }
    @media (min-width: 768px) {
      .coProgramContent .container-two_boxes_one_slider .pink-slider {
        padding-left: 20px;
        margin-left: 180px; } }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-container {
      padding-bottom: 86px; }
      @media (min-width: 768px) {
        .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-container {
          padding-bottom: 80px; } }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-slide {
      min-height: auto;
      padding: 30px 30px 40px;
      border-radius: 3px;
      background-color: #c81164;
      -webkit-box-shadow: 0 10px 28px 0 #b10050;
      box-shadow: 0 10px 28px 0 #b10050; }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-slide dl dt {
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.57143em;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-slide dl dt {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.375em; } }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-slide dl dd {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857em; }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-pagination-bullet {
      display: inline-block;
      background: #000;
      opacity: 0.2;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      -webkit-transition: height 0.2s ease-in-out;
      transition: height 0.2s ease-in-out; }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-pagination-bullet-active {
      opacity: 1;
      height: 16px;
      background-color: #ffffff;
      -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out; }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-container-horizontal > .swiper-pagination-bullets {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-height: 16px; }
      @media (min-width: 768px) {
        .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-container-horizontal > .swiper-pagination-bullets {
          margin-left: -100px; } }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 8px 0 0; }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev,
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-next {
      top: 0;
      width: 50px;
      height: 50px;
      border-radius: 3px;
      background-image: none; }
      @media (max-width: 767px) {
        .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev,
        .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-next {
          top: 40px; } }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev:before,
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-next:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev:hover,
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-next:hover {
        background-color: #b10050; }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev {
      left: -140px; }
      @media (max-width: 767px) {
        .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev {
          left: 50%;
          margin-left: -65px; } }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -205.3em;
        width: 1.5em;
        height: 2.4em; }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev.swiper-button-disabled:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -202.9em;
        width: 1.5em;
        height: 2.4em; }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-next {
      left: -65px; }
      @media (max-width: 767px) {
        .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-next {
          left: auto;
          right: 50%;
          margin-right: -65px; } }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-next:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -212.5em;
        width: 1.5em;
        height: 2.4em; }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-next.swiper-button-disabled:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -210.1em;
        width: 1.5em;
        height: 2.4em; }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev.swiper-button-disabled,
    .coProgramContent .container-two_boxes_one_slider .pink-slider .swiper-button-next.swiper-button-disabled {
      opacity: 1; }
    .coProgramContent .container-two_boxes_one_slider .pink-slider .next {
      background: -webkit-gradient(linear, left top, right top, from(rgba(195, 14, 96, 0)), to(#c30e60));
      background: linear-gradient(to right, rgba(195, 14, 96, 0) 0%, #c30e60 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c30e60', endColorstr='#c30e60',GradientType=1 );
      display: block;
      width: 140px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 900;
      -webkit-transition: opacity .5s ease-in;
      transition: opacity .5s ease-in; }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .next:after {
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 13px;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -212.5em;
        width: 1.5em;
        height: 2.4em; }
      @media (max-width: 767px) {
        .coProgramContent .container-two_boxes_one_slider .pink-slider .next {
          display: none; } }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .next.endIsNear {
        opacity: 0; }
      .coProgramContent .container-two_boxes_one_slider .pink-slider .next.endIsNear:after {
        display: none; }

 .predavaciTabs {
  margin-bottom: 40px; }
  .predavaciTabs .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    margin-bottom: 33px; }
 .predavaciTabs .tabsNav {
    list-style: none;
    padding-right: 0;
    margin: 0; }
    @media (max-width: 991px) {
       .predavaciTabs .tabsNav {
        text-align: center; }
        .predavaciTabs .tabsNav li {
          display: inline-block; } }
   .predavaciTabs .tabsNav a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.375em;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #999999;
      padding: 14px 40px;
      display: block;
      background-color: rgba(246, 246, 246, 0);
      -webkit-box-shadow: inset 0 0 0 0 #c30e60;
      box-shadow: inset 0 0 0 0 #c30e60;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
       .predavaciTabs .tabsNav a:hover {
        text-decoration: none;
        background-color: #f6f6f6; }
      @media (max-width: 991px) {
         .predavaciTabs .tabsNav a {
          display: inline-block; } }
   .predavaciTabs .tabsNav .ui-tabs-active {
      background-color: #f6f6f6;
      -webkit-box-shadow: inset 2px 0 0 0 #c30e60;
      box-shadow: inset 2px 0 0 0 #c30e60;
      color: #000; }
     .predavaciTabs .tabsNav .ui-tabs-active a:hover {
        -webkit-box-shadow: inset 2px 0 0 0 #c30e60;
        box-shadow: inset 2px 0 0 0 #c30e60; }
   .predavaciTabs .tabsPanel {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15); }
    @media (min-width: 768px) {
      .predavaciTabs .tabsPanel {
        padding-left: 220px; } }
    .predavaciTabs .tabsPanel .pic {
      width: 150px; }
      @media (min-width: 768px) {
        .predavaciTabs .tabsPanel .pic {
          position: absolute;
          top: 40px;
          left: 40px; } }
      @media (max-width: 991px) {
        .predavaciTabs .tabsPanel .pic {
          float: left;
          margin: 0 10px 10px 0; } }
       .predavaciTabs .tabsPanel .pic img {
        width: 150px;
        height: auto; }
      .predavaciTabs .tabsPanel .pic p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25em;
        font-family: "Stolzl Regular", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #000;
        text-align: center;
        margin: 10px 0 0 0; }
    .predavaciTabs .tabsPanel p, .predavaciTabs .tabsPanel li {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.88889em;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #333333; }

.noPseudo:after {
  content: none !important; }

section.programiAlgebra {
  padding: 89px 0px 29px 0px;
  background: #fff; }
  @media (max-width: 767px) {
    section.programiAlgebra {
      padding-top: 4rem; } }
  section.programiAlgebra h2 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em;
    color: #1d1d1d;
    position: relative;
    margin-bottom: 60px; }
    section.programiAlgebra h2:before {
      content: '';
      position: absolute;
      background: #4a4a4a;
      bottom: -30px;
      width: 40px;
      height: 2px; }
  section.programiAlgebra p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625em;
    margin-bottom: 40px; }
    section.programiAlgebra p strong {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
  section.programiAlgebra h3 {
    color: #484848;
    text-transform: uppercase;
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: absolute;
    top: -40px; }
    @media (max-width: 767px) {
      section.programiAlgebra h3 {
        position: relative;
        top: 0; } }
  section.programiAlgebra ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    section.programiAlgebra ul li {
      color: #c30e60;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5625em;
      list-style: none;
      margin-bottom: 20px;
      position: relative; }
      section.programiAlgebra ul li.online:before {
        position: absolute;
        content: '';
        background: #b8e986;
        width: 10px;
        height: 10px;
        left: -25px;
        top: 8px;
        border-radius: 50%; }
      @media (min-width: 768px) {
        section.programiAlgebra ul li.online:after {
          position: absolute;
          content: 'Dostupno online';
          font-family: "Stolzl Regular", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.66667em;
          white-space: nowrap;
          text-align: center;
          color: #000;
          background: #b8e986;
          width: 0;
          height: 0;
          right: 100%;
          top: 11px;
          padding: 0;
          margin-right: 19px;
          overflow: hidden;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; } }
      @media (min-width: 768px) {
        section.programiAlgebra ul li.online:hover:after {
          width: 122px;
          height: 20px; } }
  section.programiAlgebra .btn-op {
    -webkit-box-shadow: 0 10px 30px 0 rgba(195, 14, 96, 0.4);
    box-shadow: 0 10px 30px 0 rgba(195, 14, 96, 0.4);
    width: 200px;
    margin-right: 10px; }
  section.programiAlgebra .moreAbout {
    border-radius: 3px;
    border-style: solid;
    border-width: 2px;
    border-image-source: -webkit-linear-gradient(341deg, #c40f61, #e27210);
    border-image-source: -o-linear-gradient(341deg, #c40f61, #e27210);
    border-image-source: linear-gradient(71deg, #c40f61, #e27210);
    border-image-slice: 1;
    background-color: #fff;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #000;
    padding: 15px 30px;
    text-decoration: none; }
    section.programiAlgebra .moreAbout:hover {
      border-image-source: -webkit-linear-gradient(341deg, #e27210, #c40f61);
      border-image-source: -o-linear-gradient(341deg, #e27210, #c40f61);
      border-image-source: linear-gradient(71deg, #e27210, #c40f61); }
    @media (max-width: 767px) {
      section.programiAlgebra .moreAbout {
        right: 0;
        top: 0;
        display: inline-block;
        margin-bottom: 5rem; } }
  section.programiAlgebra .new_slider {
    position: relative; }
  section.programiAlgebra button.prev-arrow, section.programiAlgebra button.next-arrow {
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
    width: 165px;
    border: none;
    color: #9c9c9c;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    section.programiAlgebra button.prev-arrow:hover, section.programiAlgebra button.next-arrow:hover {
      color: #000; }
  section.programiAlgebra button.prev-arrow {
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 30px 26px 29px 59px;
    word-wrap: break-word; }
    section.programiAlgebra button.prev-arrow:after {
      content: '<';
      position: absolute;
      left: 30px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
  section.programiAlgebra button.next-arrow {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 30px 59px 29px 26px;
    word-wrap: break-word; }
    section.programiAlgebra button.next-arrow:after {
      content: '>';
      position: absolute;
      right: 30px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
  section.programiAlgebra .container {
    position: relative;
    padding-bottom: 30px; }
    section.programiAlgebra .container:after {
      content: '';
      position: absolute;
      bottom: -20px;
      display: block;
      height: 1px;
      left: 0;
      background: #e6e6e6;
      width: auto;
      right: 0; }
      @media (min-width: 768px) {
        section.programiAlgebra .container:after {
          right: 16.66666%;
          left: 8.33333%; } }

/*.algProgrami:last-of-type section.programiAlgebra{
content: none !important;

}*/
/* ------------------------
Master Page CSS
------------------------- */
.masterPageContent, .mainContent {
  color: #000;
  padding: 0; }
  .masterPageContent .container_intro, .mainContent .container_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .masterPageContent .container_intro.imgIntro, .mainContent .container_intro.imgIntro {
      min-height: 610px;
      height: 610px;
      /*.featImgWrapper{
                overflow: hidden;
                position: absolute;
                top: 0;
                transform: translateX(-10px);
                width: 100%;
                height: 100%;
                background: $colorBlack;
                img{
                    object-fit: cover;
                    width: 100%;
                    height: 100%;
                    opacity: .7;
                }
            }*/ }
      @media (max-width: 767px) {
        .masterPageContent .container_intro.imgIntro, .mainContent .container_intro.imgIntro {
          min-height: auto;
          padding-top: 3rem;
          padding-bottom: 3rem; } }
      .masterPageContent .container_intro.imgIntro .back, .mainContent .container_intro.imgIntro .back {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.38462em;
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        display: inline-block;
        padding-left: 28px;
        margin-bottom: 23px; }
        @media (min-width: 768px) {
          .masterPageContent .container_intro.imgIntro .back, .mainContent .container_intro.imgIntro .back {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857em;
            margin-bottom: 30px; } }
        .masterPageContent .container_intro.imgIntro .back:before, .mainContent .container_intro.imgIntro .back:before {
          content: "";
          display: block;
          position: absolute;
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -192.3em;
          width: 1.8em;
          height: 1.2em;
          left: 0;
          top: 50%;
          margin-top: -6px; }
      .masterPageContent .container_intro.imgIntro h1, .mainContent .container_intro.imgIntro h1 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #fff;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          .masterPageContent .container_intro.imgIntro h1, .mainContent .container_intro.imgIntro h1 {
            font-size: 54px;
            font-size: 5.4rem;
            line-height: 1.18519em;
            margin-bottom: 40px; } }
      .masterPageContent .container_intro.imgIntro h1.newsSectionTitle, .mainContent .container_intro.imgIntro h1.newsSectionTitle {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #fff;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          .masterPageContent .container_intro.imgIntro h1.newsSectionTitle, .mainContent .container_intro.imgIntro h1.newsSectionTitle {
            font-size: 36px;
            font-size: 3.6rem;
            line-height: 1.33333em;
            margin-bottom: 40px; } }
      .masterPageContent .container_intro.imgIntro .scroll-cta, .mainContent .container_intro.imgIntro .scroll-cta {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: transparent;
        position: relative;
        border-radius: 3px;
        border: solid 2px #ffffff; }
        .masterPageContent .container_intro.imgIntro .scroll-cta:before, .mainContent .container_intro.imgIntro .scroll-cta:before {
          content: "";
          display: block;
          position: absolute;
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -199.7em;
          width: 1.2em;
          height: 0.8em;
          top: 50%;
          left: 50%;
          margin-top: -4px;
          margin-left: -6px; }
    .masterPageContent .container_intro.noImgIntro, .mainContent .container_intro.noImgIntro {
      padding-top: 0rem; }
      @media (max-width: 767px) {
        .masterPageContent .container_intro.noImgIntro, .mainContent .container_intro.noImgIntro {
          min-height: auto;
          padding-top: 4rem; } }
      .masterPageContent .container_intro.noImgIntro .featImgWrapper, .mainContent .container_intro.noImgIntro .featImgWrapper {
        display: none; }
        .masterPageContent .container_intro.noImgIntro .featImgWrapper img, .mainContent .container_intro.noImgIntro .featImgWrapper img {
          display: none; }
      .masterPageContent .container_intro.noImgIntro .back, .mainContent .container_intro.noImgIntro .back {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.38462em;
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        color: #000;
        position: relative;
        display: inline-block;
        padding-left: 28px;
        margin-bottom: 23px; }
        @media (min-width: 768px) {
          .masterPageContent .container_intro.noImgIntro .back, .mainContent .container_intro.noImgIntro .back {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857em;
            margin-bottom: 30px; } }
        .masterPageContent .container_intro.noImgIntro .back:before, .mainContent .container_intro.noImgIntro .back:before {
          content: "";
          display: block;
          position: absolute;
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -191.1em;
          width: 1.8em;
          height: 1.2em;
          left: 0;
          top: 50%;
          margin-top: -6px; }
      .masterPageContent .container_intro.noImgIntro h1, .mainContent .container_intro.noImgIntro h1 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #fff;
        margin-bottom: 0px; }
        @media (min-width: 768px) {
          .masterPageContent .container_intro.noImgIntro h1, .mainContent .container_intro.noImgIntro h1 {
            font-size: 54px;
            font-size: 5.4rem;
            line-height: 1.18519em;
            margin-bottom: 0px; } }
      .masterPageContent .container_intro.noImgIntro h1.newsSectionTitle, .mainContent .container_intro.noImgIntro h1.newsSectionTitle {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #000;
        margin-bottom: 0px; }
        @media (min-width: 768px) {
          .masterPageContent .container_intro.noImgIntro h1.newsSectionTitle, .mainContent .container_intro.noImgIntro h1.newsSectionTitle {
            font-size: 36px;
            font-size: 3.6rem;
            line-height: 1.33333em;
            margin-bottom: 0px; } }
      .masterPageContent .container_intro.noImgIntro .scroll-cta, .mainContent .container_intro.noImgIntro .scroll-cta {
        display: none; }
    @media (max-width: 992px) {
      .masterPageContent .container_intro, .mainContent .container_intro {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
  .masterPageContent .mainContent, .mainContent .mainContent {
    padding: 5rem 0 2rem; }
  .masterPageContent .date, .mainContent .date {
    font-size: 12px;
    font-size: 1.2rem;
    color: #e1700e;
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
    @media (max-width: 767px) {
      .masterPageContent .date, .mainContent .date {
        margin-bottom: 10px; } }
  .masterPageContent h1, .mainContent h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.22222em;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
  .masterPageContent h2, .mainContent h2 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
    margin-bottom: 1.2rem;
    color: #000; }
  .masterPageContent .intro p, .mainContent .intro p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000; }
    @media (max-width: 767px) {
      .masterPageContent .intro p, .mainContent .intro p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em; } }
    .masterPageContent .intro p a, .mainContent .intro p a {
      font-family: "Stolzl Book", Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
  @media (min-width: 992px) {
    .masterPageContent .offsetX, .mainContent .offsetX {
      margin-left: 17%; } }
  .masterPageContent .offsetX span.dropCap, .mainContent .offsetX span.dropCap {
    float: left;
    background: -webkit-linear-gradient(205deg, #c40f61, #e27210);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1.39063em;
    display: block;
    margin-right: 6px;
    margin-left: -3px;
    margin-top: -14px;
    height: 70px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .masterPageContent .offsetX span.dropCap, .mainContent .offsetX span.dropCap {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 1.39583em;
        height: 54px;
        margin-top: -9px; } }
  .masterPageContent img.avia_image, .mainContent img.avia_image {
    opacity: 0.6; }
  .masterPageContent img, .mainContent img {
    max-width: 100%;
    height: auto; }
  .masterPageContent iframe, .mainContent iframe {
    margin-bottom: 3rem;
    max-width: 100%;
    max-height: 300px; }
  .masterPageContent p, .mainContent p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667em;
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 3rem;
    color: #333333; }
    .masterPageContent p strong, .masterPageContent p b, .mainContent p strong, .mainContent p b {
      color: #000; }
    .masterPageContent p a, .mainContent p a {
      color: #c30e60;
      text-decoration: underline;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 700; }
      .masterPageContent p a:hover, .mainContent p a:hover {
        text-decoration: none; }
    @media (max-width: 767px) {
      .masterPageContent p, .mainContent p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em; } }
  .masterPageContent ul, .mainContent ul {
    margin-bottom: 3rem;
    padding: 0; }
    .masterPageContent ul li, .mainContent ul li {
      list-style-type: none;
      color: #333333;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.88889em;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      position: relative;
      margin-left: 25px; }
      .masterPageContent ul li:before, .mainContent ul li:before {
        content: "•";
        color: #e1700e;
        margin-right: 15px;
        font-size: 16px;
        font-size: 1.6rem;
        position: absolute;
        left: -15px; }
  .masterPageContent ol, .mainContent ol {
    margin-bottom: 3rem;
    padding: 0; }
    .masterPageContent ol li, .mainContent ol li {
      list-style-type: none;
      counter-increment: step-counter;
      color: #333333;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.88889em;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      position: relative;
      margin-left: 25px; }
      .masterPageContent ol li:before, .mainContent ol li:before {
        content: counter(step-counter) ".";
        color: #e1700e;
        margin-right: 12px;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 700;
        display: inline-block;
        width: 13px;
        position: absolute;
        left: -21px; }
  .masterPageContent blockquote, .mainContent blockquote {
    padding: 30px 0;
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 3rem;
    width: calc(117%);
    margin-left: -17%; }
    .masterPageContent blockquote p, .mainContent blockquote p {
      margin-bottom: 1rem;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.41667em;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
      .masterPageContent blockquote p:last-of-type, .mainContent blockquote p:last-of-type {
        margin-bottom: 0; }
    .masterPageContent blockquote:after, .masterPageContent blockquote:before, .mainContent blockquote:after, .mainContent blockquote:before {
      content: "";
      position: absolute;
      display: block;
      height: 1px;
      background: linear-gradient(269deg, #c40f61, #e27210);
      width: 72%; }
    .masterPageContent blockquote:before, .mainContent blockquote:before {
      top: 0;
      left: 14%; }
    .masterPageContent blockquote:after, .mainContent blockquote:after {
      bottom: 0;
      left: 14%; }
    @media (max-width: 767px) {
      .masterPageContent blockquote, .mainContent blockquote {
        padding: 20px 0;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em; } }
    @media (max-width: 991px) {
      .masterPageContent blockquote, .mainContent blockquote {
        width: calc(100%);
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        margin-left: 0; }
        .masterPageContent blockquote:before, .mainContent blockquote:before {
          top: 0;
          left: 0;
          width: 100%; }
        .masterPageContent blockquote:after, .mainContent blockquote:after {
          bottom: 0;
          left: 0;
          width: 100%; } }
  .masterPageContent .twitter-tweet-rendered, .mainContent .twitter-tweet-rendered {
    max-width: 100% !important;
    width: 100% !important; }
  .masterPageContent figure, .mainContent figure {
    margin-bottom: 3rem; }
    .masterPageContent figure > div, .mainContent figure > div {
      position: relative; }
    .masterPageContent figure .imgSource, .mainContent figure .imgSource {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff;
      display: block;
      padding: 6px 10px;
      font-size: 10px;
      font-size: 1rem; }
    .masterPageContent figure figcaption, .mainContent figure figcaption {
      width: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
      font-size: 12px;
      font-size: 1.2rem;
      padding: 12px 16px; }
  .masterPageContent picture, .mainContent picture {
    position: relative;
    display: block;
    margin-bottom: 0rem; }
    .masterPageContent picture .imgSource, .mainContent picture .imgSource {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff;
      display: block;
      padding: 6px 10px;
      font-size: 10px;
      font-size: 1rem; }
  .masterPageContent .pictureCaption, .mainContent .pictureCaption {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 16px;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem); }
  .masterPageContent .twitter-tweet, .mainContent .twitter-tweet {
    margin-bottom: 40px; }
  .masterPageContent video, .mainContent video {
    margin-bottom: 3rem;
    width: 100%    !important;
    height: auto   !important; }
  .masterPageContent .downloadList, .mainContent .downloadList {
    margin-bottom: 3rem; }
    .masterPageContent .downloadList a, .mainContent .downloadList a {
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
      box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
      border: solid 1px #d8d8d8;
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71429em;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      display: block;
      margin-bottom: 1rem;
      padding: 5px 5px;
      text-decoration: none;
      color: #000;
      position: relative;
      min-height: 50px; }
      .masterPageContent .downloadList a:before, .mainContent .downloadList a:before {
        display: block;
        content: "";
        width: 50px;
        height: 50px;
        background-image: linear-gradient(218deg, #c40f61, #e27210);
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all .7s ease;
        transition: all .7s ease; }
      .masterPageContent .downloadList a:after, .mainContent .downloadList a:after {
        border-radius: 3px;
        display: block;
        content: "";
        border: 1px solid #fff;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(../../../assets/images/svg/download-icon.svg) center center no-repeat;
        width: 30px;
        height: 30px; }
      .masterPageContent .downloadList a:hover, .mainContent .downloadList a:hover {
        color: #c30e60; }
        .masterPageContent .downloadList a:hover:before, .mainContent .downloadList a:hover:before {
          opacity: 1; }
        .masterPageContent .downloadList a:hover:after, .mainContent .downloadList a:hover:after {
          background: url(../../../assets/images/svg/download-icon-hover.svg) center center no-repeat; }
  .masterPageContent .articleGallery, .mainContent .articleGallery {
    margin-bottom: 4rem; }
    .masterPageContent .articleGallery .col-6, .mainContent .articleGallery .col-6 {
      margin-bottom: 20px; }
    .masterPageContent .articleGallery a, .mainContent .articleGallery a {
      display: block;
      background: linear-gradient(220deg, #c40f61, #e27210);
      position: relative;
      margin-bottom: 20px; }
      @media (max-width: 990px) {
        .masterPageContent .articleGallery a, .mainContent .articleGallery a {
          margin-bottom: 10px; } }
      .masterPageContent .articleGallery a:hover img, .mainContent .articleGallery a:hover img {
        opacity: .2; }
      .masterPageContent .articleGallery a:hover .zoomIcon, .mainContent .articleGallery a:hover .zoomIcon {
        opacity: 1; }
    .masterPageContent .articleGallery img, .mainContent .articleGallery img {
      opacity: 1;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
    .masterPageContent .articleGallery .zoomIcon, .mainContent .articleGallery .zoomIcon {
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -383em;
      width: 1.8em;
      height: 1.8em;
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
    .masterPageContent .articleGallery .fullGallery, .mainContent .articleGallery .fullGallery {
      background: none;
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
      box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
      height: 100%;
      color: #000;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
      .masterPageContent .articleGallery .fullGallery:hover, .mainContent .articleGallery .fullGallery:hover {
        text-decoration: none; }
        .masterPageContent .articleGallery .fullGallery:hover span.icon:before, .mainContent .articleGallery .fullGallery:hover span.icon:before {
          background: none; }
        .masterPageContent .articleGallery .fullGallery:hover span.icon:after, .mainContent .articleGallery .fullGallery:hover span.icon:after {
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -383em;
          width: 1.8em;
          height: 1.8em; }
      .masterPageContent .articleGallery .fullGallery span.text, .mainContent .articleGallery .fullGallery span.text {
        display: none; }
        @media (min-width: 768px) {
          .masterPageContent .articleGallery .fullGallery span.text, .mainContent .articleGallery .fullGallery span.text {
            display: block; } }
      .masterPageContent .articleGallery .fullGallery span.icon, .mainContent .articleGallery .fullGallery span.icon {
        display: block;
        width: 30px;
        height: 30px;
        background: linear-gradient(345deg, #c40f61 0%, #e27210 100%);
        border-radius: 3px;
        position: relative; }
        @media (min-width: 768px) {
          .masterPageContent .articleGallery .fullGallery span.icon, .mainContent .articleGallery .fullGallery span.icon {
            margin-top: 12px; } }
        .masterPageContent .articleGallery .fullGallery span.icon:before, .mainContent .articleGallery .fullGallery span.icon:before {
          content: "";
          display: block;
          position: absolute;
          width: 26px;
          height: 26px;
          top: 2px;
          left: 2px;
          background: #FFF; }
        .masterPageContent .articleGallery .fullGallery span.icon:after, .mainContent .articleGallery .fullGallery span.icon:after {
          content: "";
          display: block;
          position: absolute;
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -384.8em;
          width: 1.8em;
          height: 1.8em;
          left: 21%;
          top: 20%; }
        .masterPageContent .articleGallery .fullGallery span.icon:hover:before, .mainContent .articleGallery .fullGallery span.icon:hover:before {
          background: none; }

/* ------------------------
Master Page CSS
------------------------- */
.searchContent {
  padding: 0; }
  .searchContent .searchIntro {
    min-height: 364px;
    background: #000; }
    .searchContent .searchIntro h1 {
      color: #fff;
      font-size: 54px;
      font-size: 5.4rem;
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25926em;
      margin-bottom: 3rem; }
  .searchContent .screen-reader-text {
    display: none; }
  .searchContent .search-form {
    position: relative;
    padding: 0; }
    .searchContent .search-form form {
      position: relative;
      padding: 0; }
    .searchContent .search-form label {
      display: block; }
    .searchContent .search-form [type="text"], .searchContent .search-form [type="search"] {
      width: 100%;
      height: 70px;
      padding: 10px 136px 10px 20px;
      color: #000;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      border: none;
      border-radius: 3px; }
    .searchContent .search-form .submitWrapper {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 5px; }
    .searchContent .search-form [type="submit"] {
      color: #4a4a4a;
      text-transform: uppercase; }
    .searchContent .search-form input[type="submit"] {
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #000;
      width: auto;
      height: 30px;
      border-radius: 3px;
      border-style: solid;
      border-width: 2px;
      border-image-source: -webkit-linear-gradient(341deg, #c40f61, #e27210);
      border-image-source: -o-linear-gradient(341deg, #c40f61, #e27210);
      border-image-source: linear-gradient(71deg, #c40f61, #e27210);
      border-image-slice: 1;
      background-color: #fff;
      position: absolute;
      right: 10px;
      top: 20px;
      cursor: pointer;
      padding: 0 10px;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: none; }
      @media (min-width: 768px) {
        .searchContent .search-form input[type="submit"] {
          padding: 0 30px;
          right: 10px;
          top: 10px;
          height: 50px;
          font-size: 16px;
          font-size: 1.6rem; } }
  .searchContent .disclaimer {
    color: #9b9b9b;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    padding: 0px 30px; }
  .searchContent .searchBread {
    padding: 30px 0 40px; }
    .searchContent .searchBread p {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1.625em;
      color: #4a4a4a;
      margin: 0; }
      .searchContent .searchBread p span {
        color: #e1700e;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 700; }
  .searchContent .searchResults .row {
    margin: 0 0 3rem;
    padding: 0 0 3rem;
    position: relative; }
    .searchContent .searchResults .row:after {
      content: "";
      width: calc(100% - 16.6666%);
      height: 1px;
      background: #e7e7e7;
      position: absolute;
      bottom: 0;
      left: 8.3333%; }
  .searchContent .searchResults h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em; }
    @media (min-width: 768px) {
      .searchContent .searchResults h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6em; } }
  .searchContent .searchResults .text {
    margin-bottom: 3rem; }
    .searchContent .searchResults .text p {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      line-height: 1.71429em; }
      @media (min-width: 768px) {
        .searchContent .searchResults .text p {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.625em; } }
  .searchContent .pagination {
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8rem; }
    .searchContent .pagination a {
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      font-size: 1.6rem;
      color: #c30e60;
      /* padding: 0 18px; */
      display: inline-block;
      line-height: 40px;
      width: 40px;
      height: 40px;
      text-align: center;
      position: relative;
      background: #fff;
      border-radius: 2px;
      cursor: pointer; }
      .searchContent .pagination a:hover {
        background: none;
        color: #fff;
        text-decoration: none; }
      .searchContent .pagination a:after {
        content: "";
        display: block;
        width: 42px;
        height: 42px;
        background: linear-gradient(225deg, #c40f61, #e27210);
        position: absolute;
        top: -1px;
        left: -1px;
        z-index: -1;
        border-radius: 3px; }
      .searchContent .pagination a.prev, .searchContent .pagination a.next {
        color: #000;
        font-size: 32px;
        font-size: 3.2rem;
        font-family: "Stolzl Book", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        vertical-align: sub;
        display: inline;
        margin: 0 10px; }
        .searchContent .pagination a.prev:after, .searchContent .pagination a.next:after {
          content: none; }
      .searchContent .pagination a.current {
        color: #000; }

/* ------------------------
Studij Info page CSS
------------------------- */
.studijInfoContent .container_intro[style] {
  background: url(../../../assets/images/backgrounds/co-bg-cover-section.png)!important;
  background-size: cover!important; }

.studijInfoContent .container_intro {
  min-height: 580px;
  height: 364px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .studijInfoContent .container_intro {
      min-height: 270px; } }
  .studijInfoContent .container_intro .back {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.38462em;
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 28px;
    margin-bottom: 23px; }
    @media (min-width: 768px) {
      .studijInfoContent .container_intro .back {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857em;
        margin-bottom: 30px; } }
    .studijInfoContent .container_intro .back:before {
      content: "";
      display: block;
      position: absolute;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -192.3em;
      width: 1.8em;
      height: 1.2em;
      left: 0;
      top: 50%;
      margin-top: -6px; }
  .studijInfoContent .container_intro h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33333em;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .studijInfoContent .container_intro h1 {
        font-size: 54px;
        font-size: 5.4rem;
        line-height: 1.18519em;
        margin-bottom: 40px; } }
  .studijInfoContent .container_intro .scroll-cta {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    position: relative;
    border-radius: 3px;
    border: solid 2px #ffffff; }
    .studijInfoContent .container_intro .scroll-cta:before {
      content: "";
      display: block;
      position: absolute;
      font-size: 10px;
      background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
      background-position: 0em -199.7em;
      width: 1.2em;
      height: 0.8em;
      top: 50%;
      left: 50%;
      margin-top: -4px;
      margin-left: -6px; }

.studijInfoContent .container-course_general_info {
  padding-top: 5.7rem;
  padding-bottom: 5rem;
  background-color: #fdfdfd; }
  .studijInfoContent .container-course_general_info .container {
    position: relative; }
  .studijInfoContent .container-course_general_info .articleListContent .box3 .title {
    margin-bottom: 0; }
  .studijInfoContent .container-course_general_info .articleListContent .txt {
    padding-top: 20px; }
  .studijInfoContent .container-course_general_info .articleListContent p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em; }
  .studijInfoContent .container-course_general_info .articleListContent .onlineMark {
    position: relative;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 20px;
    display: inline; }
    .studijInfoContent .container-course_general_info .articleListContent .onlineMark:before {
      content: "";
      width: 13px;
      height: 13px;
      background: #b8e986;
      border-radius: 50%;
      display: block;
      border: 3px solid #ffffff;
      position: absolute;
      left: -19px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

    @media (min-width: 768px) { 
	.studijInfoContent .container-course_general_info .tabsNav-wrap {
    /* margin-top: 60px;
			margin-bottom: 66px;
			padding: 0 0 14px 0; */
    position: absolute;
    top: -114px;
    overflow-x: auto; }
      .studijInfoContent .container-course_general_info .tabsNav-wrap {
        overflow-x: hidden; } }
  .studijInfoContent .container-course_general_info .tabsNav {
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571em;
    color: #000;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-align: center; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_general_info .tabsNav {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25em;
        text-align: left; } }
    @supports (display: -moz-flex) or (display: flex) {
      .studijInfoContent .container-course_general_info .tabsNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        white-space: normal;
        text-align: left; } }
    .studijInfoContent .container-course_general_info .tabsNav li {
      padding: 0 2px;
      list-style: none;
      width: 210px;
      display: inline-block;
      white-space: normal; }
      @media (min-width: 768px) {
        .studijInfoContent .container-course_general_info .tabsNav li {
          width: auto; } }
      @supports (display: -moz-flex) or (display: flex) {
        .studijInfoContent .container-course_general_info .tabsNav li {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
          -ms-flex-item-align: end;
          align-self: flex-end;
          width: auto; }
          @media (min-width: 768px) {
            .studijInfoContent .container-course_general_info .tabsNav li {
              -ms-flex-item-align: auto;
              align-self: auto;
              -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
              flex: 0 1 auto; } } }
      .studijInfoContent .container-course_general_info .tabsNav li:before {
        content: none; }
    .studijInfoContent .container-course_general_info .tabsNav a {
      display: block;
      position: relative;
      text-align: center;
      padding: 19px 20px 15px;
      color: #fff;
      background-color: #c30e60;
      -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
      transition: color 250ms ease-in-out, background-color 250ms ease-in-out; }
      @media (min-width: 768px) {
        .studijInfoContent .container-course_general_info .tabsNav a {
          padding: 18px 20px 19px; } }
      @supports (display: -moz-flex) or (display: flex) {
        .studijInfoContent .container-course_general_info .tabsNav a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          -ms-flex-line-pack: end;
          align-content: flex-end; } }
      .studijInfoContent .container-course_general_info .tabsNav a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
        opacity: 1;
        -webkit-transition: opacity 250ms ease-in-out;
        transition: opacity 250ms ease-in-out; }
      .studijInfoContent .container-course_general_info .tabsNav a.active, .studijInfoContent .container-course_general_info .tabsNav a:hover {
        text-decoration: none;
        color: #000;
        background-color: #fcfcfc; }
        .studijInfoContent .container-course_general_info .tabsNav a.active:before, .studijInfoContent .container-course_general_info .tabsNav a:hover:before {
          opacity: 0; }
      .studijInfoContent .container-course_general_info .tabsNav a span {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto; }
  .studijInfoContent .container-course_general_info .statsList-wrap {
    overflow-x: auto;
    margin-bottom: 42px; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_general_info .statsList-wrap {
        overflow-x: hidden;
        margin-bottom: 60px; } }
  .studijInfoContent .container-course_general_info .statsList {
    padding-left: 0;
    list-style: none;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_general_info .statsList {
        padding-left: 34px;
        white-space: normal; } }
    @supports (display: -moz-flex) or (display: flex) {
      @media (max-width: 767px) {
        .studijInfoContent .container-course_general_info .statsList {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          white-space: normal;
          text-align: left; } } }
    .studijInfoContent .container-course_general_info .statsList li {
      position: relative;
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.38462em;
      color: #000;
      padding: 20px 0 20px 34px;
      width: 210px;
      display: inline-block;
      white-space: normal; }
      @media (min-width: 768px) {
        .studijInfoContent .container-course_general_info .statsList li {
          padding: 20px 0;
          width: auto; } }
      @supports (display: -moz-flex) or (display: flex) {
        .studijInfoContent .container-course_general_info .statsList li {
          /* @include media-breakpoint-up(md) {
						align-self: auto;
					} */ }
          @media (max-width: 767px) {
            .studijInfoContent .container-course_general_info .statsList li {
              -webkit-box-flex: 1;
              -ms-flex: 1 0 174px;
              flex: 1 0 174px;
              -ms-flex-item-align: start;
              align-self: flex-start;
              width: auto; } } }
      .studijInfoContent .container-course_general_info .statsList li:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        margin-left: 0; }
        @media (min-width: 768px) {
          .studijInfoContent .container-course_general_info .statsList li:before {
            margin-left: -34px; } }
      .studijInfoContent .container-course_general_info .statsList li.nmb-one:before {
        content: "";
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -321.1em;
        width: 2.4em;
        height: 2.4em; }
      .studijInfoContent .container-course_general_info .statsList li.multimedia:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -316em;
        width: 2.4em;
        height: 2.4em; }
      .studijInfoContent .container-course_general_info .statsList li.international:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -242.2em;
        width: 2.4em;
        height: 2.4em; }
      .studijInfoContent .container-course_general_info .statsList li.diploma:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -214.9em;
        width: 2.4em;
        height: 2.4em; }
  .studijInfoContent .container-course_general_info .termBox {
    padding-bottom: 50px;
    margin-bottom: 50px; }
    .studijInfoContent .container-course_general_info .termBox:before {
      content: "";
      display: block;
      width: calc(100% - 20px);
      height: 1px;
      position: absolute;
      left: 10px;
      bottom: 50px;
      background-color: #e7e7e7; }
  .studijInfoContent .container-course_general_info .lead-text {
    margin-right: 20%;
    padding-bottom: 0px; }
    .studijInfoContent .container-course_general_info .lead-text p {
      font-family: "Stolzl Book", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6em;
      color: #000; }
      @media (min-width: 768px) {
        .studijInfoContent .container-course_general_info .lead-text p {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.5em;
          margin-bottom: 30px; } }
    .studijInfoContent .container-course_general_info .lead-text.lt1 {
      padding-left: 110px;
      padding-bottom: 5rem; }
      @media (max-width: 767px) {
        .studijInfoContent .container-course_general_info .lead-text.lt1 {
          padding-bottom: 1rem; } }
      .studijInfoContent .container-course_general_info .lead-text.lt1:before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -185em;
        width: 3.3em;
        height: 3.1em; }
      .studijInfoContent .container-course_general_info .lead-text.lt1 p {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5em; }
        @media (max-width: 767px) {
          .studijInfoContent .container-course_general_info .lead-text.lt1 p {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.6em; } }
    @media (max-width: 767px) {
      .studijInfoContent .container-course_general_info .lead-text.lt1 {
        padding-left: 10px;
        padding-top: 50px;
        top: 0; } }
    .studijInfoContent .container-course_general_info .lead-text.termLead {
      margin-right: 0; }
      .studijInfoContent .container-course_general_info .lead-text.termLead.lt2 {
        padding-bottom: 5rem; }
        @media (max-width: 767px) {
          .studijInfoContent .container-course_general_info .lead-text.termLead.lt2 {
            margin-bottom: 0; } }
        .studijInfoContent .container-course_general_info .lead-text.termLead.lt2:before {
          content: "";
          display: block;
          position: absolute;
          left: 10px;
          bottom: 0px;
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -185em;
          width: 3.3em;
          height: 3.1em; }
        .studijInfoContent .container-course_general_info .lead-text.termLead.lt2:after {
          content: "";
          position: absolute;
          display: block;
          width: 33px;
          height: 2px;
          left: 10px;
          bottom: 55px;
          background: #101010; }
        .studijInfoContent .container-course_general_info .lead-text.termLead.lt2 p {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.5em; }
          @media (max-width: 767px) {
            .studijInfoContent .container-course_general_info .lead-text.termLead.lt2 p {
              font-size: 20px;
              font-size: 2rem;
              line-height: 1.6em; } }
      .studijInfoContent .container-course_general_info .lead-text.termLead.lt3 p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400; }
        .studijInfoContent .container-course_general_info .lead-text.termLead.lt3 p:last-child {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          .studijInfoContent .container-course_general_info .lead-text.termLead.lt3 p {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.625em; } }
  .studijInfoContent .container-course_general_info .genInfo {
    margin-bottom: 40px; }
    .studijInfoContent .container-course_general_info .genInfo img {
      max-width: 100%;
      height: auto;
      margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_general_info .genInfo {
        margin-bottom: 80px;
        margin-top: 12px; } }
    .studijInfoContent .container-course_general_info .genInfo span.dropCap {
      float: left;
      background: -webkit-linear-gradient(205deg, #c40f61, #e27210);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 64px;
      font-size: 6.4rem;
      line-height: 1.39063em;
      display: block;
      margin-right: 6px;
      margin-left: -3px;
      margin-top: -14px;
      height: 70px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .studijInfoContent .container-course_general_info .genInfo span.dropCap {
          font-size: 48px;
          font-size: 4.8rem;
          line-height: 1.39583em;
          height: 54px;
          margin-top: -9px; } }
  .studijInfoContent .container-course_general_info p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
    color: #333;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_general_info p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.66667em;
        margin-bottom: 36px; } }
    .studijInfoContent .container-course_general_info p strong {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
  @media (min-width: 992px) {
    .studijInfoContent .container-course_general_info .sideBar {
      max-width: 280px;
      position: absolute;
      top: 0%;
      right: 0;
      -webkit-transform: translateY(-290px);
      transform: translateY(-290px); } }
  @media (min-width: 1200px) {
    .studijInfoContent .container-course_general_info .sideBar {
      max-width: 380px; } }
  .studijInfoContent .container-course_general_info .sideBar .card-signUp {
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    margin-bottom: 4rem; }
    .studijInfoContent .container-course_general_info .sideBar .card-signUp .card-body {
      padding: 29px 39px 4px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857em;
      border-bottom: 1px solid #e7e7e7; }
      .studijInfoContent .container-course_general_info .sideBar .card-signUp .card-body dl dt {
        font-family: "Stolzl Regular", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #999999; }
      .studijInfoContent .container-course_general_info .sideBar .card-signUp .card-body dl dd {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        color: #000;
        margin-bottom: 26px; }
      .studijInfoContent .container-course_general_info .sideBar .card-signUp .card-body a {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 700;
        color: #c30e60;
        text-decoration: underline; }
    .studijInfoContent .container-course_general_info .sideBar .card-signUp .card-footer {
      padding: 15px 39px; }
      .studijInfoContent .container-course_general_info .sideBar .card-signUp .card-footer .prijava_btn {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 3.33333em;
        height: 60px;
        padding: 0 15px; }
  .studijInfoContent .container-course_general_info .sideBar .card-addInfo {
    background-color: #ffffff;
    padding: 30px 20px;
    border: solid 1px #e6e6e6;
    -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    margin-bottom: 4rem; }
    .studijInfoContent .container-course_general_info .sideBar .card-addInfo p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857em;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      color: #4a4a4a;
      margin-bottom: 2.7rem; }
      .studijInfoContent .container-course_general_info .sideBar .card-addInfo p span {
        color: #c30e60; }
  .studijInfoContent .container-course_general_info .infoCards-wrapper {
    z-index: 1000;
    position: relative; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_general_info .infoCards-wrapper {
        margin: 0; } }
    .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap p {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.71429em;
      color: #333; }
    .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-icon {
      display: block;
      margin-bottom: 26px;
      min-height: 55px;
      -webkit-transition: all ease-in .25s;
      transition: all ease-in .25s; }
    .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap svg path#tablet-color,
    .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap svg path#checkmark-color,
    .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap svg path#lightbulb-color,
    .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap svg path#cup-color {
      opacity: 0;
      -webkit-transition: opacity ease-in .25s;
      transition: opacity ease-in .25s; }
    .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title {
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.55556em;
      color: #000;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative;
      -webkit-transition: all ease-in .25s;
      transition: all ease-in .25s; }
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(272deg, #c40f61, #e27210);
        height: 2px; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap {
        padding: 30px 30px 40px;
        position: relative;
        background-color: #ffffff;
        -webkit-box-shadow: 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset;
        box-shadow: 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset, 0 -1px 0 0 #e6e6e6 inset; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap:last-child {
          -webkit-box-shadow: 0 0 0 1px #e6e6e6 inset;
          box-shadow: 0 0 0 1px #e6e6e6 inset; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover svg path#tablet-color,
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover svg path#checkmark-color,
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover svg path#lightbulb-color,
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover svg path#cup-color {
          opacity: 1; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover .card-icon {
          margin-bottom: 15px; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover + .card-body {
          margin-top: -80px; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.hover .card-title:before {
          width: 60px; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head {
          padding-top: 8px; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-icon {
          margin-bottom: 56px; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.4em;
          padding-bottom: 23px; }
          .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title:before {
            width: 40px;
            -webkit-transition: width ease-in .25s;
            transition: width ease-in .25s; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-body {
          height: 30px;
          width: 100%;
          position: absolute;
          left: 0;
          top: 100%;
          margin-top: -30px;
          overflow: hidden;
          background-color: #fff;
          -webkit-box-shadow: 0 -1px 0 0 #e6e6e6 inset, 1px 0 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset;
          box-shadow: 0 -1px 0 0 #e6e6e6 inset, 1px 0 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset;
          -webkit-transition: margin-top ease-in .25s;
          transition: margin-top ease-in .25s; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap:last-child .card-body {
          -webkit-box-shadow: 0 -1px 0 0 #e6e6e6 inset, -1px 0 0 0 #e6e6e6 inset, 1px 0 0 0 #e6e6e6 inset;
          box-shadow: 0 -1px 0 0 #e6e6e6 inset, -1px 0 0 0 #e6e6e6 inset, 1px 0 0 0 #e6e6e6 inset; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .cb-inner {
          position: absolute;
          padding: 0 30px 30px;
          opacity: 0; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap p {
          margin: 0; } }
    @media (max-width: 767px) {
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 0 1px #e6e6e6 inset;
        box-shadow: 0 0 0 1px #e6e6e6 inset;
        margin-bottom: -1px; }
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head {
        padding: 20px 20px 0;
        position: relative; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.open svg path#tablet-color,
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.open svg path#checkmark-color,
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.open svg path#lightbulb-color,
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-head.open svg path#cup-color {
          opacity: 1; }
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-icon {
        margin: 0;
        position: absolute;
        left: 30px;
        top: 30px; }
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title {
        padding-left: 80px;
        min-height: 76px;
        margin-bottom: 0; }
        .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-title:before {
          width: 0;
          -webkit-transition: width 0.2s ease-in-out;
          transition: width 0.2s ease-in-out; }
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .open .card-title:before {
        width: 100%; }
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .card-body {
        height: 0;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
        box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); }
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap .cb-inner {
        padding: 0 30px;
        position: absolute; }
      .studijInfoContent .container-course_general_info .infoCards-wrapper .card-wrap p {
        margin: 24px 0; } }

.studijInfoContent .container-two_boxes_one_slider {
  background-color: #c30e60;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .studijInfoContent .container-two_boxes_one_slider {
      padding-top: 80px;
      padding-bottom: 40px; } }
  .studijInfoContent .container-two_boxes_one_slider .forwardBtn-white {
    color: #fff; }
    .studijInfoContent .container-two_boxes_one_slider .forwardBtn-white span.icon {
      background: #fff; }
      .studijInfoContent .container-two_boxes_one_slider .forwardBtn-white span.icon:before {
        background: #c81164; }
      .studijInfoContent .container-two_boxes_one_slider .forwardBtn-white span.icon:after {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -189.9em;
        width: 1.8em;
        height: 1.2em; }
    .studijInfoContent .container-two_boxes_one_slider .forwardBtn-white:hover {
      color: #fff; }
  .studijInfoContent .container-two_boxes_one_slider .box-1 h3 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative; }
    .studijInfoContent .container-two_boxes_one_slider .box-1 h3:before {
      content: '';
      display: block;
      position: absolute;
      width: 60px;
      height: 2px;
      background-color: #fff;
      bottom: 0;
      left: 0; }
    @media (min-width: 768px) {
      .studijInfoContent .container-two_boxes_one_slider .box-1 h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em; } }
  .studijInfoContent .container-two_boxes_one_slider .box-1 p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .studijInfoContent .container-two_boxes_one_slider .box-1 p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em;
        margin-bottom: 70px; } }
  @media (min-width: 768px) {
    .studijInfoContent .container-two_boxes_one_slider .box-2 {
      padding-top: 57px; } }
  .studijInfoContent .container-two_boxes_one_slider .box-2 p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
    margin-bottom: 30px;
    padding-top: 30px;
    position: relative; }
    .studijInfoContent .container-two_boxes_one_slider .box-2 p:before {
      content: '';
      display: block;
      position: absolute;
      background-color: #f4f4f4;
      height: 2px;
      width: 100%;
      top: 0;
      left: 0; }
    .studijInfoContent .container-two_boxes_one_slider .box-2 p strong {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 700; }
  .studijInfoContent .container-two_boxes_one_slider .pink-slider {
    position: relative; }
    @media (max-width: 767px) {
      .studijInfoContent .container-two_boxes_one_slider .pink-slider {
        padding-top: 120px; } }
    @media (min-width: 768px) {
      .studijInfoContent .container-two_boxes_one_slider .pink-slider {
        padding-left: 20px;
        margin-left: 180px; } }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-container {
      padding-bottom: 86px; }
      @media (min-width: 768px) {
        .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-container {
          padding-bottom: 80px; } }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-slide {
      min-height: auto;
      padding: 30px 30px 40px;
      border-radius: 3px;
      background-color: #c81164;
      -webkit-box-shadow: 0 10px 28px 0 #b10050;
      box-shadow: 0 10px 28px 0 #b10050; }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-slide dl a {
        color: #fff; }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-slide dl dt {
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.57143em;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-slide dl dt {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.375em; } }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-slide dl dd {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857em; }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-pagination-bullet {
      display: inline-block;
      background: #000;
      opacity: 0.2;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      -webkit-transition: height 0.2s ease-in-out;
      transition: height 0.2s ease-in-out; }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-pagination-bullet-active {
      opacity: 1;
      height: 16px;
      background-color: #ffffff;
      -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out; }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-container-horizontal > .swiper-pagination-bullets {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-height: 16px; }
      @media (min-width: 768px) {
        .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-container-horizontal > .swiper-pagination-bullets {
          margin-left: -100px; } }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 8px 0 0; }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev,
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-next {
      top: 0;
      width: 50px;
      height: 50px;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev,
        .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-next {
          top: 40px; } }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev:before,
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-next:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev:hover,
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-next:hover {
        background-color: #b10050; }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev {
      left: -140px; }
      @media (max-width: 767px) {
        .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev {
          left: 50%;
          margin-left: -65px; } }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -205.3em;
        width: 1.5em;
        height: 2.4em; }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev.swiper-button-disabled:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -202.9em;
        width: 1.5em;
        height: 2.4em; }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-next {
      left: -65px; }
      @media (max-width: 767px) {
        .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-next {
          left: auto;
          right: 50%;
          margin-right: -65px; } }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-next:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -212.5em;
        width: 1.5em;
        height: 2.4em; }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-next.swiper-button-disabled:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -210.1em;
        width: 1.5em;
        height: 2.4em; }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-prev.swiper-button-disabled,
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .swiper-button-next.swiper-button-disabled {
      opacity: 1; }
    .studijInfoContent .container-two_boxes_one_slider .pink-slider .next {
      background: -webkit-gradient(linear, left top, right top, from(rgba(195, 14, 96, 0)), to(#c30e60));
      background: linear-gradient(to right, rgba(195, 14, 96, 0) 0%, #c30e60 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c30e60', endColorstr='#c30e60',GradientType=1 );
      display: block;
      width: 140px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 900;
      -webkit-transition: opacity .5s ease-in;
      transition: opacity .5s ease-in; }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .next:after {
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 13px;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -212.5em;
        width: 1.5em;
        height: 2.4em; }
      @media (max-width: 767px) {
        .studijInfoContent .container-two_boxes_one_slider .pink-slider .next {
          display: none; } }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .next.endIsNear {
        opacity: 0; }
      .studijInfoContent .container-two_boxes_one_slider .pink-slider .next.endIsNear:after {
        display: none; }

.studijInfoContent .container-one_box_one_slider {
  background-color: #fdfdfd;
  padding-top: 80px;
  position: relative; }
  @media (min-width: 768px) {
    .studijInfoContent .container-one_box_one_slider {
      padding-top: 100px; } }
  .studijInfoContent .container-one_box_one_slider:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7; }
  .studijInfoContent .container-one_box_one_slider .box p {
    font-family: "Stolzl Book", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    margin-bottom: 38px;
    color: #333333;
    text-align: center; }
    @media (min-width: 768px) {
      .studijInfoContent .container-one_box_one_slider .box p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5em;
        margin-bottom: 70px; } }
    .studijInfoContent .container-one_box_one_slider .box p a {
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #c30e60;
      text-decoration: underline; }
      .studijInfoContent .container-one_box_one_slider .box p a:hover {
        text-decoration: none; }
  .studijInfoContent .container-one_box_one_slider h3 {
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    color: #000; }
    @media (min-width: 768px) {
      .studijInfoContent .container-one_box_one_slider h3 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5em;
        margin-bottom: 40px; } }
    .studijInfoContent .container-one_box_one_slider h3:after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      background-image: linear-gradient(272deg, #c40f61, #e27210);
      bottom: 0;
      width: 60px;
      left: 50%;
      margin-left: -30px; }
  .studijInfoContent .container-one_box_one_slider .white-slider {
    position: relative; }
    @media (min-width: 768px) {
      .studijInfoContent .container-one_box_one_slider .white-slider {
        padding-left: 20px;
        margin-left: 180px; } }
    @media (max-width: 767px) {
      .studijInfoContent .container-one_box_one_slider .white-slider {
        padding-bottom: 100px; } }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-container {
      padding-bottom: 50px;
      /* &:after {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					width: 130px;
					background-image: linear-gradient(to right, rgba(195, 14, 96, 0), #c30e60);
				} */ }
      @media (min-width: 768px) {
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-container {
          padding-bottom: 90px; } }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-slide {
      padding: 30px 0;
      margin-right: 60px; }
      .studijInfoContent .container-one_box_one_slider .white-slider .swiper-slide img {
        height: 100%;
        width: auto;
        margin-right: 90px; }
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-slide img:last-child {
          margin-right: 0; }
        @media (min-width: 768px) {
          .studijInfoContent .container-one_box_one_slider .white-slider .swiper-slide img {
            width: 130px; } }
      @media (min-width: 768px) {
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-slide {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-item-align: center;
          align-self: center; } }
      @media (max-width: 767px) {
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-slide {
          text-align: center; }
          .studijInfoContent .container-one_box_one_slider .white-slider .swiper-slide img {
            margin: 0 auto 5px !important;
            display: block; } }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-pagination-bullet {
      display: inline-block;
      background: #000;
      opacity: 0.2;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      -webkit-transition: height 0.2s ease-in-out;
      transition: height 0.2s ease-in-out; }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-pagination-bullet-active {
      opacity: 1;
      height: 16px;
      -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out; }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-container-horizontal > .swiper-pagination-bullets {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-height: 16px; }
      @media (min-width: 768px) {
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-container-horizontal > .swiper-pagination-bullets {
          margin-left: -100px; } }
      @media (max-width: 767px) {
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-container-horizontal > .swiper-pagination-bullets {
          display: none; } }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 40px; }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 8px 0 0; }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-prev,
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-next {
      top: 50%;
      width: 50px;
      height: 50px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -45px;
      border-radius: 3px;
      background-color: #fff; }
      .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-prev:before,
      .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-next:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-prev:hover,
      .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-next:hover {
        background-color: #ececec; }
      @media (max-width: 767px) {
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-prev,
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-next {
          top: 100%;
          margin-top: -75px; } }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-prev {
      left: -140px; }
      .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-prev:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -200.5em;
        width: 1.5em;
        height: 2.4em; }
      .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-prev.swiper-button-disabled:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -202.9em;
        width: 1.5em;
        height: 2.4em; }
      @media (max-width: 767px) {
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-prev {
          left: auto;
          right: 60%; } }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-next {
      left: -65px; }
      .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-next:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -207.7em;
        width: 1.5em;
        height: 2.4em; }
      .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-next.swiper-button-disabled:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -210.1em;
        width: 1.5em;
        height: 2.4em; }
      @media (max-width: 767px) {
        .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-next {
          right: auto;
          left: 60%; } }
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-prev.swiper-button-disabled,
    .studijInfoContent .container-one_box_one_slider .white-slider .swiper-button-next.swiper-button-disabled {
      opacity: 1; }

.studijInfoContent .container-jobs_list {
  position: relative;
  padding-top: 60px; }
  @media (min-width: 768px) {
    .studijInfoContent .container-jobs_list {
      padding-top: 80px; } }
  .studijInfoContent .container-jobs_list:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7; }
  .studijInfoContent .container-jobs_list h3 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative; }
    @media (min-width: 768px) {
      .studijInfoContent .container-jobs_list h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em; } }
    .studijInfoContent .container-jobs_list h3:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      height: 2px;
      background-image: linear-gradient(266deg, #c40f61, #e27210); }
  .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list {
    padding-left: 70px;
    counter-reset: section; }
    @media (min-width: 768px) {
      .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list {
        padding-left: 100px; } }
    .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list li {
      list-style-type: none;
      position: relative; }
      .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list li:before {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        top: -16px;
        left: -60px;
        border-radius: 29px;
        border-style: dashed;
        border-color: #c40f61;
        border-width: 1px; }
        @media (min-width: 768px) {
          .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list li:before {
            width: 60px;
            height: 60px;
            top: 0;
            left: -84px; } }
      .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list li:after {
        counter-increment: section;
        content: counter(section);
        position: absolute;
        top: 0;
        left: -37px;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25em;
        color: #777c8e;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
        background-image: linear-gradient(215deg, #c40f61, #e27210);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media (min-width: 768px) {
          .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list li:after {
            top: 19px;
            left: -60px;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.22222em; } }
    .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list dl {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list dl {
          padding-top: 19px; } }
      .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list dl dt {
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71429em;
        color: #000000;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list dl dt {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5em; } }
      .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list dl dd {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71429em;
        color: #333333; }
        @media (min-width: 768px) {
          .studijInfoContent .container-jobs_list .section-jobs_list .jobs_list dl dd {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5em; } }

.studijInfoContent .container-course_example {
  background-color: #fdfdfd;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .studijInfoContent .container-course_example {
      padding-top: 80px; } }
  .studijInfoContent .container-course_example h3 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    margin-bottom: 20px;
    color: #000000; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_example h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        margin-bottom: 30px; } }
  .studijInfoContent .container-course_example .dark-bg {
    background-color: #000;
    border-radius: 3px;
    padding: 30px 20px 44px;
    position: relative; }
    .studijInfoContent .container-course_example .dark-bg:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url("../../../assets/images/icons/kolegij-medium.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left bottom; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_example .dark-bg {
        padding: 80px 10px; } }
    @media (max-width: 767px) {
      .studijInfoContent .container-course_example .dark-bg:before {
        opacity: 0.2; } }
  .studijInfoContent .container-course_example h4 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.65em;
    margin-bottom: 26px;
    color: #fff; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_example h4 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5em;
        margin-bottom: 1em; } }
  .studijInfoContent .container-course_example p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em;
    margin-bottom: 30px;
    color: #c4c6d1; }
    @media (min-width: 768px) {
      .studijInfoContent .container-course_example p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        margin-bottom: 32px; } }

.studijInfoContent .container-our_students {
  background-color: #fdfdfd;
  padding-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .studijInfoContent .container-our_students {
      padding-top: 80px;
      margin-bottom: 80px; } }
  .studijInfoContent .container-our_students .container {
    position: relative; }
    .studijInfoContent .container-our_students .container:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #e7e7e7; }
  .studijInfoContent .container-our_students h3 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    margin-bottom: 20px;
    color: #000000; }
    @media (min-width: 768px) {
      .studijInfoContent .container-our_students h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        margin-bottom: 30px; } }
  .studijInfoContent .container-our_students .students-slider {
    position: relative; }
    @media (min-width: 768px) {
      .studijInfoContent .container-our_students .students-slider {
        padding-left: 20px;
        margin-left: 180px; } }
    .studijInfoContent .container-our_students .students-slider .swiper-container {
      padding-bottom: 86px;
      /* @include media-breakpoint-up(md) {
					padding-bottom: 160px;
				} */ }
    .studijInfoContent .container-our_students .students-slider .swiper-slide {
      min-height: auto; }
    .studijInfoContent .container-our_students .students-slider .swiper-pagination-bullet {
      display: inline-block;
      background: #000;
      opacity: 0.2;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      -webkit-transition: height 0.2s ease-in-out;
      transition: height 0.2s ease-in-out; }
    .studijInfoContent .container-our_students .students-slider .swiper-pagination-bullet-active {
      opacity: 1;
      height: 16px;
      background-color: #000;
      -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out; }
    .studijInfoContent .container-our_students .students-slider .swiper-container-horizontal > .swiper-pagination-bullets {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-height: 16px;
      bottom: 30px; }
      @media (min-width: 768px) {
        .studijInfoContent .container-our_students .students-slider .swiper-container-horizontal > .swiper-pagination-bullets {
          margin-left: -100px; } }
    .studijInfoContent .container-our_students .students-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 8px 0 0; }
    .studijInfoContent .container-our_students .students-slider .swiper-button-prev,
    .studijInfoContent .container-our_students .students-slider .swiper-button-next {
      width: 15px;
      height: 24px;
      background-image: none; }
    .studijInfoContent .container-our_students .students-slider .swiper-button-prev {
      top: 0;
      left: -140px; }
      .studijInfoContent .container-our_students .students-slider .swiper-button-prev:before {
        content: '';
        display: block;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -200.5em;
        width: 1.5em;
        height: 2.4em; }
      .studijInfoContent .container-our_students .students-slider .swiper-button-prev.swiper-button-disabled:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -202.9em;
        width: 1.5em;
        height: 2.4em; }
    .studijInfoContent .container-our_students .students-slider .swiper-button-next {
      top: 0;
      left: -65px; }
      .studijInfoContent .container-our_students .students-slider .swiper-button-next:before {
        content: '';
        display: block;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -207.7em;
        width: 1.5em;
        height: 2.4em; }
      .studijInfoContent .container-our_students .students-slider .swiper-button-next.swiper-button-disabled:before {
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -210.1em;
        width: 1.5em;
        height: 2.4em; }
    .studijInfoContent .container-our_students .students-slider .swiper-button-prev.swiper-button-disabled,
    .studijInfoContent .container-our_students .students-slider .swiper-button-next.swiper-button-disabled {
      opacity: 1; }

.studijInfoContent .container-faq {
  background-color: #fdfdfd;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .studijInfoContent .container-faq {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .studijInfoContent .container-faq h3 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667em;
    margin-bottom: 20px;
    color: #000000; }
    @media (min-width: 768px) {
      .studijInfoContent .container-faq h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        margin-bottom: 30px; } }
  .studijInfoContent .container-faq .accordion {
    margin-left: 60px; }
    .studijInfoContent .container-faq .accordion .card .card-header {
      position: relative; }
      .studijInfoContent .container-faq .accordion .card .card-header a {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        display: block;
        color: #333;
        padding: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, inset 0 1px 1px -1px #d8d8d8;
        box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, inset 0 1px 1px -1px #d8d8d8;
        position: relative;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out; }
        @media (min-width: 768px) {
          .studijInfoContent .container-faq .accordion .card .card-header a {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.5em;
            padding: 15px 20px; } }
        .studijInfoContent .container-faq .accordion .card .card-header a:hover {
          text-decoration: none;
          background-color: #f8f8f8;
          -webkit-box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, inset 0 1px 1px -1px #d8d8d8, 0 2px 4px 0 rgba(81, 101, 128, 0.15);
          box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, inset 0 1px 1px -1px #d8d8d8, 0 2px 4px 0 rgba(81, 101, 128, 0.15);
          z-index: 1; }
          .studijInfoContent .container-faq .accordion .card .card-header a:hover .expand-icon:after {
            opacity: 1; }
          .studijInfoContent .container-faq .accordion .card .card-header a:hover .expand-icon svg path {
            fill: #ffffff; }
        .studijInfoContent .container-faq .accordion .card .card-header a.collapsed .expand-icon svg {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
        .studijInfoContent .container-faq .accordion .card .card-header a .expand-icon {
          position: absolute;
          left: -60px;
          top: 0;
          bottom: 0;
          width: 60px;
          height: 100%;
          border-style: solid;
          border-width: 1px;
          border-image-source: linear-gradient(45deg, #c40f61, #e27210);
          border-image-slice: 1; }
          .studijInfoContent .container-faq .accordion .card .card-header a .expand-icon:after {
            content: '';
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(319deg, #c40f61, #e27210);
            -webkit-box-shadow: 0 5px 20px 0 rgba(195, 14, 96, 0.4);
            box-shadow: 0 5px 20px 0 rgba(195, 14, 96, 0.4);
            opacity: 0;
            -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out; }
          .studijInfoContent .container-faq .accordion .card .card-header a .expand-icon svg {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -5px;
            margin-left: -5px;
            z-index: 1;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: -webkit-transform 0.2s ease-in-out;
            transition: -webkit-transform 0.2s ease-in-out;
            transition: transform 0.2s ease-in-out;
            transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
            .studijInfoContent .container-faq .accordion .card .card-header a .expand-icon svg path {
              -webkit-transition: fill 0.2s ease-in-out;
              transition: fill 0.2s ease-in-out; }
    .studijInfoContent .container-faq .accordion .card .card-body {
      padding: 10px 10px 20px;
      position: relative;
      z-index: 1;
      -webkit-box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, 0 2px 4px 0 rgba(81, 101, 128, 0.15);
      box-shadow: inset 0 -1px 1px -1px #d8d8d8, inset -1px 0 1px -1px #d8d8d8, 0 2px 4px 0 rgba(81, 101, 128, 0.15); }
      @media (min-width: 768px) {
        .studijInfoContent .container-faq .accordion .card .card-body {
          padding: 20px 20px 30px; } }
  .studijInfoContent .container-faq .card-more {
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }
    .studijInfoContent .container-faq .card-more .card-body {
      padding: 20px 30px 40px; }
      @media (min-width: 768px) {
        .studijInfoContent .container-faq .card-more .card-body {
          padding: 30px 40px 60px; } }
      .studijInfoContent .container-faq .card-more .card-body h3 {
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .studijInfoContent .container-faq .card-more .card-body h3 {
            margin-bottom: 20px; } }
      .studijInfoContent .container-faq .card-more .card-body p {
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        color: #333333;
        margin-bottom: 27px; }
        @media (min-width: 768px) {
          .studijInfoContent .container-faq .card-more .card-body p {
            margin-bottom: 32px; } }

.studijInfoContent .nastavniPlan h2 {
  font-family: "Stolzl Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.33333em;
  margin-bottom: 2rem; }

.studijInfoContent .nastavniPlan h3 {
  font-family: "Stolzl Book", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333em;
  margin-bottom: 2rem; }

.studijInfoContent .pageKolegij h2 {
  font-family: "Stolzl Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.22222em;
  margin-bottom: 5rem; }

.studijInfoContent .pageKolegij .scorePoints {
  width: 100%;
  padding: 0 0; }
  @media (min-width: 768px) {
    .studijInfoContent .pageKolegij .scorePoints {
      width: 35%;
      float: left; } }
  @media (min-width: 1200px) {
    .studijInfoContent .pageKolegij .scorePoints {
      width: 25%;
      float: left; } }
  .studijInfoContent .pageKolegij .scorePoints .card {
    -webkit-box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    box-shadow: 0 2px 4px 0 rgba(81, 101, 128, 0.15);
    margin-bottom: 3rem; }
    .studijInfoContent .pageKolegij .scorePoints .card ul {
      list-style-type: none;
      padding: 0;
      margin: 0 !important; }
      .studijInfoContent .pageKolegij .scorePoints .card ul li {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 12px 16px;
        border-bottom: 1px solid #e7e7e7; }
        .studijInfoContent .pageKolegij .scorePoints .card ul li span {
          font-family: "Stolzl Medium", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          float: right; }
    .studijInfoContent .pageKolegij .scorePoints .card .total {
      padding: 12px 16px;
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.66667em; }
      .studijInfoContent .pageKolegij .scorePoints .card .total span {
        display: block;
        float: right;
        background: rgba(196, 15, 97, 0.1);
        border-radius: 3px;
        padding: 0 13px; }

.studijInfoContent .pageKolegij .kolegijContent {
  width: 100%;
  padding: 0 0; }
  @media (min-width: 992px) {
    .studijInfoContent .pageKolegij .kolegijContent {
      width: calc(75% - 20px);
      float: left; } }
  @media (min-width: 768px) {
    .studijInfoContent .pageKolegij .kolegijContent {
      width: calc(65% - 20px);
      float: left;
      margin-left: 20px; } }
  .studijInfoContent .pageKolegij .kolegijContent ul {
    margin-bottom: 3rem;
    padding: 0;
    padding-left: 1rem;
    margin-left: 2rem; }
    .studijInfoContent .pageKolegij .kolegijContent ul li {
      list-style-type: none; }
      .studijInfoContent .pageKolegij .kolegijContent ul li:before {
        content: "•";
        color: #e1700e;
        margin-right: 15px;
        font-size: 16px;
        font-size: 1.6rem; }
  .studijInfoContent .pageKolegij .kolegijContent h3 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7em;
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    margin-left: 2rem; }
    .studijInfoContent .pageKolegij .kolegijContent h3:after {
      content: "";
      width: calc(100%);
      height: 1px;
      background: #e7e7e7;
      position: absolute;
      display: block;
      left: 0;
      top: 0; }
    .studijInfoContent .pageKolegij .kolegijContent h3:first-of-type {
      margin-top: 0;
      padding-top: 0; }
      .studijInfoContent .pageKolegij .kolegijContent h3:first-of-type:after {
        content: none; }
  .studijInfoContent .pageKolegij .kolegijContent p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667em;
    margin-bottom: 15px;
    margin-left: 2rem; }

.studijInfoContent .learningSteps {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 8rem 0 10rem;
  margin-bottom: 8rem; }
  .studijInfoContent .learningSteps h4 {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
    margin-bottom: 3rem; }
  .studijInfoContent .learningSteps ul {
    margin: 0;
    padding: 0; }
    .studijInfoContent .learningSteps ul li {
      position: relative;
      margin: 0 0 2rem 0;
      padding: 0;
      list-style-type: none;
      padding: 10px 10px 10px 18px;
      counter-increment: steps;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857em;
      min-height: 93px; }
      .studijInfoContent .learningSteps ul li:after {
        content: "";
        width: 2px;
        height: 100%;
        background: linear-gradient(181deg, #c40f61, #e27210);
        position: absolute;
        left: 0;
        top: 0; }
      .studijInfoContent .learningSteps ul li:before {
        content: "I" counter(steps);
        display: block;
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.71429em;
        margin-bottom: 9px; }

/* ------------------------
Contact Page CSS
------------------------- */
.contactContent {
  color: #000;
  padding: 0; }
  .contactContent .container_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .contactContent .container_intro.noImgIntro {
      padding-top: 9rem; }
      @media (max-width: 767px) {
        .contactContent .container_intro.noImgIntro {
          min-height: auto;
          height: auto;
          padding-top: 4rem; } }
      .contactContent .container_intro.noImgIntro .featImgWrapper {
        display: none; }
        .contactContent .container_intro.noImgIntro .featImgWrapper img {
          display: none; }
      .contactContent .container_intro.noImgIntro .back {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.38462em;
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        color: #000;
        position: relative;
        display: inline-block;
        padding-left: 28px;
        margin-bottom: 23px; }
        @media (min-width: 768px) {
          .contactContent .container_intro.noImgIntro .back {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857em;
            margin-bottom: 30px; } }
        .contactContent .container_intro.noImgIntro .back:before {
          content: "";
          display: block;
          position: absolute;
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -191.1em;
          width: 1.8em;
          height: 1.2em;
          left: 0;
          top: 50%;
          margin-top: -6px; }
      .contactContent .container_intro.noImgIntro h1 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #000;
        margin-bottom: 0px; }
        @media (min-width: 768px) {
          .contactContent .container_intro.noImgIntro h1 {
            font-size: 54px;
            font-size: 5.4rem;
            line-height: 1.25926em;
            margin-bottom: 0px; } }
      .contactContent .container_intro.noImgIntro h1.newsSectionTitle {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #000;
        margin-bottom: 0px; }
        @media (min-width: 768px) {
          .contactContent .container_intro.noImgIntro h1.newsSectionTitle {
            font-size: 36px;
            font-size: 3.6rem;
            line-height: 1.33333em;
            margin-bottom: 0px; } }
      .contactContent .container_intro.noImgIntro .scroll-cta {
        display: none; }
    @media (max-width: 992px) {
      .contactContent .container_intro {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
  .contactContent .contactWrapper {
    padding-top: 10rem;
    padding-bottom: 8rem; }
    .contactContent .contactWrapper .col-12 {
      padding: 0;
      border: 1px solid #e6e6e6; }
      .contactContent .contactWrapper .col-12:last-child {
        margin-top: -1px; }
        @media (min-width: 992px) {
          .contactContent .contactWrapper .col-12:last-child {
            border-left: 0;
            margin-top: 0; } }
    .contactContent .contactWrapper .card {
      padding: 6rem 10rem;
      border-bottom: 1px solid #e6e6e6; }
      @media (max-width: 575px) {
        .contactContent .contactWrapper .card {
          padding: 4rem 4rem; } }
      .contactContent .contactWrapper .card:last-child {
        border-bottom: 0; }
      .contactContent .contactWrapper .card h2 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        margin-bottom: 20px; }
      .contactContent .contactWrapper .card p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        margin-bottom: 30px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        color: #333; }
        .contactContent .contactWrapper .card p span {
          color: #a3a5b3;
          font-family: "Stolzl Regular", Arial, sans-serif;
          font-weight: normal;
          font-style: normal; }
        .contactContent .contactWrapper .card p a {
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-weight: 700; }
        .contactContent .contactWrapper .card p:last-child {
          margin: 0; }
      .contactContent .contactWrapper .card ul {
        padding: 0;
        list-style-type: none; }
        .contactContent .contactWrapper .card ul li {
          border-bottom: 1px solid #e6e6e6;
          margin-bottom: 14px;
          padding-bottom: 14px; }
          .contactContent .contactWrapper .card ul li:last-child {
            margin-bottom: 0;
            border-bottom: none; }
        .contactContent .contactWrapper .card ul h3 {
          font-family: "Stolzl Medium", Arial, sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.55556em;
          margin-bottom: 4px; }
  .contactContent .contactFormWrapper {
    margin-bottom: 8rem; }
    .contactContent .contactFormWrapper > .row > .col-12 {
      border: 1px solid #e6e6e6;
      padding: 6rem 0; }
    .contactContent .contactFormWrapper h2 {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.33333em;
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      margin-bottom: 20px; }
    .contactContent .contactFormWrapper form {
      padding: 0; }
      .contactContent .contactFormWrapper form input, .contactContent .contactFormWrapper form .selectWrapper {
        margin-bottom: 20px; }
      .contactContent .contactFormWrapper form textarea {
        margin-bottom: 30px; }
      .contactContent .contactFormWrapper form input[type="submit"], .contactContent .contactFormWrapper form input[type="button"] {
        height: 40px;
        border-radius: 3px;
        border-style: solid;
        border-width: 2px;
        border-image-source: -webkit-linear-gradient(left, #c40f61, #e27210);
        border-image-source: -o-linear-gradient(left, #c40f61, #e27210);
        border-image-source: linear-gradient(to right, #c40f61, #e27210);
        border-image-slice: 1;
        background-color: #fff;
        float: right;
        cursor: pointer;
        margin-bottom: 0; }
        .contactContent .contactFormWrapper form input[type="submit"]:hover, .contactContent .contactFormWrapper form input[type="button"]:hover {
          border-image-source: -webkit-linear-gradient(right, #c40f61, #e27210);
          border-image-source: -o-linear-gradient(right, #c40f61, #e27210);
          border-image-source: linear-gradient(to left, #c40f61, #e27210); }
    @media (max-width: 991px) {
      .contactContent .contactFormWrapper .card {
        padding: 6rem 10rem; } }
    @media (max-width: 575px) {
      .contactContent .contactFormWrapper .card {
        padding: 0rem 4rem; } }
  @media only screen and (min-width: 641px) {
    .contactContent .gform_wrapper .top_label input.medium, .contactContent .gform_wrapper .top_label select.medium {
      width: calc(100%); } }
  .contactContent .gform_wrapper li {
    border: none !important; }

/* ------------------------
News Pages CSS
------------------------- */
.newsListContent .spotLightBlock {
  overflow: hidden;
  background-color: #161616;
  margin-bottom: 6rem; }
  @media (max-width: 767px) {
    .newsListContent .spotLightBlock .secondRow {
      padding-top: 4rem; } }
  .newsListContent .spotLightBlock .pageTitle {
    color: #fff;
    margin: 0 0 29px; }
    @media (max-width: 767px) {
      .newsListContent .spotLightBlock .pageTitle {
        margin: 0 0 22px; } }
  .newsListContent .spotLightBlock .topSpot {
    position: relative; }
    .newsListContent .spotLightBlock .topSpot .bgEff {
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background-color: #000;
      overflow: hidden; }
      .newsListContent .spotLightBlock .topSpot .bgEff img {
        opacity: 0.2;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        -webkit-filter: blur(10px);
        filter: blur(10px); }
  .newsListContent .spotLightBlock .pageHead {
    position: relative;
    padding-top: 90px;
    padding-bottom: 49px; }
    @media (max-width: 767px) {
      .newsListContent .spotLightBlock .pageHead {
        padding-top: 40px;
        padding-bottom: 29px; } }
    .newsListContent .spotLightBlock .pageHead:after {
      content: "";
      display: block;
      width: calc( 100% - 20px);
      height: 2px;
      position: relative;
      left: 10px;
      background-image: -webkit-gradient(linear, right top, left top, from(#c40f61), to(#e27210));
      background-image: linear-gradient(to left, #c40f61, #e27210); }
  .newsListContent .spotLightBlock .boxSpot {
    padding-bottom: 8rem; }
    .newsListContent .spotLightBlock .boxSpot:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      .newsListContent .spotLightBlock .boxSpot {
        padding-bottom: 4rem; } }
    .newsListContent .spotLightBlock .boxSpot p {
      color: #fff; }
    .newsListContent .spotLightBlock .boxSpot time {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.42857em;
      color: #e1700e; }
      @media (max-width: 767px) {
        .newsListContent .spotLightBlock .boxSpot time {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2.33333em; } }
    .newsListContent .spotLightBlock .boxSpot .title {
      font-family: "Stolzl Regular", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.41667em;
      margin-bottom: 1.8rem;
      color: #fff; }
      @media (max-width: 767px) {
        .newsListContent .spotLightBlock .boxSpot .title {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.625em; } }
  .newsListContent .spotLightBlock .box .title {
    color: #fff; }

@media (max-width: 767px) {
  .newsListContent .thirdRow {
    padding-top: 4rem; } }

.newsListContent img {
  width: 100%;
  height: auto;
  border-radius: 2px; }
  @media (max-width: 767px) {
    .newsListContent img {
      margin-bottom: 7px; } }

.newsListContent .box {
  display: block;
  margin-top: 80px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .newsListContent .box {
      margin-top: 0;
      margin-bottom: 30px; } }
  .newsListContent .box:hover {
    text-decoration: none; }
  .newsListContent .box time {
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.33333em;
    color: #e1700e; }
  .newsListContent .box .title {
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
    margin-bottom: 0;
    color: #000; }

.newsListContent .box2 {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative; }
  .newsListContent .box2::after {
    display: block;
    clear: both;
    content: ""; }
  .newsListContent .box2:hover {
    text-decoration: none; }
  .newsListContent .box2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e7e7e7; }
  .newsListContent .box2:last-child:before {
    display: none; }
  .newsListContent .box2 .gfx, .newsListContent .box2 .txt {
    float: left; }
  .newsListContent .box2 .gfx {
    width: 41.17647058823529%; }
  .newsListContent .box2 .gfx + .txt {
    width: 58.82352941176471%;
    padding-left: 20px; }
  .newsListContent .box2 .txt {
    width: 100%;
    padding: 0; }
  .newsListContent .box2 time {
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.33333em;
    color: #e1700e; }
  .newsListContent .box2 .title {
    font-family: "Stolzl Regular", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    color: #000; }
    @media (max-width: 767px) {
      .newsListContent .box2 .title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em; } }
  @media (max-width: 767px) {
    .newsListContent .box2 {
      padding-bottom: 0; }
      .newsListContent .box2 .gfx, .newsListContent .box2 .txt, .newsListContent .box2 .gfx + .txt {
        float: none;
        width: 100%;
        padding: 0; }
      .newsListContent .box2:before {
        content: none; } }

.newsListContent .newsLetterBlock {
  margin-bottom: 8rem;
  padding: 40px 30px 130px;
  display: block;
  min-height: 340px;
  position: relative;
  border-radius: 3px;
  background-color: #000000; }
  @media (max-width: 767px) {
    .newsListContent .newsLetterBlock {
      min-height: 280px;
      margin-bottom: 2rem; } }
  .newsListContent .newsLetterBlock:hover {
    text-decoration: none; }
  .newsListContent .newsLetterBlock .title {
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
    margin-bottom: 3.7rem;
    color: #fff; }
  .newsListContent .newsLetterBlock .txt {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em;
    margin-bottom: 3.7rem;
    color: #fff;
    position: relative;
    padding-left: 18px; }
    .newsListContent .newsLetterBlock .txt:before {
      content: "";
      position: absolute;
      background-image: linear-gradient(181deg, #c40f61, #e27210);
      width: 2px;
      height: 100%;
      left: 0; }
  .newsListContent .newsLetterBlock form {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 40px;
    padding: 0; }
    .newsListContent .newsLetterBlock form input[type="text"], .newsListContent .newsLetterBlock form input[type="email"] {
      width: 100%;
      height: 70px;
      padding: 0 149px 0 15px;
      border-radius: 3px;
      border: none; }
    .newsListContent .newsLetterBlock form input[type="button"], .newsListContent .newsLetterBlock form input[type="submit"] {
      font-size: 14px;
      font-size: 1.4rem;
      width: 79px;
      height: 50px;
      border-radius: 3px;
      border-style: solid;
      border-width: 2px;
      border-image-source: -webkit-linear-gradient(341deg, #c40f61, #e27210);
      border-image-source: -o-linear-gradient(341deg, #c40f61, #e27210);
      border-image-source: linear-gradient(71deg, #c40f61, #e27210);
      border-image-slice: 1;
      background-color: #fff;
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer; }

.newsListContent .loadMoreBlock {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  .newsListContent .loadMoreBlock:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "";
    display: block;
    width: calc( 100% - 20px);
    height: 1px;
    background-color: #e7e7e7; }
  .newsListContent .loadMoreBlock a.more {
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14286em;
    color: #000;
    position: relative; }
    .newsListContent .loadMoreBlock a.more:hover {
      text-decoration: none; }
    .newsListContent .loadMoreBlock a.more span.icon {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: linear-gradient(345deg, #c40f61 0%, #e27210 100%);
      margin-right: 10px;
      margin-bottom: -8px;
      border-radius: 3px;
      position: relative; }
      .newsListContent .loadMoreBlock a.more span.icon:before {
        content: "";
        display: block;
        position: absolute;
        width: 26px;
        height: 26px;
        top: 2px;
        left: 2px;
        background: #fff; }
      .newsListContent .loadMoreBlock a.more span.icon:after {
        content: "";
        display: block;
        position: absolute;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -325.9em;
        width: 1.6em;
        height: 2em;
        left: 50%;
        top: 50%;
        margin-left: -8px;
        margin-top: -10px; }

.custom_dropdown {
  width: 100%;
  position: relative;
  z-index: 9999;
  margin: 0 0 20px;
  padding: 0; }
  .custom_dropdown::after {
    display: block;
    clear: both;
    content: ""; }
  .custom_dropdown li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .custom_dropdown a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14286em;
    color: #000 !important;
    padding: 17px 20px 17px 20px;
    display: block;
    text-decoration: none !important;
    font-weight: 400 !important; }
  .custom_dropdown > li {
    display: block;
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 0 10px 0 0; }
    .custom_dropdown > li:last-child {
      margin: 0; }
    .custom_dropdown > li > a {
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #000, inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
      box-shadow: inset 0 0 0 1px #000, inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
      border-radius: 3px;
      padding-right: 50px;
      position: relative;
      text-decoration: none !important;
      width: 100%;
      overflow: hidden;
      color: #000 !important; }
      .custom_dropdown > li > a:before {
        content: "";
        display: block;
        width: 39px;
        height: 48px;
        position: absolute;
        top: 1px;
        right: 1px;
        background-color: #f9f9f9;
        border-left: #000 1px solid; }
      .custom_dropdown > li > a:after {
        content: "";
        display: block;
        position: absolute;
        top: 22px;
        right: 16px;
        font-size: 10px;
        background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
        background-position: 0em -188.1em;
        width: 0.8em;
        height: 0.6em; }
    .custom_dropdown > li.active > a {
      border-radius: 3px 3px 0 0;
      -webkit-box-shadow: inset 0 1px 0 0 #000, inset 1px 0 0 0 #000, inset -1px 0 0 0 #000, inset 0 3px 0 0 rgba(160, 160, 160, 0.1);
      box-shadow: inset 0 1px 0 0 #000, inset 1px 0 0 0 #000, inset -1px 0 0 0 #000, inset 0 3px 0 0 rgba(160, 160, 160, 0.1); }
      .custom_dropdown > li.active > a:before {
        border-bottom: #000 1px solid; }
      .custom_dropdown > li.active > a:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .custom_dropdown .sub {
    display: none;
    position: absolute;
    right: 0px;
    top: 100%;
    min-width: 100%;
    width: auto;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #000, inset 1px 0 0 0 #000, inset -1px 0 0 0 #000;
    box-shadow: inset 0 -1px 0 0 #000, inset 1px 0 0 0 #000, inset -1px 0 0 0 #000;
    border-radius: 0 0 3px 3px;
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: 300px; }
    .custom_dropdown .sub li {
      width: 100%; }
    .custom_dropdown .sub a:hover {
      background-image: linear-gradient(260deg, #c40f61, #e27210);
      color: #fff !important;
      text-decoration: none !important; }
    .custom_dropdown .sub a.online {
      padding-left: 45px; }
      .custom_dropdown .sub a.online:before {
        content: "";
        width: 18px;
        height: 18px;
        background: #7abc36;
        border-radius: 50%;
        display: block;
        border: 6px solid #d7eac2;
        position: absolute;
        left: 20px; }

/* ------------------------
Assorted components
------------------------- */
.related-course {
  background: #fff;
  padding: 20px;
  display: block; 
  border-radius: 26px 26px 26px 0px;}
  .related-course:hover {
    text-decoration: none; }
    .related-course:hover > * {
      color: #000; }
  .related-course__label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.14286em;
    color: #000;
    margin-bottom: 11px; }
    @media (min-width: 768px) {
      .related-course__label {
        margin-bottom: 6px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.125em; } }
  .related-course__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    color: #c30e60;
    text-decoration: underline;
    margin-bottom: 0;
    font-family: "Stolzl Bold", Arial, sans-serif;
    font-weight: normal;
    font-style: normal; }
    @media (min-width: 768px) {
      .related-course__title {
        font-size: 24px;
        font-size: 1.8rem;
        line-height: 1.41667em; } }







/*infografika*/

#main > div.container-fluid.StepsOnline > div.intro_cta { 
    z-index: 999;
    position: relative;
	display:flex;
	    justify-content: center;
    margin-top: 30px;

}

#main > div.container-fluid.StepsOnline > div.intro_cta > a {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 176px;
    height: 46px;
    background: #000;
    line-height: 46px;
    font-family: "Stolzl Medium", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

#main > div.container-fluid.StepsOnline > div.intro_cta > a:before {
    content: "";
    display: block;
    width: 180px;
    height: 50px;
    top: -2px;
    left: -2px;
    background: linear-gradient(72deg, #c40f61 0%, #e27210 100%);
    margin-right: 10px;
    border-radius: 3px;
    position: absolute;
    color: #000;
    z-index: -1;
}


.container-fluid.homeTicker{   
display:none!important;
}


.home .container-fluid.intro_c.container_intro {
    height: 450px;
}

h2.infoVideo {
    text-align: center;
    color: white;
    padding-bottom: 4rem;
}
h2.infografika {
    text-align: center;
    background: linear-gradient(268deg, #c40f61, rgb(226, 114, 16));
    color: white;
    padding: 6px 0px;
    margin-bottom: 2rem;
	font-size:3rem;
}

video#videoInfo {
    display: block;
    margin: 0 auto;
}


.container-fluid.StepsOnline {
    background: black;
    padding: 40px 0px;
}

i.fa.fa-play {
    font-size: 4.6rem;
    color: #e27210;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    left: -9%;

}

.col-12.col-md-3.step img {
    zoom: 0.7;
    margin: 0px auto;
    display: block;

}
.col-12.col-md-3.step {
 
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: inline-block;
    margin-right: 30px;
	counter-increment:section;
	vertical-align: text-top;
}


.col-12.col-md-3.step:before {
    content: counter(section) ".";
    display: block;
    font-size: 3.4rem;
    background: linear-gradient(268deg, #c40f61, #e27210);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-lefT: 12px;
    color: white;
}


h4.steps {
    text-align: center;
    font-size: 2rem;
	width:101%;
		    color: white;
}

.home  .col-md-3 {
    max-width: 30%;
	
}
@media (max-width: 600px) {
	
	.container-fluid.intro_c.container_intro { 
	background: url('https://www.algebra.hr/cjelozivotno-obrazovanje/wp-content/uploads/sites/3/2017/12/co-bg-cover.png') no-repeat!important;
	background-size:cover!important
	} 
	.homepageContent .intro_c .abstract p { 
	font-size:1.2rem;
	}

.home .col-12.col-md-3.step {
	width:100%;
	}
	.home .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	
	.single video#videoInfo {
    width: 250px;
}
	
	.home video#videoInfo {
    width: 300px!important;
}
	
	.home h2.infografika { 
	font-size:2rem;
	}
	
	h3.videoboxTitle:after {
    
    zoom: 0.26!important;
	-moz-transform: scale(0.26);
    
    top: -0.3%!important;
   
}
}

/*infografika*/


h3.videoboxTitle {  
    font-size: 2rem;
    font-weight: bold;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
        margin-bottom: -25px;
    padding-bottom: 2rem;
	margin-top: 10px;
}

h3.videoboxTitle:after {
	
content:url('https://www.algebra.hr/cjelozivotno-obrazovanje/wp-content/uploads/sites/3/2020/03/headset-08.png');
	-moz-transform: scale(0.3);
    zoom: 0.3;
    display: block;
    position: absolute;
    top: -2%;
    left: 75%;
}
video#videoInfo {
    margin-bottom: 2rem;
}

#siteHead .homeLogo a {
    display: block;
    text-indent: -9999em;
    font-size: 0;
    margin-top: 4px;
    background-size: 100%!important;
    background-color: #000;
    background: url(https://new.algebra.com.hr/lab/wp-content/uploads/2018/10/algebra_LAB_color-white_blackbackground_h.png);
    background-repeat: no-repeat;
}

.masterPageContent .container_intro.noImgIntro, .mainContent .container_intro.noImgIntro{
    min-height: 610px;
    height: 610px;
}


/* ------------------------
Persons CSS
------------------------- */
.personsContent {
  color: #000;
  padding: 0; }
  .personsContent .container_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .personsContent .container_intro.noImgIntro {
      padding-top: 9rem; }
      @media (max-width: 767px) {
        .personsContent .container_intro.noImgIntro {
          min-height: auto;
          padding-top: 4rem; } }
      .personsContent .container_intro.noImgIntro .featImgWrapper {
        display: none; }
        .personsContent .container_intro.noImgIntro .featImgWrapper img {
          display: none; }
      .personsContent .container_intro.noImgIntro .back {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.38462em;
        font-family: "Stolzl Medium", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase;
        color: #000;
        position: relative;
        display: inline-block;
        padding-left: 28px;
        margin-bottom: 23px; }
        @media (min-width: 768px) {
          .personsContent .container_intro.noImgIntro .back {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.42857em;
            margin-bottom: 30px; } }
        .personsContent .container_intro.noImgIntro .back:before {
          content: "";
          display: block;
          position: absolute;
          font-size: 10px;
          background-image: url("../../../assets/styles/scss/svg/svg-sprite.svg");
          background-position: 0em -182.4em;
          width: 1.8em;
          height: 1.2em;
          left: 0;
          top: 50%;
          margin-top: -6px; }
      .personsContent .container_intro.noImgIntro h1 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #000;
        margin-bottom: 0px; }
        @media (min-width: 768px) {
          .personsContent .container_intro.noImgIntro h1 {
            font-size: 54px;
            font-size: 5.4rem;
            line-height: 1.25926em;
            margin-bottom: 0px; } }
      .personsContent .container_intro.noImgIntro h1.newsSectionTitle {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33333em;
        font-family: "Stolzl Bold", Arial, sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #000;
        margin-bottom: 0px; }
        @media (min-width: 768px) {
          .personsContent .container_intro.noImgIntro h1.newsSectionTitle {
            font-size: 36px;
            font-size: 3.6rem;
            line-height: 1.33333em;
            margin-bottom: 0px; } }
      .personsContent .container_intro.noImgIntro .scroll-cta {
        display: none; }
    @media (max-width: 992px) {
      .personsContent .container_intro {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
  .personsContent .personsWrapper {
    padding-top: 6rem; }
    .personsContent .personsWrapper .row {
      margin-bottom: 6rem; }
    .personsContent .personsWrapper a .preInfo {
      font-family: "Stolzl Medium", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.83333em;
      color: #e1700e;
      margin-bottom: 5px; }
    .personsContent .personsWrapper a img {
      max-width: 100%;
      width: auto;
      margin-bottom: 2rem; }
    .personsContent .personsWrapper a h3 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.41667em;
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      margin-bottom: 10px; }
    .personsContent .personsWrapper a .text {
      margin-bottom: 2rem; }
      .personsContent .personsWrapper a .text p {
        color: #333;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        margin-bottom: 20px; }
        .personsContent .personsWrapper a .text p:last-child {
          margin: 0; }
    .personsContent .personsWrapper a:hover {
      text-decoration: none; }
      .personsContent .personsWrapper a:hover h3 {
        color: #c30e60; }
    .personsContent .personsWrapper.singlePerson img {
      max-width: 100%;
      width: auto;
      margin-bottom: 2rem; }
    .personsContent .personsWrapper.singlePerson h3 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.41667em;
      font-family: "Stolzl Bold", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      margin-bottom: 10px; }
    .personsContent .personsWrapper.singlePerson .text {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.625em;
      margin-bottom: 2rem; }
      .personsContent .personsWrapper.singlePerson .text p {
        color: #333;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625em;
        margin-bottom: 20px; }
        .personsContent .personsWrapper.singlePerson .text p:last-child {
          margin: 0; }
        .personsContent .personsWrapper.singlePerson .text p.personPhone, .personsContent .personsWrapper.singlePerson .text p.personEmail {
          margin-bottom: 0; }
  .personsContent .quickLinks {
    margin-bottom: 8rem; }
    .personsContent .quickLinks:last-of-type {
      margin-bottom: 8rem; }
	  .eu {
    display: flex;
    align-content: center;
    justify-content: center;
    background: white;
    padding-left: 29rem;
    padding-right: 29rem;
	color:black;
}
 @media (min-width: 768px) {
.eutext{padding-top:30px;}
.eu p,.eu a{color:black!important;}
.eu img {
    width: 300px;
    height: 133px;
}
} @media (max-width: 768px) {
.eutext{display:none;}
.eu p,.eu a{display:none;}
.eu img {
    display:none;
}
}