/* line 1, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

/* line 4, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  background-color: #139cd8;
  box-shadow: none;
}

/* line 8, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.dropdown-menu > li > a {
  color: #ffffff;
}

/* line 11, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar-right .dropdown-menu {
  right: -100px;
}

/* line 15, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent;
}

/* line 18, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar {
  margin-bottom: 0;
}

/* line 21, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.carousel-indicators {
  bottom: 100px;
  left: 21%;
}

/* line 25, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.carousel-indicators .active {
  background-color: #139cd8;
  border: 1px solid #139cd8;
}

/* line 29, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.carousel-indicators li {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

/* line 34, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.glyphicon-chevron-left {
  background-image: url("/bundles/app/img/left-ar.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 42px !important;
  width: 30px !important;
}

/* line 42, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.glyphicon-chevron-right {
  background-image: url("/bundles/app/img/right-ar.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 42px !important;
  width: 30px !important;
}

/* line 50, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.glyphicon-chevron-right:before {
  content: " ";
}

/* line 53, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.glyphicon-chevron-left:before {
  content: " ";
}

/* line 56, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.carousel-control.left {
  background-image: none;
  top: -181px;
}

/* line 60, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.carousel-control.right {
  background-image: none;
  top: -181px;
}

/* line 64, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.dropdown {
  border-bottom: 2px solid #ffffff;
}

/* line 67, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.dropdown:hover {
  border-bottom: 2px solid #139cd8;
}

/* line 70, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

/* line 73, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
}

/* line 81, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}

/* line 89, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 94, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #e6e6e6;
  border-radius: 2px;
}

/* line 103, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--radio .control__indicator {
  border-radius: 50%;
}

/* line 106, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

/* line 110, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control input:checked ~ .control__indicator {
  background: #28bce8;
}

/* line 114, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #28bce8;
}

/* line 119, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

/* line 124, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

/* line 129, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* line 132, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--checkbox .control__indicator:after {
  left: 6px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 141, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/* line 144, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #fff;
}

/* line 152, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

/* line 155, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

/* line 161, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 175, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select::-ms-expand {
  display: none;
}

/* line 178, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

/* line 183, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 187, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

/* line 198, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

/* line 202, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/* line 205, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.btn-default:hover {
  background-color: #28bce8;
  color: #ffffff;
}

/* line 209, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: none;
  text-align: center;
  cursor: pointer;
}

/* line 214, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.table-bordered {
  border: none;
}

/* line 217, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #f47920;
  border-color: #f47920;
}

/* line 222, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

/* line 225, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.muted {
  color: #dadada;
}

/* line 228, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.active-day {
  border-bottom: 2px solid #f47920 !important;
}

/* line 231, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar {
  border-radius: 0px;
}

/* line 235, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar-brand img {
  width: 100%;
  max-width: 272px;
}

/* line 240, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.dropdown {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 245, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.form-control {
  border-radius: 2px;
}

/* line 249, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #3c3c3c;
}

/* line 252, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.active-web {
  color: #7e7d7d !important;
}

/* line 255, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.drop-active {
  border-bottom: 2px solid #139cd8;
}

/* line 258, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.lft-pd {
  margin-top: 170px;
}

/* line 261, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.lft-pd-hp {
  margin-top: 0 !important;
}

/* line 264, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.lft-pd-right {
  padding-right: 15px !important;
}

/* line 267, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.navbar-default {
  border-color: transparent;
  border: none;
}

/* line 353, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control-2 {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}

/* line 361, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control-2 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 366, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control__indicator-2 {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #e6e6e6;
  border-radius: 2px;
}

/* line 375, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--radio-2 .control__indicator-2 {
  border-radius: 50%;
}

/* line 378, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control-2:hover input ~ .control__indicator-2,
.control-2 input:focus ~ .control__indicator-2 {
  background: #ccc;
}

/* line 382, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control-2 input:checked ~ .control__indicator-2 {
  background: #28bce8;
}

/* line 386, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control-2:hover input:not([disabled]):checked ~ .control__indicator-2,
.control-2 input:checked:focus ~ .control__indicator-2 {
  background: #28bce8;
}

/* line 391, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control-2 input:disabled ~ .control__indicator-2 {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

/* line 396, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control__indicator-2:after {
  content: '';
  position: absolute;
  display: none;
}

/* line 401, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control-2 input:checked ~ .control__indicator-2:after {
  display: block;
}

/* line 404, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--checkbox .control__indicator-2:after {
  left: 6px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 413, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--checkbox input:disabled ~ .control__indicator-2:after {
  border-color: #7b7b7b;
}

/* line 416, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--radio-2 .control__indicator-2:after {
  left: 4px;
  top: 4px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #fff;
}

/* line 424, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.control--radio-2 input:disabled ~ .control__indicator-2:after {
  background: #7b7b7b;
}

/* line 427, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

/* line 433, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 447, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select::-ms-expand {
  display: none;
}

/* line 450, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

/* line 455, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 459, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

/* line 470, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

/* line 474, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/* line 477, ../../../src/AppBundle/Resources/sass/_bootstrap.scss */
.btn-default:hover {
  background-color: #28bce8;
  color: #ffffff;
}

/* line 5, assetic_compassuSEi69.scss */
a.btn {
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  line-height: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 16, assetic_compassuSEi69.scss */
a.btn.margin-top {
  margin-top: 15px;
}
/* line 20, assetic_compassuSEi69.scss */
a.btn.full-w {
  width: 100%;
}

/* line 26, assetic_compassuSEi69.scss */
#left-box:after {
  clear: both;
  content: '';
  display: block;
}

/* line 33, assetic_compassuSEi69.scss */
.club-rect {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 3px;
}

/* line 41, assetic_compassuSEi69.scss */
body {
  background-color: #f3f7fa;
  font-family: "Exo 2", sans-serif;
}
/* line 45, assetic_compassuSEi69.scss */
body .full-w {
  float: none;
  width: 100%;
}
/* line 50, assetic_compassuSEi69.scss */
body .container-fluid {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
}
/* line 56, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .log-reg {
  border-left: 1px solid #f1f2f2;
  border-right: 1px solid #f1f2f2;
  border-bottom: 1px solid #f1f2f2;
  color: #5f5e5e;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.2px;
  text-transform: uppercase;
}
/* line 67, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .log-reg li a:hover {
  color: #139cd8;
}
/* line 71, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .log-reg li .left-log {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 35px;
  margin-right: 23.5px;
  border-bottom: 2px solid transparent;
  padding-bottom: 13px;
}
/* line 79, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .log-reg li .active-panel {
  border-bottom: 2px solid #139cd8;
  position: relative;
}
/* line 82, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .log-reg li .active-panel .quantity-box {
  border-radius: 50%;
  background-color: #28bce8;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
}
/* line 90, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .log-reg li .active-panel .quantity-box .quantity {
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  text-align: center;
}
/* line 101, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .log-reg li .right-reg {
  padding-right: 35px;
  padding-left: 7.5px;
}
/* line 107, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .lang {
  border-bottom: 1px solid #f1f2f2;
  color: #5f5e5e;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.2px;
  text-transform: uppercase;
  padding-left: 25px;
  margin-right: 0;
}
/* line 117, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .lang li a {
  padding-right: 0;
}
/* line 119, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .lang li a:hover {
  color: #139cd8;
}
/* line 123, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .lang li .lang-active {
  color: #f47920;
}
/* line 129, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search {
  float: right;
  border-bottom: 1px solid #f1f2f2;
  width: 39%;
}
/* line 133, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-form {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}
/* line 138, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left {
  width: 100%;
}
/* line 140, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left .form-group {
  float: left;
  width: 80%;
}
/* line 143, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left .form-group .select-opt {
  position: relative;
}
/* line 146, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left .form-group .select-opt::after {
  content: " ";
  background-image: url("/bundles/app/img/select-opt.png");
  position: absolute;
  background-repeat: no-repeat;
  top: 14px;
  right: 11px;
  z-index: 9;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
/* line 158, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left .form-group .select-opt::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: no-repate;
  top: 2px;
  right: 2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  pointer-events: none;
}
/* line 173, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left .form-group .form-control {
  width: 100%;
  box-shadow: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.2px;
  text-transform: uppercase;
  color: #949494;
  padding-left: 34px;
  margin-top: 8px;
}
/* line 186, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left .btn-search {
  float: left;
  position: relative;
  width: 20%;
  text-align: center;
  height: 50px;
}
/* line 193, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left .btn-search button {
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: all 0.4s ease-out;
  background-image: url("/bundles/app/img/search-2.svg");
  background-repeat: no-repeat;
  width: 76px;
  height: 46px;
  padding: 0;
  margin-top: 3px;
  margin-left: 8px;
}
/* line 209, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left .btn-search button:hover {
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: all 0.4s ease-out;
  background-image: url("/bundles/app/img/search-2-active.svg");
}
/* line 232, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse #form-search .navbar-left .btn-search span {
  position: absolute;
  top: 13px;
  left: 39%;
  cursor: pointer;
}
/* line 248, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all {
  color: #3c3c3c;
}
/* line 251, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown a {
  font-size: 14px;
  font-weight: 500;
  line-height: 15.2px;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
/* line 260, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown a:hover {
  color: #139cd8;
}
/* line 264, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown .dropdown-menu {
  min-width: 290px;
  background-color: transparent;
  padding-top: 15px;
  border: none;
  border-radius: 0;
}
/* line 266, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown .dropdown-menu .drp-active {
  background-color: #139cd8;
  padding-top: 35px;
  padding-left: 65px;
  padding-bottom: 35px;
  padding-right: 65px;
}
/* line 273, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown .dropdown-menu .drp-active li a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
  color: #ffffff;
  display: inline-block;
}
/* line 282, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown .dropdown-menu .drp-active li a:hover {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
/* line 295, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown .dropdown-menu li a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: none;
}
/* line 302, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown .dropdown-menu li a:hover {
  color: #ffffff;
  font-weight: 500;
}
/* line 310, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown:last-child {
  padding-right: 0;
  margin-right: 0;
}
/* line 313, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown:last-child a {
  padding-right: 0;
}
/* line 315, assetic_compassuSEi69.scss */
body .container-fluid .navbar-collapse .nav-all .dropdown:last-child a:hover {
  color: #139cd8;
}

@media (min-width: 1199px) {
  /* line 326, assetic_compassuSEi69.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-top: 14px;
  }
}
/* line 331, assetic_compassuSEi69.scss */
.bg-top {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, #000000 130%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, #000000 130%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, #000000 130%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 )";
  /* IE6-9 */
  position: absolute;
  pointer-events: none;
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* line 356, assetic_compassuSEi69.scss */
#slider-sc {
  padding-top: 128px;
}
/* line 359, assetic_compassuSEi69.scss */
#slider-sc .slider-box {
  position: relative;
}
/* line 361, assetic_compassuSEi69.scss */
#slider-sc .slider-box .slider-top {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 368, assetic_compassuSEi69.scss */
#slider-sc .slider-box .slider-top .text-box {
  position: absolute;
}

/* line 381, assetic_compassuSEi69.scss */
#news-sc {
  margin-top: -265px;
}
/* line 382, assetic_compassuSEi69.scss */
#news-sc .lft-pd {
  padding-right: 0;
}
/* line 387, assetic_compassuSEi69.scss */
#news-sc .news-box-left .slider-top-text {
  width: 100%;
  height: 170px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
/* line 393, assetic_compassuSEi69.scss */
#news-sc .news-box-left .slider-top-text .slider-box .item {
  padding-top: 40px;
  padding-left: 55px;
  padding-right: 65px;
}
/* line 400, assetic_compassuSEi69.scss */
#news-sc .news-box-left .slider-top-text .slider-box .slider-top h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
}
/* line 406, assetic_compassuSEi69.scss */
#news-sc .news-box-left .slider-top-text .slider-box .slider-top p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
/* line 414, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box {
  background-color: #ffffff;
  width: 100%;
  padding-bottom: 75px;
}
/* line 419, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-info-box {
  background-color: #ffffff;
  width: 100%;
}
/* line 422, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-info-box:after {
  clear: both;
  content: '';
  display: block;
}
/* line 427, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-info-box .left-title {
  float: left;
  width: 50%;
}
/* line 430, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-info-box .left-title h2 {
  background-color: #139cd8;
  text-transform: uppercase;
  color: #ffffff;
  padding: 11px 23px 11px 23px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-left: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 446, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-info-box .right-more {
  float: left;
  width: 50%;
  text-align: right;
  margin-top: 17px;
  font-family: "IBM Plex Sans", sans-serif;
}
/* line 452, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-info-box .right-more a {
  margin-right: 65px;
  color: #139cd8;
}
/* line 459, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .akt-sc-left .left-title {
  float: left;
  width: 50%;
}
/* line 462, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .akt-sc-left .left-title h2 {
  background-color: #f47920;
  text-transform: uppercase;
  color: #ffffff;
  padding: 11px 23px 11px 23px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-left: 50px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 477, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .akt-sc-left .right-more {
  float: left;
  width: 50%;
  text-align: right;
  margin-top: 17px;
}
/* line 482, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .akt-sc-left .right-more a {
  margin-right: 65px;
  color: #139cd8;
}
/* line 487, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .akt-sc-left .right-more {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  padding-right: 60px;
}
/* line 495, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .akt-sc-left .right-more span em {
  color: #28bce8;
  font-style: normal;
}
/* line 502, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box {
  background-color: #ffffff;
  margin-left: 45px;
  margin-right: 45px;
  padding-bottom: 75px;
}
/* line 507, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box p {
  font-family: "IBM Plex Sans", sans-serif;
}
/* line 510, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .special-post {
  border-left: 3px solid #f47920;
}
/* line 513, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  float: none;
}
/* line 519, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news h2 {
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #139cd8;
  margin-bottom: 18px;
  margin-top: 0;
  display: inline-block;
}
/* line 527, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news h2:hover {
  text-decoration: none;
}
/* line 531, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 537, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top:hover {
  text-decoration: none;
}
/* line 540, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top h2 {
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #139cd8;
  margin-bottom: 18px;
  margin-top: 0;
  display: inline-block;
}
/* line 548, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top h2:hover {
  text-decoration: none;
}
/* line 553, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top .info-post .spn-post {
  font-size: 10px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #949494;
  text-transform: uppercase;
  padding-right: 20px;
}
/* line 559, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top .info-post .spn-post em {
  color: #3c3c3c;
  font-style: normal;
}
/* line 566, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top .info-special {
  margin-top: 10px;
}
/* line 568, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top .info-special .spn-special {
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #949494;
  text-transform: uppercase;
  padding-right: 20px;
}
/* line 574, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top .info-special .spn-special em {
  color: #139cd8;
  font-style: normal;
}
/* line 580, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top p {
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #3c3c3c;
  margin-top: 10px;
  margin-bottom: 0px;
  display: inline-block;
  line-height: 1.3;
}
/* line 588, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-top p:hover {
  text-decoration: none;
}
/* line 593, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-more {
  margin-top: 15px;
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
  display: inline-block;
}
/* line 598, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .single-news .a-more:hover {
  color: #f47920;
}
/* line 603, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info {
  margin-top: 50px;
  float: left;
}
/* line 607, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .title-box h2 {
  color: #3c3c3c;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
  float: left;
}
/* line 614, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .title-box span {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  float: right;
  line-height: 4.5;
}
/* line 625, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box {
  margin-top: 30px;
}
/* line 627, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box h4 {
  color: #3c3c3c;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
/* line 634, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box p {
  color: #3c3c3c;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 45px;
}
/* line 641, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box p span {
  color: #f47920;
  font-weight: 400;
}
/* line 645, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box p strong {
  color: #3c3c3c;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
/* line 653, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .button-next {
  margin-top: 70px;
}
/* line 656, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info button, #news-sc .news-box-left #left-box .news-page-box .one-page-info a.btn {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
/* line 665, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .info-sc-mesage {
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 672, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .info-sc-mesage p {
  text-align: center;
  background-color: #dbeaf5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #139cd8;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0 !important;
}
/* line 687, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box-op h4 {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
/* line 692, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box-op h4 span {
  font-weight: 700;
}
/* line 697, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box-py {
  margin-top: 37px;
}
/* line 699, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box-py h4 {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
/* line 707, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info .btn-no, #news-sc .news-box-left #left-box .news-page-box .one-page-info a.btn-no {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #28bce8;
  text-transform: uppercase;
  border: none;
  border: 1px solid #28bce8;
}
/* line 719, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .step-info {
  margin-bottom: 45px;
  margin-top: 45px;
  float: left;
}
/* line 723, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .step-info img {
  float: left;
  display: block;
  width: 41px;
  height: 41px;
}
/* line 729, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .step-info h2 {
  float: left;
  display: block;
  color: #272727;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  margin: 0;
  padding-left: 20px;
}
/* line 741, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .left-info {
  float: right;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
  margin-bottom: 20px;
}
/* line 750, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .info-sc-mesage {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}
/* line 755, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .info-sc-mesage p {
  background-color: #dbeaf5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #139cd8;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0 !important;
}
/* line 768, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group {
  float: left;
  width: 100%;
}
/* line 771, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .check-box {
  margin-top: 7px;
}
/* line 774, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .select-opt {
  position: relative;
}
/* line 777, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .select-opt::after {
  content: " ";
  background-image: url("/bundles/app/img/select-opt.png");
  position: absolute;
  background-repeat: no-repeat;
  top: 14px;
  right: 11px;
  z-index: 9;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
/* line 789, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .select-opt::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: no-repate;
  top: 2px;
  right: 2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  pointer-events: none;
}
/* line 804, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .y-n {
  width: 30% !important;
  float: left;
}
/* line 808, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .check-box-left {
  text-align: right;
  margin-top: 11px;
}
/* line 811, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .check-box-left label {
  line-height: 1.3;
}
/* line 815, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group label {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  float: right;
  line-height: 2.5;
}
/* line 822, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group label em {
  color: #139cd8;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
}
/* line 828, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .form-control {
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 834, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .error-mesage-input {
  border: 1px solid #e13737;
}
/* line 837, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group input {
  float: left;
  display: block;
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
/* line 846, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .error-box {
  padding-left: 0;
}
/* line 848, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .error-box .error-mesage {
  display: none;
  color: #e13737;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 2.7;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
/* line 859, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .error-box .error-active {
  display: block;
}
/* line 862, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .error-box .error-mesage-input {
  border: 1px solid #e13737;
}
/* line 866, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .left-box {
  padding-right: 0;
}
/* line 868, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .left-box .top-profile {
  margin-top: 160px;
}
/* line 872, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .checkbox {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 878, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .checkbox label {
  padding-left: 0;
  float: left;
}
/* line 881, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .checkbox label input {
  position: absolute;
  top: -1px;
  left: 22px;
}
/* line 886, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .checkbox label p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 893, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .checkbox label .p-ac {
  line-height: 1.5;
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
/* line 903, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .checkbox.error-checkbox label p, #news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .checkbox.error-checkbox label li {
  color: #e13737;
}
/* line 909, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group .control {
  padding-left: 25px;
}
/* line 912, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .form-group textarea {
  padding: 6px 12px;
  outline: none;
  width: 100%;
  float: left;
  display: block;
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 928, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .button-box button {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
/* line 936, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .button-box button:hover {
  text-decoration: underline;
}
/* line 940, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .button-box-w button {
  width: 100%;
  height: 37px;
  border: 1px solid #28bce8 !important;
  border-radius: 2px;
  background-color: #ffffff;
  color: #28bce8;
  text-transform: uppercase;
  border: none;
  margin-bottom: 20px;
}
/* line 951, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .button-next {
  margin-bottom: 20px;
}
/* line 954, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .img-profile {
  border: 1px solid #28bce8;
  width: 201px;
  height: 201px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
/* line 962, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .img-profile .drop-zone {
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 972, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .img-profile .drop-zone .img-box {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
}
/* line 978, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .img-profile .drop-zone .img-box .imgc {
  width: 100%;
  height: 100%;
  background-size: contain;
}
/* line 984, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .img-profile .drop-zone .img-box img {
  display: none;
}
/* line 990, assetic_compassuSEi69.scss */
#news-sc .news-box-left #left-box .news-page-box .one-page-info form .checkbox-profile {
  width: 60px !important;
}
/* line 999, assetic_compassuSEi69.scss */
#news-sc .news-box-right {
  margin-top: 170px;
  background-color: #ffffff;
  float: left;
  width: 100%;
}
/* line 1004, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-single {
  margin-left: 48px;
  margin-right: 48px;
}
/* line 1007, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-single h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  background-color: #28bce8;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline-block;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 47px;
}
/* line 1023, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-single p {
  margin-top: 0;
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 34px;
}
/* line 1035, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-single a {
  display: inline-block;
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  background-color: #28bce8;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  margin-top: 31px;
  margin-bottom: 41px;
  border-radius: 2px;
}
/* line 1055, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-klub {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1063, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-klub h2 {
  display: inline-block;
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  width: 100%;
}
/* line 1073, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-klub p {
  display: inline-block;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
/* line 1081, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-klub a {
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  color: #28bce8;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-top: 20px;
  border-radius: 2px;
}
/* line 1099, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-klub a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
/* line 1106, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-mapa {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 1115, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-mapa h2 {
  display: inline-block;
  color: #ffffff;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  width: 100%;
}
/* line 1125, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-mapa p {
  display: inline-block;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
/* line 1133, assetic_compassuSEi69.scss */
#news-sc .news-box-right .box-mapa a {
  text-align: center;
  display: inline-block;
  color: #28bce8;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-top: 20px;
}

/* line 1156, assetic_compassuSEi69.scss */
footer {
  background-color: #ffffff;
  margin-top: 70px;
}
/* line 1160, assetic_compassuSEi69.scss */
footer .footer-left-info ul {
  padding-top: 64px;
  padding-left: 0;
  display: inline-block;
  list-style: none;
  width: 100%;
}
/* line 1166, assetic_compassuSEi69.scss */
footer .footer-left-info ul li {
  float: left;
  padding-right: 13px;
  color: #3c3c3c;
}
/* line 1170, assetic_compassuSEi69.scss */
footer .footer-left-info ul li a {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
/* line 1179, assetic_compassuSEi69.scss */
footer .footer-left-info p {
  display: inline-block;
  width: 100%;
  color: #949494;
  font-family: "Exo 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 40px;
}
/* line 1190, assetic_compassuSEi69.scss */
footer .box-right {
  width: 50%;
  padding-top: 40px;
}
/* line 1194, assetic_compassuSEi69.scss */
footer .box-right p {
  color: #949494;
  font-family: "Exo 2", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}
/* line 1202, assetic_compassuSEi69.scss */
footer .box-right img {
  width: 185px;
}

/* line 1208, assetic_compassuSEi69.scss */
#cooke-info {
  padding-top: 33px;
  padding-bottom: 33px;
  transition: all 0.5s ease;
}
/* line 1212, assetic_compassuSEi69.scss */
#cooke-info .cooke-w {
  max-width: 740px;
  margin: 0 auto;
}
/* line 1215, assetic_compassuSEi69.scss */
#cooke-info .cooke-w img {
  float: left;
}
/* line 1218, assetic_compassuSEi69.scss */
#cooke-info .cooke-w .cooke-gr {
  width: 51px;
}
/* line 1221, assetic_compassuSEi69.scss */
#cooke-info .cooke-w .info-box {
  float: left;
  max-width: 540px;
  margin-left: 50px;
  margin-right: 50px;
}
/* line 1226, assetic_compassuSEi69.scss */
#cooke-info .cooke-w .info-box h4 {
  font-family: "IBM Plex Sans", sans-serif;
  color: #139cd8;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 0;
}
/* line 1235, assetic_compassuSEi69.scss */
#cooke-info .cooke-w .info-box p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
/* line 1243, assetic_compassuSEi69.scss */
#cooke-info .cooke-w a {
  margin-top: 8px;
  float: left;
}

@media (max-width: 650px) {
  /* line 1254, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .news-page-box .one-page-info .title-box h2 {
    display: inline-block;
    width: 100%;
  }

  /* line 1258, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .news-page-box .one-page-info .title-box span {
    float: left;
  }

  /* line 1261, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .news-page-box .one-page-info .ops-box {
    margin-top: 0;
  }

  /* line 1264, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .news-page-box .one-page-info .button-next {
    margin-top: 40px;
  }

  /* line 1267, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .news-page-box {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 1275, assetic_compassuSEi69.scss */
  #slider-sc {
    padding-top: 50px;
  }

  /* line 1278, assetic_compassuSEi69.scss */
  .navbar-brand > img {
    width: 50%;
    margin-top: -8px;
  }

  /* line 1282, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .log-reg li .left-log {
    width: 50%;
    float: left;
  }

  /* line 1286, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .log-reg li .right-reg {
    width: 50%;
    float: left;
  }

  /* line 1290, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .lang li a {
    float: left;
    width: 33%;
  }

  /* line 1294, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .lang li {
    text-align: center;
  }

  /* line 1297, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .log-reg li {
    text-align: center;
  }

  /* line 1300, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse #form-search {
    float: left;
    border-bottom: 1px solid #f1f2f2;
    width: 100%;
    height: 50px;
  }

  /* line 1306, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse #form-search .navbar-left {
    width: 100%;
    height: 50px;
  }

  /* line 1310, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse #form-search .navbar-left .form-group {
    float: left;
    width: 80%;
  }

  /* line 1314, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse #form-search .navbar-left .form-group .form-control {
    margin-top: 0;
  }

  /* line 1317, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse #form-search .navbar-left .btn-search {
    margin-top: -15px;
  }

  /* line 1320, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse #form-search .navbar-left .form-group {
    margin-top: -8px;
  }

  /* line 1323, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .nav-all {
    margin-top: 84px;
  }

  /* line 1326, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .nav-all .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 1330, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .log-reg {
    border-left: none;
    border-right: none;
  }

  /* line 1334, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .lang {
    margin-right: -15px;
  }

  /* line 1337, assetic_compassuSEi69.scss */
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 1341, assetic_compassuSEi69.scss */
  .dropdown {
    border-bottom: none;
  }

  /* line 1344, assetic_compassuSEi69.scss */
  .dropdown:hover {
    border-bottom: none;
  }

  /* line 1347, assetic_compassuSEi69.scss */
  #news-sc .lft-pd {
    padding-right: 15px;
  }

  /* line 1350, assetic_compassuSEi69.scss */
  .navbar-form {
    border-color: transparent;
  }

  /* line 1353, assetic_compassuSEi69.scss */
  #news-sc .news-box-right {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  /* line 1360, assetic_compassuSEi69.scss */
  .navbar-header {
    float: none;
  }

  /* line 1363, assetic_compassuSEi69.scss */
  .navbar-left, .navbar-right {
    float: none !important;
  }

  /* line 1366, assetic_compassuSEi69.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 1369, assetic_compassuSEi69.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 1373, assetic_compassuSEi69.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  /* line 1377, assetic_compassuSEi69.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 1380, assetic_compassuSEi69.scss */
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  /* line 1384, assetic_compassuSEi69.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 1387, assetic_compassuSEi69.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 1391, assetic_compassuSEi69.scss */
  .collapse.in {
    display: block !important;
  }

  /* line 1394, assetic_compassuSEi69.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 1406, assetic_compassuSEi69.scss */
.line {
  float: left;
  width: 1%;
  text-align: center;
}
/* line 1410, assetic_compassuSEi69.scss */
.line p {
  line-height: 2;
}

/* line 1415, assetic_compassuSEi69.scss */
.line-code {
  width: 5%;
  padding-right: 7px;
}

/* line 1420, assetic_compassuSEi69.scss */
.line-code-right {
  padding-left: 7px;
  width: 8%;
}

/* line 1426, assetic_compassuSEi69.scss */
#bg-top-section {
  padding-top: 130px;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 1434, assetic_compassuSEi69.scss */
#bg-top-section .bg-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004a7d;
  opacity: .3;
}

/* line 1445, assetic_compassuSEi69.scss */
.login-left-box {
  float: left;
  background-color: #ffffff;
  float: left;
  width: 100%;
}
/* line 1452, assetic_compassuSEi69.scss */
.login-left-box #left-box {
  width: 100%;
  padding-bottom: 45px !important;
}
/* line 1457, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-info-box .left-title h2 {
  background-color: #f47920 !important;
}
/* line 1461, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-info-box .right-more {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  padding-right: 60px;
}
/* line 1468, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-info-box .right-more span em {
  color: #28bce8;
  font-style: normal;
}
/* line 1475, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box {
  float: left;
  margin-left: 65px !important;
  margin-right: 65px !important;
}
/* line 1479, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box h2 {
  text-align: center;
  color: #272727;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 50px;
  padding-bottom: 50px;
}
/* line 1488, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-top: -25px;
  margin-bottom: 40px;
}
/* line 1499, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
/* line 1503, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form {
  width: 100%;
}
/* line 1505, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .left-info {
  float: right;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
}
/* line 1512, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .left-info:hover {
  text-decoration: none;
}
/* line 1517, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group {
  float: left;
  width: 100%;
}
/* line 1520, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .select-opt {
  position: relative;
}
/* line 1523, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .select-opt::after {
  content: " ";
  background-image: url("/bundles/app/img/select-opt.png");
  position: absolute;
  background-repeat: no-repeat;
  top: 14px;
  right: 11px;
  z-index: 9;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
/* line 1535, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .select-opt::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: no-repate;
  top: 2px;
  right: 2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  pointer-events: none;
}
/* line 1549, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .line {
  float: left;
  width: 8%;
}
/* line 1553, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group label {
  float: right;
  display: block;
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  line-height: 2.7;
}
/* line 1562, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group label em {
  color: #28bce8;
}
/* line 1566, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group input {
  float: left;
  display: block;
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
/* line 1574, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .left-box {
  padding-right: 0;
}
/* line 1577, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .error-box {
  padding-left: 0;
}
/* line 1580, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .form-control {
  border: 1px solid #dbeaf5;
  box-shadow: none;
}
/* line 1584, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .error-mesage-input {
  border: 1px solid #e13737 !important;
}
/* line 1587, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .error-mesage {
  display: none;
  color: #e13737;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 2.7;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
/* line 1598, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-group .error-active {
  display: block;
}
/* line 1602, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .form-g-last {
  margin-bottom: 0 !important;
}
/* line 1605, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .checkbox {
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
/* line 1611, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .checkbox a {
  color: #28bce8;
}
/* line 1613, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .checkbox a:hover {
  text-decoration: none;
}
/* line 1619, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .button-box button {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
/* line 1628, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .form-login-box form .button-box button:hover {
  text-decoration: underline;
}
/* line 1635, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .info-sc-mesage {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
/* line 1640, assetic_compassuSEi69.scss */
.login-left-box #left-box .news-page-box .info-sc-mesage p {
  background-color: #dbeaf5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #139cd8;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0 !important;
}

/* line 1659, assetic_compassuSEi69.scss */
.login-right .news-box-right .box-klub {
  padding-top: 0 !important;
}
/* line 1661, assetic_compassuSEi69.scss */
.login-right .news-box-right .box-klub h2 {
  background-color: #28bce8;
  margin: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto !important;
}
/* line 1670, assetic_compassuSEi69.scss */
.login-right .news-box-right .box-klub p {
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 20px;
  margin-top: 45px !important;
}

/* line 1687, assetic_compassuSEi69.scss */
.register-box .all-box {
  width: 100%;
}
/* line 1691, assetic_compassuSEi69.scss */
.register-box .all-box .news-info-box .left-title h2 {
  background-color: #f47920 !important;
}
/* line 1695, assetic_compassuSEi69.scss */
.register-box .all-box .news-info-box .right-more {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  padding-right: 60px;
}
/* line 1702, assetic_compassuSEi69.scss */
.register-box .all-box .news-info-box .right-more span em {
  color: #28bce8;
  font-style: normal;
}
/* line 1713, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .step-info {
  margin-bottom: 45px;
  margin-top: 45px;
  float: left;
}
/* line 1717, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .step-info img {
  float: left;
  display: block;
  width: 41px;
  height: 41px;
}
/* line 1723, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .step-info h2 {
  float: left;
  display: block;
  color: #272727;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  margin: 0;
  padding-left: 20px;
}
/* line 1735, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .left-info {
  float: right;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
  margin-bottom: 20px;
}
/* line 1744, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .info-sc-mesage {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}
/* line 1749, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .info-sc-mesage p {
  background-color: #dbeaf5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #139cd8;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0 !important;
}
/* line 1762, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group {
  float: left;
  width: 100%;
}
/* line 1765, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .check-box {
  margin-top: 7px;
}
/* line 1768, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .select-opt {
  position: relative;
}
/* line 1771, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .select-opt::after {
  content: " ";
  background-image: url("/bundles/app/img/select-opt.png");
  position: absolute;
  background-repeat: no-repeat;
  top: 14px;
  right: 11px;
  z-index: 9;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
/* line 1783, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .select-opt::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: no-repate;
  top: 2px;
  right: 2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  pointer-events: none;
}
/* line 1797, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .y-n {
  width: 30% !important;
  float: left;
}
/* line 1801, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .check-box-left {
  text-align: right;
  margin-top: 11px;
}
/* line 1804, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .check-box-left label {
  line-height: 1.3;
}
/* line 1808, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group label {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  float: right;
  line-height: 2.5;
}
/* line 1815, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group label em {
  color: #139cd8;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
}
/* line 1821, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .form-control {
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1826, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .error-mesage-input {
  border: 1px solid #e13737;
}
/* line 1829, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group input {
  float: left;
  display: block;
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
/* line 1837, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .error-box {
  padding-left: 0;
}
/* line 1839, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .error-box .error-mesage {
  display: none;
  color: #e13737;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 2.7;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
/* line 1850, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .error-box .error-active {
  display: block;
}
/* line 1853, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .error-box .error-mesage-input {
  border: 1px solid #e13737;
}
/* line 1857, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .left-box {
  padding-right: 0;
}
/* line 1860, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .checkbox {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1865, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .checkbox label {
  padding-left: 0;
  float: left;
}
/* line 1868, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .checkbox label input {
  position: absolute;
  top: -1px;
  left: 22px;
}
/* line 1873, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .checkbox label p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 1880, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .checkbox label .p-ac {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 1890, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .checkbox.error-checkbox label p, .register-box .all-box .register-sc .stage-box .top-info form .form-group .checkbox.error-checkbox label li {
  color: #e13737;
}
/* line 1896, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .form-group .control {
  padding-left: 25px;
}
/* line 1900, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .button-box button {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
/* line 1908, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .button-box button:hover {
  text-decoration: underline;
}
/* line 1912, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .button-box-w button {
  width: 100%;
  height: 37px;
  border: 1px solid #28bce8 !important;
  border-radius: 2px;
  background-color: #ffffff;
  color: #28bce8;
  text-transform: uppercase;
  border: none;
  margin-bottom: 20px;
}
/* line 1923, assetic_compassuSEi69.scss */
.register-box .all-box .register-sc .stage-box .top-info form .button-next {
  margin-bottom: 20px;
}

/* line 1933, assetic_compassuSEi69.scss */
.left-clube {
  padding-right: 0;
}

/* line 1937, assetic_compassuSEi69.scss */
.info-box-select {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 1942, assetic_compassuSEi69.scss */
.ww {
  min-width: 300px;
  float: left;
}

/* line 1947, assetic_compassuSEi69.scss */
.right-clube {
  margin-left: -15px;
}

/* line 1951, assetic_compassuSEi69.scss */
.info-select {
  line-height: 2;
}

/* line 1955, assetic_compassuSEi69.scss */
.line-code {
  width: 70px;
}

/* line 1958, assetic_compassuSEi69.scss */
.line-code-right {
  width: 90px;
}

@media (max-width: 991px) {
  /* line 1963, assetic_compassuSEi69.scss */
  .register-box .all-box .register-sc .stage-box .top-info form .left-info {
    float: left;
  }

  /* line 1966, assetic_compassuSEi69.scss */
  .login-left-box #left-box .news-page-box .form-login-box form .form-group label {
    float: left;
  }

  /* line 1969, assetic_compassuSEi69.scss */
  .login-left-box #left-box .news-page-box .form-login-box form .form-group .error-mesage {
    padding-left: 15px;
  }

  /* line 1972, assetic_compassuSEi69.scss */
  .login-left-box #left-box .news-page-box .form-login-box form .left-info {
    float: left;
  }

  /* line 1975, assetic_compassuSEi69.scss */
  .register-box .all-box .register-sc .stage-box .top-info form .form-group label {
    float: left;
  }

  /* line 1978, assetic_compassuSEi69.scss */
  .register-box .all-box .register-sc .stage-box .top-info form .form-group .error-box .error-mesage {
    padding-left: 15px;
  }

  /* line 1981, assetic_compassuSEi69.scss */
  .register-box .all-box .register-sc .stage-box .top-info form .form-group .check-box-left label {
    line-height: 2.5;
  }

  /* line 1984, assetic_compassuSEi69.scss */
  .left-clube {
    padding-right: 15px;
    margin-bottom: 20px;
  }

  /* line 1988, assetic_compassuSEi69.scss */
  .line-code {
    width: 70px;
  }

  /* line 1991, assetic_compassuSEi69.scss */
  .line-code-right {
    width: 90px;
  }

  /* line 1994, assetic_compassuSEi69.scss */
  .right-clube {
    margin-left: 0;
  }

  /* line 1997, assetic_compassuSEi69.scss */
  .right-cube {
    margin-bottom: 20px;
  }
}
@media (max-width: 661px) {
  /* line 2003, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .news-info-box .left-title {
    width: 100%;
  }

  /* line 2006, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .news-info-box .right-more {
    width: 100%;
  }
}
/* line 2012, assetic_compassuSEi69.scss */
.a-exit img {
  width: 32px;
  height: 32px;
}

@media (max-width: 500px) {
  /* line 2021, assetic_compassuSEi69.scss */
  footer .box-right {
    width: 100%;
  }

  /* line 2026, assetic_compassuSEi69.scss */
  #cooke-info .cooke-gr {
    display: none;
  }
  /* line 2030, assetic_compassuSEi69.scss */
  #cooke-info .a-exit img {
    width: 32px;
    height: 32px;
  }
  /* line 2036, assetic_compassuSEi69.scss */
  #cooke-info .cooke-w a {
    float: right;
    margin-top: -120px;
    margin-right: 10px;
  }

  /* line 2043, assetic_compassuSEi69.scss */
  .box-right {
    margin-bottom: 40px;
  }

  /* line 2046, assetic_compassuSEi69.scss */
  .login-left-box #left-box .news-page-box {
    float: left;
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 500px) {
  /* line 2055, assetic_compassuSEi69.scss */
  .register-sc {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 660px) {
  /* line 2062, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .news-info-box .right-more {
    text-align: left;
    padding-left: 30px;
  }

  /* line 2066, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .news-info-box .left-title h2 {
    margin-left: 32px;
  }
}
@media (max-width: 1199px) {
  /* line 2072, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .log-reg li .left-log {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 2076, assetic_compassuSEi69.scss */
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 2080, assetic_compassuSEi69.scss */
  .navbar-right {
    margin-left: 0;
    margin-right: 0 !important;
  }

  /* line 2084, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .lang {
    padding-left: 0;
  }

  /* line 2087, assetic_compassuSEi69.scss */
  .navbar-form {
    border-color: transparent !important;
  }

  /* line 2090, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .nav-all .dropdown .dropdown-menu .drp-active {
    background-color: #139cd8;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 65px;
  }

  /* line 2097, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .log-reg li .right-reg {
    margin-bottom: 7.5px;
  }

  /* line 2100, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse .nav-all {
    margin-bottom: 30px;
  }

  /* line 2103, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse #form-search .navbar-left .btn-search button {
    margin-top: 2px;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
/* line 2126, assetic_compassuSEi69.scss */
.carousel-inner .item > .slider-top-zoom {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

@media (max-width: 768px) {
  /* line 2132, assetic_compassuSEi69.scss */
  #news-sc .news-box-left .slider-top-text .slider-box .item {
    padding-top: 20px;
    padding-left: 30px;
  }

  /* line 2136, assetic_compassuSEi69.scss */
  #news-sc .news-box-left .slider-top-text .slider-box .slider-top p {
    font-size: 12px;
  }

  /* line 2139, assetic_compassuSEi69.scss */
  #news-sc .news-box-left .slider-top-text .slider-box .slider-top h2 {
    font-size: 14px;
  }

  /* line 2142, assetic_compassuSEi69.scss */
  #news-sc .news-box-right .box-single {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 2146, assetic_compassuSEi69.scss */
  #news-sc .news-box-right .box-single img {
    width: 100%;
  }

  /* line 2149, assetic_compassuSEi69.scss */
  footer .box-right {
    text-align: center;
  }

  /* line 2153, assetic_compassuSEi69.scss */
  .akt-sc .data-info {
    margin-left: 65px;
    margin-right: 65px;
  }

  /* line 2158, assetic_compassuSEi69.scss */
  .akt-sc .stage-box-2 .top-info-akt ul li {
    margin-left: 0px;
  }
}
/* line 2164, assetic_compassuSEi69.scss */
.akt-sc:after {
  clear: both;
  content: '';
  display: block;
}
/* line 2169, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 {
  margin-left: 65px;
  margin-right: 65px;
}
/* line 2173, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .file-box .h4-file {
  color: #949494;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 2181, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .file-box .a-file {
  color: #3c3c3c;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
/* line 2190, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt h2 {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
  /*margin-bottom: 45px;*/
  margin-bottom: 20px;
}
/* line 2199, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt h4 {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
/* line 2206, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /*margin-bottom: 45px;*/
  margin-bottom: 20px;
}
/* line 2215, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt strong {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
/* line 2221, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt a {
  color: #139cd8;
}
/* line 2224, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt span {
  color: #f47920;
  font-weight: 400;
}
/* line 2228, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt .img-left {
  float: left;
  width: 285px;
  margin-right: 30px;
  margin-bottom: 30px;
}
/* line 2234, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt .img-full {
  width: 100%;
  margin-bottom: 45px;
  margin-top: 25px;
}
/* line 2240, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt ul li {
  position: relative;
  margin-bottom: 30px;
  list-style: none;
  margin-left: 0;
}
/* line 2246, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt ul li::before {
  position: absolute;
  top: 2px;
  left: -23px;
  content: " ";
  background-image: url("/bundles/app/img/li-akt.svg");
  z-index: 99;
  width: 15px;
  height: 15px;
}
/* line 2258, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt ol li {
  margin-bottom: 10px;
}
/* line 2264, assetic_compassuSEi69.scss */
.akt-sc .data-info {
  border-left: 1px solid #139cd8;
  float: left;
  padding-left: 30px;
  margin-top: 50px;
}
/* line 2269, assetic_compassuSEi69.scss */
.akt-sc .data-info span {
  color: #949494;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
/* line 2278, assetic_compassuSEi69.scss */
.akt-sc .data-info span em {
  color: #6e6e6e;
  font-style: normal;
  display: grid;
}
/* line 2285, assetic_compassuSEi69.scss */
.akt-sc .data-info .spn-wyd em {
  color: #28bde8;
  font-weight: 400;
}
/* line 2290, assetic_compassuSEi69.scss */
.akt-sc .data-info .sc-link {
  float: left;
  margin-left: 30px;
}
/* line 2293, assetic_compassuSEi69.scss */
.akt-sc .data-info .sc-link img {
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  margin: 7px;
}
/* line 2302, assetic_compassuSEi69.scss */
.akt-sc .gallery-box {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
/* line 2306, assetic_compassuSEi69.scss */
.akt-sc .gallery-box .container {
  position: relative;
  width: 31%;
  cursor: pointer;
  float: left;
  margin-bottom: 15px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  margin-bottom: 2%;
}
/* line 2322, assetic_compassuSEi69.scss */
.akt-sc .gallery-box .image {
  display: block;
  width: 100%;
  height: 140px;
}
/* line 2328, assetic_compassuSEi69.scss */
.akt-sc .gallery-box .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f47920;
}
/* line 2340, assetic_compassuSEi69.scss */
.akt-sc .gallery-box .container:hover .overlay {
  opacity: .9;
}
/* line 2343, assetic_compassuSEi69.scss */
.akt-sc .gallery-box .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/* line 2352, assetic_compassuSEi69.scss */
.akt-sc .gallery-box .text img {
  width: 35px;
  height: 35px;
}
/* line 2358, assetic_compassuSEi69.scss */
.akt-sc .yt-box {
  float: left;
  width: 100%;
}
/* line 2361, assetic_compassuSEi69.scss */
.akt-sc .yt-box img {
  width: 100%;
}
/* line 2364, assetic_compassuSEi69.scss */
.akt-sc .yt-box .info-p {
  margin-top: 5px;
  float: right;
  color: #949494;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
/* line 2373, assetic_compassuSEi69.scss */
.akt-sc .yt-box.yt-iframe {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
/* line 2378, assetic_compassuSEi69.scss */
.akt-sc .yt-box.yt-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 2391, assetic_compassuSEi69.scss */
  .akt-sc .stage-box-2 .top-info-akt ul li {
    margin-left: 0px;
  }
}
@media (max-width: 660px) {
  /* line 2398, assetic_compassuSEi69.scss */
  .akt-sc .stage-box-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 2402, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .akt-sc-left .left-title h2 {
    margin-left: 15px;
  }

  /* line 2405, assetic_compassuSEi69.scss */
  .akt-sc .data-info {
    margin-left: 15px;
  }

  /* line 2408, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .akt-sc-left .left-title {
    width: 100%;
  }

  /* line 2411, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .akt-sc-left .right-more {
    width: 100%;
    text-align: left;
    margin-left: 15px;
  }
}
/* line 2418, assetic_compassuSEi69.scss */
.send-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
}
/* line 2427, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box {
  position: absolute;
  max-width: 730px;
  background-color: #ffffff;
  border-radius: 2px;
  float: left;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 85px;
  padding-top: 26px;
}
/* line 2443, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box .end-popup {
  width: 100%;
  float: left;
}
/* line 2446, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box .end-popup span {
  float: right;
}
/* line 2448, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box .end-popup span img {
  float: right;
  width: 18px;
  cursor: pointer;
}
/* line 2455, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box h2 {
  display: block;
  color: #272727;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  margin-left: 60px;
  margin-right: 60px;
  display: inline-block;
  margin-bottom: 40px;
}
/* line 2467, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box p {
  font-family: "IBM Plex Sans", sans-serif;
  margin-left: 60px;
  margin-right: 60px;
  text-align: left;
  margin-bottom: 30px;
}
/* line 2474, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box form {
  margin-left: 60px;
  margin-right: 60px;
}
/* line 2477, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box form textarea {
  padding: 6px 12px;
  outline: none;
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border-radius: 2px;
  outline: none;
}
/* line 2487, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box form button {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  max-width: 285px;
}
/* line 2497, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box form .button-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 2503, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box form .info-sc-mesage {
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* line 2507, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box form .info-sc-mesage p {
  text-align: center;
  background-color: #dbeaf5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #139cd8;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0 !important;
}
/* line 2521, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box form .check-box {
  width: 100%;
  float: left;
}
/* line 2525, assetic_compassuSEi69.scss */
.send-popup-bg .send-popup-box form .check-box .checkbox .p-ac {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* line 2541, assetic_compassuSEi69.scss */
.send-popup-box {
  position: absolute;
  width: 730px;
  background-color: #ffffff;
  border-radius: 2px;
  float: left;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -5%);
  transform: translate(-50%, -5%);
  -ms-transform: translate(-50%, -5%);
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 85px;
  padding-top: 26px;
  z-index: 99999;
  height: auto;
}
/* line 2559, assetic_compassuSEi69.scss */
.send-popup-box .end-popup {
  width: 100%;
  float: left;
}
/* line 2562, assetic_compassuSEi69.scss */
.send-popup-box .end-popup span {
  float: right;
}
/* line 2564, assetic_compassuSEi69.scss */
.send-popup-box .end-popup span img {
  float: right;
  width: 18px;
  cursor: pointer;
}
/* line 2571, assetic_compassuSEi69.scss */
.send-popup-box h2 {
  display: block;
  color: #272727;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  margin-left: 60px;
  margin-right: 60px;
  display: inline-block;
  margin-bottom: 40px;
}
/* line 2583, assetic_compassuSEi69.scss */
.send-popup-box p {
  font-family: "IBM Plex Sans", sans-serif;
  margin-left: 60px;
  margin-right: 60px;
  text-align: left;
  margin-bottom: 30px;
}
/* line 2590, assetic_compassuSEi69.scss */
.send-popup-box form {
  margin-left: 60px;
  margin-right: 60px;
}
/* line 2593, assetic_compassuSEi69.scss */
.send-popup-box form .form-group {
  float: left;
  width: 100%;
}
/* line 2597, assetic_compassuSEi69.scss */
.send-popup-box form .checkbox a {
  color: #28bce8;
}
/* line 2600, assetic_compassuSEi69.scss */
.send-popup-box form h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 2604, assetic_compassuSEi69.scss */
.send-popup-box form textarea {
  padding: 6px 12px;
  outline: none;
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border-radius: 2px;
  outline: none;
}
/* line 2614, assetic_compassuSEi69.scss */
.send-popup-box form label {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  float: right;
  line-height: 2.5;
}
/* line 2621, assetic_compassuSEi69.scss */
.send-popup-box form label em {
  color: #139cd8;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
}
/* line 2627, assetic_compassuSEi69.scss */
.send-popup-box form input {
  float: left;
  display: block;
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2638, assetic_compassuSEi69.scss */
.send-popup-box form .error-mesage {
  display: none;
  color: #e13737;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 2.7;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
/* line 2651, assetic_compassuSEi69.scss */
.send-popup-box form .error-mesage-input {
  border: 1px solid #e13737 !important;
}
/* line 2654, assetic_compassuSEi69.scss */
.send-popup-box form .error-active {
  display: block;
}
/* line 2657, assetic_compassuSEi69.scss */
.send-popup-box form button {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  max-width: 256px;
}
/* line 2668, assetic_compassuSEi69.scss */
.send-popup-box form .button-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 2674, assetic_compassuSEi69.scss */
.send-popup-box form .btn-yes {
  width: 50%;
}
/* line 2677, assetic_compassuSEi69.scss */
.send-popup-box form .btn-no {
  background-color: #ffffff !important;
  color: #28bce8;
  border: 1px solid #28bce8;
}
/* line 2682, assetic_compassuSEi69.scss */
.send-popup-box form .info-sc-mesage {
  float: left;
  width: 100%;
  margin-top: 15px;
}
/* line 2686, assetic_compassuSEi69.scss */
.send-popup-box form .info-sc-mesage p {
  text-align: center;
  background-color: #dbeaf5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #139cd8;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0 !important;
}
/* line 2700, assetic_compassuSEi69.scss */
.send-popup-box form .check-box {
  width: 100%;
  float: left;
}
/* line 2703, assetic_compassuSEi69.scss */
.send-popup-box form .check-box .checkbox {
  float: left;
  display: block;
}
/* line 2706, assetic_compassuSEi69.scss */
.send-popup-box form .check-box .checkbox .p-ac {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
/* line 2719, assetic_compassuSEi69.scss */
.send-popup-box .select-opt {
  position: relative;
}
/* line 2722, assetic_compassuSEi69.scss */
.send-popup-box .select-opt::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: no-repate;
  top: 2px;
  right: 2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  pointer-events: none;
}
/* line 2736, assetic_compassuSEi69.scss */
.send-popup-box .select-opt::after {
  content: " ";
  background-image: url("/bundles/app/img/select-opt.png");
  position: absolute;
  background-repeat: no-repeat;
  top: 14px;
  right: 11px;
  z-index: 9;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
/* line 2748, assetic_compassuSEi69.scss */
.send-popup-box .form-group .form-control {
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2753, assetic_compassuSEi69.scss */
.send-popup-box .button-next-video {
  width: 50% !important;
}
/* line 2756, assetic_compassuSEi69.scss */
.send-popup-box .checkbox-video a {
  line-height: 4;
}
/* line 2759, assetic_compassuSEi69.scss */
.send-popup-box .info-sc-mesage-erorr {
  margin-top: 20px;
}
/* line 2761, assetic_compassuSEi69.scss */
.send-popup-box .info-sc-mesage-erorr p {
  text-align: center;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #e13737;
  color: #e13737;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0 !important;
}
/* line 2775, assetic_compassuSEi69.scss */
.send-popup-box .more-h2-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  color: #3c3c3c;
  font-size: 13px;
  font-weight: 500;
}
/* line 2783, assetic_compassuSEi69.scss */
.send-popup-box .checkbox label {
  padding-left: 0;
}
/* line 2786, assetic_compassuSEi69.scss */
.send-popup-box .line p {
  margin-left: 0;
  margin-bottom: 0;
}
/* line 2790, assetic_compassuSEi69.scss */
.send-popup-box .checkbox p {
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: -10px;
}
/* line 2796, assetic_compassuSEi69.scss */
.send-popup-box label {
  line-height: 1.5 !important;
  margin-top: 10px;
}

/* line 2802, assetic_compassuSEi69.scss */
.drop-zone {
  border: 2px dashed #28bce8;
  border-radius: 5px;
  font-family: Arial;
  text-align: center;
  position: relative;
  min-height: 119px;
  line-height: 180px;
  font-size: 20px;
  color: #28bce8;
  float: left;
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 0px 0px;
}
/* line 2818, assetic_compassuSEi69.scss */
.drop-zone .clicker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/* line 2826, assetic_compassuSEi69.scss */
.drop-zone .clicker > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;
}
/* line 2834, assetic_compassuSEi69.scss */
.drop-zone .img-box {
  float: left;
  border: 1px solid #28bce8;
  height: 75px;
  width: 75px;
  display: block;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}
/* line 2844, assetic_compassuSEi69.scss */
.drop-zone .img-box > span {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  line-height: 10px;
  font-size: 9px;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
}
/* line 2855, assetic_compassuSEi69.scss */
.drop-zone .img-box .remove-img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: lightgray;
  opacity: .7;
  height: 100%;
}
/* line 2864, assetic_compassuSEi69.scss */
.drop-zone .img-box .remove-img {
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
  opacity: .7;
}
/* line 2869, assetic_compassuSEi69.scss */
.drop-zone .img-box .p-remove {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #28bce8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 14px;
  line-height: 20px;
  display: none;
  margin: 0;
  padding: 0;
}
/* line 2891, assetic_compassuSEi69.scss */
.drop-zone .img-box .imgc {
  position: absolute;
  left: 0;
  top: 0;
  width: 73px;
  height: 73px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 2901, assetic_compassuSEi69.scss */
.drop-zone .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 2913, assetic_compassuSEi69.scss */
.drop-zone .img-box .x-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 13px;
  content: '';
  border: 2px solid #28bce8;
  border-radius: 6.5px;
  transform: translate(-50%, -50%);
  padding: 1px;
}
/* line 2925, assetic_compassuSEi69.scss */
.drop-zone .img-box .x-progress i {
  width: 0;
  height: 100%;
  border-radius: 3.5px;
  background-color: #28bce8;
  display: block;
}
/* line 2936, assetic_compassuSEi69.scss */
.drop-zone .img-box.done:hover > span {
  opacity: 0.3;
}
/* line 2940, assetic_compassuSEi69.scss */
.drop-zone .img-box.done:hover .p-remove {
  display: block;
}
/* line 2944, assetic_compassuSEi69.scss */
.drop-zone .img-box.done:hover .imgc {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  opacity: .3;
}
/* line 2955, assetic_compassuSEi69.scss */
.drop-zone.has-imgs .clicker > span {
  display: none;
}
/* line 2961, assetic_compassuSEi69.scss */
.drop-zone .img-box-file {
  padding: 5px;
  padding-top: 10px;
  border: 1px solid #28bce8;
  width: 75px;
  height: 75px;
}
/* line 2967, assetic_compassuSEi69.scss */
.drop-zone .img-box-file img {
  width: 60%;
}
/* line 2971, assetic_compassuSEi69.scss */
.drop-zone .uploud {
  padding-top: 28px;
}

/* line 2976, assetic_compassuSEi69.scss */
.drop-zone input {
  /*Important*/
  position: absolute;
  /*Important*/
  cursor: pointer;
  left: 0px;
  top: 0px;
  /*Important This is only comment out for demonstration purposes.
  opacity:0; */
}

/*Important*/
/* line 2988, assetic_compassuSEi69.scss */
.drop-zone.mouse-over {
  border: 2px dashed rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

/*If you dont want the button*/
/* line 2995, assetic_compassuSEi69.scss */
#clickHere {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: 20px;
  line-height: 26px;
  color: white;
  font-size: 12px;
  width: 100px;
  height: 26px;
  border-radius: 4px;
  background-color: #3b85c3;
}

/* line 3012, assetic_compassuSEi69.scss */
#clickHere:hover {
  background-color: #4499DD;
}

@media (max-width: 991px) {
  /* line 3020, assetic_compassuSEi69.scss */
  .send-popup-box {
    max-width: 100%;
    width: 100%;
  }

  /* line 3024, assetic_compassuSEi69.scss */
  .send-popup-box form label {
    float: left;
  }

  /* line 3027, assetic_compassuSEi69.scss */
  .btn-noo {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  /* line 3033, assetic_compassuSEi69.scss */
  .send-popup-box form {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 3037, assetic_compassuSEi69.scss */
  .send-popup-box p {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 3041, assetic_compassuSEi69.scss */
  .send-popup-box h2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 3045, assetic_compassuSEi69.scss */
  .send-popup-box form button {
    max-width: 100%;
  }
}
/* line 3051, assetic_compassuSEi69.scss */
.akt-sc-all {
  padding-bottom: 25px !important;
  /*
  .caruzel-ind{
      margin-top: 25px;
      width: 100%;
      display: inline-block;
      // padding-left: 120px;
      // padding-right: 120px;
      .caruzel-prev{
          width: 30%;
          float: left;
          text-align: right;
      }
      .caruzel-sc{
          width: 40%;
          float: left;
          li{
              float: left;
              display: block;
              a{
                  color: #949494;
                  font-family: $Exo_2;
                  font-size: 14px;
                  font-weight: 400;
                  line-height: 15.2px;
                  text-transform: uppercase;
                  padding-bottom: 10px;
                  padding-top: 10px;
                  padding-left: 10px;
                  padding-right: 10px;
                  &:hover{
                      text-decoration: none;
                  }
              }
          }
          .active{
              a{
                  color: #000000 !important;
              }
              border-bottom: 2px solid #139cd8;
          }
      }
      .caruzel-next{
          width: 30%;
          float: left;
      }
  }
  */
}
/* line 3055, assetic_compassuSEi69.scss */
.akt-sc-all .right-more {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  padding-right: 60px;
}
/* line 3061, assetic_compassuSEi69.scss */
.akt-sc-all .right-more span em {
  color: #28bce8;
  font-style: normal;
}
/* line 3066, assetic_compassuSEi69.scss */
.akt-sc-all .left-title h2 {
  background-color: #f47920 !important;
}
/* line 3069, assetic_compassuSEi69.scss */
.akt-sc-all .select-akt {
  width: 100%;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
}
/* line 3075, assetic_compassuSEi69.scss */
.akt-sc-all .select-akt .partner {
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer;
}
/* line 3080, assetic_compassuSEi69.scss */
.akt-sc-all .select-akt .partner h4 {
  color: #3c3c3c;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
}
/* line 3089, assetic_compassuSEi69.scss */
.akt-sc-all .select-akt .all {
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer;
}
/* line 3094, assetic_compassuSEi69.scss */
.akt-sc-all .select-akt .all h4 {
  color: #3c3c3c;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
}
/* line 3103, assetic_compassuSEi69.scss */
.akt-sc-all .select-akt .sl-active {
  border-bottom: 2px solid #139cd8;
}
/* line 3155, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind {
  margin-top: 25px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}
/* line 3161, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-prev {
  display: inline-block;
}
/* line 3163, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-prev a {
  display: block;
  padding: 0 20px;
}
/* line 3168, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-sc {
  padding: 0;
  display: inline-block;
}
/* line 3171, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-sc li {
  display: inline-block;
}
/* line 3173, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-sc li a {
  color: #949494;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 3184, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-sc li a:hover {
  text-decoration: none;
}
/* line 3189, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-sc .active {
  border-bottom: 2px solid #139cd8;
}
/* line 3190, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-sc .active a {
  color: #000000 !important;
}
/* line 3196, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-next {
  display: inline-block;
}
/* line 3198, assetic_compassuSEi69.scss */
.akt-sc-all .caruzel-ind .caruzel-next a {
  display: block;
  padding: 0 20px;
}
/* line 3206, assetic_compassuSEi69.scss */
.akt-sc-all .news-page-box {
  padding-bottom: 0 !important;
}

/* line 3211, assetic_compassuSEi69.scss */
.left-on-select {
  padding-left: 30px;
}
/* line 3215, assetic_compassuSEi69.scss */
.left-on-select .checkbox label p {
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
/* line 3221, assetic_compassuSEi69.scss */
.left-on-select .checkbox label .control__indicator {
  top: 7px;
}
/* line 3227, assetic_compassuSEi69.scss */
.left-on-select .checkbox.error-checkbox label p, .left-on-select .checkbox.error-checkbox label li {
  color: #e13737;
}

/* line 3236, assetic_compassuSEi69.scss */
.box-calendar .btn-box-calendar {
  width: 100%;
}
/* line 3239, assetic_compassuSEi69.scss */
.box-calendar .btn-box-calendar .btn-prev {
  width: 10% !important;
  float: left;
  margin: 0 !important;
  display: block !important;
  color: #3c3c3c !important;
  font-family: "Exo 2", sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 8px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-style: normal;
  background-color: #ffffff !important;
}
/* line 3254, assetic_compassuSEi69.scss */
.box-calendar .btn-box-calendar .btn-prev i {
  font-style: normal;
}
/* line 3258, assetic_compassuSEi69.scss */
.box-calendar .btn-box-calendar .btn-next {
  width: 10% !important;
  float: left;
  margin: 0 !important;
  display: block !important;
  color: #3c3c3c !important;
  font-family: "Exo 2", sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 8px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-style: normal;
  background-color: #ffffff !important;
}
/* line 3273, assetic_compassuSEi69.scss */
.box-calendar .btn-box-calendar .btn-next i {
  font-style: normal;
}
/* line 3277, assetic_compassuSEi69.scss */
.box-calendar .btn-box-calendar .btn-month {
  width: 60% !important;
  float: left;
  margin: 0 !important;
  display: block !important;
  color: #3c3c3c !important;
  font-family: "Exo 2", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 15.2px !important;
  text-transform: uppercase !important;
  background-color: #ffffff !important;
  border-radius: 0px;
  box-shadow: none;
}
/* line 3293, assetic_compassuSEi69.scss */
.box-calendar table {
  width: 100%;
}

/* line 3298, assetic_compassuSEi69.scss */
.box-list-right {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 3301, assetic_compassuSEi69.scss */
.box-list-right h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #28bce8;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline-block;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 47px;
  margin-left: 40px;
}
/* line 3318, assetic_compassuSEi69.scss */
.box-list-right .list-info {
  list-style: none;
  margin-bottom: 55px;
}
/* line 3322, assetic_compassuSEi69.scss */
.box-list-right .list-info li a {
  color: #3d3d3d;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
/* line 3328, assetic_compassuSEi69.scss */
.box-list-right .list-info li a:hover {
  color: #28bce8;
}

/* line 3336, assetic_compassuSEi69.scss */
.box-single-more {
  margin-left: 48px;
  margin-right: 48px;
  margin-bottom: 45px;
}
/* line 3340, assetic_compassuSEi69.scss */
.box-single-more h2 {
  color: #3c3c3c;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
/* line 3350, assetic_compassuSEi69.scss */
.box-single-more .more-cal {
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

@media (max-width: 780px) {
  /* line 3362, assetic_compassuSEi69.scss */
  .akt-sc-all .caruzel-ind .caruzel-sc {
    width: 50%;
  }

  /* line 3365, assetic_compassuSEi69.scss */
  .akt-sc-all .caruzel-ind .caruzel-prev {
    width: 25%;
  }

  /* line 3368, assetic_compassuSEi69.scss */
  .akt-sc-all .caruzel-ind .caruzel-next {
    width: 25%;
  }
}
/* line 3373, assetic_compassuSEi69.scss */
.panel-sc-all {
  padding-bottom: 25px !important;
  width: 100%;
  min-height: 536px;
}
/* line 3379, assetic_compassuSEi69.scss */
.panel-sc-all .right-more {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  padding-right: 60px;
}
/* line 3385, assetic_compassuSEi69.scss */
.panel-sc-all .right-more span em {
  color: #28bce8;
  font-style: normal;
}
/* line 3390, assetic_compassuSEi69.scss */
.panel-sc-all .left-title h2 {
  background-color: #f47920 !important;
}
/* line 3393, assetic_compassuSEi69.scss */
.panel-sc-all .caruzel-ind {
  margin-top: 25px;
  width: 100%;
  display: inline-block;
}
/* line 3399, assetic_compassuSEi69.scss */
.panel-sc-all .caruzel-ind .caruzel-prev {
  width: 30%;
  float: left;
  text-align: right;
}
/* line 3404, assetic_compassuSEi69.scss */
.panel-sc-all .caruzel-ind .caruzel-sc {
  width: 40%;
  float: left;
}
/* line 3407, assetic_compassuSEi69.scss */
.panel-sc-all .caruzel-ind .caruzel-sc li {
  float: left;
  display: block;
}
/* line 3410, assetic_compassuSEi69.scss */
.panel-sc-all .caruzel-ind .caruzel-sc li a {
  color: #949494;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 3421, assetic_compassuSEi69.scss */
.panel-sc-all .caruzel-ind .caruzel-sc li a:hover {
  text-decoration: none;
}
/* line 3426, assetic_compassuSEi69.scss */
.panel-sc-all .caruzel-ind .caruzel-sc .active {
  border-bottom: 2px solid #139cd8;
}
/* line 3427, assetic_compassuSEi69.scss */
.panel-sc-all .caruzel-ind .caruzel-sc .active a {
  color: #000000 !important;
}
/* line 3433, assetic_compassuSEi69.scss */
.panel-sc-all .caruzel-ind .caruzel-next {
  width: 30%;
  float: left;
}
/* line 3438, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img {
  margin-top: 50px;
  float: left;
  display: block;
  width: 100%;
}
/* line 3443, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img p {
  font-family: "IBM Plex Sans", sans-serif;
}
/* line 3448, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .btn-yes button {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
/* line 3457, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .btn-yes button a {
  display: block;
  color: #ffffff;
}
/* line 3462, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .btn-yes .btn-no {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #28bce8;
  text-transform: uppercase;
  border: none;
  border: 1px solid #28bce8;
}
/* line 3476, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media-top {
  border-bottom: 3px solid #28bce8;
  width: 100%;
  float: left;
  margin-top: 35px;
  margin-bottom: 35px;
}
/* line 3483, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media-top-wyd {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 3487, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media {
  width: 100%;
  float: left;
  padding-top: 8px;
}
/* line 3491, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}
/* line 3498, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media a {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}
/* line 3504, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media a:hover {
  color: #28bce8;
}
/* line 3508, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 3512, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media .checkbox label .control__indicator {
  top: 0;
}
/* line 3517, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media .img-wyd-select {
  width: 15px;
  margin-left: 15px;
}
/* line 3521, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media .img-wyd-select-pow {
  width: 8px;
  margin-left: 20px;
  margin-top: 2px;
}
/* line 3530, assetic_compassuSEi69.scss */
.panel-sc-all .box-send-img .info-club-media:nth-child(odd) {
  background-color: rgba(40, 188, 232, 0.2);
}

@media (max-width: 1199px) and (min-width: 991px) {
  /* line 3537, assetic_compassuSEi69.scss */
  #news-sc .news-box-right {
    margin-top: 170px;
  }
}
/* line 3542, assetic_compassuSEi69.scss */
.send-popup-box-clube {
  width: 830px;
}
/* line 3544, assetic_compassuSEi69.scss */
.send-popup-box-clube form button {
  max-width: 246px;
  margin-left: 54px;
}
/* line 3548, assetic_compassuSEi69.scss */
.send-popup-box-clube .button-next {
  width: 41.66666667% !important;
}
/* line 3550, assetic_compassuSEi69.scss */
.send-popup-box-clube .button-next .btn-next-clube {
  margin-left: 0;
}
/* line 3554, assetic_compassuSEi69.scss */
.send-popup-box-clube .checkbox p {
  width: 200px;
}
/* line 3557, assetic_compassuSEi69.scss */
.send-popup-box-clube .left-popup-clube {
  width: 33% !important;
}
/* line 3561, assetic_compassuSEi69.scss */
.send-popup-box-clube .info-select p {
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 12px;
  margin-top: 5px;
}
/* line 3569, assetic_compassuSEi69.scss */
.send-popup-box-clube .button-box-w button {
  margin-left: 0;
  width: 100%;
}
/* line 3576, assetic_compassuSEi69.scss */
.send-popup-box-clube form .check-box {
  width: 50%;
}
/* line 3581, assetic_compassuSEi69.scss */
.send-popup-box-clube .checkbox a {
  line-height: 1;
}

@media (max-width: 991px) {
  /* line 3588, assetic_compassuSEi69.scss */
  .send-popup-box-clube form button {
    max-width: 100%;
    margin-left: 0;
  }
  /* line 3592, assetic_compassuSEi69.scss */
  .send-popup-box-clube .button-next {
    width: 100% !important;
  }
  /* line 3595, assetic_compassuSEi69.scss */
  .send-popup-box-clube .left-popup-clube {
    width: 100% !important;
  }

  /* line 3600, assetic_compassuSEi69.scss */
  .one-page-info form .form-group label {
    float: left !important;
  }

  /* line 3605, assetic_compassuSEi69.scss */
  .map-all-sc .btn-yes {
    margin-bottom: 15px;
  }
  /* line 3608, assetic_compassuSEi69.scss */
  .map-all-sc .right-clube {
    margin-bottom: 20px;
  }
}
@media (max-width: 660px) {
  /* line 3615, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .akt-sc-left .right-more {
    margin-top: 56px;
  }

  /* line 3618, assetic_compassuSEi69.scss */
  #news-sc .news-box-left #left-box .akt-sc-left .left-title h2 {
    margin-left: -15px;
  }

  /* line 3621, assetic_compassuSEi69.scss */
  .map-all-sc .search-clube-box {
    padding-left: 15px !important;
    padding-right: 15px  !important;
  }
}
@media (max-width: 610px) {
  /* line 3628, assetic_compassuSEi69.scss */
  .map-all-sc .info-clube-map .info-clube {
    width: 100%;
  }
}
/* line 3636, assetic_compassuSEi69.scss */
.map-all-sc .map-sc-left {
  z-index: 99;
  position: relative;
}
/* line 3639, assetic_compassuSEi69.scss */
.map-all-sc .map-sc-left .right-more {
  padding-right: 0 !important;
  position: absolute;
  top: 7px;
  right: 0;
}
/* line 3644, assetic_compassuSEi69.scss */
.map-all-sc .map-sc-left .right-more span {
  background-color: #ffffff;
  padding: 25px 65px 25px 40px;
}
/* line 3650, assetic_compassuSEi69.scss */
.map-all-sc #map-sc {
  position: relative;
  width: 100%;
  height: 625px;
}
/* line 3654, assetic_compassuSEi69.scss */
.map-all-sc #map-sc .map-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 625px;
}
/* line 3661, assetic_compassuSEi69.scss */
.map-all-sc #map-sc .map-box #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 3670, assetic_compassuSEi69.scss */
.map-all-sc .info-clube-map {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #28bce8;
}
/* line 3675, assetic_compassuSEi69.scss */
.map-all-sc .info-clube-map .info-clube {
  position: absolute;
  top: -39px;
  left: 50%;
  background-color: #28bce8;
  transform: translate(-50%, 0);
}
/* line 3681, assetic_compassuSEi69.scss */
.map-all-sc .info-clube-map .info-clube p {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 25px 10px 25px;
  margin-bottom: 0;
}
/* line 3686, assetic_compassuSEi69.scss */
.map-all-sc .info-clube-map .info-clube p em {
  font-style: normal;
}
/* line 3692, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box {
  margin-top: 45px;
  padding-left: 65px;
  padding-right: 65px;
}
/* line 3696, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .p-top {
  margin-left: 30px;
}
/* line 3699, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .search-btn {
  float: left;
  margin-top: 30px;
  width: 100%;
}
/* line 3703, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .search-btn button {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
/* line 3712, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .search-btn .btn-no {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #28bce8;
  text-transform: uppercase;
  border: none;
  border: 1px solid #28bce8;
}
/* line 3725, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .btn-yes button {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
/* line 3734, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .btn-yes button:hover {
  text-decoration: underline;
}
/* line 3741, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .btn-yes .btn-no {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #28bce8;
  text-transform: uppercase;
  border: none;
  border: 1px solid #28bce8;
}
/* line 3753, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .btn-yes .btn-no:hover {
  text-decoration: underline;
}
/* line 3761, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media-top {
  border-bottom: 3px solid #28bce8;
  width: 100%;
  float: left;
  margin-top: 35px;
  margin-bottom: 35px;
}
/* line 3768, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media-top-wyd {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 3772, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media {
  width: 100%;
  float: left;
  padding-top: 8px;
}
/* line 3776, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}
/* line 3783, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media a {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}
/* line 3789, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media a:hover {
  color: #28bce8;
}
/* line 3793, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 3797, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media .checkbox label .control__indicator {
  top: 0;
}
/* line 3802, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media .img-wyd-select {
  width: 15px;
  margin-left: 15px;
}
/* line 3806, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media .img-wyd-select-pow {
  width: 8px;
  margin-left: 20px;
  margin-top: 2px;
}
/* line 3812, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media:nth-child(odd) {
  background-color: rgba(40, 188, 232, 0.2);
}
/* line 3815, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .info-club-media-top {
  margin-top: 30px;
}
/* line 3818, assetic_compassuSEi69.scss */
.map-all-sc .search-clube-box .box-list-search {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 3823, assetic_compassuSEi69.scss */
.map-all-sc .top-img-map {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;
}
/* line 3827, assetic_compassuSEi69.scss */
.map-all-sc .top-img-map img {
  width: 100%;
}
/* line 3831, assetic_compassuSEi69.scss */
.map-all-sc .info-op {
  margin-top: 15px;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
/* line 3838, assetic_compassuSEi69.scss */
.map-all-sc .info-op span {
  margin-right: 50px;
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 3846, assetic_compassuSEi69.scss */
.map-all-sc .info-op span em {
  color: #139cd8;
  font-style: normal;
}
/* line 3852, assetic_compassuSEi69.scss */
.map-all-sc .select-tab-box {
  padding-left: 50px;
  padding-right: 50px;
}
/* line 3855, assetic_compassuSEi69.scss */
.map-all-sc .select-tab-box .select-tab {
  text-align: center;
  border-bottom: 3px solid transparent;
}
/* line 3858, assetic_compassuSEi69.scss */
.map-all-sc .select-tab-box .select-tab h2 {
  color: #3c3c3c;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 3868, assetic_compassuSEi69.scss */
.map-all-sc .select-tab-box .select-tab:hover {
  border-bottom: 3px solid #28bce8;
}

/* line 3874, assetic_compassuSEi69.scss */
#table-box-map {
  display: block;
  width: 100%;
  height: auto;
}

/* line 3880, assetic_compassuSEi69.scss */
#info-box-map {
  display: none;
  width: 100%;
  height: auto;
}

/* line 3886, assetic_compassuSEi69.scss */
#gallery-box-map {
  display: none;
  width: 100%;
  height: auto;
}

/* line 3892, assetic_compassuSEi69.scss */
.active-info {
  margin-top: 30px;
  float: left;
  display: block;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 3900, assetic_compassuSEi69.scss */
.active-info .gallery-box {
  float: left;
  width: 100%;
}
/* line 3906, assetic_compassuSEi69.scss */
.active-info .gallery-box .container {
  position: relative;
  width: 18%;
  cursor: pointer;
  float: left;
  margin-bottom: 15px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  margin-bottom: 2%;
}
/* line 3926, assetic_compassuSEi69.scss */
.active-info .gallery-box .image {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: contain;
  object-fit: cover;
}
/* line 3937, assetic_compassuSEi69.scss */
.active-info .gallery-box .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f47920;
}
/* line 3950, assetic_compassuSEi69.scss */
.active-info .gallery-box .container:hover .overlay {
  opacity: .9;
}
/* line 3954, assetic_compassuSEi69.scss */
.active-info .gallery-box .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/* line 3963, assetic_compassuSEi69.scss */
.active-info .gallery-box .text img {
  width: 35px;
  height: 35px;
}
/* line 3969, assetic_compassuSEi69.scss */
.active-info .more-info {
  margin-top: 20px;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 3px solid #949494;
}
/* line 3978, assetic_compassuSEi69.scss */
.active-info .more-info .spn-post {
  margin-right: 200px;
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 3987, assetic_compassuSEi69.scss */
.active-info .more-info .spn-post em {
  color: #139cd8;
  font-style: normal;
}
/* line 3992, assetic_compassuSEi69.scss */
.active-info .more-info .n1 {
  color: #139cd8 !important;
}
/* line 3996, assetic_compassuSEi69.scss */
.active-info .more-info .n2 em {
  color: #3c3c3c !important;
  font-style: normal;
}

/* line 4004, assetic_compassuSEi69.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat !important;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

@media (max-width: 991px) and (min-width: 740px) {
  /* line 4021, assetic_compassuSEi69.scss */
  .active-info .gallery-box .container {
    width: 30%;
  }
}
@media (max-width: 991px) {
  /* line 4028, assetic_compassuSEi69.scss */
  .active-info .gallery-box .container {
    width: 100%;
  }

  /* line 4031, assetic_compassuSEi69.scss */
  .active-info .more-info .spn-post {
    margin-right: 0;
  }

  /* line 4034, assetic_compassuSEi69.scss */
  .active-info .gallery-box .image {
    height: 200px;
  }

  /* line 4037, assetic_compassuSEi69.scss */
  .map-all-sc .top-img-map {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 100px;
  }

  /* line 4042, assetic_compassuSEi69.scss */
  .map-all-sc .select-tab-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 4046, assetic_compassuSEi69.scss */
  .akt-sc .gallery-box .container {
    width: 100%;
  }

  /* line 4049, assetic_compassuSEi69.scss */
  .akt-sc .gallery-box .image {
    height: 200px;
  }
}
/* line 4055, assetic_compassuSEi69.scss */
#info-box-map .info-container {
  max-width: 540px;
  margin: 0 auto;
}
/* line 4059, assetic_compassuSEi69.scss */
#info-box-map .info-container .info-plac h2 {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 3px solid #949494;
}
/* line 4068, assetic_compassuSEi69.scss */
#info-box-map .info-container .info-plac .spn-post {
  width: 50%;
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 4079, assetic_compassuSEi69.scss */
#info-box-map .info-container .info-plac .spn-post-right {
  width: 50%;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 4091, assetic_compassuSEi69.scss */
#info-box-map .info-container .info-opiek h2 {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 3px solid #949494;
}
/* line 4100, assetic_compassuSEi69.scss */
#info-box-map .info-container .info-opiek .spn-post {
  width: 50%;
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 4111, assetic_compassuSEi69.scss */
#info-box-map .info-container .info-opiek .spn-post-right {
  width: 50%;
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 4120, assetic_compassuSEi69.scss */
#info-box-map .info-container .info-opiek .spn-post-right em {
  color: #139cd8;
}
/* line 4126, assetic_compassuSEi69.scss */
#info-box-map .info-container .info-wiec h2 {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 3px solid #949494;
}
/* line 4135, assetic_compassuSEi69.scss */
#info-box-map .info-container .info-wiec p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

/* line 4148, assetic_compassuSEi69.scss */
#table-box-map .info-club-media {
  width: 100%;
  float: left;
  padding-top: 8px;
}
/* line 4152, assetic_compassuSEi69.scss */
#table-box-map .info-club-media span {
  color: #949494;
}
/* line 4154, assetic_compassuSEi69.scss */
#table-box-map .info-club-media span em {
  color: #3c3c3c;
  font-style: normal;
}
/* line 4159, assetic_compassuSEi69.scss */
#table-box-map .info-club-media p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}
/* line 4166, assetic_compassuSEi69.scss */
#table-box-map .info-club-media a {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}
/* line 4172, assetic_compassuSEi69.scss */
#table-box-map .info-club-media a:hover {
  color: #28bce8;
}
/* line 4176, assetic_compassuSEi69.scss */
#table-box-map .info-club-media .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 4180, assetic_compassuSEi69.scss */
#table-box-map .info-club-media .checkbox label .control__indicator {
  top: 0;
}
/* line 4185, assetic_compassuSEi69.scss */
#table-box-map .info-club-media .img-wyd-select {
  width: 15px;
  margin-left: 15px;
}
/* line 4189, assetic_compassuSEi69.scss */
#table-box-map .info-club-media .img-wyd-select-pow {
  width: 8px;
  margin-left: 20px;
  margin-top: 2px;
}
/* line 4196, assetic_compassuSEi69.scss */
#table-box-map .info-club-media:nth-child(odd) {
  background-color: rgba(40, 188, 232, 0.2);
}

/* line 4201, assetic_compassuSEi69.scss */
#single-op {
  margin-top: 45px;
  float: left;
}
/* line 4204, assetic_compassuSEi69.scss */
#single-op .img-profile {
  border: 1px solid #28bce8;
  width: 201px;
  height: 201px;
  border-radius: 3px;
  overflow: hidden;
  margin-left: 50px;
}
/* line 4213, assetic_compassuSEi69.scss */
#single-op .info-clube .spn-post {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
}
/* line 4223, assetic_compassuSEi69.scss */
#single-op .info-clube .spn-post em {
  color: #139cd8;
  font-style: normal;
}
/* line 4229, assetic_compassuSEi69.scss */
#single-op .inf-profil {
  margin-bottom: 35px;
}
/* line 4231, assetic_compassuSEi69.scss */
#single-op .inf-profil h2 {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 3px solid #949494;
}
/* line 4240, assetic_compassuSEi69.scss */
#single-op .inf-profil .spn-post {
  width: 50%;
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 4250, assetic_compassuSEi69.scss */
#single-op .inf-profil .spn-post-right {
  width: 50%;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 4260, assetic_compassuSEi69.scss */
#single-op .info-op-single {
  margin-bottom: 35px;
}
/* line 4262, assetic_compassuSEi69.scss */
#single-op .info-op-single h2 {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 3px solid #949494;
}
/* line 4271, assetic_compassuSEi69.scss */
#single-op .info-op-single .spn-post {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
}
/* line 4281, assetic_compassuSEi69.scss */
#single-op .info-op-single .spn-post em {
  color: #139cd8;
  font-style: normal;
}
/* line 4287, assetic_compassuSEi69.scss */
#single-op .info-cl {
  margin-bottom: 35px;
}
/* line 4289, assetic_compassuSEi69.scss */
#single-op .info-cl h2 {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 3px solid #949494;
}
/* line 4298, assetic_compassuSEi69.scss */
#single-op .info-cl p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
/* line 4307, assetic_compassuSEi69.scss */
#single-op .info-wyd h2 {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 3px solid #949494;
}
/* line 4316, assetic_compassuSEi69.scss */
#single-op .info-wyd a {
  width: 100%;
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}
/* line 4327, assetic_compassuSEi69.scss */
#single-op .info-wyd a:hover {
  color: #139cd8;
  text-decoration: none;
}

@media (max-width: 450px) {
  /* line 4337, assetic_compassuSEi69.scss */
  #info-box-map .info-container .info-plac .spn-post {
    width: 100%;
  }

  /* line 4340, assetic_compassuSEi69.scss */
  #info-box-map .info-container .info-plac .spn-post-right {
    width: 100%;
  }

  /* line 4343, assetic_compassuSEi69.scss */
  #info-box-map .info-container .info-opiek .spn-post {
    width: 100%;
  }

  /* line 4346, assetic_compassuSEi69.scss */
  #info-box-map .info-container .info-opiek .spn-post-right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 4352, assetic_compassuSEi69.scss */
  #single-op {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 4353, assetic_compassuSEi69.scss */
  #single-op .img-profile {
    margin-bottom: 30px;
  }
}
@media (max-width: 660px) {
  /* line 4362, assetic_compassuSEi69.scss */
  #single-op {
    margin-top: 100px;
  }
}
/* line 4367, assetic_compassuSEi69.scss */
.program {
  margin-top: 50px;
  float: left;
  width: 100%;
}

/* line 4373, assetic_compassuSEi69.scss */
.top-info-akt iframe {
  width: 100%;
}

/* line 4378, assetic_compassuSEi69.scss */
.right-pr .sc-link {
  margin: 0 auto;
  width: 200px;
  height: 50px;
  padding-left: 55px;
  margin-top: 32px;
  display: block;
}
/* line 4387, assetic_compassuSEi69.scss */
.right-pr .sc-link img {
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  margin: 7px;
}

@media (max-width: 991px) {
  /* line 4398, assetic_compassuSEi69.scss */
  .right-pr .sc-link {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    padding-left: 35%;
    margin-top: 32px;
    display: block;
    float: left;
  }

  /* line 4408, assetic_compassuSEi69.scss */
  .contact-box form .form-group label {
    float: left !important;
  }
}
/* line 4413, assetic_compassuSEi69.scss */
.p-doc {
  color: #949494 !important;
}

/* line 4418, assetic_compassuSEi69.scss */
.box-doc .info-send {
  float: left;
  width: 100%;
}
/* line 4421, assetic_compassuSEi69.scss */
.box-doc .info-send .t-c {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

/* line 4435, assetic_compassuSEi69.scss */
.inspiration-box .single-news {
  border-left: 2px solid transparent !important;
  padding-left: 0 !important;
}
/* line 4438, assetic_compassuSEi69.scss */
.inspiration-box .single-news .top-title-info {
  width: 100%;
  display: inline-block;
}
/* line 4441, assetic_compassuSEi69.scss */
.inspiration-box .single-news .top-title-info h2 {
  float: left;
  margin-right: 15px;
}
/* line 4446, assetic_compassuSEi69.scss */
.inspiration-box .single-news .top-title-info .info-icon img {
  width: 19px;
  margin-right: 7px;
}
/* line 4452, assetic_compassuSEi69.scss */
.inspiration-box .single-news .info-special {
  width: 50%;
  float: left;
  margin-top: 15px;
}
/* line 4456, assetic_compassuSEi69.scss */
.inspiration-box .single-news .info-special .spn-special em {
  color: #f47920 !important;
  font-style: normal;
}
/* line 4461, assetic_compassuSEi69.scss */
.inspiration-box .single-news .topp {
  width: 50%;
  float: left;
  text-align: right;
}

/* line 4469, assetic_compassuSEi69.scss */
.info-post-insp {
  margin-top: 40px;
}
/* line 4471, assetic_compassuSEi69.scss */
.info-post-insp .spn-post {
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #949494 !important;
  text-transform: uppercase;
  padding-right: 20px;
  margin-right: 30px;
}
/* line 4478, assetic_compassuSEi69.scss */
.info-post-insp .spn-post em {
  color: #3c3c3c;
  font-style: normal;
}

/* line 4486, assetic_compassuSEi69.scss */
.inspiration-box .stage-box-2 {
  margin-left: 35px;
  margin-right: 35px;
}

@media (max-width: 660px) {
  /* line 4495, assetic_compassuSEi69.scss */
  .inspiration-box .stage-box-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 4500, assetic_compassuSEi69.scss */
  .carousel-indicators {
    margin-left: 33px !important;
  }
}
/* line 4505, assetic_compassuSEi69.scss */
.insp-info-wyd {
  margin-top: 0 !important;
  margin-bottom: 40px;
  width: 100%;
  float: left;
}
/* line 4510, assetic_compassuSEi69.scss */
.insp-info-wyd .spn-post {
  width: 100%;
  float: left;
  padding-bottom: 17px;
}
/* line 4514, assetic_compassuSEi69.scss */
.insp-info-wyd .spn-post em {
  color: #28bde8;
  font-style: normal;
}

/* line 4522, assetic_compassuSEi69.scss */
.scen-box .form-group {
  float: left;
  width: 80%;
}
/* line 4525, assetic_compassuSEi69.scss */
.scen-box .form-group .select-opt {
  position: relative;
}
/* line 4527, assetic_compassuSEi69.scss */
.scen-box .form-group .select-opt .form-control {
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 4533, assetic_compassuSEi69.scss */
.scen-box .form-group label {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  float: right;
  line-height: 3.6;
}
/* line 4541, assetic_compassuSEi69.scss */
.scen-box .form-group .select-opt::after {
  content: " ";
  background-image: url("/bundles/app/img/select-opt.png");
  position: absolute;
  background-repeat: no-repeat;
  top: 14px;
  right: 11px;
  z-index: 9;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
/* line 4553, assetic_compassuSEi69.scss */
.scen-box .form-group .select-opt::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: no-repate;
  top: 2px;
  right: 2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  pointer-events: none;
}
/* line 4568, assetic_compassuSEi69.scss */
.scen-box .form-group .form-control {
  width: 100%;
  box-shadow: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.2px;
  text-transform: uppercase;
  color: #949494;
  padding-left: 34px;
  margin-top: 8px;
}
/* line 4581, assetic_compassuSEi69.scss */
.scen-box .top-info-sen {
  margin-top: 45px;
  float: left;
}
/* line 4584, assetic_compassuSEi69.scss */
.scen-box .top-info-sen img {
  float: left;
  width: 32px;
  margin-right: 5px;
}
/* line 4589, assetic_compassuSEi69.scss */
.scen-box .top-info-sen p {
  color: #7e7d7d;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
/* line 4596, assetic_compassuSEi69.scss */
.scen-box .top-info-sen p a {
  color: #139cd8;
  display: inline-block;
}
/* line 4601, assetic_compassuSEi69.scss */
.scen-box .top-info-sen h4 {
  color: #7e7d7d;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}
/* line 4607, assetic_compassuSEi69.scss */
.scen-box .top-info-sen h4 a {
  color: #139cd8;
  display: inline-block;
}
/* line 4613, assetic_compassuSEi69.scss */
.scen-box .special-post {
  border-left: 2px solid transparent !important;
  padding-left: 0 !important;
}
/* line 4618, assetic_compassuSEi69.scss */
.scen-box .special-post .info-special .spn-special em {
  color: #f47920 !important;
  font-style: normal;
}
/* line 4626, assetic_compassuSEi69.scss */
.scen-box .select-akt .select-type {
  width: 33%;
}

/* line 4634, assetic_compassuSEi69.scss */
.news-box-right .check-box .checkbox {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  float: left;
  width: 50%;
}
/* line 4639, assetic_compassuSEi69.scss */
.news-box-right .check-box .checkbox .control__indicator {
  margin-top: 5px;
}

/* line 4647, assetic_compassuSEi69.scss */
.scen-single-box h4 {
  font-family: "IBM Plex Sans", sans-serif !important;
}
/* line 4650, assetic_compassuSEi69.scss */
.scen-single-box p {
  font-family: "IBM Plex Sans", sans-serif !important;
  margin-bottom: 30px;
}
/* line 4654, assetic_compassuSEi69.scss */
.scen-single-box img {
  float: right !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 5px;
  margin-bottom: 5px;
}

/* line 4664, assetic_compassuSEi69.scss */
.right-scen-box .data-info {
  border-left: none;
  padding-left: 0px;
  padding-right: 15px;
}
/* line 4670, assetic_compassuSEi69.scss */
.right-scen-box .alert-spn .alert {
  color: #00cc00;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  border: 2px solid #00cc00;
  border-radius: 2px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  max-width: 160px;
}
/* line 4684, assetic_compassuSEi69.scss */
.right-scen-box .alert-spn .alert.red {
  border-color: #e30613;
  color: #e30613;
}
/* line 4691, assetic_compassuSEi69.scss */
.right-scen-box .info-spn .info {
  color: #f47920;
}
/* line 4695, assetic_compassuSEi69.scss */
.right-scen-box .sce-a {
  width: 160px;
  max-width: 160px;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 10px;
}
/* line 4708, assetic_compassuSEi69.scss */
.right-scen-box .sce-a:hover {
  text-decoration: none;
}

/* line 4714, assetic_compassuSEi69.scss */
.partner-box {
  width: 100%;
  float: left;
  margin-top: 50px;
}
/* line 4718, assetic_compassuSEi69.scss */
.partner-box p {
  font-family: "IBM Plex Sans", sans-serif !important;
}
/* line 4721, assetic_compassuSEi69.scss */
.partner-box .img-photo {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  height: auto;
}
/* line 4728, assetic_compassuSEi69.scss */
.partner-box .parner-logo {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
  display: inline-box;
  text-align: center;
}
/* line 4734, assetic_compassuSEi69.scss */
.partner-box .parner-logo img {
  margin: 0 auto;
}
/* line 4738, assetic_compassuSEi69.scss */
.partner-box .partner-img {
  width: 100%;
  display: inline-box;
  text-align: center;
}
/* line 4742, assetic_compassuSEi69.scss */
.partner-box .partner-img img {
  margin: 0 auto;
}
/* line 4746, assetic_compassuSEi69.scss */
.partner-box h3 {
  margin-top: 0;
}
/* line 4749, assetic_compassuSEi69.scss */
.partner-box .partner-all {
  width: 100%;
  float: left;
  /*
  margin-top: 30px;
  */
  margin-bottom: 40px;
}
/* line 4756, assetic_compassuSEi69.scss */
.partner-box .partner-all img {
  width: 30%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 50px;
  border: 1px solid #28bce8;
  border-radius: 3px;
  margin-bottom: 15px;
}
/* line 4767, assetic_compassuSEi69.scss */
.partner-box .partner-all ul li a {
  color: #3c3c3c !important;
}
/* line 4769, assetic_compassuSEi69.scss */
.partner-box .partner-all ul li a:hover {
  color: #28bce8 !important;
}

@media (max-width: 991px) {
  /* line 4782, assetic_compassuSEi69.scss */
  .partner-box table tr td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  /* line 4787, assetic_compassuSEi69.scss */
  .partner-box table tr td img {
    width: 100% !important;
    height: auto;
    margin: 10px 0 20px 0;
  }
}
@media (max-width: 600px) {
  /* line 4801, assetic_compassuSEi69.scss */
  .partner-box .partner-all img {
    width: 100%;
  }
}
/* line 4808, assetic_compassuSEi69.scss */
.contact-box {
  float: left;
  margin-top: 45px;
}
/* line 4811, assetic_compassuSEi69.scss */
.contact-box p {
  font-family: "IBM Plex Sans", sans-serif;
}
/* line 4815, assetic_compassuSEi69.scss */
.contact-box form .step-info {
  margin-bottom: 45px;
  margin-top: 45px;
  float: left;
}
/* line 4819, assetic_compassuSEi69.scss */
.contact-box form .step-info img {
  float: left;
  display: block;
  width: 41px;
  height: 41px;
}
/* line 4825, assetic_compassuSEi69.scss */
.contact-box form .step-info h2 {
  float: left;
  display: block;
  color: #272727;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  margin: 0;
  padding-left: 20px;
}
/* line 4837, assetic_compassuSEi69.scss */
.contact-box form .left-info {
  float: right;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
  margin-bottom: 20px;
}
/* line 4846, assetic_compassuSEi69.scss */
.contact-box form .info-sc-mesage {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}
/* line 4851, assetic_compassuSEi69.scss */
.contact-box form .info-sc-mesage p {
  background-color: #dbeaf5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #139cd8;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0 !important;
}
/* line 4864, assetic_compassuSEi69.scss */
.contact-box form .form-group {
  float: left;
  width: 100%;
}
/* line 4867, assetic_compassuSEi69.scss */
.contact-box form .form-group textarea {
  padding: 6px 12px;
  outline: none;
  width: 100%;
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}
/* line 4876, assetic_compassuSEi69.scss */
.contact-box form .form-group .check-box {
  margin-top: 7px;
}
/* line 4879, assetic_compassuSEi69.scss */
.contact-box form .form-group .select-opt {
  position: relative;
}
/* line 4882, assetic_compassuSEi69.scss */
.contact-box form .form-group .select-opt::after {
  content: " ";
  background-image: url("/bundles/app/img/select-opt.png");
  position: absolute;
  background-repeat: no-repeat;
  top: 14px;
  right: 11px;
  z-index: 9;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
/* line 4894, assetic_compassuSEi69.scss */
.contact-box form .form-group .select-opt::before {
  content: " ";
  position: absolute;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: no-repate;
  top: 2px;
  right: 2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  pointer-events: none;
}
/* line 4909, assetic_compassuSEi69.scss */
.contact-box form .form-group .y-n {
  width: 30% !important;
  float: left;
}
/* line 4913, assetic_compassuSEi69.scss */
.contact-box form .form-group .check-box-left {
  text-align: right;
  margin-top: 11px;
}
/* line 4916, assetic_compassuSEi69.scss */
.contact-box form .form-group .check-box-left label {
  line-height: 1.3;
}
/* line 4920, assetic_compassuSEi69.scss */
.contact-box form .form-group label {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  float: right;
  line-height: 2.5;
}
/* line 4927, assetic_compassuSEi69.scss */
.contact-box form .form-group label em {
  color: #139cd8;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 12px;
}
/* line 4933, assetic_compassuSEi69.scss */
.contact-box form .form-group .form-control {
  border: 1px solid #dbeaf5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 4939, assetic_compassuSEi69.scss */
.contact-box form .form-group .error-mesage-input {
  border: 1px solid #e13737;
}
/* line 4942, assetic_compassuSEi69.scss */
.contact-box form .form-group input {
  float: left;
  display: block;
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
/* line 4951, assetic_compassuSEi69.scss */
.contact-box form .form-group .error-box {
  padding-left: 0;
}
/* line 4953, assetic_compassuSEi69.scss */
.contact-box form .form-group .error-box .error-mesage {
  display: none;
  color: #e13737;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 2.7;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
/* line 4964, assetic_compassuSEi69.scss */
.contact-box form .form-group .error-box .error-active {
  display: block;
}
/* line 4967, assetic_compassuSEi69.scss */
.contact-box form .form-group .error-box .error-mesage-input {
  border: 1px solid #e13737;
}
/* line 4971, assetic_compassuSEi69.scss */
.contact-box form .form-group .left-box {
  padding-right: 0;
}
/* line 4974, assetic_compassuSEi69.scss */
.contact-box form .form-group .checkbox {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 4980, assetic_compassuSEi69.scss */
.contact-box form .form-group .checkbox label {
  padding-left: 0;
  float: left;
}
/* line 4983, assetic_compassuSEi69.scss */
.contact-box form .form-group .checkbox label input {
  position: absolute;
  top: -1px;
  left: 22px;
}
/* line 4988, assetic_compassuSEi69.scss */
.contact-box form .form-group .checkbox label p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
/* line 4995, assetic_compassuSEi69.scss */
.contact-box form .form-group .checkbox label .p-ac {
  color: #949494;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
/* line 5004, assetic_compassuSEi69.scss */
.contact-box form .form-group .checkbox.error-checkbox label p, .contact-box form .form-group .checkbox.error-checkbox label li {
  color: #e13737;
}
/* line 5010, assetic_compassuSEi69.scss */
.contact-box form .form-group .control {
  padding-left: 25px;
}
/* line 5014, assetic_compassuSEi69.scss */
.contact-box form .button-box button {
  width: 100%;
  height: 37px;
  border-radius: 2px;
  background-color: #28bce8;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
}
/* line 5022, assetic_compassuSEi69.scss */
.contact-box form .button-box button:hover {
  text-decoration: underline;
}
/* line 5026, assetic_compassuSEi69.scss */
.contact-box form .button-box-w button {
  width: 100%;
  height: 37px;
  border: 1px solid #28bce8 !important;
  border-radius: 2px;
  background-color: #ffffff;
  color: #28bce8;
  text-transform: uppercase;
  border: none;
  margin-bottom: 20px;
}
/* line 5037, assetic_compassuSEi69.scss */
.contact-box form .button-next {
  margin-bottom: 20px;
}
/* line 5041, assetic_compassuSEi69.scss */
.contact-box .info-sc-mesage {
  float: left;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 5048, assetic_compassuSEi69.scss */
.contact-box .info-sc-mesage p {
  text-align: center;
  background-color: #dbeaf5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #139cd8;
  color: #139cd8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  margin: 0 !important;
}

/* line 5064, assetic_compassuSEi69.scss */
.con-p {
  margin-bottom: 20px !important;
}

/* line 5069, assetic_compassuSEi69.scss */
.search-box .search-top-left {
  padding-left: 0;
}
/* line 5071, assetic_compassuSEi69.scss */
.search-box .search-top-left p {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
/* line 5079, assetic_compassuSEi69.scss */
.search-box .search-top-right {
  padding-right: 0;
}
/* line 5081, assetic_compassuSEi69.scss */
.search-box .search-top-right p {
  float: right;
}
/* line 5085, assetic_compassuSEi69.scss */
.search-box .ng-top {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}
/* line 5089, assetic_compassuSEi69.scss */
.search-box .ng-top h2 {
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 3px solid #28bce8;
}

@media (max-width: 1199px) {
  /* line 5103, assetic_compassuSEi69.scss */
  .search-box .search-top-right {
    padding-left: 0;
  }
  /* line 5105, assetic_compassuSEi69.scss */
  .search-box .search-top-right p {
    float: left;
  }
}
/* line 5113, assetic_compassuSEi69.scss */
.kmo-marker {
  position: absolute;
}
/* line 5116, assetic_compassuSEi69.scss */
.kmo-marker .popup-map {
  display: none;
  min-width: 186px;
  min-height: 61px;
  border-radius: 5px;
  border: 1px solid #000000;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 30px;
  transform: translate(-50%, 0);
  color: #3c3c3c;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(60, 60, 60, 0.6);
  -moz-box-shadow: 0px 4px 5px 0px rgba(60, 60, 60, 0.6);
  box-shadow: 0px 4px 5px 0px rgba(60, 60, 60, 0.6);
}
/* line 5139, assetic_compassuSEi69.scss */
.kmo-marker .popup-map h4 {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 8px;
  margin-right: 8px;
}
/* line 5146, assetic_compassuSEi69.scss */
.kmo-marker .popup-map p {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
/* line 5153, assetic_compassuSEi69.scss */
.kmo-marker .popup-map img {
  margin-top: 8px;
  margin-right: 8px;
  float: right;
  width: 11px;
  height: 11px;
}
/* line 5161, assetic_compassuSEi69.scss */
.kmo-marker .popup-map-active {
  border: 1px solid #28bce8;
  position: absolute;
  top: 200px;
  left: 0;
}
/* line 5169, assetic_compassuSEi69.scss */
.kmo-marker.opened .popup-map {
  display: block;
}

/* line 5175, assetic_compassuSEi69.scss */
.map-box-right {
  padding-right: 15px !important;
}

/* line 5181, assetic_compassuSEi69.scss */
.top-info-akt p img {
  float: left;
  margin-right: 20px;
}

/* line 5189, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt.single-scenario h4 {
  margin-bottom: 0;
}
/* line 5193, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt.single-scenario ul, .akt-sc .stage-box-2 .top-info-akt.single-scenario ol {
  margin-top: 10px;
  margin-bottom: 45px;
}
/* line 5197, assetic_compassuSEi69.scss */
.akt-sc .stage-box-2 .top-info-akt.single-scenario ul li, .akt-sc .stage-box-2 .top-info-akt.single-scenario ol li {
  margin-bottom: 2px;
}

/* line 5203, assetic_compassuSEi69.scss */
.arve-wrapper {
  text-align: center;
}

/* line 5208, assetic_compassuSEi69.scss */
.gm-svpc {
  display: none;
}

/* line 5213, assetic_compassuSEi69.scss */
.right-bottom-more .right-more {
  float: right !important;
}

/* line 5218, assetic_compassuSEi69.scss */
.a-clube-add {
  text-align: center;
  display: inline-block;
  background-color: transparent !important;
  color: #ffffff !important;
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-top: 20px;
}
/* line 5235, assetic_compassuSEi69.scss */
.a-clube-add:hover {
  text-decoration: underline !important;
}

/* line 5240, assetic_compassuSEi69.scss */
.news-box-home {
  min-height: 933px;
}

/* line 5244, assetic_compassuSEi69.scss */
.a-partner {
  color: #3c3c3c;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 5251, assetic_compassuSEi69.scss */
.a-partner-2 {
  color: #6e6e6e;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
}
/* line 5256, assetic_compassuSEi69.scss */
.a-partner-2:hover {
  color: #f47920;
}

/* line 5261, assetic_compassuSEi69.scss */
.spn-post-left {
  margin-right: 20px;
}

/* line 5264, assetic_compassuSEi69.scss */
.spn-post {
  font-size: 10px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #949494;
  text-transform: uppercase;
}

/* line 5271, assetic_compassuSEi69.scss */
.em-m {
  color: #3c3c3c;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 5278, assetic_compassuSEi69.scss */
.checkbox-sc {
  height: 40px;
}

/* line 5282, assetic_compassuSEi69.scss */
.carousel-indicators {
  position: absolute;
  left: auto;
  z-index: 15;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  text-align: left;
  margin-left: 54px;
}

/* line 5297, assetic_compassuSEi69.scss */
.partner-box h2 {
  margin-top: 0px !important;
}
/* line 5302, assetic_compassuSEi69.scss */
.partner-box .partner-all ul li {
  margin-bottom: 15px !important;
}

/* line 5309, assetic_compassuSEi69.scss */
.a-insp {
  margin-top: 0 !important;
}

/* line 5313, assetic_compassuSEi69.scss */
.a-pow-akt {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #28bce8 !important;
  font-size: 14px;
  font-weight: 400;
  margin-right: 0 !important;
  line-height: 2;
}
/* line 5320, assetic_compassuSEi69.scss */
.a-pow-akt:hover {
  color: #f47920 !important;
}

/* line 5325, assetic_compassuSEi69.scss */
.info-special {
  display: none;
}

/* line 5330, assetic_compassuSEi69.scss */
.special-post .info-special {
  display: block;
  margin-top: 10px;
}
/* line 5333, assetic_compassuSEi69.scss */
.special-post .info-special .spn-special {
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #949494;
  text-transform: uppercase;
  padding-right: 20px;
}
/* line 5339, assetic_compassuSEi69.scss */
.special-post .info-special .spn-special em {
  color: #139cd8;
  font-style: normal;
}

/* line 5347, assetic_compassuSEi69.scss */
.doc-f {
  margin-top: 0 !important;
}

/* line 5352, assetic_compassuSEi69.scss */
.side-act {
  color: #28bce8 !important;
}

/* line 5356, assetic_compassuSEi69.scss */
.form-control {
  -webkit-appearance: none;
}

/* line 5360, assetic_compassuSEi69.scss */
.god-popup {
  position: fixed;
  left: 10px;
  top: 10px;
  background-color: #eeeeee;
  padding: 10px;
  z-index: 9999;
}
/* line 5368, assetic_compassuSEi69.scss */
.god-popup.active {
  background-color: #ff0000;
  color: #ffffff;
}
/* line 5372, assetic_compassuSEi69.scss */
.god-popup.active a {
  color: #ffffff;
}

/* line 5379, assetic_compassuSEi69.scss */
.wp-content img.alignnone {
  float: none;
}
/* line 5383, assetic_compassuSEi69.scss */
.wp-content img.alignleft {
  float: left;
}
/* line 5387, assetic_compassuSEi69.scss */
.wp-content img.alignright {
  float: right;
}
/* line 5391, assetic_compassuSEi69.scss */
.wp-content img.aligncenter {
  float: none;
  margin: 0 auto;
}

@media (max-width: 1199px) and (min-width: 768px) {
  /* line 5398, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse #form-search .navbar-left .form-group .form-control {
    margin-top: 15px;
  }

  /* line 5401, assetic_compassuSEi69.scss */
  body .container-fluid .navbar-collapse #form-search .navbar-left .btn-search {
    margin-top: 0;
  }
}
/* line 5406, assetic_compassuSEi69.scss */
.form-control {
  color: #3c3c3c;
}

@media (max-width: 380px) {
  /* line 5412, assetic_compassuSEi69.scss */
  .navbar-brand {
    padding: 15px 5px 15px 5px;
  }

  /* line 5415, assetic_compassuSEi69.scss */
  .navbar-brand img {
    max-width: 235px;
  }
}
@media (max-width: 450px) {
  /* line 5431, assetic_compassuSEi69.scss */
  footer .box-right {
    width: 50%;
    padding-top: 10px;
  }

  /* line 5435, assetic_compassuSEi69.scss */
  footer .box-right p {
    height: 50px;
    line-height: 1.5;
  }

  /* line 5439, assetic_compassuSEi69.scss */
  footer .box-right img {
    width: 100px !important;
  }

  /* line 5442, assetic_compassuSEi69.scss */
  footer .footer-left-info p {
    padding-bottom: 0;
  }

  /* line 5445, assetic_compassuSEi69.scss */
  footer .footer-left-info ul {
    padding-top: 20px;
  }
}
@media (max-width: 990px) {
  /* line 5451, assetic_compassuSEi69.scss */
  .scen-box .form-group {
    width: 100%;
  }
  /* line 5453, assetic_compassuSEi69.scss */
  .scen-box .form-group div {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 5458, assetic_compassuSEi69.scss */
  .scen-box .form-group label {
    float: left;
  }

  /* line 5461, assetic_compassuSEi69.scss */
  .scen-box .select-akt .select-type {
    width: 50%;
  }
}
