/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 160px;
  padding-right: 160px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
  .container-1 {
    max-width: 100%;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Bricolage Grotesque", sans-serif;
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #1f2248;
  line-height: 1.35;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HOME *** */
header {
  z-index: 10;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  position: relative;
}

.title {
  font-size: 48px;
  font-weight: 800;
  padding-bottom: 30px;
  border-bottom: 2px dashed #fff;
}

.boxes-1 .box-1 {
  border-bottom: 2px dashed #ffa850;
}
.boxes-1 .box-1 .name-box {
  padding: 30px 0;
  display: flex;
  background: url("../img/icons/arrow-1.png") right center no-repeat;
  transition: 0.15s linear;
}
.boxes-1 .box-1 .name-box span {
  font-size: 20px;
}
.boxes-1 .box-1 .name-box:hover {
  opacity: 0.8;
}
.boxes-1 .box-1 .name {
  font-size: 58px;
  cursor: pointer;
  font-weight: 800;
  padding-right: 90px;
  line-height: 1.2;
  color: #ffa850;
}
.boxes-1 .box-1 .date {
  width: 160px;
  font-size: 38px;
  padding-top: 13px;
  flex-shrink: 0;
  font-weight: 800;
}
.boxes-1 .box-1 .description {
  width: 1170px;
  display: none;
  padding-left: 160px;
  padding-bottom: 50px;
}
.boxes-1 .box-1-1 {
  border-color: #00c392;
}
.boxes-1 .box-1-1 .name {
  color: #00c392;
}
.boxes-1 .box-1-1 .name-box {
  background-image: url("../img/icons/arrow-2.png");
}
.boxes-1 .box-1-2 {
  border-color: #0097f5;
}
.boxes-1 .box-1-2 .name {
  color: #0097f5;
}
.boxes-1 .box-1-2 .name-box {
  background-image: url("../img/icons/arrow-3.png");
}
.boxes-1 .box-1-3 {
  border-color: #ff3ead;
}
.boxes-1 .box-1-3 .name {
  color: #ff3ead;
}
.boxes-1 .box-1-3 .name-box {
  background-image: url("../img/icons/arrow-4.png");
}
.boxes-1 .box-1-4 {
  border-color: #ffec3c;
}
.boxes-1 .box-1-4 .name {
  color: #ffec3c;
}
.boxes-1 .box-1-4 .name-box {
  background-image: url("../img/icons/arrow-5.png");
}
.boxes-1 .box-1-5 {
  border-color: #ff5e28;
}
.boxes-1 .box-1-5 .name {
  color: #ff5e28;
}
.boxes-1 .box-1-5 .name-box {
  background-image: url("../img/icons/arrow-6.png");
}
.boxes-1 .box-1-6 {
  border-color: #d278ff;
}
.boxes-1 .box-1-6 .name {
  color: #d278ff;
}
.boxes-1 .box-1-6 .name-box {
  background-image: url("../img/icons/arrow-7.png");
}
.boxes-1 .box-1-7 {
  border-color: #6ea500;
}
.boxes-1 .box-1-7 .name {
  color: #6ea500;
}
.boxes-1 .box-1-7 .name-box {
  background-image: url("../img/icons/arrow-8.png");
}
.boxes-1 .box-1-8 {
  border-color: #b98f1d;
}
.boxes-1 .box-1-8 .name {
  color: #b98f1d;
}
.boxes-1 .box-1-8 .name-box {
  background-image: url("../img/icons/arrow-9.png");
}

.content-box-1 {
  position: relative;
  z-index: 1000;
  margin-top: -200px;
}

header img {
  -webkit-animation: fade-in 1000ms 100ms ease 1 both;
  animation: fade-in 1000ms 100ms ease 1 both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content-box-2 {
  padding: 100px 0;
}
.content-box-2 h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 40px;
}

.box-1, .content-box-2 .col-box {
  font-size: 20px;
  line-height: 1.4;
}

.content-box-2 .row-box {
  margin: 0 -30px;
  display: flex;
}
.content-box-2 .row-box .col-box {
  padding: 0 30px;
  margin-bottom: 30px;
  width: 33.3333%;
}
.content-box-2 .row-box .col-box p {
  margin: 0;
}
.content-box-2 .row-box .col-box ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.content-box-2 .row-box .col-box ul li {
  padding-left: 25px;
  position: relative;
}
.content-box-2 .row-box .col-box ul li:after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.content-box-2 .row-box .col-box h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
}
.content-box-2 .row-box .col-box-1 {
  width: 66.6666%;
}

.color-yellow {
  color: #ffff00;
}

.content-box-2-1 {
  margin-bottom: -30px;
}
.content-box-2-1 .row-box {
  align-items: center;
}

.logos-box {
  background: #fff;
  height: 244px;
  padding: 40px;
  border-radius: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.log-box {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.logos-box .t-1 {
  color: #000;
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
}
.logos-box figure {
  padding: 0 10px;
}

.boxes-1 .box-1.active .name-box {
  background-image: url(../img/icons/arrow-1-1.png);
}
.boxes-1 .box-1-1.active .name-box {
  background-image: url(../img/icons/arrow-2-1.png);
}
.boxes-1 .box-1-2.active .name-box {
  background-image: url(../img/icons/arrow-3-1.png);
}
.boxes-1 .box-1-3.active .name-box {
  background-image: url(../img/icons/arrow-4-1.png);
}
.boxes-1 .box-1-4.active .name-box {
  background-image: url(../img/icons/arrow-5-1.png);
}
.boxes-1 .box-1-5.active .name-box {
  background-image: url(../img/icons/arrow-6-1.png);
}
.boxes-1 .box-1-6.active .name-box {
  background-image: url(../img/icons/arrow-7-1.png);
}
.boxes-1 .box-1-7.active .name-box {
  background-image: url(../img/icons/arrow-8-1.png);
}
.boxes-1 .box-1-8.active .name-box {
  background-image: url(../img/icons/arrow-9-1.png);
}

.boxes-1 .box-1 .description {
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */