/**

Theme Name: Amdaris
Version: 1.3
Theme Description: Amdaris Group

*/

/* This Is Amdaris 3.0 Base Styles */

/* Reset */

* {
  margin: 0;
  padding: 0;
}

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

/* Base */

html {
  font-family: 'Inter', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
}

body {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  min-width: 32rem;
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "league-gothic", sans-serif;
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 14rem;
}

h2 {
  font-size: 6rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 2rem;
}

a,
p {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  transition: .2s;
}

.benefit__description_case_st a {
  text-decoration: underline;
  color: #005eb8;
}

ul {
  list-style: none;
}

li {
  padding-left: 3rem;
  position: relative;
}

li:before {
  	content: '';
    width: .6rem;
    height: .6rem;
 	position: absolute;
    top: 50%;
    left: 0;
    background-color: #333;
    transform: translate(0, -50%);
}

ul.wp-block-list {
  list-style-type: revert;
}
ol.wp-block-list li {
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-list .wp-block-list,
.wp-block-list .wp-block-list .wp-block-list {
  margin-left: 1em;
}
.wp-block-list li {
  padding-left: initial;
}
.wp-block-list li::before {
  content: none;
}
.post ul {
	list-style: revert;
}
.post li::before {
  content: none;
}
.post ol li {
	margin-left: 1.1em;
    padding-left: 1em;
}
.post ol li:before {
	display:none;
}

/* Fonts */

@font-face {
  font-family: "A-Symbol";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/a-symbol.woff") format("woff"), url("fonts/a-symbol.ttf") format("truetype");
}

@font-face {
  font-family: "A-Symbol-Underlined";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/a-symbol-underlined.woff") format("woff"), url("fonts/a-symbol-underlined.ttf") format("truetype");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-Regular.woff2") format("woff2"),
       url("fonts/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-Bold.woff2") format("woff2"),
       url("fonts/Inter-Bold.woff") format("woff");
}

/* Main Container */

.a-container {
  padding: 40px 6% 0 6%;
}

/* Header and Nav-Drawer Module */

.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0px !important;
  z-index: 50;
}

.header__container {
  width: 100%;
  height: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__col--left {
  width: 155px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 155px;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  height: inherit;
  background-color: #2a2a2b;
}

.header__col--right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31rem;
  -ms-flex: 0 1 31rem;
  flex: 0 1 31rem;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5%;
}

.header-text {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.42;
  letter-spacing: 1.3px;
  color: #0c2947;
}

.logo__icon {
  display: block;
  width: 107px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-btn {
  display: block;
  width: 57px;
  height: 44px;
  cursor: pointer;
  z-index: 200;
  padding: 15px;
  border: none;
  outline: none;
  background-color: transparent;
}

.menu-btn span:after,
.menu-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
}

.menu-btn span:after {
  top: 12px;
  left: 8px;
}

.menu-btn span {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
}

.menu-btn span,
.menu-btn span:before {
  width: 100%;
  height: 2px;
  background-color: #222;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 0;
}

.menu-btn span:after {
  width: 70%;
  height: 2px;
  background-color: #222;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 0;
}

.menu-btn.on span {
  background-color: transparent;
}

.menu-btn.on span:before {
  -webkit-transform: rotate(45deg) translate(-2px, 0);
  -ms-transform: rotate(45deg) translate(-2px, 0);
  transform: rotate(45deg) translate(-2px, 0);
  background-color: #fff;
}

.menu-btn.on span:after {
  -webkit-transform: rotate(-45deg) translate(4px, -6px);
  -ms-transform: rotate(-45deg) translate(4px, -6px);
  transform: rotate(-45deg) translate(4px, -6px);
  width: 100%;
  left: 0;
  background-color: #fff;
}

.drawer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}

.overlay {
  width: 100%;
  height: 100vh;
}

.layout-drawer {
  height: 100%;
  min-width: 537px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* overflow: scroll; */
  background-color: #2c2e2e;
  transition: all 0.3s;
  z-index: -1;
}

.drawer-container.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.layout-drawer * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.layout-drawer .nav {
  display: block;
  width: 100%;
  max-width: 293px;
  height: auto;
  margin: 103px auto 0 auto;
}

.nav ul {
  list-style-type: none;
  margin-bottom: 25px;
  padding-left: 0;
}

.nav__item {
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.nav li:before {
  display: none;
  height: 0;
  width: 0;
}

.nav__item > a,
.nav__item--legal > a,
.nav__item--terms > a,
.nav__item--stories > a,
.nav__item--our-services > a,
.nav__item--extended-teams > a {
  display: block;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  white-space: nowrap;
  transition: color 0.2s;
  position: relative;
  z-index: 1;
}

.nav__item--legal > a:hover,
.nav__item--terms > a:hover,
.nav__item--stories > a:hover,
.nav__item--our-services > a:hover,
.nav__item--extended-teams > a:hover {
  color: #ff6666;
}

.nav__item--extended-teams > a {
  padding-right: 40px;
}

.nav__item > a:hover {
  color: #ff6666;
}

.nav__item--collapse {
	margin-left: 0;
	padding-left: 0;
}

.network-icons {
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.network-icon {
  display: block;
  color: #888;
  font-size: 26px;
  transition: color 0.2s;
}

.network-icon:hover {
  color: #d4d4d4;
}

.nav__item--legal,
.nav__item--terms,
.nav__item--stories,
.nav__item--our-services,
.nav__item--extended-teams {
  position: relative;
}

.nav__item--legal,
.nav__item--terms,
.nav__item--stories,
.nav__item--our-services,
.nav__item--extended-teams {
  display: block;
  list-style: none;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  transition: color 0.2s;
  cursor: pointer;
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}


.nav__item--legal:hover,
.nav__item--terms:hover,
.nav__item--stories:hover,
.nav__item--our-services:hover,
.nav__item--extended-teams:hover {
  color: #a1a1a1;
}

.nav__item--legal::before,
.nav__item--terms::before,
.nav__item--stories::before,
.nav__item--our-services::before,
.nav__item--extended-teams::before {
  display: none;
}

.nav__item--legal::after,
.nav__item--terms::after,
.nav__item--stories::after,
.nav__item--our-services::after,
.nav__item--extended-teams::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
  transition: border-color 0.3s, transform 0.3s ease-out;
}

.nav__item--legal:hover.nav__item--legal::after,
.nav__item--terms:hover.nav__item--terms::after,
.nav__item--stories:hover.nav__item--stories::after,
.nav__item--our-services:hover.nav__item--our-services::after,
.nav__item--extended-teams:hover.nav__item--extended-teams::after {
  border-color: #a1a1a1;
}

.nav-legal,
.nav-terms,
.nav-stories,
.nav-our-services,
.nav-extended-teams {
  display: none;
}

.nav-stories {
  margin-bottom: 15px;
}

.legal-open::after,
.terms-open::after,
.stories-open::after,
.our-services-open::after,
.extended-teams-open::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-legal > a,
.nav-terms > a,
.nav-stories > a,
.nav-our-services > a,
.nav-extended-teams > a {
  display: block;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  font-size: 14px;
  line-height: 35px;
  text-transform: initial;
  color: #ddd;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  white-space: nowrap;
  transition: color 0.2s;
}

.nav-our-services > a:last-child,
.nav-terms > a:last-child,
.nav-extended-teams > a:last-child,
.nav-legal > a:last-child {
  margin-bottom: 15px;
}

.nav-legal > a:hover,
.nav-terms > a:hover,
.nav-stories > a:hover,
.nav-our-services > a:hover,
.nav-extended-teams > a:hover {
  color: #ff6666;
}

.methods > .methods__container > .methods-col > .methods-col__title{
  color: #FFCC66;
}

/* Footer Module */

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 73px;
  background-color: #232323;
  padding: 0 115px;
  position: relative;
}

.footer__legal {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  color: #fff;
}

.footer__networks {
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__network-icon {
  display: block;
  height: 28px;
}

.footer__network-icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
  transition: fill .3s;
}

.footer__network-icon svg:hover {
  fill: #ff6666;
}


/* Hero Module */

.hero {
  padding-top: 95px;
  overflow: hidden;
}

.hero__slider {
  width: 100%;
  /*height: 100%;*/
  position: relative;
}

.hero__slide {
  width: 100%;
  height: -webkit-calc(100vh - 95px);
  height: calc(70vh - 95px);
  min-height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  z-index: 1;
}

.hero__controls {
  display: block;
  position: relative;
  z-index: 10;
}

.hero__title-container {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-hero-title{
  top: 60%;
}

.hero__title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 7.3vw;
  font-weight: 400;
  line-height: 1.2;
}

.hero__title > span {
  font-family: "A-Symbol-Underlined";
}


/* Owl Slider Styles */

.owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 6px;
  position: absolute;
  top: 79vh;
  left: 10%;
}

.owl-dot {
  width: 5px;
  height: 5px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  cursor: pointer;
}

.owl-dot.active {
  background-color: #252525;
}

.owl-stage,
.owl-item,
.owl-stage-outer,
.owl-stage-owl-height{
  position: relative;
  height: 100%;
}

/* About Module */

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 6%;
  text-align: center;
  background-color: #fff;
}

.about__title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #232323;
  margin-bottom: 20px;
}

.about__title span {
  font-family: "A-Symbol-Underlined";
}

.about__description {
  color: #232323;
  font-weight: normal;
 /* line-height: 35px;*/
}

/* Play btn */

.play-btn img {
  display: inline;
  height: 30px;
  transition: transform .25s ease;
}

.play-btn img:hover {
  -webkit-transform: scale(1.17);
  -ms-transform: scale(1.17);
  transform: scale(1.17);
}

/* Bottomn button */

.about .scrollTo {
  display: inline-block;
  width: 217px;
  text-decoration: none;
  padding: 10px 0;
  background-color: #232323;
  outline: none;
  font-weight: bold;
  transition: color .25s ease,background-color .25s ease;
  cursor: pointer;
  border: 1px solid #232323;
  color: #fff;
  border-radius: 26px;
  margin: 30px auto 0 auto;
}

.about .scrollTo:hover {
  background-color: transparent;
  color: #232323;
}

/* Contact Module */

input[name=recipient-email] {
	display: none;
}

iframe#contact-iframe{
  width: 100%;
  border: 0;
  min-height: 650px !important;
  margin-bottom: -1rem
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*padding: 6rem 5%;*/
  color: #252525;
  min-height: 650px;
  /*height: 650px;*/
  height: 100%;
}

.contact__title {
  font-size: 4rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  font-family: "league-gothic", sans-serif;
  margin-bottom: 5rem;
}

.contact__question {
  font-size: 1.4rem;/*font-size: 20px;*/
  font-weight: normal;
  /*letter-spacing: 2px;*/
  margin-bottom: 7rem;
  /*color: white;*/
}

.contact__question > strong {
  border: 1px solid transparent;
  padding: 50px 0;
  color: white; !important;
}

.contact__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 2.4rem;
  border: none;
  border-bottom: .1rem solid #8f8f92;
  font-size: 1.6rem;
  line-height: 1.5;
}

.contact__input:focus {
  border-bottom: 3px solid #252525;
}

.contact__message {
	height: 40px;
	overflow: hidden;
	padding: 0 0 16px 0;
}

.contact__privacy {
  font-size: 11px;
  line-height: normal;
  letter-spacing: 1.3px;
  text-align: left;
  color: #68686a;
  margin-top: 30px;
}

.contact__privacy a {
  display: inline;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  text-align: left;
  color: #68686a;
  transition: all .3s;
}

.contact__privacy a:hover {
  text-decoration: underline;
}

.contact__col--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 6rem 4%;
  background: linear-gradient(27.94deg, #003366 0.15%, #005EB8 101.53%);
  color: white;
  height: 100%;
}

.contact__location {
  font-weight: bold;
}

.contact__numbers > .row {
  margin-bottom: 2rem;
}

.contact__col--right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 4rem 5%;

}

.label-input {
  display: block;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-align: left;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  color: #252525;
  margin-top: 20px;
}

.label-agreement {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  text-align: left;
  color: #2d2d2d;
  margin: 40px 0;
}

.btn,
.wpcf7-submit {
  transition: background-color .2s, color .2s;
}

.btn:hover,
.wpcf7-submit:hover {
  border: 1px solid #111;
  background-color: #fff;
  color: #111;
}

.btn-submit,
.wpcf7-submit {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  background-color: #252525;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 40px;
}

#submitbtn{
  width: 20%;
  margin-top: 20px;
}

.label-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.label-select {
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.5px;
  color: #252525;
  margin: 0 0 12px 0;
}

.label-select--second {
  margin-left: 50px;
}

.label-select input {
  display: block;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.label-agreement label {
  position: relative;
  font-size: 11px;
  cursor: pointer;
  user-select: none;
  padding-left: 10px;
  margin-bottom: 48px;
}

.label-agreement .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-list-item label span {
  position: absolute;
  top: -3px;
  left: -22px;
  height: 19px;
  width: 19px;
  color: transparent;
  background-color: #f0f0f0;
}

.contalabel-agreementner:hover input ~ span {
  background-color: #ccc;
}

.label-agreement .wpcf7-list-item input:checked ~ span {
  background-color: #252525;
}

.wpcf7-list-item label span:after {
  content: "";
  position: absolute;
  display: none;
}

.label-agreement .wpcf7-list-item input:checked ~ span:after {
  display: block;
}

.label-agreement .wpcf7-list-item span:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Contact Error Messages */

.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 35px 0 10px 0 !important;
  color: red;
  letter-spacing: normal;
}

/* Honey Pot */
.hp-message,
#honeypot3423423f {
	display: none;
	visibility: hidden;
}


/* Custom Select */

.contact select {
  width: 100%;
  border: thin solid #232323;
  border-radius: 3px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 17px 0 0 0;
}

/* Contact Form Select arrows */

.contact select.classic {
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #fff 50%), -webkit-linear-gradient(315deg, #fff 50%, transparent 50%), -webkit-linear-gradient(left, #232323, #232323);
  background-image: -o-linear-gradient(45deg, transparent 50%, #fff 50%), -o-linear-gradient(315deg, #fff 50%, transparent 50%), -o-linear-gradient(left, #232323, #232323);
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #232323, #232323);
  background-position: -webkit-calc(100% - 20px) -webkit-calc(1em + 2px), -webkit-calc(100% - 15px) -webkit-calc(1em + 2px), 100% 0;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  -webkit-background-size: 5px 5px,
 5px 5px,
 2.5em 2.5em;
  background-size: 5px 5px,
 5px 5px,
 2.5em 2.5em;
  background-repeat: no-repeat;
}

/* Privacy Policy Styles */

/* Basic Page Styles */
.basic-page h3, .basic-page h4, .basic-page h5 {
	color: #232323;
}

.basic-page li {
  padding-bottom: 0rem;
}

.basic-page .plain-text__download-link {
  	font-size: 3rem;
    text-decoration: underline;
    color: #0336c5;
  	transition: color .3s;
}

.basic-page .plain-text__download-link:hover {
	color: #171e40;
}

/* Contact Form Privacy Policy */
.privacy-policy .policy {
	padding-bottom: 6rem;
}

.privacy-policy .policy ul {
  list-style-type: none;
  padding: 0;
  margin: 16px;
}

.privacy-policy .policy h4 {
  text-transform: uppercase;
  margin: 16px auto;
}

.privacy-policy .policy h4 a {
  text-transform: uppercase;
  margin: 16px auto;
  font-size: 3rem;
  font-weight: 500;
}

.privacy-policy .policy li {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px;
  margin-bottom: 16px;
}

.privacy-policy .policy li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #232323;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8px;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
}

.privacy-policy .policy p {
  line-height: 35px;
}

.privacy-policy .policy a {
  color: #232323;
  font-weight: 600;
}

.privacy-policy .policy ul a {
  display: contents;
}

.privacy-policy table {
  border-collapse: collapse;
  margin: 32px auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  box-shadow: 0 0 3rem 0.1rem rgba(0,0,0, .05);
  border-radius: 3px;
}

.privacy-policy table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.privacy-policy table tr {
  padding: 0.35em;
}

.privacy-policy table th,
.privacy-policy table td {
  padding: 0.625em;
  text-align: left;
  border: 1px solid #ccc;
}

.privacy-policy .policy table td li {
  margin-bottom: 0;
}

.privacy-policy table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-policy .policy h2 {
	font-size: 3rem;
}


/* Hero Arrow down */
.arrow-down {
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: arrow-bouncey 1.6s linear infinite;
  animation: arrow-bouncey 1.6s linear infinite;
  width: fit-content;
}

.arrow-down__icon {
  fill: #fff;
  width: 25px;
  height: 19px;
}

/* Cookie Policy Alert */

#cookie-notice.cn-position-bottom {
	background-color: rgba(0,0,0,0.9) !important;
  	backdrop-filter: blur(1rem);
}

#cookie-notice.cn-position-bottom .cookie-notice-container {
	display: flex;
  	align-items: center;
    justify-content: space-between;
  	width: 90%;
  	opacity: 0.9;
  	margin: 0 auto;
}

#cookie-notice .cookie-notice-container span {
	text-align: left;
}

#cookie-notice .cookie-notice-container span,
#cookie-notice .cookie-notice-container span a {
	font-size: 1rem;
    letter-spacing: 0;
    line-height: 2rem;
  	color: #fff;
}

#cookie-notice .cookie-notice-container #cn-notice-buttons {
  display: flex; 
}

#cookie-notice.cn-position-bottom .cookie-notice-container #cn-accept-cookie,
#cookie-notice.cn-position-bottom .cookie-notice-container #cn-refuse-cookie {
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: .8rem 3rem;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
}

#cookie-notice.cn-position-bottom .cookie-notice-container #cn-accept-cookie:hover,
#cookie-notice.cn-position-bottom .cookie-notice-container #cn-refuse-cookie:hover {
	background-color: #fff !important;
  	color: #2a2a2b;
}

@media only screen and (max-width: 1467px) {
  .footer{
    margin-top: -30px;
  }
}

@media only screen and (max-width: 1450px) {
  .contact {
    /*padding: 70px 0 100px 0;*/
  }
  .BrzyHr_app {
    padding-left: 15%;
  }

  iframe#contact-iframe{
    margin-bottom: -4rem;
    min-height: 650px !important;
  }
  .footer{
    margin-top: 0;
  }
}


@media only screen and (max-width: 1224px) {
  h1,
  h2 {
    font-size: 5rem;
  }
  iframe#contact-iframe{
    margin-bottom: -1.5rem;
  }
  .footer{
    margin-top: -24px;
  }
}

@media only screen and (max-width: 1200px) {
  .contact {
    /*padding: 70px 0 100px 0;*/
  }
  iframe#contact-iframe{
    margin-bottom: -1rem;
  }

  .footer{
    margin-top: -29px;
  }
}


@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 60px;
  }
  
  #cookie-notice.cn-position-bottom .cookie-notice-container {
    width: 100%;
  	flex-direction: column;
  }
  
  #cookie-notice .cookie-notice-container span {
  	text-align: center;
  }

  .hero__slide {
    height: 100vh;
  }

  .about {
    padding: 4rem 4%;
  }

  .about__title {
    margin-bottom: 0;
  }
  
  h1 {
    font-size: 10rem;
  }

  h2 {
    font-size: 5rem;
  }

  a, p, li {
    font-size: 1.4rem;
  }

  .a-container {
	padding: 40px 4% 0 4%
  }

  .header__container {
    height: 6rem;
  }

  .layout-drawer {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: auto;
  }

  .overlay {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .nav {
    margin-top: 100px;
  }

  .nav__item a,
  .nav__item--legal,
   .nav__item--terms,
  .nav__item--our-services,
  .nav__item--extended-teams {
    font-size: 18px;
  }

  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
  }

  .contact__col--left {
    width: 100%;
    padding: 6rem 10%;
  }

  .BrzyHr_app {
      padding-left: 5%;
      padding-top: 5%;
   }
  
}

@media only screen and (max-width: 767px) {
	.arrow-down {
	  top: 50vh;
	}
	
	.owl-dots {
      top: 71vh;
    }

  .layout-drawer {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .overlay {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .nav {
    margin-top: 80px;
  }

  .nav ul {
    margin-bottom: 25px;
  }

  .nav__item,
  .nav__item--legal {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .nav__item a,
  .nav__item--legal a,
  .nav__item--terms a,
  .nav__item--stories a,
  .nav__item--our-services a,
  .nav__item--extended-teams a {
    font-size: 15px;
  }

  .network-icons {
    width: 100%;
  }

  #submitbtn{
    width: 100% !important;
  }

  .footer {
    height: 150px;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__legal {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 10px;
    text-align: center;
    width: 90%;
    line-height: 1.8;
    margin-top: 10px;
  }

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

  .label-select--second {
    margin-left: 0;
  }

  .privacy-policy table {
    border: 0;
  }

  .privacy-policy tr td:last-child {
    text-align: left;
  }

  .privacy-policy table caption {
    font-size: 1.3em;
  }

  .privacy-policy table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .privacy-policy table tr {
    display: table-row;
    margin-bottom: 0.625em;
  }

  .privacy-policy table td {
    border-bottom: 1px solid #ddd;
    display: table-cell;
    font-size: 0.8em;
    text-align: right;
    width: auto !important;
  }

  .privacy-policy table.address-table td:nth-child(odd) {
    width: 30% !important;
    text-align: center;
  }
  
  .privacy-policy table.cookie-table {
    min-width: 768px;
  }
  .privacy-policy table.cookie-table tr:nth-child(even) {
    background-color: rgba(0 ,0, 0, 0.1);/*#C3CBC4;*/
  }

  .privacy-policy table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .privacy-policy table td:last-child {
    border-bottom: 0;
  }

  .privacy-policy table td:last-child::before {
    width: 100%;
  }


}

@media only screen and (max-width: 575px) {
	@supports (-webkit-overflow-scrolling: touch) {
	 .hero__slide {
		height: calc(70vh - 170px);
		}

		.arrow-down {
			top: 45vh;
		}

		.owl-dots {
		  top: 51vh;
   	 }
	}
  
  .hero__title {
    font-size: 4rem;
  }
  
  .hero__title--long {
  	font-size: 6rem;
  }

  .about__title,
  .about__description {
    text-align: left;
  }

  .about .scrollTo {
    margin: 30px 0 0 0;
  }
  
  .basic-page h3, .basic-page h4, .basic-page h5 {
	line-height: normal;
}


  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  a,
  p {
    font-size: 1.4rem;
	line-height: 2.5rem;
  }

	li,
	.privacy-policy .policy li {
	  padding-left: 1.5rem;
	  line-height: 25px;
	}

	li:before,
	.privacy-policy .policy li:before {
	  width: .4rem;
	  height: .4rem;
      top: 1.3rem;
	  background-color: #333;
	}

  .header__col--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-text {
    display: none;
  }

  .layout-drawer {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .overlay {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .network-icon {
    font-size: 18px;
  }

  .layout-drawer .nav {
    padding: 0 7%;
  }

  .nav__item,
  .nav__item--legal,
  .nav__item--terms,
  .nav__item--stories,
  .nav__item--our-services,
  .nav__item--extended-teams {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .nav__item a,
  .nav__item--legal > a,
  .nav__item--terms > a,
  .nav__item--stories > a,
  .nav__item--our-services > a,
  .nav__item--extended-teams > a {
    font-size: 12px;
  }
  
  .nav-legal a,
  .nav-terms a,
  .nav-stories a,
  .nav-our-services a,
  .nav-extended-teams a {
    font-size: 12px;
  }

  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .contact__title {
    margin-bottom: 40px;
  }
	
  .contact__question {
    margin-bottom: 5rem;
  }

  .contact__input {
    width: 100%;
    height: 42px;
	font-size: 14px;
    padding: 19px 0;
	border-radius: 0;
  }

  .contact__privacy {
    width: 100%;
	margin-top: 6px;
  }

  .contact__col--right {
    width: 100%;
  }

  .btn-submit {
    width: 100%;
  }

  .checkmark {
    top: 7px;
  }
	
	.layout-drawer {
    overflow: auto;
  }
	
  .contact__col--right .label-input {
	margin-top: 20px;
  }
	
  .contact__col--right wpcf7-text {
    font-size: 14px;
    height: 42px;
    width: 100%;
    padding: 19px 0;
  }
	
  .privacy-policy .policy p {
    line-height: 25px;
  }
	
  .privacy-policy .policy li {
	  font-size: 1.3rem;
	}
}

@media only screen and (max-height: 780px) {
  .layout-drawer {
    overflow-y: auto;
  }

  .nav {
    width: 100%;
    max-width: 293px;
    height: auto;
    margin: 103px auto;
  }
}

@media only screen and (max-height: 650px) {
  .nav__item,
  .nav__item--legal,
    .nav__item--terms,
  .nav__item--our-services,
  .nav__item--extended-teams {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
}


@media (max-height: 600px) and (orientation: landscape) {
	.hero__slide {
	  min-height: 100px;
	  height: calc(100vh - 110px);
	}

    .hero__subtitle {
        padding: 0 0 0 0 !important;
    }
	
	.arrow-down {
		top: 57vh;
	}
	
	.owl-dots {
		top: 57vh;
	}
}

/* Arrow Down Animation */
@-webkit-keyframes arrow-bouncey {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 4px);
    transform: translate(-50%, 4px);
  }

  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes arrow-bouncey {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  50% {
    -webkit-transform: translate(-50%, 4px);
    transform: translate(-50%, 4px);
  }

  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

article a {
	text-decoration: underline;
	color: #005eb8;
}

.a-container a {
	text-decoration: underline;
	color: #005eb8;
}


/* CV */

  .hs_uploadcv input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
	left: 0;
	bottom: 0;
  }
  
  .hs_uploadcv {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 178px;
/*     margin-left: auto; */
  	margin: 40px 0 0 auto;
  }
  
  .hs_uploadcv span {
    display: block;
    width: 178px;
    height: 41px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #252525;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.3px;
/*     outline: none; */
    cursor: pointer;
    text-align: center;
    line-height: 41px;
    border: 1px solid #111;
    -webkit-transition: background-color .4s, color .4s;
    -o-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s;
  }
  
  .hs_uploadcv span:hover {
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
  }

.hs_uploadcv__text {
	display: block;
	font-size: 10px;
	text-align: right;
	float: right;
	padding: 3px 0 0 0;
	cursor: default;
}
#BrzyHr_iframe {
    width: 95%;
}
.BrzyHr_app {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: normal;
    width: 95%;
    padding-top: 5%;
}
.BrzyHr_spinner {
    padding-top: 1%;
    left: 50%;
}
@media only screen and (min-width: 767px) {
  .BrzyHr_app {
    padding-left: 15%;
  }
}

.jd_breezy_description {
  	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 6%;
    background-color: #fff;
}
.jd_breezy_description ul {
	-webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #232323;
}
.jd_breezy_description ul li {
  	position: relative;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: normal;
    color: #333;
}
.jd_breezy_description p strong {
  
      font-size: 40px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    color: #232323;
    margin-bottom: 20px !important;
  	font-family: "league-gothic", sans-serif;

}
.jd_breezy_description p {
  	text-align: center;
	/*font-size: 15px;
     line-height: 35px;*/
}

.page-template-DIVI {
  .header {
    background-color: #fff;
  }

  .header__container {
    padding-left: 3%;
  }

  .logo__icon {
    left: 50%;
  }
}

