#main-footer {
  background-color: var(--arpel-dark-blue);
  color: var(--arpel-white);
  padding: 60px 0;
}

#main-footer.footer-lp {
  padding: 32px 0;
}

#main-footer.footer-lp .brand {
  margin: 0;
}

#main-footer .brand {
  display: inline-block;
  margin-bottom: 24px;
}

#main-footer .brand img {
  display: block;
  height: 34px;
}

#main-footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1rem;
}
#main-footer address,
#main-footer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
#main-footer address {
  margin: 30px 0;
}

#main-footer address a {
  color: #fff;
}

#main-footer .widget-type-form .form-columns-2 {
  grid-template-columns: 1fr !important;
}

#main-footer .widget-type-form .hs-form-field .input .hs-input {
  border-color: #fff;
  color: #fff;
}
#main-footer .widget-type-form .hs-form-field .input select.hs-input option {
  background: transparent !important;
  color: #1f3655;
}

#main-footer .widget-type-form .hs-form-field .input .hs-input::placeholder {
  color: #fff;
}

#main-footer .widget-type-form .hs-form-field .hs-form-required {
  color: #fff
}

#main-footer .widget-type-form .hs-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #16406a;
}

#main-footer .widget-type-form .hs-button {
  background-color: #16406a;
  border-color: #fff;
  color: #fff;
}

#main-footer .social {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
#main-footer .social a {
  font-size: 20px;
  margin: 0 20px 0 0;
  background-color: var(--arpel-white);
  color: var(--arpel-dark-blue);
  transition: all 0.3s ease-out;
  display: block;
  width: 40px;
  height:40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-footer .social a:hover {
  background-color: var(--arpel-light-blue);
}

#main-footer .subscribe {
  margin-bottom: 30px;
}

#main-footer .subscribe h3 {
  margin: 0;
}

#main-footer .btn-outline-primary:hover {
  color: var(--arpel-dark-blue);
  background-color: #fff;
}

#main-footer .contact .hs-fieldtype-checkbox {
  position: relative;
}

#main-footer .contact .hs-fieldtype-checkbox > label {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 0.7rem;
  width: 100%;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  position: relative;
  cursor: pointer;
}

#main-footer .contact .hs-fieldtype-checkbox > label::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
}

#main-footer .contact .hs-fieldtype-checkbox > .input {
  position: absolute;
  color: var(--arpel-dark-blue);
  background-color: #fff;
  padding: 0.7rem;
  border-radius: 5px;
  border: 2px solid #fff;
  max-height: 160px;
  overflow-y: auto;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

#main-footer .contact .hs-fieldtype-checkbox:hover > .input {
  opacity: 1;
  visibility: visible;
}
#main-footer .epic {
	margin-top:40px;
	display:block;
	text-align:right;
}
@media (min-width: 992px) {
  #main-footer.footer-lp .container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
  }

  #main-footer.footer-lp address {
    margin: 0;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  #main-footer .row {
    justify-content: space-between;
  }
  #main-footer .subscribe hr {
    border: 2px solid var(--arpel-light-blue);
    margin: 0 0 2vh;
    width: 4vw;
    border-radius: 10px;
  }
  #main-footer .subscribe h3 {
    margin: auto 0 0;
  }
	#main-footer .epic {
	margin-top:20px;
		text-align:left;
}
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: var(--arpel-white);
  transition: all 0.5s ease;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .navbar {
    padding: 32px 0;
  }
  .navbar.fixed {
    position: fixed;
    width: 100%;
    z-index: 12;
    padding: 1rem 0;
    top: 0;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 8px rgba(0, 0, 0, 0.08) !important;
  }
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;

}

.navbar-brand img {
  max-width: 300px;
  height: 30px;
}

@media (min-width: 1200px) {
  .navbar-brand img {
    max-width: 300px;
    height: 54px;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.access {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .access {
    margin-left: auto;
  }
}
.access li {
  margin-left: 20px;
}
.access li .nav-link {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--arpel-dark-blue);
  cursor: pointer;
}
.access li.language {
  position: relative;
}
.access li.language .nav-link:after {
  display: inline-block;
  margin-left: 0.355em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: var(--arpel-dark-blue);
}
.access li.language .menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  color: #ff4800;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  position: absolute;
  top: 90%;
  text-align: left;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.access li.language .menu li {
  margin: 0;
  width: 100%;
  text-align: center;
}

.access li.language:hover .menu {
  opacity: 1;
  visibility: visible;
  top: 100%;

}

.navbar-toggler {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid var(--arpel-light-blue);
  display: flex;
  border-radius: 50%;
  height: 40px;
  z-index: 9999;
}
.navbar-toggler b {
  background-color: var(--arpel-light-blue);
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 2px;
  left: 8px;
  margin: 0;
  position: absolute;
  top: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.navbar-toggler:hover b {
  background-color: var(--arpel-light-blue);

}
.navbar-toggler b:first-child {
  top: 10px;
}
.navbar-toggler b:last-child {
  top: 22px;
}

.navbar-toggler.close {
  border-color: var(--arpel-white);
}

.navbar-toggler.close b {
  left: 0;
  opacity: 0;
  -webkit-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s,
    transform 0.2s 0.25s;
  -moz-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s,
    transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s,
    transform 0.2s 0.25s;
}
.navbar-toggler.close b:first-child {
  background-color: var(--arpel-white);
  left: 8px;
  opacity: 1;
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.close b:last-child {
  background-color: var(--arpel-white);
  left: 8px;
  opacity: 1;
  top: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menuArpel {
  position: absolute;
  background: var(--arpel-light-blue);
  color: var(--arpel-white);
  right: -110%;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  padding: 30px;
  transition: 0.5s;
}

#menuArpel.show {
  right: 0;
}

@media (min-width: 1200px) {
  #menuArpel {
    padding: 150px 80px 50px;
    width: 45%;
  }
}

#menuArpel .nav-item {
  margin: 0 0 30px;
}

#menuArpel .nav-item .nav-link {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
}

#menuArpel .sign-up {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#menuArpel .sign-up .btn {
  background: var(--arpel-dark-blue);
  border-color: var(--arpel-dark-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

#menuArpel .contact {
  border-top: 1px solid var(--arpel-white);
  margin: 16px 0 0;
  padding: 16px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#menuArpel .contact .social {
  display: flex;
  gap: 25px;
  font-size: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-header .navbar > .container {
  flex-wrap: nowrap;
}

.navbar-box {
  display: block;
}

.navbar-box-mobile {
  display: none;
}

.navbar-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
  gap: 32px;
}

.navbar-box ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-box .navbar-search {
  position: relative;
  width: 230px;
  margin-right: auto;
}

.navbar-box .navbar-search input {
  border: 1px solid #cdd6e1;
  border-radius: 5px;
}

.navbar-box .navbar-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  background: transparent;
}

.navbar-box .navbar-access li {
  margin: 0 3px;
}

.navbar-box .navbar-access li .language-active,
.navbar-box .navbar-access li a {
  color: #808080;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
}

.navbar-top form {
  margin: 0;
}

.navbar-box .navbar-access li a:hover {
  color: #fff;
  background: #00406d;
}

.navbar-box .navbar-access li .language-active {
  border: 1px solid #00abb8;
  background: #00abb8;
  color: #fff;
}

.navbar-box .navbar-sign-up {
  gap: 14px;
}

.navbar-box .navbar-sign-up li .btn-outline {
  color: #00406d;
  border: 1px solid #00406d;
  background: transparent;
}

.navbar-box .navbar-sign-up li .btn-outline:hover {
  color: #fff;
  border: 1px solid #00406d;
  background: #00406d;
}

.navbar-box .navbar-sign-up li .btn-primary {
  color: #fff;
  border: 1px solid #00406d;
  background: #00406d;
}

.navbar-box .navbar-sign-up li .btn-primary:hover {
  color: #00406d;
  border: 1px solid #00406d;
  background: transparent;
}

.navbar-box .navbar-login {
  position: relative;
}

.navbar-box .navbar-login .btn-login {
  border: 0;
  padding: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  border: 1px solid #00406d;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  font-size: 18px;
  z-index: 2;
  position: relative;
}

.navbar-login-box {
  background: #fff;
  box-shadow: 0 1px 6px #ccc;
  padding: 20px;
  position: absolute;
  z-index: 1;
  right: -20px;
  top: -20px;
  width: 300px;
}

.navbar-box .navbar-login .btn-login:hover {
  border: 1px solid #00406d;
  background: #00406d;
  color: #fff;
}

.navbar-box .navbar-login .btn-login:hover i {
  color: #fff;
}

.navbar-box .navbar-login-box {
  color: #00406d;
  background: #fff;
  display: none;
}

.navbar-box .navbar-login-box.active {
  display: block;
}

.navbar-box .navbar-login-header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.navbar-box .navbar-login-text {
  font-size: 18px;
  font-weight: 700;
}

#site-navigation #primary-menu {
  justify-content: flex-end;
  gap: 15px;
}

#site-navigation #primary-menu > li > span:hover,
#site-navigation #primary-menu > li > a:hover{
  color: #fff;
  background-color:#00406d;
}

#site-navigation #primary-menu > .menu-item-has-children ul li:hover a{
    background-color:#035087;
}

#site-navigation #primary-menu > li > ul:active span {
  color: #fff;
  background-color:#00406d;
}

.dropdown ul:active span{
    color: #fff;
  background-color:#00406d;
}

#site-navigation #primary-menu > li > span,
#site-navigation #primary-menu > li > a {
  color: #00406d;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-block;

}

#site-navigation #primary-menu > li:hover > a,
#site-navigation #primary-menu > li.active > a {
  color: #fff;
  background: #00406d;
}
#site-navigation #primary-menu > li::after > a,
#site-navigation #primary-menu > li.active > a {
  color: #fff;
  background: #00406d;
}


#site-navigation #primary-menu > li.menu-item-has-children ul {
  position: absolute;
  top: 26px;
  /*transform: translateX(-100vw);*/
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  min-width: 12.5rem;
  transition: opacity 0.2s ease-out;
  flex-direction: column;
  align-items: flex-start;
/*   box-shadow: 0px 1px 6px #ccc; */
  padding: 0.3rem 0;
  background: #00406d;
}

/* #site-navigation #primary-menu > li.menu-item-has-children:last-of-type ul {
  right: 0;
}
 */
#site-navigation #primary-menu li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transform: none;


}

#site-navigation #primary-menu > li.menu-item-has-children > ul li {
  margin: 0;
  padding: 0;
}

#site-navigation #primary-menu > li.menu-item-has-children > ul > li {
  position: relative;
  width: 100%;
}

#site-navigation #primary-menu > li.menu-item-has-children > ul > li a {
  padding: 0.3rem 0.75rem;
/*   background-color: #fff;
  color: #001f4e; */
/*     background-color: #001f4e; */
  background-color:#00406d;
  color: #fff;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

#site-navigation #primary-menu > li.menu-item-has-children > ul li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.3125rem;
  display: inline;
  font-size: 0.6rem;

}

#autocomplete-results li a {
	color: #000;
}

/* TEMP FIX */
#autocomplete-results {
	display: none;
}

.hs-search-field {
    max-width: 250px;
    position: relative;
}

	.navbar-box-mobile .hs-search-field__input {
		background-color: #fff !important;
		background: #fff !important;
	}

	.search-heading .tabs li {
		border-left: inherit !important;
		border-bottom: inherit !important;
		border: 1px solid #e2e2e2 !important;
	}

		.navbar-box-mobile .navbar-collapse .hs-search-field {
			display: none !important;
		}

		.navbar-box-mobile .navbar-collapse.show .hs-search-field {
			display: block !important;
		}

/*
* mobile/tablet
*/

@media (max-width: 1024px) {
  .navbar {
    position: fixed;
    width: 100%;
    z-index: 12;
    top: 0;
    padding: 1rem 0;
  }

  .access li {
    margin-left: 10px;
  }

  .access li .nav-link {
    font-size: 14px;
  }

  .navbar-nav {
    margin-top: 30px;
  }

  #menuArpel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  #menuArpel .nav-item {
    margin: 0 0 20px;
  }

  #menuArpel .nav-item .dropdown-submenu {
    margin-top: 8px;
  }

  #menuArpel .nav-item .menu-item a {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
  }

  #menuArpel .nav-item .nav-link {
    font-size: 18px;
    padding: 0;
  }

  #menuArpel .sign-up {
    gap: 0;
    justify-content: space-between;
  }

  #menuArpel .sign-up .btn {
    font-size: 13px;
  }

  #menuArpel .contact .social {
    font-size: 23px;
    gap: 12px;
  }
  .navbar-box {
    display: none;
  }
  .navbar-box-mobile {
    display: block;
  }
	.login-mobile {
	  border-top: 1px solid var(--arpel-white);
	  margin: 6px 0 0;
	  padding: 16px 0;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
		list-style: none;
	}
	.login-mobile .login-text {
		padding-bottom:10px;
	}
	.navbar-brand img {
		position:absolute;
		z-index:9999;
		top: 25px;
	}
	.navbar-brand.logo-color img {
		filter: invert(100%) sepia(100%) saturate(0%) brightness(200%) contrast(200%);
	}
}
/* Extra Small */
@media (max-width: 375px) {
    #menuArpel .nav-item .nav-link {
        font-size: 14px;
        padding: 0;
    }
	#menuArpel .nav-item {
        margin: 0 0 6px;
    }
	#menuArpel .nav-item .menu-item a {
		font-size: 14px;
        line-height: 1.6;

	}
	.login-mobile .btn, .login-mobile .hs-button , #menuArpel .sign-up .btn {
		padding: 0.2rem 0.6rem;
        font-size: 10px;
	}
}

/* Landscape */
@media only screen
  and (max-device-width: 1112px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
	  .navbar-box-mobile .navbar-nav {
		  width:60%;
	  }
	  .navbar-box-mobile .login-mobile {
		  left: 60%;
		  position:absolute;
		  top:50px;
		  width: 36%;
	  }
	  .navbar-box-mobile .sign-up {
		  left: 60%;
		  position:absolute;
		  top:150px;
		  width: 36%;
	  }
	  .navbar-box-mobile .contact {
		  left: 60%;
		  position:absolute;
		  top:190px;
		  width: 36%;
	  }
	 #menuArpel .nav-item .nav-link {
        font-size: 13px;
        padding: 0;
    }
	#menuArpel .nav-item {
        margin: 0 0 10px;
    }
	#menuArpel .nav-item .menu-item a {
		font-size: 13px;
        line-height: 1.6;
	}
	  #menuArpel {
		  padding: 20px;
	  }
	  .navbar-brand img {
		  top: 15px;
		  height:25px;
	  }
	  .navbar {
		  padding: .5rem 0;
	  }
	  #menuArpel .contact .social {
		  font-size: 13px;
	  }
	  .navbar .contact .btn {
		      margin-left: 5px;
	  }
}
#list-tags-post ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#list-tags-post .container > ul > li {
  display: flex;
  gap: 16px;
}

#list-tags-post ul li strong {
  font-size: 19px;
  line-height: 1;
  color: #4d4d4d;
  font-weight: 600;
  line-height: 26px;
}

#list-tags-post ul li ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

#list-tags-post ul li ul li {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  padding: 8px 12px;
  background-color: var(--arpel-gray);
  border-radius: 4px;
}

#list-tags-post.detail-publications ul li ul li {
  background-color: #f08f36;
}

#list-tags-post.detail-event ul li ul li {
  background-color: var(--arpel-green);
}

#list-tags-post.detail-course ul li ul li {
  background-color: #00abb8;
}

@media (min-width: 992px) {
  #list-tags-post.detail-publications {
    padding-top: 40px
  }
}
.btn,
.hs-button {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  white-space: normal;
  width: auto;
  word-break: break-word;
  min-width: 80px;
  display: inline-flex;
  padding: 0.375rem 1.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  transition: all 0.3s ease-out;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hs-button {
  color: var(--arpel-white);
  border-color: var(--arpel-light-blue);
  background-color: var(--arpel-light-blue);
}

 .hs-button:hover {
  color: var(--arpel-light-blue); 
  border-color: var(--arpel-light-blue);
  background-color: var(--arpel-white);
}

.btn i {
  margin-right: 5px;
}

.btn.xs {
  font-size: 12px;
  font-weight: 500;
  padding: 0.55rem 1rem;
  line-height: 1;
} 
.btn.btn-outline-primary {
  color: var(--arpel-white);
  border-color: var(--arpel-white);
}

.btn.btn-outline-gray {
  color: var(--arpel-gray);
  border-color: var(--arpel-gray);
} 

.btn.btn-outline-white {
  color: var(--arpel-white);
  border-color: var(--arpel-white);
}

.btn.btn-outline-gray.active {
  color: var(--arpel-white);
  background-color: var(--arpel-gray);
}

.btn.btn-outline-green {
  color: var(--arpel-green);
  border-color var(--arpel-green);
  background-color: var(--arpel-white);
}
.btn.btn-outline-green.active {
  color: var(--arpel-white);
  background-color: var(--arpel-green);
}
.btn.btn-outline-green:hover {
  color: var(--arpel-white);
  border-color var(--arpel-white);
  background-color: var(--arpel-green);
}
.btn-light-green {
  color: var(--arpel-white);
  border-color: var(--arpel-green);
  background-color: var(--arpel-green);
}
.btn-light-green:hover {
  color: var(--arpel-green);
  border-color: var(--arpel-green);
  background-color: var(--arpel-white);
}

.btn.btn-outline-course {
  color: var(--arpel-light-blue);
  border-color: var(--arpel-light-blue);
  background-color: var(--arpel-white);
}
.btn.btn-outline-course.active {
  color: var(--arpel-white);
  background-color: var(--arpel-light-blue);
}
.btn.btn-outline-course:hover {
  color: var(--arpel-white);
  background-color: var(--arpel-light-blue);
}

.btn.btn-dark-blue {
  color: var(--arpel-white);
  border-color: var(--arpel-dark-blue);
  background-color: var(--arpel-dark-blue);
}

.btn.btn-green {
  color: var(--arpel-white);
  border-color: var(--arpel-green);
  background-color: var(--arpel-green);
}

.btn.btn-light-blue {
  color: var(--arpel-white);
  border-color: var(--arpel-light-blue);
  background-color: var(--arpel-light-blue);
}
.btn.btn-light-blue:hover {
  color: var(--arpel-light-blue);
  border-color: var(--arpel-light-blue);
  background-color: var(--arpel-white);
}

.btn.btn-gray {
  color: var(--arpel-white);
  border-color: var(--arpel-gray);
  background-color: var(--arpel-gray);
} 
.btn.btn-gray:hover {
  color: var(--arpel-white);
  border-color: var(--arpel-dark-gray);
  background-color: var(--arpel-dark-gray);
} 

.btn.btn-light-gray {
  color: var(--arpel-white);
  background-color: var(--arpel-light-gray);
}


.btn.btn-course {
  color: var(--arpel-white);
  border-color: var(--arpel-white);
  background-color: var(--arpel-light-blue);
}

.badge {
  display: inline-block;
  padding: 0.55rem 1rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--arpel-white);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  text-transform: uppercase;
}
.badge.green {
  background-color: var(--arpel-green);
}
.badge.blue {
  background-color: var(--arpel-light-blue);
}
.badge.orange {
  background-color: var(--arpel-orange);
}
.badge.gray {
  background-color: #808080;
}
.badge.blue-dark {
  background-color: var(--arpel-dark-blue);
}

.btn.small,
.badge.small {
  font-size: 10px;
  padding: 4px 8px;
}

.btn.small:hover,
.badge.small:hover {
  color: var(--arpel-white);
  border-color: var(--arpel-gray);
  background-color: var(--arpel-gray);
}

/*
* mobile/tablet
*/
@media (max-width: 991.98px) {
  .btn,
  .hs-button {
    padding: 0.375rem 0.8rem;
    font-size: 12px;
  }

  .badge,
  .btn.xs {
    font-size: 10px;
    line-height: 1;
    padding: 0.55rem;
  }
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #4d4d4d;
  color : #4D4D4D;
  font-size: .875rem;
  padding: 0.7rem;
  width: 100%!important;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }


.select {
  display: inline-grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  width: auto;
  border: none;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
}

.select select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
  color: #4d4d4d;
}

.select select::-ms-expand {
	display: none;
}

.select select, .select::after {
  grid-area: select;
}

.select::after {
  content: "";
  justify-self: end;
  width: 8px;
  height: 4px;
  background-color: #16406a;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

.hs-form .form-columns-0 {

}



.hs-form .form-columns-2 {

}

form.hs-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form.hs-form label {
  margin: 0;
}

form.hs-form .form-columns-0,
form.hs-form .form-columns-1,
form.hs-form .form-columns-2,
form.hs-form .form-columns-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

form.hs-form .hs-form-field {
  width: 100%!important;
  margin: 0!important;
}

form.hs-form .hs-form-field .inputs-list li {
  margin: 0;
}

form.hs-form .hs-form-field .inputs-list li .hs-form-checkbox-display {
  display: flex;
  align-items: center;
}

form.hs-form .hs-form-field .input {
  margin: 0!important;
}

form.hs-form .hs-form-field input input[type=text],
#hs-membership-form .hs-form-field input[type=search],
#hs-membership-form .hs-form-field input[type=email],
#hs-membership-form .hs-form-field input[type=password],
#hs-membership-form .hs-form-field input[type=tel],
#hs-membership-form .hs-form-field input[type=number],
#hs-membership-form .hs-form-field input[type=file],
#hs-membership-form .hs-form-field select,
#hs-membership-form .hs-form-field textarea,
form.hs-form .hs-form-field input input[type=text],
form.hs-form .hs-form-field input input[type=search],
form.hs-form .hs-form-field input input[type=email],
form.hs-form .hs-form-field input input[type=password],
form.hs-form .hs-form-field input input[type=tel],
form.hs-form .hs-form-field input input[type=number],
form.hs-form .hs-form-field input input[type=file]
form.hs-form .hs-form-field input select,
form.hs-form .hs-form-field input textarea,{
  background: transparent;
  border-radius: 5px;
  border: 2px solid #4d4d4d;
  color : #4D4D4D;
  font-size: .875rem;
  padding: 0.7rem;
  width: 100%!important;
}

form.hs-form .hs-form-field .input select.hs-input {
  padding: 0.49rem 0.7rem;
}

form.hs-form .hs-form-field .input .hs-fieldtype-textarea {
  height: 86px;
}


#modal-form-subscribe {
  display: none;
  max-width: 800px;
  max-height: 95vh;
}

#modal-form-subscribe #hs_cos_wrapper_form {
  overflow-y: auto;
  display: block;
  max-height: 85vh;
}

@media (min-width: 992px) {
  form.hs-form .form-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  form.hs-form .form-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  #modal-form-subscribe form .multi-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    column-gap: 16px;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--bs-modal-zindex)
}

.modal-dialog {
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
  width: auto
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  background-color: var(--bs-backdrop-bg);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity)
}

.modal-header {
  align-items: center;
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
  margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
  padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0
}

.modal-body {
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  position: relative
}

.modal-footer {
  align-items: center;
  background-color: var(--bs-modal-footer-bg);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
  margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15)
  }

  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bs-modal-width)
  }

  .modal-sm {
    --bs-modal-width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg,.modal-xl {
    --bs-modal-width:800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width:1140px
  }
}

.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%
}

.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

/* MODAL */
.modal .modal-content {
  border: 0;
  border-radius: 0;
  outline: 0;
}

.modal .modal-header {
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal .modal-title {
  color: #ff4800;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

.modal .modal-header .close {
  opacity: 1;
  font-size: 30px;
  outline: 0;
}

.modal .modal-dialog {
  max-width: 680px;
}

@media (min-width: 1200px){
  .modal .modal-dialog {
    max-width: 980px;
  }
}

.modal .modal-header {
  border: 0;
}
.modal .modal-header .close {
  font-size: 30px;
  display: block;
  position: absolute;
  right: 8px;
  z-index: 5;
  top: 0;
  outline: none;
  border: 0;
  background: none;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer
}
nav.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
}

nav.pagination span,
nav.pagination a {
  align-items: center;
  color: #808080;
  display: flex;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}

nav.pagination span {
  opacity: 0.6;
}

nav.pagination i {
  color: #16406a;
}

nav.pagination a.active {
  background-color: #16406a;
  border-radius: 50%;
  color: #fff;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
body {
  font-family: 'REM', sans-serif!important;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: var(--arpel-white);
  color: var(--arpel-gray);
  margin: 0;
  overflow-x: hidden;
}

body * {
  font-family: 'REM', sans-serif!important;
}


body .fa-brands, body .fab {
  font-family: "Font Awesome 6 Brands"!important;
}
body .fa-classic, body .fa-regular, body .fa-solid, body .far, body .fas {
  font-family: "Font Awesome 6 Free"!important;
}
body .fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free")!important;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #5a35b7;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

strong {
  font-weight: 700;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: none;
  outline-color: none;
}

.disable-focus-styles :focus {
  outline: none;
}


.content-txt a,
.specialContentBody li a,
#main-content p a:not(.btn) {
  text-decoration: none;
  color: var(--arpel-light-blue);
}

#main-content p a:hover {
  text-decoration: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-font-smoothing: antialiased;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/* .container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl { */

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  max-width: 1200px
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* @media (min-width: 576px) {
  .container,.container-sm {
    max-width:540px
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
    max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
    max-width:960px
  }
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1281px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 1260px;
  }
}

@media (min-width: 1600px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 75%;
  }
}

@media (min-width: 1921px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 70%;
  }
} */

@media (min-width: 992px) {
  .container  {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}

/*
* grid bs
*/
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1);
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex:1 0 0%
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
}
.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.text-center {
  text-align: center!important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.fixed-top {
  top: 0
}

.fixed-bottom,.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

.ratio {
  position: relative;
  width: 100%
}

.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

iframe {
  border: 0;
}

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

img, svg {
    vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  /*   transition: all .3s ease-out; */
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
  position: relative;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.175);
  border-radius: 0.375rem;
  color: #212529;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.collapse:not(.show) {
  display: none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.justify-content-between {
  justify-content: space-between;
}

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

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

  .justify-content-md-between {
    justify-content: space-between!important;
  }

  .mx-md-auto {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .justify-content-lg-between {
    justify-content: space-between!important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media (max-width: 1199.98px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
}
:root {
  --arpel-dark-blue: #00406D;
  --arpel-light-blue: #00ADBB;
  --arpel-gray: #808080;
  --arpel-dark-gray: #4D4D4D;
  --arpel-light-gray: #D1D1D1; 
  --arpel-white: #fff;
  --arpel-green: #9CCA5C;
  --arpel-orange: #F5911D;
}

@media (max-width: 767.98px) {
  #main-content {
    margin-top: 73px; /* height header */
  }
}