/*! nouislider - 12.1.0 - 10/25/2018 */


/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}


/* Wrapper for all connect elements. */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}


/* Offset direction */

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}


/* Give origins 0 height/width so they don't interfere with clicking the connect elements. */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}


/* Slider size and handle placement */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}


/* Styling;
                * Giving the connect element a border radius causes issues with using transform: scale */

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}


/* Handles and cursors; */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}


/* Handle stripes; */

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}


/* Disabled state; */

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}


/* Base; */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}


/* Values; */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}


/* Markings; */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}


/* Horizontal layout; */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}


/* Vertical layout; */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #2a2828;
  font-weight: 500;
  line-height: 30px;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.heading-image .scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  display: inline-block;
  width: 280px;
  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;
  z-index: 100;
}

.heading-image .scroll .svg {
  margin-right: 10px;
}

.heading-image .scroll p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container .select2-results__option:hover {
  background-color: var(--main-bg-color) !important;
  color: #fff !important;
}

.select2-container .select2-results__option[aria-selected=true] {
  background-color: var(--main-bg-color) !important;
  border: none;
  color: #fff !important;
}

.select2-container .select2-dropdown {
  background-color: #f9fbff;
  -webkit-box-shadow: 0 2px 4px rgba(164, 162, 162, 0.5);
  box-shadow: 0 2px 4px rgba(164, 162, 162, 0.5);
  border: none;
  border-radius: 3px !important;
  margin-top: 18px;
  padding: 10px 0;
}

.select2-container .select2-dropdown:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -6px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 6px 6.5px;
  border-color: transparent transparent #fff transparent;
}

.select2-container .select2-dropdown ul {
  padding: 0 11px;
}

.select2-container .select2-dropdown ul li {
  border-radius: 5px;
  color: #343434;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 500;
}


/**
                * Swiper 4.4.1
                * Most modern mobile touch slider and framework with hardware accelerated transitions
                * http://www.idangero.us/swiper/
                *
                * Copyright 2014-2018 Vladimir Kharlampidi
                *
                * Released under the MIT License
                *
                * Released on: September 14, 2018
                */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}


/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}


/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}


/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}


/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}


/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}


/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}


/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}


/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.range-slider-group .noUi-horizontal {
  height: 1px;
  border-radius: 0;
  border: none;
  background-color: #b3b3b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.range-slider-group .noUi-horizontal .noUi-handle {
  width: 17px;
  height: 17px;
  background-color: var(--main-bg-color);
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -7px;
}

.range-slider-group .noUi-horizontal .noUi-handle:before,
.range-slider-group .noUi-horizontal .noUi-handle:after {
  display: none;
}

.range-slider-group .noUi-horizontal .noUi-tooltip {
  bottom: inherit;
  top: 150%;
  background-color: #d8d8d8;
  color: #626262;
  font-family: "HK Grotesk";
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 0;
}

.range-slider-group .noUi-horizontal .noUi-tooltip:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #d8d8d8 transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -4px;
}

.range-slider-group .noUi-horizontal .noUi-connect {
  background: var(--main-bg-color);
  border: 1px solid var(--main-bg-color);
}

.range-slider-group .noUi-horizontal .noUi-marker {
  display: none;
}

.range-slider-group .noUi-horizontal .noUi-value {
  top: 0;
  color: #b0b0b0;
  font-family: "HK Grotesk";
  font-size: 11px;
  font-weight: 600;
}

.form-row .form-group.range-slider-group {
  margin-top: auto;
}

.form-row .form-group.range-slider-group label.for-multiple {
  top: -31px;
}


/*!
                 * jQuery UI CSS Framework 1.12.1
                 * http://jqueryui.com
                 *
                 * Copyright jQuery Foundation and other contributors
                 * Released under the MIT license.
                 * http://jquery.org/license
                 *
                 * http://api.jqueryui.com/category/theming/
                 *
                 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
                 */


/* Component containers */

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}


/* Interaction states */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}


/* Interaction Cues */

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}


/* Icons */


/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/images/ui-icons_777777_256x240.png");
}


/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}


/* Misc visuals */


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}


/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #66666641;
  box-shadow: 0px 0px 5px #666666;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'HK Grotesk';
}

body.fixed {
  overflow: hidden;
}

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

.container {
  max-width: calc(1600px + 10%);
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

hr {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  text-shadow: none;
  border-style: solid;
  background: #c8c8c8;
  margin: 65px 0 65px 0;
  height: 1px;
  width: 100%;
  border: none;
}

@media screen and (max-width: 768px) {
  hr {
    margin: 30px 0;
  }
}

input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  z-index: 999;
}

.title-box .title {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.title-box p {
  color: #1f2630;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 500;
}

.title-box p a {
  color: var(--main-bg-color);
  font-family: "HK Grotesk";
  font-weight: 700;
  text-decoration: none;
}

.title-box .title-link a {
  color: #333;
  font-family: 'HK Grotesk';
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.title-box .title-link a:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #76c612;
  background-image: url(/images/arrow-white-right.svg);
  background-repeat: no-repeat;
  background-position: 55% 50%;
  border-radius: 50%;
  display: inline-block;
  margin-left: 6px;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .title-box .title {
    margin-bottom: 5px;
  }
  .title-box .title-link {
    margin-left: 0;
    margin-top: 5px;
  }
}

p {
  font-family: 'HK Grotesk';
  color: #2a2828;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.white-gray {
  color: #828282;
}

.gray {
  color: #2a2828;
}

* {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:hover,
*:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.custom-tooltip .data-tooltip {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-family: "HK Grotesk";
  font-size: 15px;
  font-weight: 600;
  background-color: var(--main-bg-color);
  border-radius: 50%;
  position: relative;
  margin: -22px 5px 0 5px;
}

.custom-tooltip .data-tooltip:hover:after,
.custom-tooltip .data-tooltip:hover:before,
.custom-tooltip .data-tooltip:focus:after,
.custom-tooltip .data-tooltip:focus:before {
  visibility: visible;
  opacity: 1;
}

.custom-tooltip .data-tooltip:after,
.custom-tooltip .data-tooltip:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.custom-tooltip .data-tooltip:after {
  content: attr(data-tooltip);
  background: #000;
  font-size: 13px;
  width: 200px;
  margin-top: -10px;
}

.custom-tooltip .data-tooltip:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  margin-top: 10px;
}

.tooltip {
  display: none;
  position: fixed;
  top: 0;
  width: 160px;
  left: 0;
  z-index: 99999;
  background: #fff;
  padding: 15px 20px;
}

.tooltip .title {
  color: #000;
  font-size: 12px;
  position: relative;
  text-align: center;
  font-weight: 700;
}

.tooltip .title::after {
  display: block;
  pointer-events: none;
  position: absolute;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
  height: 0;
  bottom: -27px;
  right: 60px;
  width: 0;
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.remove {
  width: 16px;
  height: 16px;
  background-image: url(/images/remove-icon.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.remove:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(174, 174, 174, 0.88);
  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;
  z-index: -1;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.modal-container .modal {
  width: 60%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 100px;
}

.modal-container .modal .icons {
  margin-bottom: 65px;
  width: 80px;
}

.modal-container .modal .icons .swiper-slide {
  background: #fff;
}

.modal-container .modal .icons .svg .st0 {
  stroke-width: 3px;
  stroke-dasharray: 99.47578430175781px;
  stroke-dashoffset: -99.47578430175781px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s linear 2.5s, fill 2s;
  -o-transition: stroke-dashoffset 1s linear 2.5s, fill 2s;
  transition: stroke-dashoffset 1s linear 2.5s, fill 2s;
}

.modal-container .modal .icons .svg .st12s {
  stroke-width: 1px;
  stroke-dasharray: 99.47578430175781px;
  stroke-dashoffset: -99.47578430175781px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s linear 2.5s, fill 2s;
  -o-transition: stroke-dashoffset 1s linear 2.5s, fill 2s;
  transition: stroke-dashoffset 1s linear 2.5s, fill 2s;
}

.modal-container .modal .icons .swiper-slide.swiper-slide-active .svg.an .st0 {
  stroke-dashoffset: 0px;
  -webkit-transition: stroke-dashoffset 1.5s linear, fill 2.5s;
  -o-transition: stroke-dashoffset 1.5s linear, fill 2.5s;
  transition: stroke-dashoffset 1.5s linear, fill 2.5s;
}

.modal-container .modal .icons .swiper-slide.swiper-slide-active .svg.an .st12s {
  stroke-dashoffset: 0px;
  fill: #000;
  -webkit-transition: stroke-dashoffset 1.5s linear, fill 2.5s;
  -o-transition: stroke-dashoffset 1.5s linear, fill 2.5s;
  transition: stroke-dashoffset 1.5s linear, fill 2.5s;
}

.modal-container .modal h3 {
  margin: 0 0 25px;
  color: #343434;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  height: 50px;
}

.modal-container .modal .typed-cursor {
  opacity: 0 !important;
}

.modal-container .modal #myProgress {
  width: 100%;
  background: #d8d8d8;
  height: 3px;
  border-radius: 5px;
}

.modal-container .modal #myProgress #myBar {
  line-height: 45px;
  height: 3px;
  width: 1%;
  background-color: var(--main-bg-color);
  color: #252525;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
}

.modal-container.run {
  z-index: 100000;
  opacity: 1;
}

.container.index h1 {
  margin-bottom: 30px;
}

.container.index h2 {
  text-align: center;
}

.btn-box.center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.btn-box .btn.btn-s {
  padding: 11px 20px;
}

.btn-box .btn.border {
  border: 1px solid var(--main-bg-color);
}

.btn-box .btn.no-border {
  border-color: transparent;
  min-width: inherit;
}

@media screen and (max-width: 1024px) {
  .btn-box .btn {
    font-size: 11px;
    padding: 17px 15px;
  }
}

.icon {
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #979797;
  border-radius: 50%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.icon:hover {
  cursor: pointer;
}

.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 9px;
  width: 9px;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 13px;
  width: 1px;
  height: 9px;
  background: #000;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.icon .icon-shape.active::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.icon .icon-shape.active::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

button.scroll_down {
  position: relative;
  height: 50px;
  width: 30px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 20px;
  cursor: pointer;
  margin-right: 15px;
  outline: none;
}

button.scroll_down:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scroll_down_btn-animation 2s infinite;
  animation: scroll_down_btn-animation 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.switch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


/* Switch 1 Specific Styles Start */

.box_1 {
  margin-bottom: 30px;
}

.box_1 label {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.box_1 label,
.box_1 span {
  color: #1f2630;
  font-size: 15px;
  font-weight: 600;
}

.box_1 .switch_1 {
  opacity: 0;
}

.box_1 .check {
  margin: 0 10px;
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 46px;
  height: 22px;
  background: #fff;
  border: 1px solid #beb9b9;
  border-radius: 3em;
  position: relative;
  display: inline-block;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.box_1 .check::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--main-bg-color);
  left: 5px;
  top: 4.5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.box_1 #eu-citizen:checked+label .check::after {
  left: 28px;
}

.radius p {
  margin: 0 0 20px;
}

.radius p label {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #c1bfbf;
  line-height: 50px;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
}

.radius [type="radio"]:checked,
.radius [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.radius [type="radio"]:checked+label:before,
.radius [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 19px;
  width: 9px;
  height: 9px;
  border: 1px solid #979797;
  border-radius: 100%;
  background: #fff;
  z-index: 10;
}

.radius [type="radio"]:checked+label:after,
.radius [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  z-index: 11;
  height: 10px;
  background: var(--main-bg-color);
  position: absolute;
  left: 13.8px;
  top: 18.5px;
  border-radius: 100%;
}

.radius [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.radius [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

label .required {
  color: #ce0c0c;
}

.selected .select2-selection--single .select2-selection__rendered {
  opacity: 1;
}

.select2-selection--single .select2-selection__rendered {
  opacity: 0;
  display: inline-block;
  margin-bottom: -16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:nth-child(n+4) {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 30px;
  display: block;
}

.select2-selection.select2-selection--multiple,
.select2-container .select2-selection--single,
.form-element {
  width: 100%;
  height: auto;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  min-height: 30px;
  position: relative;
}

.select2-selection.select2-selection--multiple,
.select2-container .select2-selection--single {
  padding: 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: inherit;
  right: 0;
}

.select2-selection--multiple:after {
  content: '';
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #b3b3b3;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
  margin-left: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .count-selected {
  width: 24px;
  height: 24px;
  border-radius: 14px;
  background-color: var(--main-bg-color);
  line-height: 27px;
  color: #fff;
  font-family: "HK Grotesk";
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 6px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .count-selected:before {
  content: '...';
  position: absolute;
  left: -18px;
  color: #333;
  font-family: "HK Grotesk";
  font-size: 13px;
  font-weight: 700;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #fff;
  border-color: #fff;
  color: #333;
  font-family: "HK Grotesk";
  font-size: 13px;
  font-weight: 700;
  padding: 4px 8px;
  margin-top: 0;
  border: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  position: relative;
  z-index: 999;
}

.focus .select2-selection--single .select2-selection__rendered {
  opacity: 1;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.select2-results {
  position: relative;
}

.select2-results__options .select2-results__option:first-child {
  opacity: 0;
  z-index: -99;
  position: relative;
}

.select2-results__options.select2-results__options--nested .select2-results__option:first-child {
  opacity: 1;
  z-index: 1;
  position: relative;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.overlay.active {
  opacity: 1;
  z-index: 99997;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.popup.active {
  opacity: 1;
  z-index: 99998;
}

.popup .popup-content {
  background: #fff;
  max-width: 550px;
  padding: 20px;
}

.popup .popup-content .close {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 99999;
}

.sure-modal.date {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 10%;
}

.sure-modal.date .calendar,
.sure-modal.date .timerange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 5px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.sure-modal.date .calendar label,
.sure-modal.date .timerange label {
  color: #302f2f;
  font-size: 14px;
  font-weight: 700;
}

.sure-modal.date .calendar input,
.sure-modal.date .timerange input {
  width: 100%;
  max-width: calc(100% - 85px);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-color: transparent;
  padding-left: 30px;
  color: #302f2f;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 5;
  background: transparent;
}

.sure-modal.date .calendar img,
.sure-modal.date .timerange img {
  position: absolute;
  top: 0px;
  right: 0;
  width: 15px;
  height: 15px;
}

.sure-modal.date .message {
  position: relative;
}

.sure-modal.date .message .close {
  position: absolute;
  top: 15px;
  right: 18px;
  cursor: pointer;
}

.sure-modal.date .message .btn.blue {
  background: var(--main-bg-color);
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.sure-modal.date .select2-selection--single .select2-selection__rendered {
  opacity: 1;
  border-bottom: 1px solid #b3b3b3;
}

.sure-modal.date .select2-results {
  top: 0 !important;
}

.sure-modal.date .select2-container--default .select2-selection--single {
  padding-top: 0;
  border: none !important;
}

.sure-modal.date .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px !important;
}

.sure-modal.date .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #302f2f transparent transparent transparent;
}

.sure-modal.date .form-row .form-group {
  margin-bottom: 10px;
}

.sure-modal.date .form-row .form-group:first-of-type {
  position: relative;
  left: 2px;
}

.sure-modal.date .form-row .form-group p {
  margin: 0 0 10px;
  color: #302f2f;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 700;
}

#ui-datepicker-div {
  z-index: 100000 !important;
  background: #fff;
  top: 41% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  width: 500px;
}

#ui-datepicker-div::after {
  top: -11px;
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border-left: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}

#ui-datepicker-div .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-year {
  color: #6a6a6b;
  font-size: 15px;
  font-weight: 500;
  /* Text style for "December 2" */
  letter-spacing: 0.59px;
}

#ui-datepicker-div .ui-datepicker-other-month {
  color: #e1e4e7;
}

#ui-datepicker-div .ui-datepicker-calendar {
  opacity: 1;
  width: 100%;
  padding: 20px 20px 10px;
}

#ui-datepicker-div .ui-datepicker-calendar thead span {
  color: rgba(129, 132, 135, 0.98);
  font-size: 16px;
  font-weight: 500;
  line-height: 19.01px;
  text-transform: uppercase;
}

#ui-datepicker-div .ui-datepicker-calendar td,
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
  background: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar td {
  min-height: 40px;
  margin-bottom: 10px;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
  border: none;
  padding: 3px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #878787;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
  height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight {
  background: var(--main-bg-color);
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-busy {
  background-color: #7b7878;
}

#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  background: var(--main-bg-color);
  color: #fff;
}

#ui-datepicker-div .ui-widget-header {
  background: #fff;
  border: none;
  width: 100%;
  padding: 20px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
  cursor: pointer;
  height: 10px;
  width: 10px;
  border: none;
  background: url("/images/left.svg") no-repeat;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  cursor: pointer;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border: none;
  background: url("/images/left.svg") no-repeat;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#ui-datepicker-div .ui-widget-header .ui-icon {
  height: 10px;
  width: 10px;
  background: none;
  color: transparent;
}

.select2-container {
  z-index: 99999999;
}

@media screen and (max-width: 768px) {
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.home-match {
  padding: 65px 0px;
  position: relative;
  border-bottom: 1px solid #c8c8c8;
}

.home-match .steps {
  margin: 0 -20px 40px;
  padding: 20px;
  text-align: left;
  min-height: auto;
  background-image: -webkit-repeating-linear-gradient(45deg, #fff, #fff 3px, #f6f6f6 3px, #f6f6f6 6px);
  background-image: -o-repeating-linear-gradient(45deg, #fff, #fff 3px, #f6f6f6 3px, #f6f6f6 6px);
  background-image: repeating-linear-gradient(45deg, #fff, #fff 3px, #f6f6f6 3px, #f6f6f6 6px);
}

.home-match .steps .steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* overflow: hidden; */
}

.home-match .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
  padding: 70px 15px 40px 35px;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
}

.home-match .steps .step>.svg {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 25px;
  height: 77px;
  max-width: 75px;
}

.home-match .steps .step>.svg.white g>g g:nth-child(-n+9) use {
  fill: #000;
}

.home-match .steps .step>.svg.white g>g g:nth-child(-n+3) use {
  fill: var(--main-bg-color);
}

.home-match .steps .step>.svg.white g>g g:nth-child(-n+2) use {
  fill: #000;
}

.home-match .steps .step .svg.check g>g g:nth-child(-n+9) use {
  fill: #000;
}

.home-match .steps .step .svg.check g>g g:nth-child(-n+3) use {
  fill: var(--main-bg-color);
}

.home-match .steps .step .svg.check g>g g:nth-child(-n+2) use {
  fill: #000;
}

.home-match .steps .step:first-child .svg.hat g>g g:nth-child(-n+9) use,
.home-match .steps .step:first-child .svg.check g>g g:nth-child(-n+9) use {
  fill: #000;
}

.home-match .steps .step:first-child .svg.hat g>g g:nth-child(-n+3) use,
.home-match .steps .step:first-child .svg.check g>g g:nth-child(-n+3) use {
  fill: var(--main-bg-color);
}

.home-match .steps .step:first-child .svg.hat g>g g:nth-child(-n+2) use,
.home-match .steps .step:first-child .svg.check g>g g:nth-child(-n+2) use {
  fill: #000;
}

.home-match .steps .step h5 {
  margin: 0 0 15px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-match .steps .step h5 svg {
  margin-left: 20px;
  position: relative;
  top: 4px;
}

.home-match .steps .step p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-family: "HK Grotesk";
  margin-bottom: 5px;
  min-height: 48px;
}

.home-match .steps .step a {
  text-transform: uppercase;
  font-family: "HK Grotesk";
  font-size: 13px;
  font-weight: 700;
  position: relative;
  color: var(--main-bg-color);
  display: inline-block;
  padding-right: 10px;
  opacity: 0;
  text-decoration: none;
}

.home-match .steps .step a .arrow {
  position: relative;
  top: -1px;
  border: solid var(--main-bg-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  left: 0;
}

.home-match .steps .step a:hover .arrow {
  left: 5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home-match .steps .step .to-step {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-match .steps .step.active {
  background-color: var(--main-bg-color);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home-match .steps .step.active .svg * {
  fill: #fff !important;
}

.home-match .steps .step.active .svg use,
.home-match .steps .step.active .svg polygon,
.home-match .steps .step.active .svg path,
.home-match .steps .step.active .svg .st1,
.home-match .steps .step.active .svg .st2,
.home-match .steps .step.active .svg .st3,
.home-match .steps .step.active .svg .st4,
.home-match .steps .step.active .svg .st5,
.home-match .steps .step.active .svg .st6,
.home-match .steps .step.active .svg .st7,
.home-match .steps .step.active .svg .st7,
.home-match .steps .step.active .svg .st8,
.home-match .steps .step.active .svg .st9,
.home-match .steps .step.active .svg .st10,
.home-match .steps .step.active .svg .st11 {
  fill: #fff;
}

.home-match .steps .step.active h5,
.home-match .steps .step.active p,
.home-match .steps .step.active a {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff;
  opacity: 1;
}

.home-match .steps .step.active h5 .arrow,
.home-match .steps .step.active p .arrow,
.home-match .steps .step.active a .arrow {
  border-color: #fff;
}

.home-match .btn {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: auto;
  font-size: 12px;
  font-weight: 700;
}

.home-match .btn .svg {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.home-match .btn .svg use {
  fill: #fff;
}

.get {
  padding: 65px 0px;
  position: relative;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.get .swiper {
  position: relative;
  background: #fff;
}

.get .swiper .swiper-container {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.get .swiper .swiper-container .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.get .swiper .swiper-container .left,
.get .swiper .swiper-container .right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
}

.get .swiper .swiper-container .left .img-box img,
.get .swiper .swiper-container .right .img-box img {
  max-width: 100%;
}

.get .swiper .swiper-container .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get .swiper .swiper-container .swiper-slide:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.get .swiper .swiper-container .swiper-slide:last-child {
  margin-bottom: 0;
}

.section-two-module h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 30px;
  color: #333333;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 40px;
}

.section-two-module h3 span {
  display: block;
}

.um-difference ul {
  margin-bottom: 30px;
}

.section-two-module p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.section-two-module ul li {
  padding-left: 30px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
}

.section-two-module ul li span {
  font-weight: 700;
  display: block;
}

.section-two-module ul li::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background: url('/public/assets/images/icons/check.svg') no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: var(--main-bg-color);
}

.section-two-module ul li:last-child {
  margin-bottom: 0;
}

.um-difference {
  padding-top: 65px;
  border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 1366px) {
  .get .swiper .swiper-container .entries {
    width: 100%;
  }
  .get .swiper .swiper-container .swiper-slide .left {
    padding-right: 20px;
  }
  .get .swiper .swiper-container .swiper-slide:nth-child(even) .left {
    padding-left: 20px;
  }
}

@media screen and (max-width: 992px) {
  .get .swiper .swiper-container {
    overflow: visible;
  }
  .get .swiper .swiper-container .entries {
    width: auto;
    margin-left: -5%;
    margin-right: -5%;
  }
  .get .swiper .swiper-container .swiper-slide {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .get .swiper .swiper-container .swiper-slide .img-box {
    margin-top: 20px;
  }
  .get .swiper .swiper-container .swiper-slide:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .get .swiper .swiper-container .swiper-slide:nth-child(even) .left,
  .get .swiper .swiper-container .swiper-slide:nth-child(even) .right {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .get .swiper .swiper-container .swiper-slide .left,
  .get .swiper .swiper-container .swiper-slide .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .get .swiper .btn-box {
    margin-bottom: 20px;
  }
  .um-difference {
    border-top: none;
  }
  .get .swiper .swiper-container .how-we-help.section-two-module {
    margin-bottom: 0;
  }
}

.get .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 580px;
  height: 480px;
  float: right;
  background-size: cover;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.get .entries .svg {
  overflow: visible;
  display: inline-block;
  position: relative;
  width: 100%;
}

.get .entries .svg .dots,
.get .entries .svg .lines {
  fill: transparent;
  stroke: transparent;
}

.get .entries .cross {
  fill: #05859f;
}

.get .entries .svg.visible .dots {
  cursor: pointer;
  fill: transparent;
  stroke: transparent;
  -webkit-animation: dash .6s linear forwards, pulse 2s both infinite;
  animation: dash .6s linear forwards, pulse 2s both infinite;
  -webkit-transform-origin: center center;
  opacity: 1;
}

.get .entries .svg.visible .dots:nth-child(1),
.get .entries .svg.visible .dots:nth-child(2),
.get .entries .svg.visible .dots:nth-child(5) {
  animation: dash .6s linear forwards, pulse 2s 1s both infinite;
  -webkit-animation: dash .6s linear forwards, pulse 2s 1s both infinite;
}

.get .entries .svg.visible .lines {
  stroke: transparent;
  stroke-width: 1;
  fill: transparent;
  stroke-dasharray: 10;
  animation: dash 6s ease-in-out both, fillcolor 10s 2s ease-in-out both;
  -webkit-animation: dash 6s ease-in-out both, fillcolor 10s 2s ease-in-out both;
}

@-webkit-keyframes dash {
  to {
    stroke-dasharray: 1000;
    stroke: #00FFFF;
    fill: #FFFF;
  }
}

@keyframes dash {
  to {
    stroke-dasharray: 1000;
    stroke: #00FFFF;
    fill: #FFFF;
  }
}

@-webkit-keyframes pulse {
  from {
    stroke-width: 0px;
    stroke-opacity: 1;
  }
  to {
    stroke-width: 12px;
    stroke-opacity: 0;
  }
}

@keyframes pulse {
  from {
    stroke-width: 0px;
    stroke-opacity: 1;
  }
  to {
    stroke-width: 12px;
    stroke-opacity: 0;
  }
}

@-webkit-keyframes fillcolor {
  to {
    fill: #00FFFF;
  }
}

@keyframes fillcolor {
  to {
    fill: #00FFFF;
  }
}

@media screen and (max-width: 600px) {
  .get .entries .svg {
    height: 60%;
  }
}

.articles-container {
  border-bottom: 1px solid #c8c8c8;
  margin-top: 50px;
  padding-bottom: 25px;
}

.articles-container .title-link {
  margin-left: auto;
  margin-top: 10px;
}

.articles-container .title-link a:after {
  width: 15px;
  height: 15px;
}

.articles-container .article .article-img-box img {
  opacity: 0.7;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 5px 20px 5px;
  width: 33%;
}

.article .article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.article .article-header .data {
  color: #000;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-right: 16px;
  margin-right: 13px;
  border-right: 1px solid rgba(151, 151, 151, 0.44);
}

.article .article-header .data span {
  display: block;
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.article .article-header .article-title,
.article .article-header .article-title a {
  color: #333333;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0;
  text-decoration: none;
}

.article .article-img-box {
  position: relative;
  margin-bottom: 27px;
  background: #000;
  overflow: hidden;
}

.article .article-img-box>.link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  padding: 0;
}

.article .article-img-box img {
  display: block;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 100%;
}

.article .article-img-box .btn-box .btn {
  color: #fff;
  border-color: #fff;
}

.article .article-img-box h4 {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 20px 35px 20px;
  text-align: center;
}

.article .article-img-box figcaption {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
}

.article .article-img-box figure,
.article .article-img-box figcaption {
  margin: 0;
  padding: 0;
}

.article .article-img-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .8;
}

.article .article-img-box:hover .btn-box .btn {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
}

.article .webinar-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article .webinar-profile .img-box {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 13px;
}

.article .webinar-profile .img-box img {
  display: block;
}

.article .webinar-profile h4,
.article .webinar-profile h4 a {
  margin: 0;
  color: #333;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.article .webinar-profile .link {
  color: var(--main-bg-color);
  font-family: "HK Grotesk";
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-right: 12px;
  background: url(/images/arrow-right.svg) no-repeat right 2px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.article .webinar-profile .link:hover {
  padding-right: 16px;
}

@media screen and (max-width: 1124px) {
  .article {
    width: 50%;
  }
  .article .article-img-box h4 {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .article {
    width: 80%;
    margin: auto;
  }
  .article .article-header {
    margin-bottom: 10px;
  }
  .article .article-img-box {
    margin-bottom: 10px;
  }
  .article .article-img-box img {
    width: 100%;
  }
  .article .heading-box h3,
  .article .heading-box h3 a {
    margin-top: 0;
    font-size: 14px;
  }
  .article .webinar-profile .title h4,
  .article .webinar-profile .title h4 a {
    font-size: 12px;
    line-height: 16px;
  }
  .article .webinar-profile .link {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .article {
    width: 100%;
  }
}

.all-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.all-articles.infinite-scroll {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.all-articles.all-videos {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.all-articles.all-videos .article .article-img-box {
  margin-bottom: 20px;
}

.all-articles.all-videos .article .article-img-box figure img {
  opacity: .8;
}

.all-articles.all-videos .article .article-img-box:hover img {
  opacity: .7;
}

.image-holder {
  height: 220px;
  background: #171a1f;
}

.all-articles.all-videos .article .article-img-box .link::after {
  display: none;
}

.all-articles.all-videos .article .article-img-box .link {
  background-image: url(/public/assets/images/icons/play-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.all-articles.all-videos .article .heading-box h3 {
  color: #333;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 6px 0 16px 0;
}

.all-articles.all-videos .article .heading-box p {
  margin: 0;
  color: #828282;
}

.all-articles.video-slider {
  margin: 0 auto;
  width: 93%;
  position: relative;
  overflow: hidden;
}

.all-articles.video-slider .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.all-articles.video-slider .article {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  max-width: 100%;
  width: auto;
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 1366px) {
  .all-articles.all-videos:not(.infinite-scroll) {
    margin-left: -15px;
    margin-right: -15px;
  }
  .all-articles.all-videos:not(.infinite-scroll) .article {
    padding: 0 15px;
  }
  .all-articles.video-slider {
    margin-left: auto;
    margin-right: auto;
  }
  .all-articles.video-slider .article {
    padding: 0;
  }
}

@media screen and (max-width: 1280px) {
  .all-articles {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 1024px) {
  .all-articles {
    margin-left: -10px;
    margin-right: -10px;
  }
  .all-articles.all-videos .article {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .all-articles.video-slider .article {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .all-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .all-articles.all-videos .article {
    margin-bottom: 30px;
  }
  .all-articles.all-videos .article .heading-box h3,
  .all-articles.all-videos .article .heading-box h3 a {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    min-height: inherit !important;
  }
  .all-articles.all-videos .article .article-img-box {
    margin-bottom: 10px;
  }
  .all-articles.infinite-scroll .article .heading-box h3 {
    min-height: inherit;
  }
}

@media screen and (max-width: 600px) {
  .all-articles.all-videos:not(.infinite-scroll) {
    width: 85%;
    margin: auto;
  }
  .all-articles.all-videos .article {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .all-articles.all-videos .article:last-child {
    margin-bottom: 0;
  }
}

.articles-container {
  position: relative;
}

.articles-container .title-box {
  position: initial;
}

.nav-holder {
  min-height: 99px;
  background: #171a1f;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .articles-container {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .homepage .articles-container {
    margin-bottom: 0px;
  }
  .articles-container .title-box .title-link {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  .articles-container .title-box .title-link a {
    font-size: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .articles-container .title-box .title-link a:after {
    width: 17px;
    height: 17px;
    background-size: 5px;
  }
  .nav-holder {
    min-height: 75px;
  }
}

@media screen and (max-width: 600px) {
  .articles-container .btn-box {
    display: block;
  }
  .articles-container .btn-box .btn {
    width: 100%;
  }
}

.inner-video {
  margin-bottom: 65px;
  display: inline-block;
  width: 100%;
}

.inner-video .title-box .box p {
  color: #828282;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.inner-video .title-box .b-school {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-video .title-box .b-school .info-wrapper {
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-video .title-box .b-school p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.inner-video .title-box .b-school .link {
  color: var(--main-bg-color);
  font-family: "HK Grotesk";
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-right: 12px;
  background: url(/images/arrow-right.svg) no-repeat right 7px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.inner-video .title-box .b-school .link:hover {
  padding-right: 16px;
}

.inner-video .video-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
}

.inner-video .video-wrapper.video-active .youtube-poster {
  display: none;
}

.inner-video .video-wrapper .youtube-poster {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
  cursor: pointer;
}

.inner-video .video-wrapper .youtube-poster:before {
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(/images/play-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.inner-video .video-wrapper iframe {
  width: 100%;
  height: 70vh;
}

.all-articles.all-videos.related-videos {
  margin-top: 20px;
}

.all-articles.all-videos.related-videos .article .heading-box p {
  color: #828282;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.all-articles.all-videos.related-videos .article .article-img-box figure img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .inner-video .title-box {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .inner-video .title-box .b-school {
    margin: 0;
  }
  .related-videos .article:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .inner-video .title-box .title {
    font-size: 24px;
    line-height: 30px;
  }
  .inner-video .title-box .b-school {
    margin-bottom: 10px;
  }
  .inner-video .video-wrapper {
    padding-top: 20px;
    height: 340px;
  }
  .inner-video .video-wrapper iframe {
    height: 340px;
  }
  .inner-video .title-box {
    margin-bottom: 0;
    margin-top: 0;
  }
  .inner-video .video-wrapper .youtube-poster:before {
    width: 80px;
    height: 80px;
  }
  .all-articles.all-videos.related-videos .article {
    margin-bottom: 40px;
  }
  .all-articles.all-videos.related-videos .article:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .inner-video+.title-box {
    margin-bottom: 0;
  }
  .all-articles.all-videos:not(.infinite-scroll) .article {
    padding: 0;
  }
  .all-articles.all-videos.related-videos {
    margin: 30px 0 30px;
    width: 100%;
  }
}

.search .article .article-img-box img {
  width: 100%;
}

.search .all-articles.all-videos .article .heading-box h3 {
  min-height: 46px;
}

.heading-image.auto-height.results {
  height: 500px;
}

.school-videos-page .title-box p {
  color: #8d8d8d;
}

.school-videos-page .school-videos {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.school-videos-page .school-videos .school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 30px;
  margin-bottom: 45px;
}

.school-videos-page .school-videos .school .school-wrapper {
  background-color: #ededed;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 217px;
  padding: 60px 30px;
}

.school-videos-page .school-videos .school .school-wrapper .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 41px;
  background-color: var(--main-bg-color);
  text-align: center;
}

.school-videos-page .school-videos .school .school-wrapper .link a {
  display: block;
  line-height: 41px;
  padding-top: 4px;
  text-decoration: none;
}

.school-videos-page .school-videos .school .school-wrapper .link .num {
  position: absolute;
  top: 30px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 26px;
  color: #303030;
  font-family: "HK Grotesk";
  font-size: 9px;
  font-weight: 700;
}

.school-videos-page .school-videos .school .label {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.school-videos-page .school-videos .school .label .name-school {
  font-family: "HK Grotesk";
  color: #2a2828;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}

.school-videos-page .school-videos .school .label .link {
  background: url(/images/arrow-right.svg) no-repeat right 6px;
}

@media screen and (max-width: 1280px) {
  .school-videos-page .school-videos .school {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 33%;
  }
}

@media screen and (max-width: 768px) {
  .school-videos-page .school-videos .school {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .school-videos-page .school-videos .school .label {
    padding-top: 5px;
  }
  .school-videos-page .title-box p br {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .school-videos-page .how-to-help .toggle-section .section .question {
    overflow: hidden;
  }
  .school-videos-page .how-to-help .toggle-section .section .question p {
    width: calc(100% - 40px);
    float: left;
    font-size: 13px;
  }
  .school-videos-page .how-to-help .toggle-section .section .answer {
    padding: 15px;
  }
  .school-videos-page .school-videos .school {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.explore-degree {
  background-color: #f2f2f2;
  padding-top: 25px;
  padding-bottom: 30px;
  margin-top: -140px;
  margin-bottom: 65px;
  position: relative;
  z-index: 999;
}

.explore-degree.animate-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(170px);
  -ms-transform: translateY(170px);
  transform: translateY(170px);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.explore-degree.animate-box.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.explore-degree h3 {
  color: #333;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.explore-degree p {
  color: #8d8d8d;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 500;
}

.explore-degree form {
  margin-top: 25px;
}

.explore-degree form select.form-element+.select2+select.form-element+.select2 {
  margin-top: 50px;
}

.explore-degree .form-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.explore-degree .form-row .form-group .form-group {
  margin-top: 38px;
  margin-left: 0;
  margin-right: 0;
}

.explore-degree .form-row .form-group .form-group.range-slider-group {
  margin-top: 77px;
}

@media screen and (max-width: 1366px) {
  .explore-degree {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .explore-degree .form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .explore-degree .form-row .form-group {
    margin-bottom: 30px;
  }
  .explore-degree .form-row .form-group:last-child {
    margin-bottom: 0;
  }
  .explore-degree .form-row .form-group.btn-group {
    width: 100%;
  }
  .explore-degree .form-row .form-group.btn-group .dropdown {
    left: 0;
    right: 0;
    padding-top: 10px;
  }
  .explore-degree .form-row .form-group.btn-group .dropdown .dropdown-content {
    min-width: inherit;
    width: auto;
  }
  .explore-degree .form-row .form-group.btn-group .dropdown .dropdown-content .form-row .form-group {
    margin-top: 0;
  }
  .explore-degree .form-row .form-group.btn-group .dropdown .dropdown-content .form-row .form-group:last-child {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 600px) {
  .explore-degree .form-row .form-group.btn-group {
    width: 100%;
    margin-top: 15px;
  }
  .explore-degree .form-row .form-group.range-slider-group {
    margin-bottom: 40px;
  }
  .explore-degree .form-row .form-group .form-group {
    margin-bottom: 30px !important;
  }
  .explore-degree .btn-box .btn {
    width: 100%;
  }
}

.explore-degree .form-group.btn-group {
  position: relative;
}

.explore-degree .form-group.btn-group .dropdown {
  position: absolute;
  top: 15%;
  padding-top: 44px;
  right: -50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}

.explore-degree .form-group.btn-group .dropdown.active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 99999999999;
}

.explore-degree .form-group.btn-group .dropdown .dropdown-content {
  min-width: 780px;
  -webkit-box-shadow: 0 2px 15px rgba(203, 198, 198, 0.5);
  box-shadow: 0 2px 15px rgba(203, 198, 198, 0.5);
  background-color: #fff;
  padding: 40px;
}

.explore-degree .form-group.btn-group .dropdown .dropdown-content:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 15px 25px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 31px;
  right: 100px;
}

.explore-degree .form-group.btn-group .dropdown .dropdown-content h4 {
  color: #1f2630;
  font-family: "HK Grotesk";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0;
}

.explore-degree .form-group.btn-group .dropdown .dropdown-content h4 span {
  font-size: 16px;
}

.explore-degree .form-group.btn-group .dropdown .dropdown-content .text {
  color: #909399;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin: 14px 0;
}

.explore-degree .form-group.btn-group .dropdown .dropdown-content .form-group {
  margin-top: 10px;
}

.filters {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

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

.filters .filters-box+.filters-box {
  border-left: 1px solid #c3c3c3;
  padding-left: 30px;
  margin-left: 20px;
}

.filters .filters-box .text {
  color: rgba(98, 98, 98, 0.88);
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 4px;
}

.filters .filters-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.filters .filters-box ul li {
  margin: 5px 10px;
}

.filters .filters-box ul li input[type=checkbox] {
  display: none;
}

.filters .filters-box ul li label,
.filters .filters-box ul li a {
  color: #2a2828;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 3px;
  display: block;
  padding: 3px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.filters .filters-box ul li label.active,
.filters .filters-box ul li a.active {
  background-color: #f2f2f2;
}

.filters .filters-box ul li label.active:after,
.filters .filters-box ul li a.active:after {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background: url(/images/filter-close.svg) no-repeat center center;
  margin: 0 0 0 10px;
}

.filters .filters-box ul li input[type=checkbox]:checked+label {
  background-color: #f2f2f2;
}

.filters .filters-box ul li input[type=checkbox]:checked+label:after {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background: url(/images/filter-close.svg) no-repeat center center;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 1280px) {
  .filters .filters-box {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .filters .filters-box+.filters-box {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .filters .filters-box .text {
    width: 100%;
    margin-bottom: 5px;
  }
  .filters .filters-box ul {
    margin-bottom: 10px;
  }
  .filters .filters-box ul li {
    margin: 5px 10px 5px 0;
  }
  .filters .filters-box ul li:first-child {
    margin-left: 0;
  }
}

.video-slider-section {
  position: relative;
}

.video-slider-section .title {
  margin-bottom: 0;
}

.video-slider-section .video-nav .video-next,
.video-slider-section .video-nav .video-prev {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 999;
}

.video-slider-section .video-nav .video-prev {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
}

.video-slider-section .video-nav .video-next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

@media screen and (max-width: 600px) {
  .video-slider-section .video-nav .video-next,
  .video-slider-section .video-nav .video-prev {
    width: 20px;
    height: 20px;
    top: inherit;
    bottom: 150px;
  }
  .video-slider-section .all-articles.all-videos .article {
    margin-bottom: 0;
  }
}

.popular-school-section {
  margin-bottom: 55px;
  position: relative;
}

.popular-school-section .popular-school-nav .popular-school-next,
.popular-school-section .popular-school-nav .popular-school-prev {
  position: absolute;
  bottom: 100px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-bottom: -15px;
}

.popular-school-section .popular-school-nav .popular-school-prev {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
}

.popular-school-section .popular-school-nav .popular-school-next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

@media screen and (max-width: 600px) {
  .popular-school-section .popular-school-nav .popular-school-next,
  .popular-school-section .popular-school-nav .popular-school-prev {
    width: 20px;
    height: 20px;
  }
}

.popular-school-slider {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 93%;
  margin: 0 auto;
}

.popular-school-slider .popular-school-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popular-school-slider .school-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popular-school-slider .school-box .img-box {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  width: 100%;
}

.popular-school-slider .school-box .img-box img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: auto;
  display: block;
}

.popular-school-slider .school-box:hover .img-box {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (max-width: 600px) {
  .popular-school-slider .school-box .img-box img {
    max-width: 90%;
  }
}

.infinite-scroll .article {
  min-height: 468px;
}

.infinite-scroll .article .heading-box p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .infinite-scroll .article {
    height: auto;
    min-height: inherit;
  }
}

.page-load-status {
  padding-top: 20px;
  text-align: center;
  color: #777;
}

.counter {
  background: #fff;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 2px 15px rgba(203, 198, 198, 0.8);
  box-shadow: 0 2px 15px rgba(203, 198, 198, 0.8);
}

.counter .count,
.counter .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
}

.counter .count {
  border-right: 1px solid #c8c8c8;
}

.counter .count img {
  margin-bottom: 40px;
}

.counter .count p {
  text-align: center;
}

.counter .count p .counting {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: #333333;
  font-family: 'Montserrat';
  margin-bottom: 5px;
}

.counter .info {
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.counter .info h3 {
  font-size: 22px;
  line-height: 50px;
  font-weight: 700;
  color: #333333;
  font-family: 'Montserrat';
}

.counter .info h3 span {
  color: #8cc742;
  display: inline-block;
  padding-left: 5px;
}

.counter .info p {
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
}

.steps .home-match .steps .step:first-child>.svg g>g g:nth-child(-n+1) use {
  fill: var(--main-bg-color) !important;
}

.steps .home-match .steps .step:first-child>.svg g>g g:nth-child(n+3) use {
  fill: #000 !important;
}

.steps .home-match .steps .step:nth-child(2) g>g g:nth-child(-n+9) use {
  fill: #000;
}

.steps .home-match .steps .step:nth-child(2) g>g g:nth-child(-n+3) use {
  fill: var(--main-bg-color);
}

.steps .home-match .steps .step:nth-child(2) g>g g:nth-child(-n+2) use {
  fill: #000;
}

.work-steps {
  padding: 65px 0 55px;
}

.work-steps .working-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.work-steps .working-steps .steps {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 310px;
  flex: 1 0 310px;
  max-width: 310px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.match-index .work-steps .working-steps .steps::after {
  position: absolute;
  top: 80px;
  right: -50%;
  background: url(/public/assets/images/icons/arrows/right_black.png) no-repeat center;
  width: 33px;
  height: 19px;
  opacity: 0;
  content: '';
}

.work-steps .working-steps .steps:last-child::after {
  display: none;
}

.work-steps .working-steps .steps .title span {
  font-family: 'Montserrat';
  width: 50px;
  height: 50px;
  background-color: var(--main-bg-color);
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-steps .working-steps .steps .title span svg {
  width: 30px;
  height: 30px;
}

.work-steps .working-steps .steps .title h4 {
  font-family: 'Montserrat';
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.work-steps .working-steps .steps.visible {
  opacity: 1;
}

.work-steps .working-steps .steps.visible:first-child {
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.work-steps .working-steps .steps.visible:nth-child(2) {
  -webkit-transition: .5s .5s ease-in-out;
  -o-transition: .5s .5s ease-in-out;
  transition: .5s .5s ease-in-out;
}

.work-steps .working-steps .steps.visible:last-child {
  -webkit-transition: .5s .5s ease-in-out;
  -o-transition: .5s .5s ease-in-out;
  transition: .5s .5s ease-in-out;
}

.work-steps .working-steps .steps.visible::after {
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 1;
}

.faq {
  padding-top: 50px;
}

.faq .toggle-section .section:last-child {
  margin-bottom: 0;
}

.steps-container .home-match {
  border: none;
  padding: 65px 0 0;
}

.steps-container .title-box {
  margin-top: 20px;
}

.steps .home-match {
  padding: 55px 0 0px;
  border: none;
}

.steps .home-match .steps {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .match-index .work-steps .working-steps .steps::after {
    right: -26%;
  }
}

@media (max-width: 1366px) {
  .counter .info {
    padding: 0 35px;
  }
  .counter .info h3 {
    font-size: 20px;
  }
}

@media (max-width: 1280px) {
  .match-index .work-steps .working-steps .steps::after {
    right: -15%;
  }
}

@media (max-width: 1024px) {
  .school-videos-page .home-match {
    padding: 50px 0 0;
  }
  .school-videos-page .home-match .steps .step a {
    opacity: 1;
  }
  .counter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .counter .count {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 33%;
    border: none;
    margin-bottom: 30px;
  }
  .counter .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .counter .info h3 {
    margin-bottom: 0;
    line-height: 35px;
  }
  .counter .info h3:last-of-type {
    margin-bottom: 20px;
  }
  .work-steps .working-steps .steps {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 33%;
    padding-right: 20px;
  }
  .match-index .work-steps .working-steps .steps::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .work-steps {
    border-color: #f2f2f2;
    padding: 70px 0 40px;
  }
  .heading-image.heading-background .header-caption .title-box .title {
    line-height: 1;
  }
  .counter {
    padding-top: 30px;
  }
  .counter .count {
    margin-bottom: 40px;
  }
  .counter .count p {
    margin: 0;
  }
  .counter .count p .counting {
    font-size: 36px;
    line-height: 36px;
    margin: 0;
  }
  .counter .count img {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .explore-degree.animate-box.counter {
    opacity: 1;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .explore-degree.animate-box.counter .count,
  .explore-degree.animate-box.counter .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .work-steps {
    padding: 40px 0;
  }
  .work-steps .title-box {
    text-align: center;
  }
  .work-steps .title-box .box {
    display: inline-block;
    margin: auto;
  }
  .work-steps .working-steps {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .work-steps .working-steps .steps {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .work-steps .working-steps .steps:last-child {
    margin-bottom: 0;
  }
  .work-steps .working-steps .steps .title h4 {
    font-size: 16px;
  }
  .faq {
    padding-top: 40px;
  }
}

@media (max-width: 320px) {
  .log .log-front .log-info .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .log .log-front .log-info .btn-box .btn {
    margin: 0 0 15px 0;
  }
  .log .log-front .log-info .btn-box .link {
    width: 94px;
    background: url(/images/arrow-right.svg) no-repeat 97% 6.5px;
  }
  .log .log-info .btn-box .btn {
    margin-right: 20px;
  }
  .log .fit-form h3,
  .log .log-form h3 {
    line-height: 40px;
    margin-bottom: 20px;
  }
  .log .fit-form .form-wrapper ul .step-link.current,
  .log .fit-form .form-wrapper ul .step-links.current,
  .log .log-form .form-wrapper ul .step-link.current,
  .log .log-form .form-wrapper ul .step-links.current {
    padding: 5px 15px;
  }
  .log .fit-form .form-wrapper>.tab-count,
  .log .log-form .form-wrapper>.tab-count {
    -webkit-transform: translateY(165%);
    -ms-transform: translateY(165%);
    transform: translateY(165%);
  }
}

.heading-image.school-prof {
  margin-bottom: 0;
}

.school-image {
  background: url("/images/gradient.png") no-repeat center;
  background-size: cover;
}

.school-image img {
  width: 100%;
}

.ranks {
  border-bottom: 1px solid #c8c8c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ranks .rank:first-child p {
  position: relative;
}

.ranks .rank:first-child p::after {
  position: absolute;
  background: url("/images/g-up-lg.png");
  content: "";
  width: 25px;
  height: 15px;
  display: inline-block;
  left: 30px;
  top: 40px;
}

.ranks .rank:nth-child(2) {
  position: relative;
}

.ranks .rank:nth-child(2) p::before {
  content: "$";
  color: #333333;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  top: 40px;
  left: 0px;
}

.ranks .rank:nth-child(2) p .counting {
  padding-left: 30px;
}

.ranks p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  color: #828282;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ranks p span {
  color: #333333;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.ranks p .counting {
  display: inline-block;
}

.program,
.admission,
.cost,
.ranking,
.diversity,
.alumni,
.gallery {
  padding: 60px 100px 60px 0;
  border-bottom: 1px solid #c8c8c8;
}

.program-profile .section-label {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  margin-bottom: 30px;
}

.cost .label,
.ranking .label,
.diversity .label,
.available .label,
.recommended .label,
.blog .label,
.location .label,
.chart-container .chart-info h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  margin-bottom: 30px;
}

.program .text-content,
.admission .text-content,
.cost .text-content,
.ranking .text-content,
.diversity .text-content,
.alumni .text-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
  max-width: 80%;
}

.program .text-content p,
.admission .text-content p,
.cost .text-content p,
.ranking .text-content p,
.diversity .text-content p,
.alumni .text-content p {
  margin-top: 0;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.program .text-content ul li,
.admission .text-content ul li,
.cost .text-content ul li,
.ranking .text-content ul li,
.diversity .text-content ul li,
.alumni .text-content ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.program .text-content ul li:last-child,
.admission .text-content ul li:last-child,
.cost .text-content ul li:last-child,
.ranking .text-content ul li:last-child,
.diversity .text-content ul li:last-child,
.alumni .text-content ul li:last-child {
  margin-bottom: 0;
}

.program .text-content ul li span:first-child,
.admission .text-content ul li span:first-child,
.cost .text-content ul li span:first-child,
.ranking .text-content ul li span:first-child,
.diversity .text-content ul li span:first-child,
.alumni .text-content ul li span:first-child {
  color: #2a2828;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  width: 244px;
}

.program .text-content ul li span:nth-child(2),
.admission .text-content ul li span:nth-child(2),
.cost .text-content ul li span:nth-child(2),
.ranking .text-content ul li span:nth-child(2),
.diversity .text-content ul li span:nth-child(2),
.alumni .text-content ul li span:nth-child(2) {
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.program .text-content ul li .arrow,
.admission .text-content ul li .arrow,
.cost .text-content ul li .arrow,
.ranking .text-content ul li .arrow,
.diversity .text-content ul li .arrow,
.alumni .text-content ul li .arrow {
  background: url("/images/g-up-md.png");
  width: 14px;
  height: 9px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.program .text-content ul .other,
.admission .text-content ul .other,
.cost .text-content ul .other,
.ranking .text-content ul .other,
.diversity .text-content ul .other,
.alumni .text-content ul .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.program .text-content ul .other span:last-child,
.admission .text-content ul .other span:last-child,
.cost .text-content ul .other span:last-child,
.ranking .text-content ul .other span:last-child,
.diversity .text-content ul .other span:last-child,
.alumni .text-content ul .other span:last-child {
  width: calc(100% - 245px);
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.program ul {
  margin-top: 50px;
}

.program .button .btn {
  height: 40px;
  line-height: 38px;
  font-family: Montserrat;
  font-size: 12px;
  padding: 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  min-width: auto;
}

.program .button .btn:first-child {
  padding: 0 35px;
  margin-right: 35px;
}

.program .button .btn:nth-of-type(2) {
  margin: 0 15px 0 20px;
}

.year-tabs {
  display: none;
  padding: 0;
}

.year-tabs .active {
  display: block;
}

.year-tabs .hide {
  display: none;
}

.year-tabs .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 45px;
}

.year-tabs .top .label {
  color: #000000;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
}

.year-tabs .top .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #63666a;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.year-tabs .top .close img {
  margin-left: 15px;
}

.year-tabs .ul {
  position: relative;
  width: 100%;
  margin-top: 110px;
}

.year-tabs .ul .tab-link.current p,
.year-tabs .ul .tab-links.current p {
  background-color: var(--main-bg-color);
  color: #ffffff;
}

.year-tabs .ul .tab-link,
.year-tabs .ul .tab-links {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 33%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.year-tabs .ul .tab-link p,
.year-tabs .ul .tab-links p {
  margin: 0;
  cursor: pointer;
  line-height: 55px;
  height: 55px;
  text-align: center;
  background-color: #f2f2f2;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3a3838;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.year-tabs .ul .tab-link p:hover,
.year-tabs .ul .tab-links p:hover {
  background-color: var(--main-bg-color);
  color: #ffffff;
}

.year-tabs .ul .tab-link.tab-link1,
.year-tabs .ul .tab-links.tab-link1 {
  left: 0%;
}

.year-tabs .ul .tab-link.tab-link2,
.year-tabs .ul .tab-links.tab-link2 {
  left: 33.5%;
}

.year-tabs .ul .tab-link.tab-link3,
.year-tabs .ul .tab-links.tab-link3 {
  left: 67%;
}

.year-tabs .list {
  display: none;
  border-top: none;
  padding: 0 45px;
}

.year-tabs .list h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #2a2828;
  margin-bottom: 50px;
}

.year-tabs .list h5 span {
  font-size: 16px;
  position: relative;
  top: -2px;
  left: 10px;
}

.year-tabs .list .classes {
  border-top: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}

.year-tabs .list .classes .credits {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
}

.year-tabs .list .classes .credits p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #0d0d0d;
}

.year-tabs .list .classes .credits p img {
  margin-right: 10px;
}

.year-tabs .list .classes .credits p .num {
  font-size: 21px;
  margin-right: 5px;
}

.year-tabs .list .classes .credits .core {
  font-size: 20px;
  font-weight: 500;
  color: #2a2828;
  margin-top: 0;
}

.year-tabs .list .classes .topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.year-tabs .list .classes .topics .topic {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  max-width: 33%;
  color: #545050;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 30px;
  margin: 0 0 20px;
  position: relative;
}

.year-tabs .list .classes .topics .topic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url("/images/check.png") no-repeat center;
  width: 18px;
  height: 18px;
}

.year-tabs .list.current {
  display: inherit;
}

.alumni {
  border: none;
}

.chart-container {
  padding: 20px 0;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chart-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-container .container .chart-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 40%;
}

.chart-container .container .chart {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  max-width: 60%;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chart-container .container .chart #container {
  height: 100% !important;
  width: 100%;
  padding: 5px;
}

.chart-container .container .chart #container .highcharts-grid-line {
  stroke: #C5C9CD;
}

.chart-container .container .chart #container .highcharts-container {
  overflow: visible !important;
  padding: 5px;
  height: 600px !important;
}

.chart-container .container .chart #container .highcharts-container svg {
  height: 100%;
}

.chart-container .container .chart #container .highcharts-credits,
.chart-container .container .chart #container .highcharts-button-symbol,
.chart-container .container .chart #container .highcharts-background,
.chart-container .container .chart #container .highcharts-button-box,
.chart-container .container .chart #container .highcharts-legend {
  display: none;
}

.chart-container .container .chart #container .highcharts-point.highcharts-color-0 {
  fill: var(--main-bg-color);
}

.chart-container .container .chart #container .highcharts-point.highcharts-color-1 {
  fill: #565656;
}

.chart-container .container .chart #container .highcharts-markers.highcharts-series-1 {
  stroke: var(--main-bg-color);
}

.chart-container .container .chart #container .highcharts-series.highcharts-series-1 .highcharts-graph {
  stroke: #565656;
}

.chart-container .container .chart #container text {
  color: #565656 !important;
  font-family: Montserrat;
  fill: #565656 !important;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  /* Text style for "Liberal vs" */
}

.chart-container .container .chart-info p {
  color: #2a2828;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 35px;
}

.chart-container .container .chart-info p:last-child {
  margin-bottom: 45px;
}

.video-section {
  padding-top: 60px;
}

.videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.videos .vid {
  max-width: 33%;
  width: 100%;
  padding: 0 10px 25px;
  display: block;
  text-decoration: none;
  color: #2a2828;
}

.videos .vid .video-img {
  overflow: hidden;
  position: relative;
}

.videos .vid img:not(.play) {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 100%;
  height: 100%;
}

.videos .vid:hover img:not(.play) {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.videos .vid .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  z-index: 9;
}

.videos .vid .box h3 {
  margin-bottom: 10px;
  font-family: 'HK Grotesk', sans-serif;
}

.videos .vid .box p {
  font-weight: 400;
  margin: 0;
  max-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
.blog {
  margin-top: 45px;
}

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

.blog .news .post {
  width: 100%;
  background-color: #f2f2f2;
  min-height: 269px;
  padding: 88px 60px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.blog .news .post:first-child {
  margin-right: 55px;
}

.blog .news .post::after {
  content: "\201C";
  position: absolute;
  top: 10px;
  right: 33px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 124px;
  font-weight: 500;
}

.blog .news .post p {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.blog .news .post .link {
  margin-bottom: 25px;
  background: none;
}

.blog .news .post .link .svg {
  position: relative;
  top: 0px;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.blog .news .post .link:hover .svg {
  left: 5px;
}

.blog .news .post .facebook,
.blog .news .post .tweet {
  height: 44px;
  width: 44px;
  display: inline-block;
  background-color: #fff;
  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;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 50%;
}

.blog .news .post .facebook .svg,
.blog .news .post .tweet .svg {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.blog .news .post .facebook:hover .svg path,
.blog .news .post .tweet:hover .svg path {
  fill: #fff;
}

.blog .news .post .facebook:hover {
  background-color: #3B5999;
}

.blog .news .post .tweet:hover {
  background-color: #1DA1F3;
}
*/

.location {
  padding-top: 45px;
  padding-bottom: 60px;
  min-height: 400px;
  position: relative;
  z-index: 11;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}

.location .address {
  position: absolute;
  left: 10%;
  top: 150px;
  background: #fff;
  padding: 15px 45px;
  min-height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 467px;
  z-index: 5;
}

.location .address h5 {
  color: #35373a;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.location .address p span:first-child {
  color: #828282;
  display: block;
}

.location #map {
  height: 435px;
}

@media screen and (max-width: 1440px) {
  .year-tabs .list .classes .topics .topic {
    padding: 0 30px;
  }
  .school-heading .content .main-info .button .btn {
    min-width: 130px;
  }
}

@media screen and (max-width: 1366px) {
  .blog .news .post {
    padding: 50px 60px 33px;
  }
}

@media screen and (max-width: 1280px) {
  .school-heading .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .program,
  .admission,
  .cost,
  .ranking,
  .diversity,
  .alumni {
    padding: 80px 0;
  }
  .program-profile .section-label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 23%;
    flex: 1 0 23%;
    max-width: 25%;
  }
  .cost .label,
  .blog .label,
  .location .label,
  .ranking .label,
  .diversity .label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 23%;
    flex: 1 0 23%;
    max-width: 25%;
  }
  .program .text-content,
  .admission .text-content,
  .cost .text-content,
  .ranking .text-content,
  .diversity .text-content,
  .alumni .text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 77%;
    flex: 1 0 77%;
    max-width: 77%;
  }
}

@media screen and (max-width: 1024px) {
  .year-tabs .list .classes .topics .topic {
    padding: 0 10px 0 25px;
  }
  .year-tabs .list .classes .credits {
    max-width: 20%;
  }
  .program .button span {
    margin-bottom: 10px;
    display: block;
  }
  .program .button .btn {
    margin: 0 0 20px;
  }
  .program .button .btn:nth-of-type(2) {
    margin: 0 0 20px;
    width: calc(50% - 7.5px);
    margin-right: 10px;
  }
  .program .button .btn:nth-of-type(3) {
    margin: 0 0 20px;
    width: calc(50% - 7.5px);
  }
  .program .button .btn:first-child {
    margin: 0 0 20px;
    width: 100%;
  }
  .school-heading .content .logo {
    width: 160px;
    height: 160px;
  }
  .school-heading .content .main-info .button .btn {
    min-width: auto;
  }
  .school-heading .content .main-info .info p {
    font-size: 14px;
  }
  .ranks {
    padding: 40px 30px;
  }
  .ranks .rank:nth-child(2) p::before,
  .ranks .rank:nth-child(3) p::before {
    font-size: 30px;
    top: 24px;
  }
  .ranks .rank:first-child p::after {
    left: 40px;
  }
  .ranks p {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ranks p span {
    font-size: 30px;
  }
  .program .text-content ul li span:first-child,
  .admission .text-content ul li span:first-child,
  .cost .text-content ul li span:first-child,
  .ranking .text-content ul li span:first-child,
  .diversity .text-content ul li span:first-child,
  .alumni .text-content ul li span:first-child {
    font-size: 14px;
  }
  .program .text-content ul li span:nth-child(2),
  .admission .text-content ul li span:nth-child(2),
  .cost .text-content ul li span:nth-child(2),
  .ranking .text-content ul li span:nth-child(2),
  .diversity .text-content ul li span:nth-child(2),
  .alumni .text-content ul li span:nth-child(2) {
    font-size: 14px;
  }
  .program .text-content ul li span:last-child,
  .admission .text-content ul li span:last-child,
  .cost .text-content ul li span:last-child,
  .ranking .text-content ul li span:last-child,
  .diversity .text-content ul li span:last-child,
  .alumni .text-content ul li span:last-child {
    font-size: 14px;
  }
  .cost .label,
  .ranking .label,
  .diversity .label,
  .blog .label,
  .location .label {
    font-size: 20px;
  }
  .program-profile .section-label {
    font-size: 20px;
  }
  .chart-container .container .chart-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    max-width: 35%;
  }
  .chart-container .container .chart {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
    max-width: 65%;
    padding-left: 20px;
  }
  .videos .gallery .swiper-slide {
    padding: 0 30px;
  }
  .videos .gallery p br {
    display: none;
  }
  .blog .news .post {
    padding: 50px 25px 33px;
  }
  .blog .news .post .link {
    margin-bottom: 15px;
  }
  .location #map {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .school-image img {
    width: auto;
    max-width: 100%;
    min-height: 400px;
  }
  .school-heading {
    margin-top: -75px;
  }
  .school-heading .content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .school-heading .content .logo {
    margin-bottom: 15px;
    width: 128px;
    height: 128px;
  }
  .school-heading .content .logo img {
    max-width: 90px;
  }
  .school-heading .content .main-info .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .school-heading .content .main-info .info>p {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .school-heading .content .main-info .info p span {
    display: block;
    padding: 0;
  }
  .school-heading .content .main-info .info>div:not(.expire) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .school-heading .content .main-info .info>div p {
    font-size: 14px;
  }
  .school-heading .content .main-info .info>div p:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #c8c8c8;
  }
  .school-heading .content .main-info .info .button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .ranks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 30px 10px;
  }
  .ranks .rank:first-child p::after {
    left: 45px;
    top: 30px;
    background: url("/images/g-up-md.png") no-repeat;
  }
  .ranks .rank:nth-child(2) p::before,
  .ranks .rank:nth-child(3) p::before {
    font-size: 22px;
    top: 11px;
  }
  .ranks .rank p {
    font-size: 14px;
    line-height: 14px;
  }
  .ranks .rank p::before {
    font-size: 24px;
    left: 5px;
  }
  .ranks .rank p span {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0 20px;
  }
  .program,
  .admission,
  .cost,
  .ranking,
  .diversity,
  .alumni {
    padding: 35px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .program-profile .section-label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .program .text-content,
  .admission .text-content,
  .cost .label,
  .cost .text-content,
  .ranking .label,
  .ranking .text-content,
  .diversity .label,
  .diversity .text-content,
  .blog .label,
  .location .label,
  .alumni .text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .cost .label,
  .ranking .label,
  .diversity .label,
  .blog .label,
  .location .label {
    margin-bottom: 20px;
  }
  .program .text-content p,
  .admission .text-content p,
  .cost .text-content p,
  .ranking .text-content p,
  .diversity .text-content p,
  .alumni .text-content p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .program .text-content ul li,
  .admission .text-content ul li,
  .cost .text-content ul li,
  .ranking .text-content ul li,
  .diversity .text-content ul li,
  .alumni .text-content ul li {
    margin-bottom: 35px;
  }
  .program .button span,
  .admission .button span,
  .cost .button span,
  .ranking .button span,
  .diversity .button span,
  .alumni .button span {
    display: block;
    margin-bottom: 10px;
  }
  .program .button .btn:first-child,
  .admission .button .btn:first-child,
  .cost .button .btn:first-child,
  .ranking .button .btn:first-child,
  .diversity .button .btn:first-child,
  .alumni .button .btn:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 20px;
    width: 100%;
  }
  .program .button .btn:nth-of-type(2),
  .admission .button .btn:nth-of-type(2),
  .cost .button .btn:nth-of-type(2),
  .ranking .button .btn:nth-of-type(2),
  .diversity .button .btn:nth-of-type(2),
  .alumni .button .btn:nth-of-type(2) {
    width: calc(50% - 7.5px);
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .program .button .btn:last-of-type,
  .admission .button .btn:last-of-type,
  .cost .button .btn:last-of-type,
  .ranking .button .btn:last-of-type,
  .diversity .button .btn:last-of-type,
  .alumni .button .btn:last-of-type {
    width: calc(50% - 7.5px);
    display: inline-block;
    margin-bottom: 0;
  }
  .chart-container {
    padding: 40px 0;
  }
  .chart-container .container {
    display: block;
  }
  .chart-container .container .chart-info,
  .chart-container .container .chart {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .chart-container .container .chart {
    padding: 0;
  }
  .videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .videos .vid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .videos .vid .v {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .videos .vid .v .play {
    opacity: 1;
  }
  .videos .gallery {
    height: 400px;
    margin-bottom: 20px;
  }
  .blog h3 {
    font-size: 20px;
  }
  .blog .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog .news .post:first-child {
    margin-bottom: 20px;
  }
  .blog .news .post::after {
    top: 0;
  }
  .location {
    padding-top: 40px;
  }
  .location .address {
    padding: 0 5%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: auto;
    padding-left: 0;
  }
  .location .address h5 {
    color: #35373a;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .location .address p span {
    color: #2a2828;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .year-tabs .list .classes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .year-tabs .list .classes .credits {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .year-tabs .list .classes .topics .topic {
    max-width: 34%;
  }
}

@media screen and (max-width: 767px) {
  .school-heading .content .main-info {
    width: 100%;
  }
  .school-heading .content .main-info .info {
    width: 100%;
  }
  .school-heading .content .main-info .info .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .school-heading .content .main-info .info .button .btn {
    margin: 0 0 15px;
  }
  .school-heading .content .main-info .info .button .btn:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: calc(30% - 15px);
    margin-right: 15px;
  }
  .school-heading .content .main-info .info .button .btn:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    max-width: 70%;
  }
  .school-heading .content .main-info .info .button .btn:nth-child(2) {
    margin: 0 0 15px;
  }
  .school-heading .content .main-info .info .button .btn:last-child {
    width: 100%;
  }
  .program .text-content ul li,
  .admission .text-content ul li,
  .cost .text-content ul li,
  .ranking .text-content ul li,
  .diversity .text-content ul li,
  .alumni .text-content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .program .text-content ul li .arrow,
  .admission .text-content ul li .arrow,
  .cost .text-content ul li .arrow,
  .ranking .text-content ul li .arrow,
  .diversity .text-content ul li .arrow,
  .alumni .text-content ul li .arrow {
    top: -13px;
    left: 5px;
  }
  .year-tabs .ul {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .year-tabs .ul .tab-link {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .year-tabs .ul .tab-link:nth-child(2) {
    margin: 5px 0;
  }
  .year-tabs .ul .tab-link.tab-link1 {
    left: 0;
  }
  .year-tabs .ul .tab-link.tab-link2 {
    left: 0;
    margin: 5px 0;
  }
  .year-tabs .ul .tab-link.tab-link3 {
    left: 0;
  }
  .year-tabs .list {
    padding: 40px 20px;
    display: none;
  }
  .year-tabs .list h5 {
    margin-bottom: 30px;
  }
  .year-tabs .list .classes:last-child {
    padding: 40px 0 0;
  }
  .year-tabs .list .classes .topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .year-tabs .list .classes .topics .topic {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .year-tabs .list .classes .topics .topic:last-child {
    margin-bottom: 0;
  }
  .admission .text-content ul .other span:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .chart-container {
    padding-bottom: 0;
  }
  .chart-container .container .chart #container .highcharts-container {
    margin-top: 40px;
    height: auto !important;
  }
  .chart-container .container .chart #container .highcharts-container svg {
    padding: 70px;;
  }
}

@media screen and (max-width: 480px) {
  .school-image img {
    min-height: 300px;
  }
  .videos {
    margin-bottom: 30px;
  }
  .videos .vid .v .play {
    max-width: 25%;
  }
  .videos .gallery {
    text-align: center;
  }
  .videos .gallery h4 {
    margin: 60px 0;
    position: relative;
    z-index: 4;
  }
  .videos .gallery p {
    display: none;
  }
  .location #map {
    height: 350px;
  }
  .school-heading .content .main-info .info>div {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .school-heading .content .main-info .info>div p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .school-heading .content .main-info .info>div p:first-child {
    margin-right: 0;
  }
  .school-heading .content .main-info .info>div p:last-child {
    text-align: right;
  }
}

footer {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 320px) {
  .school-heading .content .main-info .info>div p {
    font-size: 12px;
  }
}

.top-buttons {
  position: relative;
}

.top-buttons .data-tooltip {
  position: absolute;
  top: 0px;
  right: -30px;
}

.school-mobile-profile {
  display: none;
}

#add_school_filters {
  position: relative;
  bottom: 75px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#add_school_filters .filter {
  margin-bottom: 30px;
  min-width: 140px;
}

.school-browse-listing:not(.infinite-school-listing) {
  counter-reset: counter;
}

.school-browse-listing .school-buttons .btn-box.with-fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.school-browse-listing .school-buttons .btn-box.with-fav .add-favorite {
  margin: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.school-browse-listing .school-buttons .btn-box.with-fav .add-favorite .svg path {
  fill: transparent;
}

.school-browse-listing .school-buttons .btn-box.with-fav .add-favorite .svg #Fill-1 {
  fill: #000;
}

.school-browse-listing .school-buttons .btn-box.with-fav .add-favorite.active .svg path {
  fill: var(--main-bg-color);
}

.school-browse-listing .school-buttons .btn-box.with-fav .add-favorite.active .svg #Fill-1 {
  fill: var(--main-bg-color);
}

.school-browse-listing .school-buttons .btn-box.with-fav .compare-btn {
  min-width: auto;
  width: 100%;
}

.school-browse-listing.match-counter .school-browse-box .img-box {
  position: relative;
}

.school-browse-listing.match-counter .school-browse-box .img-box:after {
  counter-increment: counter;
  content: counters(counter, ". 0");
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: var(--main-bg-color);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .container.school-videos-page.cultural-fit.user-profile .school-browse-box .school-info {
    margin-top: 20px;
  }
  .school-browse-listing.match-school .school-browse-box .match-buttons {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .school-browse-listing.match-school .school-browse-box .match-buttons .btn-box {
    width: auto;
  }
  .school-browse-listing.match-school .school-browse-box .match-buttons .top-buttons {
    margin-right: 20px;
  }
  .school-browse-listing.match-school .school-browse-box .match-buttons .top-buttons .btn-box {
    margin-right: 18px;
  }
  .school-browse-listing.match-school .school-browse-box .match-buttons .top-buttons .add-favorite {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .school-browse-listing.match-school .school-browse-box .school-info .apply-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .school-browse-listing.match-school .school-browse-box .school-info .apply-info>div+div {
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px;
    border: none;
  }
}

@media screen and (max-width: 600px) {
  .school-browse-listing.match-school .school-browse-box .custom-tooltip .data-tooltip::after,
  .school-browse-listing.match-school .school-browse-box .custom-tooltip .data-tooltip:before {
    -webkit-transform: translateX(-95%);
    -ms-transform: translateX(-95%);
    transform: translateX(-95%);
    right: 0;
    top: -25px;
  }
  .school-browse-listing.match-school .school-browse-box .custom-tooltip .data-tooltip::before {
    margin-top: 12px;
  }
  .school-browse-listing.match-school .school-browse-box .percentage span {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 14px !important;
  }
  .school-browse-listing.match-school .school-browse-box .top-buttons .data-tooltip {
    top: -5px;
    right: 0px;
  }
  .school-browse-listing.match-school .school-browse-box .match-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .school-browse-listing.match-school .school-browse-box .match-buttons .top-buttons {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .school-browse-listing.match-school .school-browse-box .match-buttons .top-buttons .btn-box {
    width: 70%;
    margin: 0 10px 0 0;
  }
  .school-browse-listing.match-school .school-browse-box .match-buttons .btn-box {
    width: 100%;
  }
}

.school-browse-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #dfdfdf;
  padding: 1.5% 3%;
  margin-bottom: 20px;
}

.school-browse-box.school-premium {
  border: none;
  background-color: #f2f2f2;
  padding: 25px;
  margin-bottom: 60px;
}

.school-browse-box.school-premium .img-box {
  background-color: #fff;
}

.school-browse-box.school-premium .school-buttons.match-buttons {
  max-width: 300px;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.school-browse-box.school-premium .school-buttons.match-buttons .top-buttons .btn-box {
  margin-right: 0;
}

.school-browse-box .img-box {
  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;
}

.school-browse-box .img-box a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.school-browse-box .img-box a img {
  display: block;
}

.school-browse-box .school-info .school-fee-program {
  min-height: 53px;
}

.school-browse-box .school-info .school-fee-program .fee {
  display: inline-block;
  padding-top: 30px;
}

.school-browse-box .school-info .school-program-profile {
  width: 100%;
}

.school-browse-box .school-info .school-program-profile p {
  color: #1f2630;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.school-browse-box .school-info .school-program-profile .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.school-browse-box .school-info .school-program-profile .link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 30%;
  border: 1px solid #000000;
  height: 40px;
  color: #000000;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-bottom: 20px;
}

.school-browse-box .school-info .school-program-profile .link-box a:nth-child(2),
.school-browse-box .school-info .school-program-profile .link-box a:nth-child(5) {
  margin: 0 20px 20px;
}

.school-browse-box .school-info .school-program-profile .link-box a .custom-tooltip .data-tooltip {
  margin: 0 0 0 10px;
}

.school-browse-box .school-info .school-description {
  margin-right: 35px;
  margin-bottom: 25px;
}

.school-browse-box .school-info .school-description .title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.school-browse-box .school-info .school-description .title-container h3 {
  margin-bottom: 0;
}

.school-browse-box .school-info .school-description h3,
.school-browse-box .school-info .school-description h3 a {
  color: #1f2630;
  font-family: "HK Grotesk";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  text-decoration: none;
}

.school-browse-box .school-info .apply-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.school-browse-box .school-info .apply-info .eligibility,
.school-browse-box .school-info .apply-info .probability {
  color: #1f2630;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
}

.school-browse-box .school-info .apply-info .probability .percentage span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50% 50% 50% 0;
  background-color: #76c612;
  color: #fff;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 700;
  margin-left: 3px;
}

.school-browse-box .school-info .apply-info>div+div {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #d8d8d8;
}

.school-browse-box .school-info .school-location,
.school-browse-box .school-info .school-location a {
  color: #949494;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.school-browse-box .school-info .school-location {
  background-image: url(/images/location-icon.svg);
  background-size: 11px 15px;
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 18px;
}

.school-browse-box .school-fee-program+.school-fee-program {
  margin-left: 59px;
}

.school-browse-box .school-fee-program span {
  color: #949494;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.school-browse-box .school-fee-program span span {
  color: #1f2630;
}

.school-browse-box .school-buttons .btn {
  margin: 10px 0;
  min-width: 210px;
}

.school-browse-box .school-buttons .compare-btn .hidden-text {
  font-size: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.school-browse-box .school-buttons .compare-btn.active {
  font-size: 0;
}

.school-browse-box .school-buttons .compare-btn.active .hidden-text {
  font-size: 12px;
}

.school-browse-box .school-buttons.match-buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: none;
  padding: 0;
  max-width: 280px;
  width: 100%;
}

.school-browse-box .school-buttons.match-buttons .top-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.school-browse-box .school-buttons.match-buttons .top-buttons .btn-box {
  width: auto;
  margin: 0 20px 0 0;
}

.school-browse-box .school-buttons.match-buttons .add-favorite {
  width: 44px;
  height: 40px;
  display: inline-block;
}

.school-browse-box .school-buttons.match-buttons .add-favorite.active g path {
  fill: var(--main-bg-color);
}

.school-browse-box .school-buttons.match-buttons .add-favorite.active svg path {
  fill: var(--main-bg-color);
}

.school-browse-box .school-buttons.match-buttons .add-favorite svg,
.school-browse-box .school-buttons.match-buttons .add-favorite img {
  margin-top: 11px;
  width: 20px;
  height: 18px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.school-browse-box .school-buttons.match-buttons .add-favorite svg g path {
  fill: #000;
}

.school-browse-box .school-buttons.match-buttons .add-favorite svg path {
  fill: #fff;
}

.school-browse-box .school-buttons.match-buttons .refresh {
  width: 44px;
  height: 40px;
  background-color: #f2f2f2;
  background-position: center center;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  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;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.school-browse-box .school-buttons.match-buttons .refresh svg,
.school-browse-box .school-buttons.match-buttons .refresh .svg {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.school-browse-box .school-buttons.match-buttons .refresh:not(.active) svg,
.school-browse-box .school-buttons.match-buttons .refresh:not(.active) svg path {
  fill: #000;
}

.school-browse-box .school-buttons.match-buttons .refresh.active {
  background-color: var(--main-bg-color);
}

.school-browse-box .school-buttons.match-buttons .refresh.active svg,
.school-browse-box .school-buttons.match-buttons .refresh.active .svg {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.school-browse-box .school-buttons.match-buttons .btn-box {
  width: 100%;
}

.school-browse-box .school-buttons.match-buttons .btn {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .school-browse-box .school-fee-program {
    margin-top: 5px;
  }
  .school-browse-box .school-fee-program+.school-fee-program {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .school-browse-box .link-box {
    display: none !important;
  }
  .school-browse-box .school-mobile-profile {
    display: block;
  }
  .school-browse-box.school-premium .school-buttons.match-buttons {
    max-width: 100%;
  }
  .school-browse-box.school-premium .school-buttons.match-buttons .top-buttons .btn-box {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .school-browse-box {
    padding: 5%;
  }
  .school-browse-box .school-info .link {
    background: url(/images/arrow-right.svg) no-repeat 97% 6px;
  }
  .school-browse-box .school-info .link+.link {
    margin-left: 0;
  }
  .school-browse-box.school-premium .school-buttons.match-buttons {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .school-browse-box.school-premium .school-buttons.match-buttons .top-buttons {
    margin-bottom: 20px;
  }
  .school-browse-box.school-premium .school-buttons.match-buttons .top-buttons .btn-box {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .school-browse-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .school-browse-box .school-info {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
  .school-browse-box .school-info .school-description {
    text-align: center;
    margin-right: 0;
  }
  .user-profile .school-attributes-wrapper.s-screen {
    justify-content: center;
  }
  .school-browse-box .more-options-container .school-attributes {
    text-align: center;
  }
  .school-browse-box .school-info .school-description .title-container {
    justify-content: center;
  }
  .school-browse-box .school-info .school-description h3 {
    margin-left: 25px;
  }
  .school-buttons {
    width: 100%;
    text-align: center;
  }
  .more-options-container .school-buttons {
    justify-content: center;
  }
  .more-options-container .school-buttons .btn-box {
    width: 100%;
    margin-right: 0;
  }
  .school-buttons .btn-box {
    display: block;
  }
  .school-buttons .btn-match {
    margin-bottom: 20px;
  }
  .school-browse-box .see-more-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .school-browse-box .see-more-btn .link {
    margin-top: 0;
  }
  .school-browse-box .see-more-btn a.link::after {
    transform: rotate(45deg);
    top: -5px;
  }
  .personal-match span.label {
    max-width: none !important;
  }
}

@media screen and (max-width: 600px) {
  .school-browse-box .form-row.school-mobile-profile {
    margin: 0;
  }
  .school-browse-box .form-row.school-mobile-profile .form-group {
    margin: 0;
  }
  .school-browse-box .form-row.school-mobile-profile .form-group .select2-container {
    width: 100% !important;
  }
  .school-browse-box .img-box,
  .school-browse-box .school-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
  }
  .school-browse-box .img-box {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .school-browse-box .school-info {
    padding-left: 0;
  }
  .school-browse-box .school-info .school-description .apply-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .school-browse-box .school-info .school-description .apply-info>div+div {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .school-browse-box .school-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .school-browse-box .school-buttons .btn-box {
    width: 100%;
  }
  .school-browse-box .school-buttons .btn-box+.btn-box {
    margin-top: 15px;
  }
  .school-browse-box .school-buttons .btn {
    margin: 0;
    min-width: inherit;
    width: 100%;
  }
  .school-browse-box .school-buttons .btn:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .school-browse-box .school-info .school-description .title-container h3 {
    margin-left: 0;
  }
  .school-attributes-wrapper.s-screen .school-attributes .attribute-box .icon-wrapper {
    margin-bottom: -5px;
  }
  .attribute-box p span.result {
    font-size: 16px;
  }
  .attribute-box p span.label {
    font-size: 14px;
  }
}

.compare-school-profile {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-animation: compare-out .4s ease-out forwards;
  animation: compare-out .4s ease-out forwards;
  background: #fff;
  min-height: 100vh;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.compare-school-profile.visible {
  opacity: 1;
}

.compare-school-profile.active {
  -webkit-animation: compare-in .4s ease-out forwards;
  animation: compare-in .4s ease-out forwards;
}

.compare-school-profile .compare-header {
  background-color: var(--main-bg-color);
  height: 90px;
  transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  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;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.compare-school-profile .compare-header.active {
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.compare-school-profile .compare-header.active .text:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.compare-school-profile .compare-header .text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  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;
}

.compare-school-profile .compare-header .text:after {
  content: '';
  width: 16px;
  height: 9px;
  background: url(/images/compare-arrow.svg);
  margin-left: 10px;
}

.compare-school-profile .compare-header .text .compare-count {
  background-color: #fff;
  color: var(--main-bg-color);
  font-size: 13px;
  font-weight: 700;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  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;
  margin: -30px 0 0 7px;
  -webkit-animation: bounce 0.5s ease-in infinite alternate;
  animation: bounce 0.5s ease-in infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 0.85);
    transform: translateY(0) scale(1, 0.85);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 0.85);
    transform: translateY(0) scale(1, 0.85);
  }
}

.compare-school-profile .compare-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 90px;
  padding-bottom: 40px;
  overflow: auto;
  max-height: 100vh;
}

.compare-school-profile .compare-content hr {
  margin: 50px 0 25px 0;
  border: 0;
  height: 1px;
  background-color: #dfdfdf;
}

.compare-school-profile .table-info {
  position: relative;
  padding-bottom: 30px;
}

.compare-school-profile .add-compare-school {
  position: absolute;
  top: 13px;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--main-bg-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.compare-school-profile .add-compare-school:disabled {
  background: #dfdfdf;
  cursor: no-drop;
}

.compare-school-profile .add-compare-school:after,
.compare-school-profile .add-compare-school:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 12px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.compare-school-profile .add-compare-school:before {
  margin-left: -6px;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

table.compare-table {
  width: 100%;
  border-collapse: collapse;
}

table.compare-table thead tr th {
  text-align: left;
}

table.compare-table thead tr th:first-child {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  padding-left: 0;
}

table.compare-table tr td,
table.compare-table tr th {
  padding: 20px;
  width: 25%;
}

table.compare-table tbody tr:nth-child(odd) td {
  background: #f2f2f2;
}

table.compare-table tr td {
  color: #2a2828;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 700;
}

table.compare-table tr td:first-child {
  color: #2a2828;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

table.compare-table tr td:first-child span {
  display: block;
  font-size: 12px;
}

table.compare-table.table-header {
  margin-top: 20px;
}

table.compare-table.table-header+hr {
  margin-bottom: 0;
  margin-top: 10px;
}

table.compare-table.table-header tr td {
  background: transparent !important;
}

table.compare-table.table-header tr td .school-title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

table.compare-table.table-header tr td .school-title .remove {
  margin: -10px 0 0 5px;
  opacity: .5;
}

table.compare-table.table-header tr td .school-title>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.recalculate-matching {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--main-bg-color);
  padding: 18px;
  text-align: center;
  z-index: 9999;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.recalculate-matching.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.recalculate-matching .btn-box .btn {
  padding: 14px 20px;
  color: #fff;
  border-color: #fff;
  max-width: 380px;
  width: 100%;
}

.recalculate-matching .btn-box .btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.recalculate-matching .btn-box .btn .count-matching {
  margin-left: 5px;
  color: var(--main-bg-color);
  font-size: 13px;
  font-weight: 700;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.recalculate-matching .btn-box .btn .count-matching:hover {
  background-color: var(--main-bg-color);
  color: #fff;
}

@-webkit-keyframes compare-in {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

@keyframes compare-in {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes compare-out {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@keyframes compare-out {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

.sure-modal.sure-modal {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 26, 26, 0.51);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sure-modal .message {
  background: #fff;
  width: 500px;
  min-height: 263px;
  padding: 40px 30px;
}

.sure-modal .message h5 {
  color: #1f2630;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.sure-modal .message p {
  color: #909399;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 20px;
}

.sure-modal .message .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sure-modal .message .button .btn {
  min-width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: calc(50% - 15px);
}

.sure-modal .message .button .btn.no {
  background: #f2f2f2;
  color: #323131;
  border: none;
}

.sure-modal.active {
  z-index: 99999;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .compare-school-profile .add-compare-school {
    display: none;
  }
  .sure-modal .message {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  #add_school_filters {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .explore-degree .form-group.btn-group .dropdown {
    top: 35%;
  }
}

.heading-image.register-form {
  margin-bottom: 0;
}

.log.reg .container {
  padding-bottom: 84px;
}

.log.reg #register_form,
.log.reg #register_formwebinar {
  background: #fff;
}

.log.reg #register_form .form-group label.error,
.log.reg #register_formwebinar .form-group label.error {
  -webkit-transform: translateY(315%);
  -ms-transform: translateY(315%);
  transform: translateY(315%);
}

.log.reg #register_form .checking,
.log.reg #register_formwebinar .checking {
  margin-bottom: 30px;
}

.log.reg #register_form fieldset,
.log.reg #register_formwebinar fieldset {
  padding: 0;
}

.log.reg #register_form .steps,
.log.reg #register_formwebinar .steps {
  display: none;
}

.log.reg #register_form .actions,
.log.reg #register_formwebinar .actions {
  opacity: 0;
  z-index: 0;
  position: absolute;
}

.log.reg .log-form.register-form {
  display: block;
  width: 705px;
  padding: 40px;
  margin: auto;
  opacity: 1;
  margin-top: 110px;
}

.log-form.register-form .form-wrapper {
  padding: 0;
}

.log-form.register-form h3 {
  margin: 10px 0;
}

.log-form.register-form .title-box {
  margin-bottom: 40px;
}

.log-form.register-form .title-link a {
  font-size: 14px;
}

.log-form.register-form .u-btn {
  max-width: 400px;
  margin: auto;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .log.reg .container {
    padding-bottom: 40px;
  }
  .log.reg .log-form.register-form {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .log.reg {
    padding-top: 0;
  }
  .log.reg .container {
    padding-top: 40px;
  }
  .log.reg .log-form.register-form {
    background: transparent;
    padding: 20px 0 20px;
    box-shadow: none;
    margin-top: 50px;
  }
  .log.reg .log-form.register-form fieldset {
    padding: 20px 10px;
  }
  .log.reg .log-form.register-form .form-wrapper form .form-row {
    margin: 10px 0;
  }
  .log.reg .log-form.register-form .form-wrapper form .form-row .form-group {
    margin: 0 0 30px;
  }
  .log .log-form.register-form .form-wrapper form .name,
  .log .log-form.register-form .form-wrapper form .phone {
    flex-wrap: wrap;
  }
  .log.reg .log-form.register-form .form-wrapper form .input,
  .log .log-form.register-form .form-wrapper form .form-row.phone .form-group {
    height: 40px;
    max-width: none;
    flex: 1 0 100%;
  }
  .log.reg .log-form.register-form h3 {
    line-height: 1.2;
  }
  .log .log-form.register-form .form-wrapper form .form-row.phone .input {
    margin-top: 20px;
  }
  .log.reg .log-form.register-form .form-wrapper form .box_1 {
    margin-bottom: 40px;
  }
  .log.reg .log-form.register-form .form-wrapper form .box_1 label.error {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
  }
  .log.reg .log-form.register-form .form-wrapper form .pass .check-pass img {
    top: 18px;
  }
}

.heading-image.login-form {
  margin-bottom: 0;
  display: block;
  height: auto;
}

@-webkit-keyframes float {
  from {
    -webkit-transform: rotate(-0.001deg) translate3d(3px, 0, 0) rotate(-0.001deg);
    transform: rotate(-0.001deg) translate3d(3px, 0, 0) rotate(-0.001deg);
  }
  to {
    -webkit-transform: rotate(360.001deg) translate3d(3px, 0, 0) rotate(-360.001deg);
    transform: rotate(360.001deg) translate3d(3px, 0, 0) rotate(-360.001deg);
  }
}

@keyframes float {
  from {
    -webkit-transform: rotate(-0.001deg) translate3d(3px, 0, 0) rotate(-0.001deg);
    transform: rotate(-0.001deg) translate3d(3px, 0, 0) rotate(-0.001deg);
  }
  to {
    -webkit-transform: rotate(360.001deg) translate3d(3px, 0, 0) rotate(-360.001deg);
    transform: rotate(360.001deg) translate3d(3px, 0, 0) rotate(-360.001deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes visible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes visible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.home-match.fit {
  padding: 40px 0 35px;
  border: none;
}

.explore-degree.fit-pop {
  background: #fff;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 0;
}

.explore-degree.fit-pop h3 {
  color: #000000;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}

.explore-degree.fit-pop p {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.log.fit .log-front {
  border: none;
  padding: 65px 0 65px;
}

.log.fit .log-form .form-wrapper #fit-forms,
.log.fit .fit-form .form-wrapper #fit-forms {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}

.log.fit .log-form .form-wrapper #fit-forms .actions,
.log.fit .fit-form .form-wrapper #fit-forms .actions {
  left: 0;
}

.log.fit .log-form .form-wrapper form .step-contents>p,
.log.fit .fit-form .form-wrapper form .step-contents>p {
  margin: 0;
}

.log.fit .log-form .form-wrapper form .step-contents>p .currents,
.log.fit .fit-form .form-wrapper form .step-contents>p .currents {
  color: #35373a;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.log.fit .log-form .form-wrapper form .step-contents>p .max,
.log.fit .fit-form .form-wrapper form .step-contents>p .max {
  opacity: 0.3;
  color: #35373a;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  left: 7px;
}

.log.fit .log-form .form-wrapper form .step-contents>p .max::before,
.log.fit .fit-form .form-wrapper form .step-contents>p .max::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #5e5e5e;
  opacity: 0.8;
  width: 18px;
  left: 0px;
  top: 8px;
}

.log.fit .log-form .form-wrapper form .form-swiper,
.log.fit .log-form .form-wrapper form .form-swiper1,
.log.fit .log-form .form-wrapper form .form-swiper2,
.log.fit .fit-form .form-wrapper form .form-swiper,
.log.fit .fit-form .form-wrapper form .form-swiper1,
.log.fit .fit-form .form-wrapper form .form-swiper2 {
  padding-top: 30px;
}

.log.fit .log-form .form-wrapper form .swiper-pagination,
.log.fit .log-form .form-wrapper form .swiper-pagination1,
.log.fit .log-form .form-wrapper form .swiper-pagination2,
.log.fit .fit-form .form-wrapper form .swiper-pagination,
.log.fit .fit-form .form-wrapper form .swiper-pagination1,
.log.fit .fit-form .form-wrapper form .swiper-pagination2 {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0;
  width: auto;
  height: 20px;
  color: transparent;
}

.log.fit .log-form .form-wrapper form h5,
.log.fit .fit-form .form-wrapper form h5 {
  color: #35373a;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.how-to-help.faq.fit {
  border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 1366px) {
  .log.fit .fit-form .form-wrapper form h5,
  .log.fit .fit-form .form-wrapper #fit-forms h5 {
    line-height: 30px;
  }
  .log.fit .fit-form .form-wrapper form label.error,
  .log.fit .fit-form .form-wrapper #fit-forms label.error {
    line-height: 18px;
    -webkit-transform: translateY(231%);
    -ms-transform: translateY(231%);
    transform: translateY(231%);
  }
  .log.fit .fit-form .form-wrapper form .checking label.error,
  .log.fit .fit-form .form-wrapper #fit-forms .checking label.error {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  .log.fit .fit-form .form-wrapper form fieldset,
  .log.fit .fit-form .form-wrapper #fit-forms fieldset {
    padding: 45px 30px 20px;
  }
  .log.fit .fit-form .form-wrapper form fieldset .input,
  .log.fit .fit-form .form-wrapper #fit-forms fieldset .input {
    margin-bottom: 30px;
  }
  .log.fit .fit-form .form-wrapper form .actions,
  .log.fit .fit-form .form-wrapper #fit-forms .actions {
    margin-top: -110px;
  }
  .log.fit .fit-form .form-wrapper form .actions ul,
  .log.fit .fit-form .form-wrapper #fit-forms .actions ul {
    margin: 0 0 0 317px;
    padding: 0;
  }
  .log.fit .fit-form .form-wrapper form .actions ul li,
  .log.fit .fit-form .form-wrapper #fit-forms .actions ul li {
    padding-bottom: 30px;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 768px) {
  .log .log-front .log-info h3 {
    margin: 20px 0 0;
    font-size: 24px;
  }
  .log .log-front .log-info .btn-box .btn {
    margin-right: 0;
  }
  .explore-degree.fit-pop.visible {
    margin-bottom: 30px;
  }
  .log.fit .fit-form {
    padding: 30px 0;
  }
  .log.fit .fit-form .form-wrapper {
    position: relative;
    padding: 20px 30px;
  }
  .log.fit .fit-form .form-wrapper .tab-count {
    right: 30px;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
  }
  .log.fit .fit-form .form-wrapper #fit-forms,
  .log.fit .fit-form .form-wrapper form {
    position: relative;
    background: #f2f2f2;
    padding: 0;
  }
  .log.fit .fit-form .form-wrapper #fit-forms fieldset,
  .log.fit .fit-form .form-wrapper form fieldset {
    margin: 0;
  }
  .log.fit .fit-form .form-wrapper #fit-forms fieldset .input,
  .log.fit .fit-form .form-wrapper form fieldset .input {
    height: 40px;
  }
  .log.fit .fit-form .form-wrapper #fit-forms fieldset .name .input label.error,
  .log.fit .fit-form .form-wrapper form fieldset .name .input label.error {
    -webkit-transform: translateY(114%);
    -ms-transform: translateY(114%);
    transform: translateY(114%);
  }
  .log.fit .fit-form .form-wrapper #fit-forms fieldset .name .input p,
  .log.fit .fit-form .form-wrapper form fieldset .name .input p {
    top: 30px;
  }
  .log.fit .fit-form .form-wrapper #fit-forms fieldset .name .input input:focus+p,
  .log.fit .fit-form .form-wrapper form fieldset .name .input input:focus+p {
    top: 10px;
    padding: 0;
  }
  .log.fit .fit-form .form-wrapper #fit-forms .steps,
  .log.fit .fit-form .form-wrapper form .steps {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .log.fit .fit-form .form-wrapper #fit-forms .content,
  .log.fit .fit-form .form-wrapper form .content {
    padding-top: 100px;
    padding-bottom: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .log.fit .fit-form .form-wrapper #fit-forms .actions,
  .log.fit .fit-form .form-wrapper form .actions {
    margin-top: -40px;
  }
  .log.fit .fit-form .form-wrapper #fit-forms .actions ul,
  .log.fit .fit-form .form-wrapper form .actions ul {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .explore-degree.fit-pop h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .log.fit .log-form .form-wrapper,
  .log.fit .fit-form .form-wrapper {
    padding: 0;
  }
  .log.fit .log-form .form-wrapper form .form-swiper,
  .log.fit .log-form .form-wrapper form .form-swiper1,
  .log.fit .log-form .form-wrapper form .form-swiper2,
  .log.fit .fit-form .form-wrapper form .form-swiper,
  .log.fit .fit-form .form-wrapper form .form-swiper1,
  .log.fit .fit-form .form-wrapper form .form-swiper2 {
    padding-top: 20px;
  }
  .log.fit .fit-form {
    background: #fff;
    padding: 0;
  }
  .log.fit .fit-form .form-wrapper .tab-count {
    right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .log.fit .fit-form .form-wrapper #fit-forms fieldset {
    padding: 45px 0 20px;
  }
}

@media screen and (max-width: 649px) {
  .log .fit-form .form-wrapper form .pass .check-pass img {
    top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .log.fit .log-form .form-wrapper>.tab-count {
    -webkit-transform: translateY(105%);
    -ms-transform: translateY(105%);
    transform: translateY(105%);
  }
  .log.fit .fit-form .form-wrapper>.tab-count {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (max-width: 320px) {
  .title-box {
    margin: 44px 0 20px 0;
  }
  .log.fit .log-form .form-wrapper>.tab-count {
    -webkit-transform: translateY(125%);
    -ms-transform: translateY(125%);
    transform: translateY(125%);
  }
}

.heading-image.school-prof {
  display: none;
}

.nameIn .in {
  margin-top: 20px;
  margin-left: 15px;
}

.nameIn .in .svg .text,
.nameIn .in .svg .line {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.nameIn .in:hover .svg .text {
  fill: #000;
}

.nameIn .in:hover .svg .line {
  fill-opacity: 1;
}

.articles-container.webinar-container .article .article-img-box img {
  opacity: 0.8;
}

.articles-container.webinar-container .article .article-img-box:hover img {
  opacity: 0.6;
}

.webinar-records h4 {
  color: #333333;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 55px;
}

.webinar-records .record {
  margin-bottom: 50px;
  min-height: 165px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.webinar-records .record:last-child {
  margin-bottom: 65px;
}

.webinar-records .record .all-articles {
  margin: 0;
}

.webinar-records .record .all-articles.all-videos .article {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 0;
  max-width: 100%;
  margin-bottom: 0;
}

.webinar-records .record .video {
  max-width: 150px;
  width: 100%;
  margin-right: 44px;
}

.webinar-records .record .video .all-articles.all-videos .article .article-img-box .link {
  background: url(/images/play-sm.png) no-repeat 50% 50%;
}

.webinar-records .record .video .all-articles.all-videos .article .article-img-box figure img {
  width: 100%;
}

.webinar-records .record .web-info {
  border-right: 1px solid rgba(151, 151, 151, 0.44);
  width: 100%;
  padding-right: 80px;
}

.webinar-records .record .web-info h5 {
  margin: 0;
  color: #1f2630;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.webinar-records .record .web-info .topic {
  margin: 12px 0 15px;
}

.webinar-records .record .web-info .topic,
.webinar-records .record .web-info .info {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.webinar-records .record .watch {
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.webinar-records .record .watch .btn-box .btn {
  padding: 12px 20px;
}

.faq-alumni {
  padding-top: 0;
  margin-bottom: 65px;
}

.faq-alumni .title-box {
  margin-top: 0;
}

@media screen and (max-width: 1366px) {
  .webinar-records .record .web-info {
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .school-heading.user .content .logo img {
    max-width: 122px;
  }
  .school-heading.user .content .main-info .info>div p:first-child {
    text-align: right;
  }
  .nameIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nameIn .in {
    margin: 10px 0 0;
  }
  .nameIn .in .svg .text,
  .nameIn .in .svg .line {
    fill: #000;
  }
  .webinar-records .record {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .webinar-records .record .video {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 30%;
  }
  .webinar-records .record .web-info {
    border: none;
  }
  .webinar-records .record .watch {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .school-heading.user .content .main-info .info .button .btn:first-child,
  .school-heading.user .content .main-info .info .button .btn:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .webinar-records .record .watch {
    width: 100%;
    padding-left: 0 !important;
  }
  .webinar-records .record .watch .button.btn-box {
    width: 100%;
  }
  .webinar-records .record .watch .button.btn-box .btn {
    width: 100%;
  }
  .school-heading.user .content .main-info .info>div p:last-child {
    text-align: left;
    padding-left: 20px;
  }
  .webinar-records .record {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .webinar-records .record .all-articles.all-videos {
    width: 100%;
  }
  .webinar-records .record .video {
    margin: 0 0 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .webinar-records .record .watch {
    width: 100%;
  }
  .webinar-records .record .watch .button.btn-box {
    width: 100%;
  }
  .alumni-image img {
    min-height: 250px;
  }
}

.webinar-records.connect {
  margin-top: 35px;
}

.container.connect .explore-degree {
  margin-bottom: 65px;
}

.webinar-records .record:last-child {
  border: none;
  padding-bottom: 0;
}

.webinar-records .record .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.webinar-records .record .video .prof-wrapper {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  overflow: hidden;
}

.webinar-records .record .watch .button.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.webinar-records .record .watch .button.btn-box .btn {
  min-width: 180px;
}

.webinar-records .record .watch .article {
  margin: 0px;
  text-align: center;
}

.webinar-records .record .watch .article .webinar-profile .link {
  background: url(/images/arrow-right.svg) no-repeat right 5px;
}

@media screen and (max-width: 768px) {
  .container.connect .articles-container {
    padding: 0;
    margin-bottom: 30px;
  }
  .container.connect .articles-container .title-box .title-link a {
    font-size: 14px;
  }
  .webinar-records .record {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .webinar-records .record:last-child {
    border: none;
    padding-bottom: 0;
  }
  .webinar-records .record .video {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .webinar-records .record .watch {
    padding-left: calc(30% + 35px);
  }
  .webinar-records .record .watch .article {
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .connect .webinar-records .record .web-info {
    text-align: center;
  }
  .connect .webinar-records .record .watch {
    padding: 0;
    width: 100%;
  }
  .connect .webinar-records .record .watch .button.btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
  }
}

.heading-image.cultural-image {
  min-height: 500px;
}

.heading-image.cultural-image .header-caption {
  padding-top: 150px;
}

.heading-image.cultural-image .container .title-box p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.heading-image.cultural-image .container .title-box p span {
  display: block;
  margin-bottom: 20px;
}

.container.cultural-fit .desc {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.container.cultural-fit .stand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container.cultural-fit .stand .chart-spider svg {
  width: 100%;
}

.container.cultural-fit .stand .talk h4 {
  color: #333333;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  text-transform: uppercase;
  margin: 50px 0 25px;
}

.container.cultural-fit .stand .talk p {
  margin: 0 0 40px;
}

.container.cultural-fit .stand .stand-chart,
.container.cultural-fit .stand .talk {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: calc(50% - 35px);
}

.container.cultural-fit .stand .stand-chart {
  padding: 0 100px;
  overflow: visible !important;
}

.container.cultural-fit .stand .share {
  margin-top: 110px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70px;
  flex: 1 0 70px;
  max-width: 70px;
  text-align: center;
  padding: 25px 0;
  background-color: #f2f2f2;
  height: 240px;
}

.container.cultural-fit .stand .share p {
  color: #000000;
  font-weight: 500;
  margin: 0 0 20px;
}

.container.cultural-fit .stand .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cultural-fit .stand .share ul li {
  margin-bottom: 15px;
}

.container.cultural-fit .stand .share ul li:last-child {
  margin-bottom: 0;
}

.container.cultural-fit .stand .share ul li a {
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.container.cultural-fit .stand .share ul li a .svg path {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.container.cultural-fit .stand .share ul li a:hover .svg path {
  fill: #fff;
}

.container.cultural-fit .stand .share ul li:nth-child(1) a:hover {
  background-color: #3B5999;
}

.container.cultural-fit .stand .share ul li:nth-child(2) a:hover {
  background-color: #1DA1F3;
}

.container.cultural-fit .stand .share ul li:nth-child(3) a:hover {
  background-color: #000;
}

.container.cultural-fit .stand .stand-chart .highcharts-container {
  overflow: visible !important;
}

.container.cultural-fit .stand .stand-chart .highcharts-container svg {
  height: 500px;
}

.container.cultural-fit .fitting-schools {
  position: relative;
}

.container.cultural-fit .fitting-schools h4 {
  color: #333333;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school {
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 20px;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .expand-chart {
  position: absolute;
  bottom: 40px;
  right: 0px;
  top: 30px;
  cursor: pointer;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-browse-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  max-width: 75%;
  border: none;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-buttons.match-buttons {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options {
  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;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .button {
  margin-right: 30px;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link {
  background: url(/images/arrow-right.svg) no-repeat 97% 6px;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link:hover {
  background: url(/images/arrow-right.svg) no-repeat right 6px;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper span {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 11;
  cursor: pointer;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal {
  background: #fff;
  border: 1px solid #000;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  max-height: 61%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal span {
  display: inline-block;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart {
  max-height: inherit;
  padding: 0;
  overflow: visible !important;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart .highcharts-xaxis-labels text {
  color: #565656 !important;
  fill: #565656 !important;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart .highcharts-container {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  max-height: inherit;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart .highcharts-container svg {
  text-align: center !important;
  margin: auto;
  display: inherit;
  max-height: inherit;
  overflow: visible !important;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal+.expand-chart+.chart-overlay {
  background: rgba(174, 174, 174, 0.88);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper .stand-chart {
  max-height: 251px;
  overflow: visible !important;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper .stand-chart svg {
  max-height: 251px;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper .stand-chart .highcharts-xaxis-labels text {
  fill: transparent !important;
  color: transparent !important;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper .stand-chart .highcharts-xaxis-labels text:nth-child(1) {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper .stand-chart .highcharts-xaxis-labels text:nth-child(4) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.container.cultural-fit .stand-chart svg {
  overflow: visible;
}

.container.cultural-fit .stand-chart .highcharts-grid-line {
  stroke: #C5C9CD;
}

.container.cultural-fit .stand-chart .highcharts-button-symbol,
.container.cultural-fit .stand-chart .highcharts-button-box,
.container.cultural-fit .stand-chart .highcharts-credits {
  stroke-width: 0;
  fill: transparent !important;
  color: transparent !important;
}

.container.cultural-fit .stand-chart .highcharts-series-0 .highcharts-point {
  fill: var(--main-bg-color);
}

.container.cultural-fit .stand-chart .highcharts-series-0 .highcharts-graph {
  stroke: var(--main-bg-color);
}

.container.cultural-fit .stand-chart .highcharts-series-1 .highcharts-point {
  fill: #66b700;
}

.container.cultural-fit .stand-chart .highcharts-series-1 .highcharts-graph {
  stroke: #66b700;
}

.container.cultural-fit .stand-chart .highcharts-axis-labels.highcharts-xaxis-labels text {
  color: #565656 !important;
  fill: #565656 !important;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.container.cultural-fit .stand-chart .highcharts-tooltip {
  stroke-width: 0;
  fill: transparent !important;
  color: transparent !important;
}

.container.cultural-fit .stand-chart .highcharts-legend-item .highcharts-point,
.container.cultural-fit .stand-chart .highcharts-legend-item .highcharts-graph {
  stroke-width: 0;
  fill: transparent !important;
  color: transparent !important;
}

.container.cultural-fit .stand-chart .highcharts-container {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.container.cultural-fit .compare {
  margin: 65px 0 65px;
  padding: 75px 8%;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cultural-fit .compare h4 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
  padding-right: 140px;
  color: #333333;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  text-transform: uppercase;
}

.container.cultural-fit .compare .search {
  width: 100%;
}

.container.cultural-fit .compare .btn-box {
  flex-shrink: 0;
}

.container.cultural-fit .compare .search p {
  margin: 0;
  color: #8d8c8c;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.container.cultural-fit .compare .search #search {
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container.cultural-fit .compare .search #search .form-row {
  width: 100%;
}

.container.cultural-fit .compare .search #search .form-row .form-group select {
  border: none !important;
}

.container.cultural-fit .compare .search #search .form-row .form-group label,
.container.cultural-fit .compare .search #search .form-row .form-group .for {
  width: 100%;
  color: rgba(98, 98, 98, 0.99);
  font-size: 36px;
  font-weight: 400;
  opacity: 1;
}

.container.cultural-fit .compare .search #search .form-row .form-group .select2-selection__choice {
  padding: 10px;
  font-size: 16px;
}

.container.cultural-fit .compare .search #search .form-row .form-group .select2-search__field {
  color: rgba(98, 98, 98, 0.99);
  font-size: 36px;
  font-weight: 400;
  border: none;
}

.container.cultural-fit .compare .search #search .form-row .form-group .select2-selection--multiple {
  border: none;
}

.container.cultural-fit .compare .search #search .form-row .form-group .select2-selection--multiple::after {
  display: none;
}

.container.cultural-fit .compare .search #search .form-row .form-group.selected label {
  opacity: 0;
}

.container.cultural-fit .compare .search #search .btn {
  width: 50px;
  height: 50px;
  background-color: var(--main-bg-color);
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.container.cultural-fit .toggle-results {
  display: none;
}

.diagrams .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 40px;
}

.diagrams .row:last-child {
  border: none;
}

.diagrams .row .bar-chart {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  max-width: 33%;
  position: relative;
}

.diagrams .row .bar-chart::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 355px;
  background-color: #bebebe;
  z-index: 10;
}

.diagrams .row .bar-chart:nth-child(3)::after {
  display: none;
}

.diagrams .row .bar-chart .diagram {
  position: relative;
  left: -10px;
  width: 100%;
}

.diagrams .row .bar-chart .diagram .highcharts-color-0 {
  fill: var(--main-bg-color);
}

.diagrams .row .bar-chart .diagram .highcharts-color-0:first-of-type {
  fill: #76c612;
}

.diagrams .row .bar-chart .diagram .highcharts-title {
  color: #000000 !important;
  fill: #000 !important;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.diagrams .row .bar-chart .diagram .highcharts-axis path,
.diagrams .row .bar-chart .diagram .highcharts-grid path,
.diagrams .row .bar-chart .diagram .highcharts-button-box path,
.diagrams .row .bar-chart .diagram .highcharts-yaxis-labels path,
.diagrams .row .bar-chart .diagram .highcharts-legend-item path {
  fill: transparent;
  stroke-width: 0;
}

.diagrams .row .bar-chart .diagram .highcharts-axis text,
.diagrams .row .bar-chart .diagram .highcharts-grid text,
.diagrams .row .bar-chart .diagram .highcharts-button-box text,
.diagrams .row .bar-chart .diagram .highcharts-yaxis-labels text,
.diagrams .row .bar-chart .diagram .highcharts-legend-item text {
  color: transparent !important;
  fill: transparent !important;
}

.diagrams .row .bar-chart .diagram .highcharts-axis rect,
.diagrams .row .bar-chart .diagram .highcharts-grid rect,
.diagrams .row .bar-chart .diagram .highcharts-button-box rect,
.diagrams .row .bar-chart .diagram .highcharts-yaxis-labels rect,
.diagrams .row .bar-chart .diagram .highcharts-legend-item rect {
  fill: transparent;
}

.diagrams .row .bar-chart .diagram .highcharts-xaxis-labels text {
  color: #000000 !important;
  fill: #000 !important;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.diagrams .row .bar-chart .diagram .highcharts-button-symbol {
  fill: transparent;
  stroke-width: 0;
}

.diagram {
  width: 25%;
}

.diagram .highcharts-color-0 {
  fill: var(--main-bg-color);
}

.diagram .highcharts-color-0:first-of-type {
  fill: #76c612;
}

.diagram .highcharts-axis path,
.diagram .highcharts-grid path,
.diagram .highcharts-button-box path,
.diagram .highcharts-yaxis-labels path,
.diagram .highcharts-legend-item path {
  fill: transparent;
  stroke-width: 0;
}

.diagram .highcharts-axis text,
.diagram .highcharts-grid text,
.diagram .highcharts-button-box text,
.diagram .highcharts-yaxis-labels text,
.diagram .highcharts-legend-item text {
  color: transparent !important;
  fill: transparent !important;
}

.diagram .highcharts-axis rect,
.diagram .highcharts-grid rect,
.diagram .highcharts-button-box rect,
.diagram .highcharts-yaxis-labels rect,
.diagram .highcharts-legend-item rect {
  fill: transparent;
}

.diagram .highcharts-button-symbol {
  fill: transparent;
  stroke-width: 0;
}

@media screen and (max-width: 1680px) {
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal {
    max-height: 56%;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart {
    position: relative;
    top: -30px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart .highcharts-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 1440px) {
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal {
    max-height: 62%;
  }
  .fitting-schools .school-browse-box .img-box {
    max-width: 260px;
  }
  .fitting-schools .school-browse-box .school-info .link+.link {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1366px) {
  .heading-image.auto-height.cultural-image {
    margin-bottom: 40px;
  }
  .container.cultural-fit .stand .stand-chart {
    padding: 0 110px;
  }
  .container.cultural-fit .stand .stand-chart .highcharts-container svg {
    padding-top: 100px;
    height: auto !important;
    width: 90%;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .button {
    width: 100%;
    margin: 0 0 20px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link+.link {
    margin-left: 20px;
  }
  .diagrams .row .bar-chart .diagram {
    left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .container.cultural-fit .compare {
    padding: 25px 50px;
  }
  .cultural-fit-image .container.connect {
    top: 60%;
  }
  .cultural-fit-image .container.connect .title-box p span {
    margin: 0;
  }
  .cultural-fit-image .container.connect .title-box p br {
    display: none;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .expand-chart {
    bottom: 30%;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-browse-box .img-box {
    max-width: 260px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link+.link {
    margin-left: 0;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link:first-of-type {
    margin-right: 15px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link:last-of-type {
    margin-top: 0px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal {
    max-height: 55%;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart {
    top: -75px;
  }
  .diagrams .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .diagrams .row .bar-chart {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .diagrams .row .bar-chart:nth-child(even)::after {
    display: none;
  }
  .diagrams .row .bar-chart:nth-child(3)::after {
    display: block;
  }
  .diagrams .row .bar-chart:nth-child(odd) .diagram {
    left: -10px;
  }
}

@media screen and (max-width: 768px) {
  .container.cultural-fit .compare {
    padding: 50px 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.cultural-fit .compare h4 {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .cultural-fit-image .container.connect .title-box h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .cultural-fit-image .container.connect .title-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .expand-chart {
    bottom: 200px;
    right: 50%;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-browse-box {
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-browse-box .img-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    max-height: 300px;
    margin-bottom: 30px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link:last-of-type {
    margin-top: 0;
    margin-left: 20px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper .stand-chart svg {
    padding-top: 20px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
    max-width: 80%;
    max-height: 60%;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart {
    top: -45px;
  }
  .container.cultural-fit .stand {
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  .container.cultural-fit .stand .talk h4 {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .container.cultural-fit .stand .talk h4 br {
    display: none;
  }
  .container.cultural-fit .stand .talk .button {
    width: 100%;
  }
  .container.cultural-fit .stand .talk .button .btn {
    min-width: 100%;
  }
  .container.cultural-fit .stand .stand-chart {
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .chart-spider.personal .highcharts-container {
    height: auto !important;
    padding-top: 80px;
  }
  .container.cultural-fit .stand .stand-chart .highcharts-container svg {
    padding-top: 50px;
    height: auto !important;
    width: 100%;
  }
  .container.cultural-fit .stand .share {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
  }
  .container.cultural-fit .stand .talk {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: calc(100% - 100px);
    margin-right: 30px;
  }
  .diagrams .row .bar-chart:nth-child(odd) .diagram {
    left: -30px;
  }
}

@media screen and (max-width: 600px) {
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal {
    height: 100vh;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .heading-image.auto-height.cultural-image .container .title-box p span {
    display: inline;
    margin-bottom: 0;
  }
  .heading-image.auto-height.cultural-image .container .title-box p span br {
    display: none;
  }
  .container.cultural-fit .stand .talk {
    margin-right: 0;
    max-width: 100%;
  }
  .container.cultural-fit .stand .share {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  .container.cultural-fit .stand .share p {
    margin: 0 15px 0;
  }
  .container.cultural-fit .stand .share ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container.cultural-fit .stand .share ul li {
    margin: 0 5px;
  }
  .container.cultural-fit .fitting-schools .school-browse-box .school-info .apply-info {
    margin: 5px 0 10px;
  }
  .container.cultural-fit .fitting-schools .school-browse-box .school-info .school-description .desc {
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 5px 0 5px;
  }
  .diagrams .row {
    margin-bottom: 0;
  }
  .diagrams .row .bar-chart:nth-child(odd) .diagram {
    left: -45px;
  }
  .diagrams .row .bar-chart::after {
    right: 0;
  }
  .diagrams .row .bar-chart .diagram .highcharts-title {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 550px) {
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link {
    float: none;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link:first-of-type,
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link:last-of-type {
    margin: 0;
  }
}

@media screen and (max-width: 418px) {
  .container.cultural-fit .compare .search #search .form-row {
    width: 94%;
  }
  .container.cultural-fit .compare .search #search .form-row .form-group label {
    font-size: 20px;
    font-weight: 800;
  }
  .container.cultural-fit .compare .search #search .form-row .form-group label.for-multiple {
    top: 15px;
  }
  .heading-image.cultural-image {
    min-height: auto;
  }
  .heading-image.cultural-image .header-caption {
    padding: 80px 0 50px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal {
    max-height: 45%;
    max-width: 90%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 90%;
    flex: 1 0 90%;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart {
    top: -126px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart .highcharts-container {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .expand-chart {
    right: 0;
    bottom: 15px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link {
    margin: 0;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link:first-of-type,
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link+.link {
    margin: 0;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .container.cultural-fit .stand {
    margin-bottom: 0;
  }
  .container.cultural-fit .stand .stand-chart .highcharts-container svg {
    padding: 20%;
  }
  .diagrams .row .bar-chart {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .diagrams .row .bar-chart .diagram {
    left: 0;
  }
  .diagrams .row .bar-chart:nth-child(odd)::after {
    display: none;
  }
  .diagrams .row .bar-chart:nth-child(odd) .diagram {
    left: 0;
  }
  .diagrams .row::after {
    display: none;
  }
}

@media screen and (max-width: 376px) {
  .heading-image.auto-height.cultural-image .container .title-box h1 {
    line-height: 40px;
  }
  .heading-image.auto-height.cultural-image .container .title-box p {
    line-height: 22px;
  }
}

@media screen and (max-width: 320px) {
  .container.cultural-fit .compare .search #search .form-row {
    width: 92%;
  }
  .container.cultural-fit .compare .search #search .form-row .form-group label {
    font-size: 15px;
  }
  .container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal .stand-chart {
    top: -147px;
  }
}

.match.consult .header-caption .title-box p {
  color: #ffffff;
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.container.consult .get {
  border-bottom: none;
  padding: 55px 0 0;
  margin-bottom: 65px;
}

.container.consult .get .entries {
  background: none;
}

.container.consult .get .swiper {
  width: 100%;
}

.container.consult .section-two-module h3 span {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  margin-top: 20px;
  text-transform: capitalize;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none !important;
}

.sure-modal.date.ask-question .calendar {
  border: none;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sure-modal.date.ask-question .calendar .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  margin: 0;
  max-width: calc(50% - 20px);
}

.sure-modal.date.ask-question .calendar .input.form-group {
  padding-bottom: 10px;
}

.sure-modal.date.ask-question .calendar .input.form-group input::placeholder {
  color: #181818;
}

.sure-modal.date.ask-question .calendar .custom-tooltip .data-tooltip {
  margin-left: auto;
  z-index: 9;
  top: -5px;
}

.sure-modal.date.ask-question .calendar .input-file label {
  display: block;
  margin-bottom: 10px;
}

.sure-modal.date.ask-question .calendar .form-group .select2-container {
  border-bottom: 1px solid #b3b3b3;
  width: 100% !important;
}

.sure-modal.date.ask-question .calendar .form-group .select2-container .select2-selection--single .select2-selection__rendered {
  border: none;
  line-height: 40px;
}

.sure-modal.date.ask-question .calendar .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}

.sure-modal.date.ask-question .calendar input {
  max-width: 100%;
  padding-left: 0;
  border-bottom: 1px solid #B2B2B2;
}

.sure-modal.date.ask-question .calendar .textarea {
  margin-top: 50px;
  width: 100%;
  margin-bottom: 40px;
}

.sure-modal.date.ask-question .calendar .textarea textarea {
  height: 110px;
  width: 100%;
  resize: none;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #B2B2B2;
  color: #353434;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
}

.sure-modal.date.ask-question .calendar .textarea textarea::-webkit-input-placeholder {
  color: #353434;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 700;
}

.sure-modal.date.ask-question .calendar .textarea textarea:-ms-input-placeholder {
  color: #353434;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 700;
}

.sure-modal.date.ask-question .calendar .textarea textarea::-ms-input-placeholder {
  color: #353434;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 700;
}

.sure-modal.date.ask-question .calendar .textarea textarea::placeholder {
  color: #353434;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 700;
}

.sure-modal.date.ask-question .message {
  width: 580px;
}

.sure-modal.date.ask-question .message h5 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .container.consult .explore-degree.counter {
    padding: 30px;
  }
  .container.consult .explore-degree.counter h4 {
    text-align: center;
    margin: 0 0 70px;
  }
  .container.consult .get .entries {
    height: auto;
  }
  .container.consult .get .swiper .swiper-container .swiper-slide .left {
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sure-modal.date {
    padding-top: 25%;
  }
  .container.consult .explore-degree.counter h4 {
    font-size: 26px;
  }
  .container.consult .get {
    padding: 60px 0;
  }
  .container.consult .get .swiper {
    padding-top: 0;
  }
  .container.consult .section-two-module h3 {
    margin-bottom: 40px;
  }
  .container.consult .section-two-module h3 span {
    margin-top: 0px;
  }
  .container.consult .get .swiper .swiper-container .swiper-slide .left {
    padding: 0;
    margin-bottom: 40px;
  }
  .container.consult .get .swiper .swiper-container .swiper-slide .right .entries {
    margin: 0;
  }
  .container.consult .get .btn-box .btn {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .sure-modal.date.ask-question .message {
    width: 90%;
  }
  .sure-modal.date.ask-question .calendar .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sure-modal.date.ask-question .calendar .textarea {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container.consult .explore-degree.counter {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .container.consult .explore-degree.counter h4 {
    font-size: 24px;
    margin: 0 0 40px;
  }
  .container.consult .get {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .sure-modal.date {
    padding-top: 15%;
  }
  #ui-datepicker-div {
    width: 90% !important;
  }
  #ui-datepicker-div .ui-datepicker-calendar {
    padding: 5px;
  }
  #ui-datepicker-div .ui-datepicker-calendar thead span {
    font-size: 14px;
  }
  #ui-datepicker-div .ui-datepicker-calendar td a {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 376px) {
  #ui-datepicker-div {
    top: 45% !important;
  }
}

@media screen and (max-width: 320px) {
  #ui-datepicker-div {
    top: 50%;
  }
  #ui-datepicker-div::after {
    display: none;
  }
  .sure-modal .message {
    padding: 20px 30px;
  }
  .sure-modal .message p {
    margin-bottom: 10px;
  }
  .ui-widget.ui-widget-content {
    border: none;
  }
}

.heading-background.apply .header-caption .title-box p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.container.consult.apply .get {
  padding: 55px 0 65px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 65px;
}

.container.consult.apply .get .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.consult.apply .get .right .link-wrapper {
  position: relative;
}

.container.consult.apply .get .right .link-wrapper a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  padding: 0;
  background-image: url(/images/play-medium.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.container.consult.apply .get .swiper .swiper-container .swiper-slide .left {
  padding-right: 150px;
}

.container.consult.apply .section-two-module h3 {
  margin-bottom: 5px;
}

.container.consult.apply .section-two-module h3 span {
  margin-top: 20px;
}

.container.consult.apply .get .swiper .swiper-container .swiper-slide .info {
  margin: 0 0 20px;
  color: #545050;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.container.consult.apply .get .swiper .swiper-container .swiper-slide .info:last-child {
  margin: 0;
}

.container.consult.apply .get .swiper .swiper-container .swiper-slide .info span {
  color: #2a2828;
  font-family: "HK Grotesk";
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}

.container.consult.apply .how-to-help {
  padding-top: 0;
}

.container.consult.apply .faq {
  margin-bottom: 65px;
}

.container.consult.apply .explore-degree.counter {
  padding: 80px 50px 65px;
}

.container.consult.apply .explore-degree.counter .count {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.consult.apply .explore-degree.counter .count .info .heading {
  text-transform: initial;
  min-height: 48px;
  width: 100%;
}

.container.consult.apply .explore-degree.counter .button {
  margin: 70px auto 0;
}

.container.consult.apply .explore-degree.counter .button .btn {
  min-width: 270px;
}

@media screen and (max-width: 1024px) {
  .container.consult.apply .explore-degree.counter h4 {
    margin: 0 0 40px;
    text-align: left;
  }
  .container.consult.apply .explore-degree.counter .count .info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .container.consult.apply .get {
    padding: 50px 0 50px;
  }
  .container.consult.apply .section-two-module h3 span {
    margin-top: 20px;
  }
  .container.consult.apply .get .swiper .swiper-container .swiper-slide .left {
    padding-right: 40px;
  }
  .container.consult.apply .get .right .link-wrapper img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .container.consult.apply .get .swiper .swiper-container .swiper-slide .left {
    padding-right: 0;
  }
  .container.consult.apply .explore-degree.counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .container.consult.apply .explore-degree.counter .count {
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .container.consult.apply .explore-degree.counter .count .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .container.consult.apply .explore-degree.counter .count .info .heading {
    min-height: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container.consult.apply .explore-degree.counter h4 {
    line-height: 30px;
  }
  .container.consult.apply .explore-degree.counter .button {
    margin-top: 30px;
    width: 100%;
  }
  .container.consult.apply .explore-degree.counter .button .btn {
    min-width: 100%;
    width: 100%;
  }
}

.school-heading.user.content .expire {
  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;
}

.school-heading.user.content .expire p {
  margin-right: 30px;
  color: #1f2630;
}

.school-heading.user.content .expire p span {
  display: block;
  padding: 0;
  color: #a9a8a8;
}

.school-heading.user.content .loading--bar {
  width: 145px;
  height: 9px;
  background: transparent;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
  z-index: 5;
  border-radius: 10px;
}

.school-heading.user.content .loading--process {
  width: 80%;
  height: 9px;
  background-color: var(--main-bg-color);
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  -webkit-animation: html 2s ease-in-out;
  animation: html 2s ease-in-out;
}

@-webkit-keyframes html {
  0% {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes html {
  0% {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.user-back .profile-back {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 180px;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.user-back .profile-back .svg {
  width: auto;
  height: auto;
}

.user-back .profile-back:hover {
  background: #fff;
}

.user-back .profile-back:hover .svg g {
  opacity: 1 !important;
}

.user-back .profile-back:hover .svg g use {
  fill: #000;
}

.user-back .profile-back.active {
  position: fixed;
  background: #fff;
  z-index: 9999999;
}

.user-back .profile-back.active .svg g {
  opacity: 1;
}

.user-back .profile-back.active .svg g use {
  fill: #000;
}

.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 26, 26, 0.51);
  z-index: -999999;
  opacity: 0;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.image-modal .section-wrapper {
  position: absolute;
  top: 260px;
  left: 5%;
  background: #fff;
  width: 65%;
  height: 60%;
  padding: 60px 100px;
  text-align: center;
}

.image-modal .section-wrapper h4 {
  color: #333333;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 50px;
  text-align: left;
}

.image-modal .section-wrapper .btn-box {
  display: inline-block;
}

.image-modal .section-wrapper .btn-box .btn {
  min-width: 183px;
}

.image-modal .section-wrapper .btn-box .no {
  border: none;
}

.image-modal .section-wrapper .backs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-modal .section-wrapper .backs .back {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  margin-bottom: 50px;
  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;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.image-modal .section-wrapper .backs .back::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 20%;
  background: var(--main-bg-color);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.image-modal .section-wrapper .backs .back .img-wrapper {
  cursor: pointer;
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 50%;
}

.image-modal .section-wrapper .backs .back.active::after {
  z-index: 10;
  opacity: 1;
}

.image-modal .section-wrapper::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.image-modal.active {
  z-index: 999999;
  opacity: 1;
}

.user-profile .fitting-schools .school-browse-listing.match-school .spider-wrapper .stand-chart svg {
  padding-top: 20px;
}

.user-profile .results-tabs .year-tabs .list h2 {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.user-profile .results-tabs .list .info-section .edit-button {
  margin-left: auto;
  margin-top: 20px;
  cursor: pointer;
  background: #f2f2f2;
  padding: 10px 25px;
  min-width: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border: 1px solid transparent;
  opacity: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.user-profile .results-tabs .list .info-section .edit-button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.user-profile .results-tabs .year-tabs .list .school-browse-box .img-box {
  position: relative;
  flex-shrink: 0;
}

.user-profile .results-tabs .year-tabs .list .school-browse-box .img-box .num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: var(--main-bg-color);
  text-align: center;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
}

.user-profile .results-tabs .year-tabs .list .school-browse-box .school-buttons.match-buttons .add-favorite {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.user-profile .results-tabs .year-tabs .list .school-browse-box .school-buttons.match-buttons .top-buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.user-profile .results-tabs .year-tabs .list .school-browse-box .school-buttons.match-buttons .top-buttons .btn-box {
  margin: 0;
}

.user-profile .results-tabs .year-tabs .list .webinar-records {
  margin-top: 0;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record {
  min-height: auto;
  padding: 50px 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record:first-child {
  padding: 0px 0 50px;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record:last-child {
  border: none;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .watch .button.btn-box .btn.rem {
  border: none;
  margin-bottom: 10px;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .school-browse-box {
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  padding: 0;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .school-browse-box .school-info .text span {
  display: inline-block;
  margin-left: 5px;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .school-browse-box .school-info .desc {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .school-browse-box .school-info .req {
  color: #a9a8a8;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .school-browse-box .school-info .req span {
  color: #000000;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  max-width: 70%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info .left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info .program-info p {
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}

.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info .program-info p span {
  color: #1f2630;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 1440px) {
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info .left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 56%;
    flex: 1 0 56%;
    max-width: 56%;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-browse-box .school-info .school-description .link+.link {
    margin-left: 0;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-browse-box .school-info .school-description .link {
    margin-right: 20px;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-browse-listing.match-school .options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-browse-listing.match-school .options .button {
    width: 100%;
    margin-bottom: 20px;
  }
  .image-modal .section-wrapper {
    height: 65%;
    padding: 25px 40px;
  }
}

@media screen and (max-width: 1280px) {
  .container.school-videos-page.cultural-fit.user-profile .school-heading .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 40px;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .webinar-records .record .watch {
    padding-left: 40px;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-browse-listing.match-school .spider-wrapper.modal {
    max-height: 53%;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-browse-listing.match-school .spider-wrapper.modal .stand-chart {
    top: -75px;
  }
}

@media screen and (max-width: 1024px) {
  .image-modal .section-wrapper {
    height: 520px;
  }
  .user-profile .results-tabs .year-tabs .list .personal-info .info-section .label {
    padding-right: 35px;
  }
  .user-profile .results-tabs .year-tabs .list .personal-info .info-section .label h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .user-profile .results-tabs .year-tabs .list .personal-info .info-section .prof-edits {
    padding-bottom: 20px;
  }
  .user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .match-buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 6%;
  }
  .user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .match-buttons .top-buttons {
    width: auto;
  }
  .user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .match-buttons .top-buttons .add-favorite {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .user-profile .results-tabs .year-tabs .list .webinar-records.connect .record.school-browse-listing.match-school {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .user-profile .results-tabs .year-tabs .list .webinar-records.connect .record.school-browse-listing.match-school .school-browse-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .user-profile .results-tabs .year-tabs .list .webinar-records.connect .record .web-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 66%;
    flex: 1 0 66%;
    max-width: 66%;
    border-right: none;
  }
  .user-profile .results-tabs .year-tabs .list .webinar-records.connect .record .watch {
    padding: 20px 0 0;
  }
  .user-profile .results-tabs .year-tabs .list .webinar-records.connect .record .watch .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .user-profile .results-tabs .year-tabs .list .webinar-records.connect .record .watch .button .btn.rem {
    margin: 0 0 0 10px;
  }
  .header.user nav .main-menu {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .image-modal .section-wrapper {
    top: 190px;
    width: 90%;
    height: 50%;
  }
  .image-modal .section-wrapper .backs .back.active::after {
    right: 0;
  }
  .user-back .profile-back {
    top: 110px;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school {
    padding: 30px 0 20px;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school:first-of-type,
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school:first-child {
    padding-top: 0;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .school-info .left .text {
    margin-bottom: 10px;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .school-info .left p {
    margin: 0 0 10px;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .school-info .program-info {
    text-align: right;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .school-info .program-info p {
    margin: 0 0 10px;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .options {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .options .button {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .options .button .btn {
    width: 100%;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .options .link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .school-buttons.match-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .school-buttons.match-buttons .top-buttons {
    margin: 0 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .school-buttons.match-buttons .top-buttons .btn-box {
    width: calc(100% - 50px);
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .school-buttons.match-buttons .btn-box {
    width: 100%;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .watch {
    width: 100%;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .watch .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .watch .button .btn {
    margin: 0 0 10px;
    width: 100%;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .watch .button .btn.rem {
    margin: 0 0 10px;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs #two.list .school-browse-listing.match-school.first {
    padding-top: 0;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs #two.list .school-browse-listing.match-school .school-browse-box .options .link {
    background: url(/images/arrow-right.svg) no-repeat 97% 3px;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-heading .content .main-info .expire {
    display: none;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-heading .content .main-info .info {
    width: 100%;
    margin-top: 10px;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-heading .content .main-info .info>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-heading .content .main-info .info>div .city {
    margin: 0;
    padding: 0;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-heading .content .main-info .info>div p {
    text-align: center;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-heading .content .main-info .info>div p:first-child {
    border: none;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-heading .content .main-info .info .btn-box {
    width: 100%;
  }
  .container.school-videos-page.cultural-fit.user-profile .school-heading .content .main-info .info .btn-box .btn {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .image-modal .section-wrapper {
    height: 40%;
    padding: 25px;
  }
  .image-modal .section-wrapper .btn-box .btn {
    margin-bottom: 5px;
  }
  .image-modal .section-wrapper .backs .back {
    margin-bottom: 30px;
  }
  .image-modal .section-wrapper .backs .back .img-wrapper {
    width: 60px;
    height: 60px;
  }
  .user-profile .results-tabs .year-tabs .ul .tab-link {
    position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    overflow: visible;
  }
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link1,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link2,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link3,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link4 {
    left: 0;
    margin: 0;
  }
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link1 p,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link2 p,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link3 p,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link4 p {
    width: 100%;
  }
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link2 {
    top: 60px;
  }
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link3 {
    top: 120px;
  }
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link4 {
    top: 180px;
  }
  .user-profile .results-tabs .year-tabs .ul .list {
    position: relative;
    top: 235px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .user-profile .results-tabs .year-tabs .list .school-browse-box .options .link {
    margin-bottom: 15px;
  }
  .user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 625px) {
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info .left,
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info .program-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info .left p,
  .container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs .list .webinar-records .record .web-info .program-info p {
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .school-heading.user.content .content .main-info .info>div p:last-child {
    padding-left: 0;
  }
  .user-profile .school-browse-box .school-info .school-description .link {
    line-height: 18px;
    margin-right: 10px;
  }
  .user-profile .results-tabs .year-tabs #two.list .school-browse-listing.match-school .school-browse-box .options .link {
    line-height: 18px;
  }
  .user-profile .results-tabs .year-tabs .list .school-browse-listing.match-school .school-browse-box .options .link {
    margin-right: 10px;
  }
}

@media screen and (max-width: 418px) {
  .image-modal .section-wrapper {
    height: 45%;
    padding: 25px;
  }
  .image-modal .section-wrapper h4 {
    margin-bottom: 20px;
  }
  .image-modal .section-wrapper .backs .back {
    margin-bottom: 30px;
  }
  .image-modal .section-wrapper .backs .back .img-wrapper {
    width: 40px;
    height: 40px;
  }
  .user-profile .results-tabs .year-tabs .list .personal-info .info-section .label h4 {
    margin-bottom: 50px !important;
  }
  .user-profile .results-tabs .list .info-section .edit-button {
    right: 0px;
    top: 35px;
  }
  .user-profile .results-tabs .year-tabs .list .personal-info .info-section+.info-section {
    padding-top: 30px;
  }
  .user-profile .results-tabs .year-tabs .list .personal-info .info-section+.info-section .edit-button {
    right: 0px;
    top: 65px;
  }
}

@media screen and (max-width: 376px) {
  .image-modal .section-wrapper {
    height: 50%;
  }
  .image-modal .section-wrapper .backs .back::after {
    width: 8px;
    height: 8px;
  }
}

.container.card .title-box {
  max-width: 80%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.card .title-box p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.container.card .card {
  margin-bottom: 100px;
}

.container.card .card h5 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 40px;
}

.container.card .card h5 span {
  font-weight: 700;
}

.container.card .card #card-form {
  background-color: #f2f2f2;
  padding: 60px 80px;
}

.container.card .card #card-form .row {
  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;
}

.container.card .card #card-form .row .form-row {
  margin: 0;
}

.container.card .card #card-form .row .form-row .form-group {
  padding-bottom: 5px;
  border-bottom: 1px solid #979797;
  margin-bottom: 50px;
}

.container.card .card #card-form .row .form-row .form-group input {
  border: none;
  padding-right: 20px;
  padding-bottom: 0;
}

.container.card .card #card-form .row .form-row .form-group .btn {
  min-width: 85px;
}

.container.card .card #card-form .row .card-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.card .card #card-form .row .card-info h4 {
  text-align: left;
  width: 100%;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.container.card .card #card-form .row .card-info .terms .checking {
  margin-bottom: 50px;
}

.container.card .card #card-form .row .card-info .terms .checking label.error {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.container.card .card #card-form .row .card-info .terms .checking input[type=checkbox]+label {
  display: block;
  margin: 0.2em 0;
  cursor: pointer;
  padding: 0.2em 0;
  color: #282828;
  font-size: 14px;
  font-weight: 500;
}

.container.card .card #card-form .row .card-info .terms .checking input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.container.card .card #card-form .row .card-info .terms .checking input[type=checkbox]+label:before {
  content: "\2714";
  background-color: #e3dfdf;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.5em;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.container.card .card #card-form .row .card-info .terms .checking input[type=checkbox]+label:active:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.container.card .card #card-form .row .card-info .terms .checking input[type=checkbox]:checked+label:before {
  background-color: var(--main-bg-color);
  color: #fff;
}

.container.card .card #card-form .row .card-info .card-type {
  margin-bottom: 10px;
}

.container.card .card #card-form .row .card-info .card-type .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:checked,
.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:checked+label,
.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  min-height: 60px;
  min-width: 200px;
  line-height: 60px;
  margin-right: 20px;
}

.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:checked+label:before,
.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 23px;
  width: 10px;
  height: 10px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:checked+label:after,
.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #05859f;
  position: absolute;
  top: 26px;
  left: 13px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:checked+label {
  -webkit-box-shadow: inset 0px 0px 0px 1px #cacaca;
  box-shadow: inset 0px 0px 0px 1px #cacaca;
}

.container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.container.card .card #card-form .row .card-info .promo-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.card .card #card-form .row .card-info .promo-code .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container.card .card #card-form .row .card-info .button .btn.submit {
  width: 100%;
}

.container.card .card #card-form .row .payment {
  padding: 90px 30px 70px;
  background: url("/images/pay-back.png") no-repeat center;
  background-size: contain;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 306px;
  flex: 1 0 306px;
  max-width: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.card .card #card-form .row .payment .wrapper {
  width: 100%;
}

.container.card .card #card-form .row .payment .wrapper p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 43px 0 53px;
}

.container.card .card #card-form .row .payment .wrapper p .price {
  margin-top: 10px;
  display: block;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 41px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .container.card .card #card-form {
    padding: 30px;
  }
  .container.card .card #card-form .row .card-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: 60%;
  }
  .container.card .card #card-form .row .card-info .promo-code .form-group {
    margin-bottom: 20px;
  }
  .container.card .card #card-form .row .card-info .terms .checking {
    margin-bottom: 20px;
  }
  .container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:not(:checked)+label,
  .container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:checked+label {
    min-width: 145px;
  }
}

@media screen and (max-width: 768px) {
  .container.card .card #card-form .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.card .card #card-form .row .card-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .container.card .card #card-form .row .payment {
    padding: 30px 30px 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #05859f url("/images/triangle.png") 97.5% 100% repeat-x;
    -webkit-box-shadow: inset 0px -1px 0px 0px #f2f2f2;
    box-shadow: inset 0px -1px 0px 0px #f2f2f2;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .container.card .title-box {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .container.card .card #card-form .row .card-info .card-type .card-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 430px) {
  .container.card .card #card-form {
    padding: 15px;
  }
  .container.card .card #card-form .row .card-info .card-type .card-wrapper p {
    width: 100%;
    margin: 5px 0;
  }
  .container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:not(:checked)+label,
  .container.card .card #card-form .row .card-info .card-type .card-wrapper [type="radio"]:checked+label {
    min-width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 417px) {
  .container.card .card #card-form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.card .card #card-form .row .payment {
    background: #05859f url("/images/triangle.png") 101% 100% repeat-x;
  }
  .container.card .card #card-form .row .payment .wrapper p {
    margin: 20px 0 30px;
  }
  .container.card .card #card-form .row .card-info {
    margin-bottom: 30px;
    padding: 0;
  }
  .container.card .card #card-form .row .card-info .card-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.card .card #card-form .row .card-info .card-type label {
    margin-bottom: 15px;
    display: inline-block;
  }
  .container.card .card #card-form .row .card-info .inputs {
    margin-bottom: 10px;
  }
  .container.card .card #card-form .row .card-info .inputs .form-group:last-child {
    max-width: 50px;
  }
  .container.card .card #card-form .row .card-info .inputs input {
    padding: 0;
    min-height: 25px;
  }
  .container.card .card #card-form .row .card-info .exp-date .no-select2 {
    font-size: 14px;
  }
  .container.card .card #card-form .row .card-info .exp-date .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container.card .card #card-form .row .card-info .exp-date label {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 376px) {
  .container.card .card #card-form .row .payment {
    background: #05859f url("/images/triangle.png") 100.5% 100% repeat-x;
  }
  .container.card .card #card-form .row .card-info .exp-date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .container.card .card #card-form .row .card-info .card-type .card-types img:first-child {
    margin-right: 10px;
  }
}

.container.consult .explore-degree.counter.main-steps {
  padding: 80px 0px 90px;
  border-bottom: none;
}

.about .how-it-works .work-steps .title-box {
  margin-bottom: 40px;
}

.about .how-it-works .work-steps .working-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 6.5%;
}

.about .how-it-works .work-steps .working-steps .steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .how-it-works .work-steps .working-steps .steps-row:nth-child(2) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .how-it-works .work-steps .working-steps .steps-row .steps {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 360px;
  flex: 1 0 360px;
  max-width: 360px;
}

.about .how-it-works .work-steps .working-steps .steps-row .steps .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .how-it-works .work-steps .working-steps .steps-row .steps .title h4 {
  color: #000000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.about .how-it-works .work-steps .working-steps .steps-row .steps .title span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 59px;
  flex: 1 0 59px;
  max-width: 59px;
  margin-right: 15px;
  height: 59px;
  line-height: 59px;
}

.about .how-it-works .work-steps .working-steps .steps-row .steps .title .content-wrapper {
  padding-top: 15px;
}

.about .how-it-works .work-steps .working-steps .steps-row .steps .title .content-wrapper p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.about .how-it-works .work-steps .working-steps .steps-row .step-1 {
  top: 40px;
  left: 15%;
}

.about .how-it-works .work-steps .working-steps .steps-row .step-2 {
  top: 60px;
  right: 13%;
}

.about .how-it-works .work-steps .working-steps .steps-row .step-3 {
  top: 40px;
}

.about .how-it-works .work-steps .working-steps .steps-row .step-4 {
  top: 8px;
  right: 15%;
}

.about .how-it-works .work-steps .working-steps .steps-row .step-5 {
  top: -30px;
  left: 16%;
}

.about .how-it-works .work-steps .working-steps .steps.visible::after {
  display: none;
}

.about .help-areas .explore-degree {
  margin-top: 0;
}

@media screen and (max-width: 1680px) {
  .about .how-it-works .work-steps .working-steps {
    padding: 0 3%;
  }
}

@media screen and (max-width: 1440px) {
  .about .how-it-works .work-steps .working-steps {
    padding: 0;
  }
  .about .how-it-works .work-steps .working-steps .steps-row .step-2 {
    right: 7%;
  }
  .about .how-it-works .work-steps .working-steps .steps-row .step-3 {
    right: -20px;
  }
  .about .how-it-works .work-steps .working-steps .steps-row .step-4 {
    right: 9%;
  }
}

@media screen and (max-width: 1366px) {
  .container.consult.about .explore-degree.counter {
    padding: 40px 30px;
  }
  .container.consult.about .explore-degree.counter h4 {
    margin-bottom: 30px;
  }
  .container.consult.about .how-it-works .work-steps {
    padding: 45px 0;
  }
  .container.consult.about .how-it-works .work-steps .title-box {
    margin: 0;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .steps-row .steps {
    max-width: 350px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 350px;
    flex: 1 0 350px;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .steps-row .step-1 {
    top: 100px;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .steps-row .step-2 {
    top: 130px;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .steps-row .step-3 {
    right: 102px;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .steps-row .step-4 {
    right: 12%;
    top: -40px;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .steps-row .step-5 {
    top: -102px;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .steps-row img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    left: -50px;
  }
}

@media screen and (max-width: 1280px) {
  .container .consult.about .how-it-works .work-steps .working-steps .steps-row img {
    left: -80px;
  }
}

@media screen and (max-width: 1024px) {
  .container.consult.about .explore-degree p {
    margin: 0 0 10px;
  }
  .container.consult.about .how-it-works .work-steps .working-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .steps {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
    padding-right: 50px;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .step-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .step-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .step-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .step-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .step-1,
  .container.consult.about .how-it-works .work-steps .working-steps .step-2,
  .container.consult.about .how-it-works .work-steps .working-steps .step-3,
  .container.consult.about .how-it-works .work-steps .working-steps .step-4,
  .container.consult.about .how-it-works .work-steps .working-steps .step-5,
  .container.consult.about .how-it-works .work-steps .working-steps .step-6 {
    top: 0;
    left: 0;
    right: 0;
  }
  .container.consult.about .how-it-works .work-steps .working-steps img {
    display: none;
  }
  .container.consult.about .help-areas .explore-degree.counter {
    border: none;
  }
  .container.consult.about .help-areas .explore-degree.counter h4 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .container.consult.about .how-it-works .work-steps {
    padding-bottom: 0;
  }
  .container.consult.about .how-it-works .work-steps .title-box .title {
    font-size: 30px;
    margin-bottom: 45px;
  }
  .container.consult.about .how-it-works .work-steps .working-steps .steps {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .container.consult.about .help-areas .explore-degree.counter h4 {
    margin-bottom: 35px;
    line-height: 35px;
  }
  .container.consult.about .how-it-works .work-steps .title-box .title {
    margin-bottom: 25px;
  }
}

.container.cultural-fit.cultural-fit-premium .explore-degree .form-group .select2 {
  width: 100% !important;
}

.container.cultural-fit.cultural-fit-premium .explore-degree .button {
  min-width: 186px;
  margin-left: 30px;
}

.container.cultural-fit.cultural-fit-premium .explore-degree .button .blue {
  width: 100%;
}

.container.cultural-fit.cultural-fit-premium .bubble {
  position: relative;
}

.container.cultural-fit.cultural-fit-premium .bubble p {
  color: #626262;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.container.cultural-fit.cultural-fit-premium .bubble p.x {
  bottom: 10px;
  left: 70px;
}

.container.cultural-fit.cultural-fit-premium .bubble p.y {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -5px;
  bottom: 85px;
}

.container.cultural-fit.cultural-fit-premium #bubblechart {
  min-height: 900px;
  margin-bottom: 65px;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-container {
  overflow: visible !important;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-container .highcharts-root {
  overflow: visible !important;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-container .highcharts-root .highcharts-axis-labels.highcharts-yaxis-labels text:first-child {
  display: none !important;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-label-box.highcharts-tooltip-box,
.container.cultural-fit.cultural-fit-premium #bubblechart table {
  stroke-width: 0;
  fill: #f2f2f2;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  background-color: #f2f2f2 !important;
  opacity: 1;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-xaxis .highcharts-axis-title,
.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-yaxis .highcharts-axis-title {
  fill: #626262;
  font-family: "HK Grotesk";
  font-size: 13px;
  font-weight: 700;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-axis-labels.highcharts-yaxis-labels text,
.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-axis-labels.highcharts-xaxis-labels text {
  color: #8a8a8a;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 700;
}

.container.cultural-fit.cultural-fit-premium #bubblechart table {
  width: 170px;
  padding: 10px;
  height: 80px !important;
  background-color: #f2f2f2;
}

.container.cultural-fit.cultural-fit-premium #bubblechart table tr {
  background-color: #f2f2f2;
}

.container.cultural-fit.cultural-fit-premium #bubblechart table h3 {
  color: #333333;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0;
}

.container.cultural-fit.cultural-fit-premium #bubblechart table th {
  color: #626262;
  font-size: 11px;
}

.container.cultural-fit.cultural-fit-premium #bubblechart table td {
  font-size: 14px !important;
  color: #626262 !important;
  font-weight: 700;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-point {
  /*fill: #fff;*/
  stroke: var(--main-bg-color);
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-point.highcharts-point-hover {
  stroke-width: 2px;
  stroke: #76c612;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-label text {
  fill: #333333 !important;
  font-family: Montserrat;
  font-size: 16px !important;
  font-weight: 700;
  color: #333333 !important;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-title,
.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-subtitle,
.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-credits {
  color: transparent !important;
  fill: transparent !important;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-grid.highcharts-xaxis-grid path,
.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-yaxis-grid path {
  stroke-width: 0;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-yaxis {
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-xaxis text {
  -webkit-transform: translateX(45%);
  -ms-transform: translateX(45%);
  transform: translateX(45%);
}

@media screen and (max-width: 1024px) {
  .container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-xaxis text {
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }
}

@media screen and (max-width: 768px) {
  .container.cultural-fit.cultural-fit-premium .bubble p.y {
    left: -10px;
  }
  .container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-container .highcharts-root .highcharts-axis-labels.highcharts-yaxis-labels text:first-child {
    display: block !important;
  }
  .container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-yaxis {
    -webkit-transform: translateY(-28%);
    -ms-transform: translateY(-28%);
    transform: translateY(-28%);
  }
  .container.cultural-fit.cultural-fit-premium .explore-degree .button {
    margin: 0;
    width: 100%;
  }
  .container.cultural-fit.cultural-fit-premium #bubblechart {
    min-height: 600px;
  }
}

@media screen and (max-width: 417px) {
  .container.cultural-fit.cultural-fit-premium #bubblechart {
    min-height: 400px;
  }
  .container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-label text {
    font-size: 10px !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-yaxis {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-xaxis text {
    -webkit-transform: translateX(-12%);
    -ms-transform: translateX(-12%);
    transform: translateX(-12%);
  }
}

@media screen and (max-width: 376px) {
  .container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-xaxis text {
    -webkit-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    transform: translateX(-8%);
  }
}

@media screen and (max-width: 320px) {
  .container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-xaxis text {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-yaxis {
    -webkit-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    transform: translateY(-3%);
  }
}

.school-browse-box .school-description .refresh {
  margin-top: 3px;
}

.error-heading .title-box p {
  color: white;
}


/* -------------------------Event page-------------------------------------- */

.event.heading-image {
  overflow: hidden;
  height: auto;
}

.event.heading-image img {
  -webkit-transform: translate(-50%, -37%);
  -ms-transform: translate(-50%, -37%);
  transform: translate(-50%, -37%);
}

.event.heading-image .header-caption {
  display: block;
  background-color: #000;
  padding-bottom: 100px;
}

.event {
  position: relative;
  z-index: 1;
}

.event .event-heading {
  margin-top: -100px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}

.event .event-heading .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.event .event-heading .content .logo {
  overflow: hidden;
  width: 197px;
  height: 197px;
  border-radius: 50%;
  background-color: #f2f2f2;
  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;
  flex-shrink: 0;
}

.event .event-heading .content .main-info {
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.event .event-heading .content .main-info .web-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event .event-heading .content .main-info .web-info p {
  min-height: 42px;
  line-height: 42px;
  font-weight: 600;
}

.event .event-heading .content .main-info .web-info p span {
  padding-right: 5px;
  color: #a9a8a8;
}

.event .event-heading .content .main-info .web-info p:first-child {
  margin-right: 15px;
  padding-right: 20px;
  border-right: 1px solid rgba(151, 151, 151, 0.4);
}

.event .event-heading .content .main-info .web-info .duration img {
  margin-right: 5px;
  margin-bottom: 5px;
}

.event .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0;
  border-bottom: 1px solid #dfdfdf;
}

.event .section.event-registration {
  border-bottom: none;
}

.event .section .label {
  width: 20%;
  padding-right: 20px;
  flex-shrink: 0;
}

.event .section .label h2 {
  margin: 0;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.event .section:not(.about-web) .info {
  max-width: 900px;
}

.event .section .info p {
  margin: 0;
}

.event .section .info h2 {
  font-size: 22px;
}

.event .section.about-web .info p {
  margin-bottom: 30px;
  font-weight: 700;
}

.event .section.about-web .info p:last-child {
  margin-bottom: 0;
}

.event .section.about-web .info ul {
  margin-top: 70px;
}

.event .section.about-web .info ul li {
  color: #545050;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.event .section.about-web .info ul li:last-child {
  margin-bottom: 0;
}

.event .section.about-web .info ul li::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(/images/check.png) no-repeat;
}

.event .section.about-schools .info .img-wrapper img {
  max-width: 200px;
  max-height: 120px;
  height: auto;
  width: auto;
}

.event .section.about-schools .school:not(:last-child) {
  margin-bottom: 40px;
}

.event .section.about-schools .school .name {
  margin: 15px 0;
}

.event .section.about-schools .school .link {
  margin-top: 15px;
}

.event .section.about-hosts .host {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.event .section.about-hosts .host:last-child {
  margin-bottom: 0;
}

.event .section.about-hosts .host .img-wrapper {
  display: block;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}

.event .section.about-hosts .host .img-wrapper img {
  width: 100%;
}

.event .section.about-hosts .host .name {
  margin: 0 0 7px 0;
}

.event .section.about-hosts .host .position span {
  font-weight: 700;
}

.event .section.about-hosts .host .bio {
  color: #828282;
  margin-top: 15px;
}

.event .section.about-hosts .host .link {
  margin-top: 10px;
}


/* Event registration */

.event-registration form {
  padding-right: 40px;
}

.event-registration .title-box {
  margin: 5px 0 30px 0;
}

.event-registration .title-link {
  display: flex;
  align-items: center;
}

.event-registration .title-link a {
  margin-left: 10px;
  font-size: 14px;
}

.event-registration .form-wrapper form .checking {
  margin-top: 0;
}

.event-registration .btn-box {
  text-align: center;
}

.event-registration .btn-box .u-btn {
  max-width: 400px;
  margin: auto;
  width: 100%;
  margin-top: 30px;
}

.event-unsubscription .form-wrapper p {
  width: 100%;
  margin: 8px 0 10px 10px;
  color: white;
}

.event-unsubscription .form-wrapper form input {
  margin-top: 13px;
}

.event-unsubscription .form-wrapper form .input {
  display: flex;
  color: white;
}

.speaker .event-heading .content {
  align-items: stretch;
}

.speaker .event-heading .biography p {
  margin-bottom: 0;
  margin-top: 30px;
}

.speaker .event-heading .main-info {
  flex-wrap: wrap;
  align-items: flex-start;
}

.speaker .event-heading .main-info .nameIn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.speaker .event-heading .main-info .nameIn .in {
  margin-top: 0;
}

.speaker .event-heading .main-info .name {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.speaker .event-heading .main-info .web-info {
  margin-top: auto;
  width: 100%;
  align-items: center;
}

.speaker .event-heading .content .main-info .web-info p {
  margin-right: 30px;
  line-height: 1.2;
  min-height: auto;
}

.speaker .event-heading .content .main-info .web-info p:first-child {
  margin-right: 30px;
  padding-right: 0;
  border-right: none;
}

.speaker .event-heading .content .main-info .web-info .btn-box {
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .speaker .event-heading .content .main-info .web-info p span {
    display: block;
  }
  .speaker .event-heading .content .main-info .web-info {
    justify-content: space-between;
  }
  .speaker .event-heading .content .main-info .web-info .btn-box {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .event.heading-image img {
    width: 100%;
  }
  .event .section.about-web .info p {
    margin-bottom: 15px;
  }
  .event .section.about-web .info ul {
    margin-top: 30px;
  }
  .event .section.about-web .info ul li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 920px) {
  .event-heading .content {
    flex-wrap: wrap;
  }
  .speaker .event-heading .content .main-info .web-info {
    flex-wrap: wrap;
  }
  .speaker .event-heading .main-info .name {
    color: initial;
  }
  .speaker .event-heading .nameIn .in .svg .text {
    fill: #000;
  }
}

@media screen and (max-width: 768px) {
  .header nav .toggle-btn .dropdown {
    right: 0;
  }
  .speaker .event-heading .main-info .nameIn {
    margin-top: 20px;
  }
  .speaker .event-heading .content .main-info .web-info {
    justify-content: center;
  }
  .speaker .event-heading .content .main-info .web-info .btn-box {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .event .event-heading .content {
    justify-content: center;
  }
  .event .event-heading .content .main-info {
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .event .section {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .event .section .label {
    width: 100%;
    padding-right: 0;
  }
  .event .section .label h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  .event .section .info {
    margin: auto;
  }
  .event .section.about-schools .school {
    text-align: center;
  }
  .event .section.about-hosts .host {
    text-align: center;
    padding-right: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .event .section.about-hosts .host .img-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .event .section.about-hosts .host .speaker-info {
    width: 100%;
  }
  .event-registration form {
    padding-right: 0;
  }
  .event-unsubscription .form-wrapper p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }
  .event-unsubscription .form-wrapper form input {
    margin-top: 12px;
  }
}

@media screen and (max-width:600px) {
  .speaker .event-heading .content .main-info .web-info p {
    width: 100%;
    margin: 5px;
    text-align: center;
    /* margin-right: 0; */
  }
  .speaker .event-heading .content .main-info .web-info p:first-child {
    margin-right: 5px;
  }
  .speaker .event-heading .content .main-info .web-info p span {
    padding-right: 0;
  }
  .speaker .event-heading .content .main-info .web-info {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .event.heading-image img {
    width: auto;
    height: 100%;
  }
  .event .event-heading .content .main-info .web-info {
    width: 100%;
  }
  .event .event-heading .content .main-info .web-info p {
    line-height: 26px;
    width: 50%;
  }
  .event:not(.speaker) .event-heading .content .main-info .web-info p:first-child {
    text-align: right;
  }
  .event .event-heading .content .main-info .web-info p span,
  .event .event-heading .content .main-info .web-info p img {
    display: block;
  }
}

@media screen and (max-width: 418px) {
  .heading-image.cultural-image.webinar-inner {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.container.plans h1 {
  color: #333333;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin: 90px 0 70px;
  text-align: center;
}

.container.plans .plan-section {
  margin-bottom: 65px;
}

.container.plans .plan-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.plans .plan-section .row .col {
  position: relative;
  border: 1px solid rgba(151, 151, 151, 0.33);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: none;
}

.container.plans .plan-section .row .col:first-child {
  border: none;
}

.container.plans .plan-section .row .col:first-child p {
  padding: 20px 50px;
}

.container.plans .plan-section .row .col.no-border {
  border-bottom: none;
}

.container.plans .plan-section .row .col:nth-child(2) {
  border-right: none;
}

.container.plans .plan-section .row .col:nth-child(4) {
  border-left: none;
}

.container.plans .plan-section .row .col.white {
  background-color: #FAFAFA;
}

.container.plans .plan-section .row .col.white p {
  border-bottom: 1px solid #dfdfdf;
}

.container.plans .plan-section .row .col.white p:last-child {
  border-bottom: none;
}

.container.plans .plan-section .row .col.grey {
  background-color: #F1F1F1;
  border-top: none;
  border-bottom: none;
}

.container.plans .plan-section .row .col.grey p {
  border-bottom: 1px solid #dfdfdf;
}

.container.plans .plan-section .row .col.pop {
  border-top: 1px solid var(--main-bg-color) !important;
}

.container.plans .plan-section .row .col.pop-bot {
  border-bottom: 1px solid var(--main-bg-color);
}

.container.plans .plan-section .row .col:nth-child(3) {
  border-right: 1px solid var(--main-bg-color);
  border-left: 1px solid var(--main-bg-color);
}

.container.plans .plan-section .row .col.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.plans .plan-section .row .col.label p {
  color: #2a2828;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  border: none;
}

.container.plans .plan-section .row .col.button .btn {
  width: 100%;
}

.container.plans .plan-section .row .col .popular {
  position: absolute;
  top: 0;
  right: 0;
}

.container.plans .plan-section .row .col .icon-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.container.plans .plan-section .row .col .type {
  color: #070707;
  font-size: 23px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  min-height: auto;
}

.container.plans .plan-section .row .col .price {
  color: #2a2828;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.plans .plan-section .row .col .price span {
  color: var(--main-bg-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 21px;
}

.container.plans .plan-section .row .col .price span:first-child {
  position: relative;
  top: -5px;
}

.container.plans .plan-section .row .col .price .euro {
  font-size: 20px;
  margin: 0 5px;
}

.container.plans .plan-section .row .col .button {
  width: 100%;
}

.container.plans .plan-section .row .col .button .btn {
  width: 100%;
}

.container.plans .plan-section .row .col .button .toggle-btn {
  margin-top: 20px;
}

.container.plans .plan-section .row .col p {
  text-align: center;
  margin: 0;
  color: #2a2828;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 0 10px;
}

.container.plans .plan-section .row .col p.blue {
  color: var(--main-bg-color);
  font-weight: 700;
}

.container.plans .plan-section .row .col p.percent span {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 5px;
}

.container.plans .plan-section .row .col p.bold {
  font-weight: 700;
}

.container.plans .plan-section .row .col p.more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.plans .plan-section .row .col p.more .tooltip {
  cursor: pointer;
  right: -20px;
  top: 0;
  left: auto;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  background: var(--main-bg-color);
  padding: 0;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
}

.container.plans .plan-section .row .col p.more .tooltip::before,
.container.plans .plan-section .row .col p.more .tooltip::after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 145%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.container.plans .plan-section .row .col p.more .tooltip::before {
  content: '';
  bottom: 115%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  margin-top: 10px;
}

.container.plans .plan-section .row .col p.more .tooltip::after {
  content: attr(data-tooltip);
  background: #000;
  font-size: 13px;
  width: 200px;
  margin-top: -10px;
}

.container.plans .plan-section .row .col p.more .tooltip:hover::before,
.container.plans .plan-section .row .col p.more .tooltip:hover::after {
  visibility: visible;
  opacity: 1;
}

.container.plans .plan-section .row.buttons .button {
  padding: 25px 50px;
}

.container.plans .plan-section .row:first-child .col+.col {
  border-top: 1px solid rgba(151, 151, 151, 0.33);
  padding: 40px 50px;
}

.container.plans .plan-section .row:first-child .label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.plans .plan-section .row:first-child .label p {
  border: none;
}

@media screen and (min-width: 768px) {
  .plan-section .toggle-btn {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .container.plans .plan-section .row .col p.more .tooltip {
    right: -10px;
  }
}

@media screen and (max-width: 1366px) {
  .container.plans .plan-section .row .col:first-child p {
    padding: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .container.plans .plan-section .row .col.grey p {
    padding: 0 20px;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .container.plans .plan-section .row:first-child .col+.col {
    padding: 30px 20px;
  }
  .container.plans .plan-section .row:first-child .col .price span {
    font-size: 27px;
  }
  .container.plans .plan-section .row:first-child .col .price span:first-child {
    top: 0;
  }
  .container.plans .plan-section .row:first-child .col p.more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.plans .plan-section .row .col .price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .container.plans .plan-section .row .col p.more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
  .container.plans .plan-section .row .col p.more .tooltip {
    right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .container.plans h1 {
    margin: 40px 0 30px;
  }
  .container.plans .plan-section .row:first-child .col .price span {
    font-size: 20px;
  }
  .container.plans .plan-section .row:first-child .col+.col {
    padding: 50px 5px 15px;
  }
  .container.plans .plan-section .row .col.label,
  .container.plans .plan-section .row .col.empty {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 21%;
    flex: 1 0 21%;
    max-width: 21%;
  }
  .container.plans .plan-section .row .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 26%;
    flex: 1 0 26%;
    max-width: 26%;
  }
  .container.plans .plan-section .row .col:first-child p {
    padding: 20px 5px;
  }
  .container.plans .plan-section .row .col.grey p {
    padding: 10px 5px;
  }
  .container.plans .plan-section .row .col p {
    min-height: 100px;
  }
  .container.plans .plan-section .row.buttons .button {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .container.plans .plan-section .row {
    border: 1px solid rgba(151, 151, 151, 0.33);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .container.plans .plan-section .row .toggle-plan {
    display: none;
  }
  .container.plans .plan-section .row .col {
    padding: 0;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .container.plans .plan-section .row .col h5 {
    font-size: 20px;
    text-align: center;
  }
  .container.plans .plan-section .row .col:first-of-type {
    padding: 35px 15px 15px;
  }
  .container.plans .plan-section .row .col:first-of-type p {
    padding: 0 15px;
  }
  .container.plans .plan-section .row .col.grey {
    padding: 0;
  }
  .container.plans .plan-section .row .col.grey p {
    padding: 0;
  }
  .container.plans .plan-section .row .col.pop,
  .container.plans .plan-section .row .col.pop-bot {
    border: none;
  }
  .container.plans .plan-section .row .col.label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.plans .plan-section .row .col.label p {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container.plans .plan-section .row .col:nth-child(3) {
    border: none;
  }
  .container.plans .plan-section .row .col p {
    min-height: 65px;
  }
  .container.plans .plan-section .row .col p.more {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container.plans .plan-section .row .col p.more .tooltip {
    right: 0px;
    margin-left: 20px;
  }
  .container.plans .plan-section .row .col .button {
    padding: 15px 0;
  }
  .container.plans .plan-section .row .col .button .btn {
    min-height: 55px;
  }
  .container.plans .plan-section .row .col.button {
    padding: 15px;
  }
  .container.plans .plan-section .row .col.button .btn {
    min-height: 55px;
  }
  .container.plans .plan-section .col.label {
    display: none;
  }
}

@media screen and (max-width: 418px) {
  .container.plans .plan-section .row .col p {
    min-height: 50px;
  }
}

@media screen and (max-width: 320px) {
  .container.plans .plan-section .row .col p {
    font-size: 14px;
  }
}

.heading-image.card.setting {
  margin-bottom: 0;
}

main>.settings {
  background: #f2f2f2;
}

.container.settings {
  padding-top: 90px;
}

.container.settings h1 {
  background: #fff;
  color: #333333;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0;
  padding: 60px 50px;
}

.container.settings #settings_form {
  padding-bottom: 100px;
}

.container.settings #settings_form .avatar-upload {
  position: relative;
  display: inline-block;
  margin: auto;
}

.container.settings #settings_form .avatar-upload .avatar-edit {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 10px;
}

.container.settings #settings_form .avatar-upload .avatar-edit input {
  display: none;
}

.container.settings #settings_form .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.container.settings #settings_form .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.container.settings #settings_form .avatar-upload .avatar-edit input+label:after {
  content: "";
  color: #757575;
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: url("/images/avatar-pen.svg") no-repeat center;
}

.container.settings #settings_form .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.container.settings #settings_form .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container.settings #settings_form .row {
  background: #fff;
  padding: 0 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.container.settings #settings_form .row .section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
}

.container.settings #settings_form .row .section h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

.container.settings #settings_form .row .section.info .form-row {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 150px;
  border-right: 1px solid #dfdfdf;
}

.container.settings #settings_form .row .section.info .form-row:first-of-type {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.settings #settings_form .row .section.info .form-row .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.container.settings #settings_form .row .section.info .form-row .form-group img {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 3;
}

.container.settings #settings_form .row .section.info .form-row .form-group p {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  top: -30px;
  z-index: 1;
}

.container.settings #settings_form .row .section.info .form-row .form-group .form-element {
  padding-right: 30px;
  max-width: 100%;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  position: relative;
  z-index: 2;
}

.container.settings #settings_form .row .section.info .form-row .form-group.focus p {
  top: -55px;
  left: 0px;
  padding: 0;
  font-size: 12px;
}

.container.settings #settings_form .row .section.avatar {
  text-align: center;
}

.container.settings #settings_form .row .section.avatar h3 {
  margin-bottom: 30px;
}

.container.settings #settings_form .button {
  text-align: center;
}

.container.settings #settings_form .button .btn.blue {
  padding: 21px 100px;
  max-width: auto;
}

@media screen and (max-width: 1280px) {
  .container.settings #settings_form .row .section.info .form-row {
    padding-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .container.settings h1 {
    padding: 30px;
  }
  .container.settings #settings_form {
    padding-bottom: 60px;
  }
  .container.settings #settings_form .row {
    margin-bottom: 50px;
    padding: 0 30px 50px;
  }
  .container.settings #settings_form .row .section.info .form-row {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .container.settings h1 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .container.settings #settings_form .row {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.settings #settings_form .row .section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .container.settings #settings_form .row .section:last-child {
    margin-bottom: 0;
  }
  .container.settings #settings_form .row .section.avatar {
    margin-bottom: 30px;
  }
  .container.settings #settings_form .row .section.info {
    margin-bottom: 0;
  }
  .container.settings #settings_form .row .section.info .form-row {
    border: none;
    padding-right: 0;
  }
  .container.settings #settings_form .row .section.info .form-row:first-of-type {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.wrapper header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #041a21;
  width: 272px;
  height: 100vh;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 50;
}

.wrapper header .slide-nav {
  position: absolute;
  top: 20px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: var(--main-bg-color);
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.wrapper header .slide-nav img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper header .logo {
  padding: 25px 0 0 35px;
  margin-bottom: 32px;
}

.wrapper header .logo a {
  display: inline-block;
}

.wrapper header .navigation {
  margin-bottom: 160px;
}

.wrapper header .navigation .nav li {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper header .navigation .nav li .svg use {
  fill: #9e9e9e;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper header .navigation .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 64px;
  padding: 0 35px;
  width: 100%;
  text-decoration: none;
}

.wrapper header .navigation .nav li .title {
  color: #9e9e9e;
  font-family: "HK Grotesk";
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper header .navigation .nav li.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.wrapper header .navigation .nav li.dropdown .drop-wrapper {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  padding-left: 35px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper header .navigation .nav li.dropdown .drop {
  display: none;
  width: 100%;
  background: var(--main-bg-color);
  padding: 30px;
}

.wrapper header .navigation .nav li.dropdown .drop li {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}

.wrapper header .navigation .nav li.dropdown .drop li:hover {
  background: transparent;
}

.wrapper header .navigation .nav li.dropdown .drop li a {
  color: #ffffff;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: auto;
  line-height: 16px;
  padding: 0 0 0 15px;
  position: relative;
}

.wrapper header .navigation .nav li.dropdown .drop li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background: url("/images/dashboard/subdot.png") no-repeat;
  background-size: contain;
  width: 5px;
  height: 5px;
}

.wrapper header .navigation .nav li.dropdown .drop-arrow {
  position: absolute;
  top: 27px;
  right: 35px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper header .navigation .nav li.dropdown.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wrapper header .navigation .nav li.dropdown.active .drop-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wrapper header .navigation .nav li .icons {
  margin-right: 15px;
}

.wrapper header .navigation .nav li:hover,
.wrapper header .navigation .nav li.active {
  -webkit-box-shadow: inset 4px 0px 0px 0px var(--main-bg-color);
  box-shadow: inset 4px 0px 0px 0px var(--main-bg-color);
  background-color: #11272f;
}

.wrapper header .navigation .nav li:hover .title,
.wrapper header .navigation .nav li.active .title {
  color: #fff;
}

.wrapper header .navigation .nav li:hover .svg use,
.wrapper header .navigation .nav li.active .svg use {
  fill: #fff;
}

.wrapper header .school-heading {
  margin: 0 0 30px;
  padding: 0 35px;
  border: none;
}

.wrapper header .school-heading .expire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper header .school-heading .expire p {
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-family: "HK Grotesk";
  font-size: 15px;
  font-weight: 700;
  width: 100%;
}

.wrapper header .school-heading .expire p span {
  color: #999999;
}

.wrapper header .school-heading .expire .loading--bar {
  width: 100%;
}

.wrapper header .button.btn-box {
  padding: 0 35px;
}

.wrapper header .button.btn-box .btn {
  width: 100%;
  border-color: var(--main-bg-color);
  color: #fff;
}

.wrapper header .button.btn-box .btn:hover {
  background: var(--main-bg-color);
}

.wrapper header.active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.wrapper header.active .slide-nav img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wrapper .small-nav {
  background-color: #041a21;
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 100vh;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  z-index: 11;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.wrapper .small-nav.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.wrapper .small-nav .slide-nav {
  position: absolute;
  top: 20px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: var(--main-bg-color);
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.wrapper .small-nav .slide-nav img {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper .small-nav ul li {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  text-align: center;
}

.wrapper .small-nav ul li a {
  display: block;
  padding: 20px 0;
}

.wrapper .small-nav ul li.logo {
  padding: 0;
  margin-bottom: 26px;
}

.wrapper .small-nav ul li.logo a {
  padding: 30px 0 25px;
}

.wrapper .small-nav ul li .svg use {
  fill: #9e9e9e;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper .small-nav ul li:hover,
.wrapper .small-nav ul li.active {
  -webkit-box-shadow: inset 4px 0px 0px 0px var(--main-bg-color);
  box-shadow: inset 4px 0px 0px 0px var(--main-bg-color);
  background-color: #11272f;
}

.wrapper .small-nav ul li:hover .svg use,
.wrapper .small-nav ul li.active .svg use {
  fill: #fff;
}

.wrapper .small-nav ul li.dropdown {
  background-color: #041a21;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}

.wrapper .small-nav ul li.dropdown:hover .small-drop {
  right: -160%;
  z-index: -10;
}

.wrapper .small-nav ul li.dropdown.active,
.wrapper .small-nav ul li.dropdown:hover {
  background-color: #11272f;
}

.wrapper .small-drop {
  background-color: #041a21;
  position: fixed;
  z-index: 10;
  top: 0;
  left: -200px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wrapper .small-drop.webinars {
  top: 297px;
}

.wrapper .small-drop.profile {
  top: 357px;
}

.wrapper .small-drop li {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper .small-drop li a {
  padding: 10px;
  color: #9e9e9e;
  text-decoration: none;
  font-family: "HK Grotesk";
  font-weight: 700;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: block;
  font-size: 14px;
}

.wrapper .small-drop li a:hover {
  color: #fff;
}

.wrapper .small-drop li:hover {
  -webkit-box-shadow: inset 4px 0px 0px 0px var(--main-bg-color);
  box-shadow: inset 4px 0px 0px 0px var(--main-bg-color);
  background-color: #11272f;
}

.wrapper .small-drop.active {
  left: 90px;
}

.wrapper main,
.wrapper footer {
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  padding-left: 272px;
}

.wrapper main.active,
.wrapper footer.active {
  padding-left: 90px;
}

.wrapper main {
  position: relative;
  z-index: 1;
}

.wrapper main h2 {
  margin: 0 0 35px;
  color: #121213;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper main .heading-user {
  background-color: #f2f2f2;
  margin-bottom: 65px;
}

.wrapper main .heading-user .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper main .heading-user .container .profile::after {
  border-top-color: #161616 !important;
}

.wrapper main .heading-user .container .expand-dash-menu {
  padding: 0;
  display: none;
}

.wrapper main .heading-user .container .expand-dash-menu .toggle-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 10px 10px 10px 15px;
  margin-left: 10px;
  border-left: 1px solid #161616;
}

.wrapper main .heading-user .container .expand-dash-menu .toggle-dropdown span {
  width: 24px;
  height: 2px;
  margin: 4px auto;
  background: #161616;
  display: block;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.wrapper main .heading-user .container .expand-dash-menu .toggle-dropdown.active span {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  -ms-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}

.wrapper main .heading-user .container .expand-dash-menu .toggle-dropdown.active span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}

.wrapper main .heading-user .container .expand-dash-menu .toggle-dropdown.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}

.wrapper main .heading-user .container .header {
  position: relative;
  padding: 10px 0;
  min-height: auto;
}

.wrapper main .heading-user .container .header nav ul.right-menu .prof p {
  color: #161616;
}

.wrapper main .heading-user .container .header nav ul.right-menu .prof p .svg {
  margin-left: 5px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper main .heading-user .container .header nav ul.right-menu .prof p .svg .st0 {
  fill: #161616;
}

.wrapper main .heading-user .container .header nav ul.right-menu .prof.active .svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wrapper main .heading-user .container .header nav ul.right-menu .prof .dropdown {
  background: #041a21;
}

.wrapper main .heading-user .container .logo {
  display: none;
}

.wrapper main .aplicants {
  margin-bottom: 65px;
}

.wrapper main .aplicants .data-info {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper main .aplicants .data-info .section {
  border: 1px solid #d8d8d8;
  padding: 30px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: calc(50% - 15px);
}

.wrapper main .aplicants .data-info .section p {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #2a2828;
  font-family: "HK Grotesk";
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.wrapper main .aplicants .data-info .section p .num {
  color: #121213;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.wrapper main .aplicants .data-info .section p .percent {
  color: #727272;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 300;
  line-height: 50px;
}

.wrapper main .aplicants .data-info .section p span {
  margin-right: 10px;
}

.wrapper main .aplicants .data-info .section p span:last-of-type {
  margin-right: 0;
}

.wrapper main .aplicants .map .img-wrapper {
  background-color: #f2f2f2;
  padding: 50px 0;
}

.wrapper main .aplicants .map .img-wrapper .svg {
  width: 100%;
}

.wrapper main .aplicants .map .img-wrapper .svg path {
  fill: #CDCDCD;
}

.wrapper main .aplicants .map .img-wrapper .svg .dot {
  fill: var(--main-bg-color);
  cursor: pointer;
}

.wrapper main .candidates {
  margin-bottom: 65px;
}

.wrapper main .candidates .candidates-wrapper {
  border: 1px solid #d8d8d8;
  padding: 45px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper main .candidates .candidates-wrapper .candidate {
  border-right: 1px solid rgba(151, 151, 151, 0.44);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  max-width: 33%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper main .candidates .candidates-wrapper .candidate:last-child {
  border: none;
}

.wrapper main .candidates .candidates-wrapper .candidate .img-wrapper {
  margin-right: 15px;
  width: 73px;
  height: 73px;
  overflow: hidden;
  border-radius: 50%;
}

.wrapper main .candidates .candidates-wrapper .candidate .img-wrapper img {
  max-width: 100%;
}

.wrapper main .candidates .candidates-wrapper .candidate .info {
  padding: 10px 0;
}

.wrapper main .candidates .candidates-wrapper .candidate .info p {
  margin: 0;
  color: #1f2630;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.wrapper main .candidates .candidates-wrapper .candidate .info .location {
  padding-top: 0;
  color: #000000;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.wrapper main .candidates .candidates-wrapper .candidate .info .location img {
  margin-right: 5px;
}

.wrapper main .views {
  margin-bottom: 65px;
}

.wrapper main .views #view_diagram {
  padding: 40px 20px 20px;
  border: 1px solid #d8d8d8;
  width: 100%;
  height: 360px;
}

.wrapper main .views #view_diagram .highcharts-container {
  min-height: 360px;
  width: 100% !important;
}

.wrapper main .views #view_diagram .highcharts-container svg {
  min-height: 360px;
  width: 100% !important;
}

.wrapper main .views #view_diagram text {
  color: rgba(0, 0, 0, 0.5) !important;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.wrapper main .views #view_diagram .highcharts-tooltip text {
  fill: rgba(118, 198, 18, 0.99) !important;
  color: rgba(118, 198, 18, 0.99) !important;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
}

.wrapper main .views #view_diagram .highcharts-tooltip .highcharts-tooltip-box {
  stroke: #95d249;
  bottom: 100px;
}

.wrapper main .views #view_diagram .highcharts-tooltip .highcharts-shadow {
  stroke: rgba(149, 210, 73, 0.2);
}

.wrapper main .views #view_diagram .highcharts-button,
.wrapper main .views #view_diagram .highcharts-legend,
.wrapper main .views #view_diagram .highcharts-yaxis,
.wrapper main .views #view_diagram .highcharts-xaxis {
  display: none;
}

.wrapper main .views #view_diagram .highcharts-yaxis-grid path {
  stroke: rgba(151, 151, 151, 0.2);
}

.wrapper main .views #view_diagram .highcharts-point {
  fill: #05859f;
  stroke-width: 6px;
  stroke: #05859f;
}

.wrapper main .views #view_diagram .highcharts-point-hover {
  fill: rgba(118, 198, 18, 0.99);
  stroke: rgba(118, 198, 18, 0.99);
}

.wrapper main .views #view_diagram .highcharts-graph {
  stroke: #05859f;
}

.wrapper main .views #view_diagram .highcharts-series.highcharts-series-0 path:first-of-type {
  fill: rgba(90, 185, 204, 0.1);
}

.wrapper footer {
  text-align: center;
  background-color: #f2f2f2;
}

.wrapper footer p {
  padding: 23px 0;
  color: #1a1a1a;
  font-family: "HK Grotesk";
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  margin: 0;
}

.wrapper footer p a {
  color: #1a1a1a;
  text-decoration: none;
}

.wrapper .tooltip-map {
  display: none;
  position: fixed;
  top: 0;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  left: 0;
  z-index: 99999;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.wrapper .tooltip-map::after {
  top: -8.5px;
  width: 15px;
  height: 15px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}

.wrapper .tooltip-map .title {
  color: #010101;
  font-family: "HK Grotesk";
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.wrapper .tooltip-map .app {
  font-family: "HK Grotesk";
  font-size: 13px;
  font-weight: 500;
  color: #828282;
}

.wrapper .tooltip-map .num {
  color: var(--main-bg-color);
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width: 1680px) {
  .wrapper main .views #view_diagram {
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper header {
    width: 240px;
  }
  .wrapper header .navigation {
    margin-bottom: 80px;
  }
  .wrapper header .navigation .nav li a {
    padding: 0 20px;
  }
  .wrapper header .navigation .nav li.dropdown .drop-arrow {
    right: 20px;
  }
  .wrapper header .navigation .nav li.dropdown .drop-wrapper {
    padding-left: 20px;
  }
  .wrapper main,
  .wrapper footer {
    padding-left: 240px;
  }
  .wrapper main .heading-user {
    margin-bottom: 40px;
  }
  .wrapper main h2 {
    margin: 0 0 30px;
    font-size: 21px;
  }
  .wrapper main .aplicants,
  .wrapper main .candidates,
  .wrapper main .views {
    margin-bottom: 40px;
  }
  .wrapper main .aplicants .data-info {
    margin-bottom: 40px;
  }
  .wrapper main .aplicants .data-info .section p {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper main .aplicants .data-info .section p span {
    text-align: center;
    margin-right: 0;
  }
  .wrapper main .aplicants .data-info .section p .label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .wrapper main .aplicants .data-info .section p .num {
    text-align: right;
    padding-right: 3px;
  }
  .wrapper main .aplicants .data-info .section p .percent {
    text-align: left;
    padding-left: 3px;
  }
  .wrapper main .aplicants .data-info .section p .num,
  .wrapper main .aplicants .data-info .section p .percent {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .wrapper main .views #view_diagram {
    padding: 20px 0;
  }
  .wrapper main .candidates .candidates-wrapper {
    padding: 20px 0;
  }
  .wrapper main .candidates .candidates-wrapper .candidate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper main .candidates .candidates-wrapper .candidate .img-wrapper {
    margin-right: 0;
  }
  .wrapper main .candidates .candidates-wrapper .candidate .info {
    text-align: center;
  }
  .wrapper main .candidates .candidates-wrapper .candidate .location {
    width: 100%;
  }
  .wrapper main.active h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper header {
    z-index: 9999999;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .wrapper header.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .wrapper header.active .slide-nav img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .wrapper main,
  .wrapper footer {
    padding: 0;
  }
  .wrapper main.active,
  .wrapper footer.active {
    padding: 0;
  }
  .wrapper main.active h2,
  .wrapper footer.active h2 {
    font-size: 21px;
  }
  .wrapper .small-nav {
    display: none;
  }
  .wrapper .header nav .logo {
    display: inline-block;
  }
  .wrapper .header nav .right-menu.user .profile {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .wrapper .header nav .right-menu.user .notifiacion {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .wrapper .header nav .right-menu.user .notifiacion .dropdown {
    right: -170px;
  }
  .wrapper .header nav .right-menu.user .expand-dash-menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .wrapper .header nav .right-menu.user .prof .dropdown {
    right: -120px;
  }
  .wrapper main .heading-user .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrapper main .heading-user .container .logo {
    display: inline-block;
    padding-top: 10px;
  }
  .wrapper main .heading-user .container .logo .svg use {
    fill: #121213;
  }
  .wrapper main .heading-user .container .expand-dash-menu {
    display: inline-block;
  }
  .wrapper main .aplicants .map .img-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .wrapper .header nav .right-menu.user .notifiacion .dropdown {
    right: -100px;
  }
  .wrapper .header nav .toggle-btn .dropdown:after {
    left: 50%;
  }
  .wrapper main .aplicants .data-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper main .aplicants .data-info .section {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .wrapper main .aplicants .data-info .section:last-child {
    margin-bottom: 0;
  }
  .wrapper main .candidates .candidates-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 0;
  }
  .wrapper main .candidates .candidates-wrapper .candidate {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 15px;
    padding: 15px;
  }
  .wrapper main .candidates .candidates-wrapper .candidate .info {
    padding-bottom: 0;
  }
  .wrapper main .candidates .candidates-wrapper .candidate:last-child {
    border: 1px solid #d8d8d8;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .wrapper header .logo,
  .wrapper header .navigation,
  .wrapper header .school-heading {
    margin-bottom: 15px;
  }
  .wrapper header .logo.user.content .expire p,
  .wrapper header .navigation.user.content .expire p,
  .wrapper header .school-heading.user.content .expire p {
    margin: 0 0 10px !important;
  }
}

.wrapper.candidates .heading-user .container .filter .form-row {
  -webkit-box-align: inherit !important;
  -ms-flex-align: inherit !important;
  align-items: inherit !important;
}

.wrapper.candidates .heading-user .container .filter .form-row .select2-selection--multiple:after {
  right: 7px;
}

.wrapper.candidates .heading-user .container .filter .form-row .form-group .form-group {
  z-index: 1;
  margin-top: 38px;
}

.wrapper.candidates .heading-user .container .filter .form-row .form-group.range-slider-group {
  margin-top: 76px;
}

.wrapper.candidates .container .header {
  margin-bottom: 40px;
}

.wrapper.candidates .sure-modal.profile-modal .message {
  width: 60%;
  background: transparent;
}

.wrapper.candidates .sure-modal.profile-modal .message .tab-navigation {
  display: none;
}

.wrapper.candidates .sure-modal.profile-modal .message .nav-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.candidates .sure-modal.profile-modal .message .nav-tab li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: calc(25% - 3px);
}

.wrapper.candidates .sure-modal.profile-modal .message .nav-tab li a {
  background-color: #e6e6e6;
  color: #373737;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  min-height: 55px;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper.candidates .sure-modal.profile-modal .message .nav-tab li a:hover {
  background-color: var(--main-bg-color);
  color: #fff;
}

.wrapper.candidates .sure-modal.profile-modal .message .nav-tab li.active a {
  background-color: var(--main-bg-color);
  color: #fff;
}

.wrapper.candidates .sure-modal.profile-modal .message .tab-content {
  background: #fff;
}

.wrapper.candidates .sure-modal.profile-modal .message .tab-content .tab-panel {
  padding: 30px;
}

.wrapper.candidates .sure-modal.profile-modal .message .tab-content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.wrapper.candidates .sure-modal.profile-modal .message .tab-content .content-wrapper p {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "HK Grotesk";
  font-weight: 700;
}

.wrapper.candidates .sure-modal.profile-modal .message .tab-content .content-wrapper p .label {
  color: #999999;
  font-size: 12px;
  padding-right: 15px;
  line-height: 16px;
}

.wrapper.candidates .sure-modal.profile-modal .message .tab-content .content-wrapper p .data {
  color: #0f0f0f;
  font-size: 15px;
}

.wrapper.candidates .sure-modal.profile-modal .message .button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.candidates .sure-modal.profile-modal .message .button .btn {
  padding: 14px 20px;
}

.wrapper.candidates.webinars .heading-user {
  padding-bottom: 0;
  margin-bottom: 65px;
}

.wrapper .container .export.button.btn-box {
  text-align: right;
  margin-bottom: 50px;
}

.wrapper .container .export.button.btn-box .btn {
  color: #171717;
  border: 1px solid #d9cfcf;
}

.wrapper .container .export.button.btn-box .btn:hover {
  background: transparent;
}

.wrapper .container .export.button.btn-box .btn span {
  color: var(--main-bg-color);
}

.wrapper .container .filter {
  padding-bottom: 90px;
  width: 100%;
}

.wrapper .container .filter .explore-degree {
  padding: 0;
  margin: 0;
  background: transparent;
}

.wrapper .container .filter #add_school_filters {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 0;
}

.wrapper .container .filter #add_school_filters .filter {
  margin-bottom: 0;
  padding: 11px 20px;
  width: 160px;
  margin-bottom: 25px;
}

.wrapper .container .filter #add_school_filters .blue {
  min-width: 186px;
}

.wrapper .container .filter .form-group.checkbox {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 25% !important;
  flex: 1 0 25% !important;
  max-width: calc(25% - 40px);
}

.wrapper .container .filter .form-group .select2 {
  width: 100% !important;
}

.wrapper .container .filter .form-group .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  margin: 0;
}

.wrapper .container .filter .explore-degree .form-group,
.wrapper .container .filter .explore-degree .btn-group {
  max-width: 360px;
}

.wrapper .container .filter .explore-degree .form-group .btn-box,
.wrapper .container .filter .explore-degree .btn-group .btn-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper .container .filter .explore-degree .form-group .btn-box .btn:last-child,
.wrapper .container .filter .explore-degree .btn-group .btn-box .btn:last-child {
  min-width: 136px;
}

.wrapper .container .filter .explore-degree .form-group .dropdown,
.wrapper .container .filter .explore-degree .btn-group .dropdown {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  right: 0;
}

@media screen and (max-width: 1440px) {
  .wrapper.candidates .sure-modal.profile-modal .message {
    width: 75%;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper.candidates.webinars .heading-user {
    margin-bottom: 40px;
  }
  .wrapper.candidates .heading-user .container .filter .form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper .container .filter {
    padding-bottom: 30px;
  }
  .wrapper .container .filter .explore-degree {
    width: 100%;
  }
  .wrapper .container .filter .form-row .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: calc(50% - 40px);
  }
  .wrapper .container .filter .form-row .form-group .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: calc(100%);
  }
  .wrapper .container .filter .form-row .form-group.btn-group {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .wrapper .container .filter .form-row .form-group.range-slider-group {
    margin-bottom: 75px;
  }
  .wrapper .container .filter #add_school_filters {
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper .container .filter #add_school_filters .btn {
    min-width: 100%;
    margin-bottom: 15px;
  }
  .wrapper .container .export.button.btn-box {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrapper main {
    overflow: hidden;
  }
  .wrapper .container .export.button.btn-box {
    margin-bottom: 20px;
  }
  .wrapper .container .export.button.btn-box .btn {
    min-width: 100%;
  }
  .wrapper .container .filter #add_school_filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper .container .filter .form-row {
    margin: 0;
  }
  .wrapper .container .filter .form-row .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .wrapper .container .filter .form-row .form-group .form-group {
    margin-bottom: 0;
  }
  .wrapper .container .filter .form-row .form-group.range-slider-group {
    margin-bottom: 40px;
  }
  .wrapper .container .filter .form-group {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 27%;
    flex: 1 0 27%;
    max-width: 27%;
  }
  .wrapper .container .filter .form-group label.for-multiple {
    font-size: 14px;
  }
  .wrapper .container .filter .explore-degree .btn-group .dropdown {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    right: 0;
    width: 100%;
  }
  .wrapper .container .filter .explore-degree .btn-group .dropdown .dropdown-content {
    min-width: 100%;
  }
  .wrapper .container .filter .explore-degree .btn-group .btn-box .btn:last-child {
    padding: 11px 9px;
    min-width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .sure-modal {
    overflow-y: scroll;
  }
  .wrapper.candidates.webinars .heading-user {
    padding-bottom: 40px;
  }
  .wrapper.candidates main .heading-user {
    margin: 0 0 20px;
  }
  .wrapper.candidates .sure-modal.profile-modal .message {
    width: 90%;
  }
  .wrapper.candidates .sure-modal.profile-modal .message .tab-navigation {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
  }
  .wrapper.candidates .sure-modal.profile-modal .message .tab-navigation .select2-container {
    width: 100% !important;
  }
  .wrapper.candidates .sure-modal.profile-modal .message .tab-navigation .select2-selection--single {
    padding-left: 20px;
    border-bottom: 2px solid var(--main-bg-color) !important;
  }
  .wrapper.candidates .sure-modal.profile-modal .message .tab-navigation .select2-selection--single .select2-selection__arrow {
    right: 15px;
    top: 8px !important;
  }
  .wrapper.candidates .sure-modal.profile-modal .message .tab-navigation .select2-selection--single .select2-selection__rendered {
    opacity: 1;
  }
  .wrapper.candidates .sure-modal.profile-modal .message .nav-tab {
    display: none;
  }
  .wrapper.candidates .sure-modal.profile-modal .message .tab-content .tab-panel {
    padding: 30px 15px;
  }
  .wrapper.candidates .sure-modal.profile-modal .message .tab-content .content-wrapper p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .wrapper .container .filter {
    padding-bottom: 0;
  }
  .wrapper .container .filter .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper .container .filter .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .wrapper .container .filter .form-group.checkbox {
    margin-bottom: 10px;
    max-width: 100%;
    margin: 0 0 10px !important;
  }
  .wrapper .container .filter .explore-degree {
    width: 100%;
  }
  .wrapper .container .filter .explore-degree .btn-group {
    max-width: 100%;
  }
  .wrapper .container .filter .explore-degree .btn-group .dropdown {
    top: 70%;
  }
  .wrapper .container .filter .explore-degree .btn-group .dropdown .dropdown-content {
    min-width: auto;
  }
  .wrapper .container .filter .explore-degree .btn-group .dropdown .dropdown-content .btn-box.center {
    margin-top: 20px;
    width: 100%;
  }
  .wrapper .container .filter #add_school_filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper .container .filter #add_school_filters .filter {
    margin: 5px 0 0px;
  }
}

.wrapper.webinars main .heading-user {
  margin-bottom: 0;
  padding-bottom: 65px;
}

.wrapper.webinars main .heading-user .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.webinars main .heading-user .container .logo {
  display: block;
  margin-top: 25px;
}

.wrapper.webinars main .heading-user .container .logo a {
  color: #121213;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.wrapper.webinars main .heading-user .container .header {
  margin-bottom: 40px;
}

.wrapper .dash-modal.prof .message,
.wrapper .dash-modal.edit .message {
  width: 900px;
}

.wrapper .dash-modal.prof .message .close,
.wrapper .dash-modal.edit .message .close {
  width: 27px;
  height: 27px;
  background: rgba(225, 225, 225, 0.3);
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  top: 40px;
  right: 30px;
}

.wrapper .dash-modal.prof .message h5,
.wrapper .dash-modal.edit .message h5 {
  color: #121213;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 70px;
}

.wrapper .dash-modal.prof .message form .content,
.wrapper .dash-modal.edit .message form .content {
  padding: 0 70px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .dash-modal.prof .message form .content .left,
.wrapper .dash-modal.prof .message form .content .right,
.wrapper .dash-modal.edit .message form .content .left,
.wrapper .dash-modal.edit .message form .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper .dash-modal.prof .message form .content .left,
.wrapper .dash-modal.edit .message form .content .left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  max-width: 60%;
  border-right: 1px solid rgba(151, 151, 151, 0.2);
  padding-right: 90px;
}

.wrapper .dash-modal.prof .message form .content .left .form-row,
.wrapper .dash-modal.edit .message form .content .left .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group {
  margin-bottom: 30px;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .select2,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .select2 {
  width: 100% !important;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .select2-container--default .select2-selection--single,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .select2-container--default .select2-selection--single {
  border-bottom: 1px solid #979797 !important;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .input,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .input {
  position: relative;
  min-height: 40px;
  line-height: 38px;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .input p,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .input p {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 0;
  color: #636363;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .input span,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .input span {
  color: red;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .input input,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .input input {
  position: relative;
  background: transparent;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .input input:focus+p,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .input input:focus+p {
  font-size: 12px;
  font-weight: 700;
  top: -15px;
  color: #999999;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .input input:focus+p span,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .input input:focus+p span {
  color: #999999;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .input.focus p,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .input.focus p {
  font-size: 12px;
  font-weight: 700;
  top: -15px;
  color: #999999;
}

.wrapper .dash-modal.prof .message form .content .left .form-row .form-group .input.focus p span,
.wrapper .dash-modal.edit .message form .content .left .form-row .form-group .input.focus p span {
  color: #999999;
}

.wrapper .dash-modal.prof .message form .content .right,
.wrapper .dash-modal.edit .message form .content .right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper .dash-modal.prof .message form .content .right h3,
.wrapper .dash-modal.edit .message form .content .right h3 {
  color: #000000;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 30px;
  text-align: center;
  opacity: .8;
}

.wrapper .dash-modal.prof .message form .content .right .avatar-upload,
.wrapper .dash-modal.edit .message form .content .right .avatar-upload {
  position: relative;
  display: inline-block;
  margin: auto;
}

.wrapper .dash-modal.prof .message form .content .right .avatar-upload .avatar-edit,
.wrapper .dash-modal.edit .message form .content .right .avatar-upload .avatar-edit {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 10px;
}

.wrapper .dash-modal.prof .message form .content .right .avatar-upload .avatar-edit input,
.wrapper .dash-modal.edit .message form .content .right .avatar-upload .avatar-edit input {
  display: none;
}

.wrapper .dash-modal.prof .message form .content .right .avatar-upload .avatar-edit input+label,
.wrapper .dash-modal.edit .message form .content .right .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.wrapper .dash-modal.prof .message form .content .right .avatar-upload .avatar-edit input+label:hover,
.wrapper .dash-modal.edit .message form .content .right .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.wrapper .dash-modal.prof .message form .content .right .avatar-upload .avatar-edit input+label:after,
.wrapper .dash-modal.edit .message form .content .right .avatar-upload .avatar-edit input+label:after {
  content: "";
  color: #757575;
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: url("/images/avatar-pen.svg") no-repeat center;
}

.wrapper .dash-modal.prof .message form .content .right .avatar-upload .avatar-preview,
.wrapper .dash-modal.edit .message form .content .right .avatar-upload .avatar-preview {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .dash-modal.prof .message form .content .right .avatar-upload .avatar-preview>div,
.wrapper .dash-modal.edit .message form .content .right .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wrapper .dash-modal.prof .message form .btn,
.wrapper .dash-modal.edit .message form .btn {
  max-width: 400px;
  margin: auto;
  border: 2px solid var(--main-bg-color);
}

.wrapper .dash-modal.prof .message form .btn:hover,
.wrapper .dash-modal.edit .message form .btn:hover {
  background: var(--main-bg-color);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .wrapper .dash-modal.prof .message,
  .wrapper .dash-modal.edit .message {
    width: 500px;
  }
  .wrapper .dash-modal.prof .message form .content,
  .wrapper .dash-modal.edit .message form .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
  .wrapper .dash-modal.prof .message form .content .left,
  .wrapper .dash-modal.prof .message form .content .right,
  .wrapper .dash-modal.edit .message form .content .left,
  .wrapper .dash-modal.edit .message form .content .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
    border: none;
  }
  .wrapper .dash-modal.prof .message form .content .right,
  .wrapper .dash-modal.edit .message form .content .right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper .dash-modal.prof .message form .content .right h3,
  .wrapper .dash-modal.edit .message form .content .right h3 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper .dash-modal.prof,
  .wrapper .dash-modal.edit {
    padding-top: 15px;
  }
  .wrapper .dash-modal.prof .message,
  .wrapper .dash-modal.edit .message {
    width: 90% !important;
    padding: 45px 15px 20px;
  }
  .wrapper .dash-modal.prof .message .close,
  .wrapper .dash-modal.edit .message .close {
    top: 15px;
    right: 15px;
  }
  .wrapper .dash-modal.prof .message h5,
  .wrapper .dash-modal.edit .message h5 {
    padding: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .wrapper .dash-modal.prof .message form .content,
  .wrapper .dash-modal.edit .message form .content {
    padding: 0;
    margin-bottom: 0;
  }
  .wrapper .dash-modal.prof .message form .content .left .form-row .form-group,
  .wrapper .dash-modal.edit .message form .content .left .form-row .form-group {
    margin-bottom: 20px;
  }
  .wrapper .dash-modal.prof .message form .content .left .form-row .form-group:last-child,
  .wrapper .dash-modal.edit .message form .content .left .form-row .form-group:last-child {
    margin-bottom: 10px;
  }
  .wrapper .dash-modal.prof .message form .content .right h3,
  .wrapper .dash-modal.edit .message form .content .right h3 {
    margin-bottom: 5px;
  }
  .wrapper .dash-modal.prof .message form .content .right .avatar-upload,
  .wrapper .dash-modal.edit .message form .content .right .avatar-upload {
    margin-bottom: 10px;
  }
  .wrapper.webinars .container .header {
    margin-bottom: 0px;
  }
  .wrapper.webinars main .heading-user {
    padding-bottom: 0;
  }
  .wrapper.webinars main .heading-user .container .logo {
    margin-top: 15px;
  }
}

.wrapper .sure-modal.delete-modal.active {
  z-index: 99999;
  opacity: 1;
}

.wrapper.school .tab-navigation {
  display: none;
}

.wrapper .dash-modal .form-row .form-group p {
  margin: 0;
}

.wrapper .dash-modal .form-row .form-group textarea {
  width: 100%;
  resize: none;
  border: none;
  min-height: 100px;
  background: transparent;
  text-align: left;
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
  padding: 10px;
  background-color: #f2f2f2;
  color: #4f4f4f;
}

.tab-content {
  width: 100%;
  color: #fff;
  position: relative;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.tab-content .tab-panel {
  padding: 15px 25px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .tab-content .tab-panel {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .wrapper .dash-modal.prof .message {
    width: 90%;
  }
  .wrapper.school .tab-navigation {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
  }
  .wrapper.school .tab-navigation .select2-container {
    width: 100% !important;
  }
  .wrapper.school .tab-navigation .select2-selection--single {
    padding-left: 20px;
    border-bottom: 2px solid var(--main-bg-color) !important;
  }
  .wrapper.school .tab-navigation .select2-selection--single .select2-selection__arrow {
    right: 15px;
    top: 8px !important;
  }
  .wrapper.school .tab-navigation .select2-selection--single .select2-selection__rendered {
    opacity: 1;
  }
  .wrapper.school .tab-link.tab-link1,
  .wrapper.school .tab-link.tab-link2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.school.webinars .tab-navigation {
    background-color: transparent;
  }
}

.wrapper .sure-modal.dash-modal.prof .form-row .form-group textarea,
.wrapper .sure-modal.dash-modal.edit .form-row .form-group textarea {
  background: transparent;
  color: #636363;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (max-width: 768px) {
  .wrapper .dash-modal.prof .message,
  .wrapper .dash-modal.edit .message {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.webinars main .heading-user .container .logo a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .home-match .steps-wrapper .step {
    padding: 40px 20px;
  }
  .modal-container .modal {
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .home-match .steps-wrapper .step {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 33%;
  }
}

@media screen and (max-width: 1024px) {
  .modal-container .modal {
    padding: 80px;
    width: 90%;
  }
  .modal-container .modal h3 {
    text-align: center;
  }
  .modal-container .modal #myProgress {
    margin-top: 50px;
  }
  .home-match {
    overflow: hidden;
  }
  .homepage .home-match {
    padding-bottom: 35px !important;
  }
  .home-match .steps {
    margin: 0 0 70px;
    min-height: auto;
    position: relative;
  }
  .home-match .steps .steps-wrapper {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  .home-match .steps .step a {
    opacity: 1;
  }
  .home-match .steps-wrapper .step {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    flex: none;
  }
  .home-match .steps-wrapper .step::before {
    display: none;
  }
  .home-match .swiper-pagination-bullets {
    height: 30px;
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
    right: 0;
    right: 0;
    bottom: -30px;
  }
  .home-match .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 12px;
  }
  .home-match .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child:last-child {
    margin-right: 0;
  }
  .home-match .swiper-pagination-bullet-active {
    position: relative;
    background-color: var(--main-bg-color);
  }
  .home-match .swiper-pagination-bullet-active::after {
    content: '';
    top: -8px;
    left: -8px;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #d7d2d2;
    border-radius: 50%;
  }
}

@media screen and (max-width: 768px) {
  .modal-container .modal {
    padding: 60px 60px 80px;
  }
  .modal-container .modal h3 {
    line-height: 30px;
    font-size: 22px;
    height: auto;
  }
  .modal-container .modal .icons {
    margin-bottom: 30px;
  }
  .modal-container .modal #myProgress {
    margin-top: 0px;
  }
  .get {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .get .swiper .swiper-container .entries {
    width: 100%;
  }
  .get .swiper img,
  .get .entries img {
    width: 100%;
  }
  .get .swiper .swiper-container .swiper-slide .left,
  .get .entries .swiper-container .swiper-slide .left {
    margin-bottom: 40px;
  }
  .get .swiper .swiper-container .swiper-slide .right,
  .get .entries .swiper-container .swiper-slide .right {
    width: 100%;
  }
  .get .swiper .swiper-container .swiper-slide .right .link-wrapper,
  .get .entries .swiper-container .swiper-slide .right .link-wrapper {
    width: 100%;
  }
  .get .swiper .swiper-container {
    margin: 0;
    padding: 0;
  }
  .get .swiper .swiper-container .entries {
    margin: 0;
  }
  .get .swiper .swiper-container .swiper-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: 91%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
  }
  .get .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    padding: 0 5px;
    margin-bottom: 0;
    margin: 0 30px 0 0;
  }
  .get .btn-box {
    text-align: center;
  }
  body::after {
    opacity: 0;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 12, 0.76);
    z-index: -1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  body.active::after {
    opacity: 1;
    z-index: 10000;
  }
  body.active .header {
    z-index: 1;
  }
}

@media (max-width: 768px) and (min-width: 640px) {
  .get .entries {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .box_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal-container .modal {
    padding: 40px 40px 80px;
  }
  .modal-container .modal h3 {
    min-height: 70px;
    margin-bottom: 15px;
  }
  .home-match .steps {
    margin: 0 0 60px 0;
    padding: 15px;
  }
  .home-match .steps .swiper-pagination-bullets {
    height: auto;
  }
  .home-match h2 span {
    display: block;
  }
  .home-match .steps .step {
    display: block;
    text-align: center;
  }
  .home-match .steps .step>.svg {
    margin-bottom: 20px;
    height: 59px;
    width: 66px;
  }
  .home-match .steps .step h5 {
    margin-bottom: 10px;
  }
  .home-match .steps .step h5 svg {
    display: none;
  }
  .home-match .steps .step p {
    min-height: 40px;
  }
  .home-match .swiper-pagination-bullets {
    width: 100%;
    text-align: center;
  }
  .home-match .steps-wrapper {
    max-height: 250px;
  }
  .home-match .steps-wrapper .step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px 20px;
  }
  .section-two-module ul li {
    line-height: 1.2;
  }
  .get .entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    height: 460px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .home-match {
    padding: 40px 0;
    margin: 0;
  }
  .home-match h2 {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 25px;
  }
  .home-match .btn {
    padding: 10px 30px;
  }
  .home-match .btn .svg {
    display: none;
  }
  .get {
    margin-bottom: 30px;
  }
  .get .swiper {
    padding-top: 0;
  }
  .section-two-module h3 {
    font-size: 34px;
    /* line-height: 26px; */
    /* margin-bottom: 25px; */
  }
}

@media screen and (max-width: 480px) {
  .modal-container .modal {
    padding: 40px 20px 80px;
  }
  .get .entries {
    height: 400px;
  }
}

@media screen and (max-width: 320px) {
  .get .entries .svg {
    height: 56%;
  }
}