@import url("https://use.typekit.net/mpv0jys.css");
@import url("../fonts/avenir-next/stylesheet.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Avenir Next Cyr";
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  margin: 0;
  padding: 0;
  background-color: #F2F2F2;
  color: #333333;
}

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

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-family: "apotek-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "apotek", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.flexcol, .altcontent .altcontentflex, .col40, .work, .col32, .abilitiesholder .abilities .abilitiesflex, .hero .heroflex, .col20, .work .workgrid .workcards .workcard .workcardinfo, .careerform .careerformflex .careerin .fieldflex, .careerform .careerformflex .careerin, .careerform .careerformflex .careerinfo .careerinfolinks, .careerform .careerformflex .careerinfo, .footer .footerflex .footercontent, .contact.contactinner .contactflex .contactform .contactformfields .fieldflex, .contact.contactinner .contactflex .contactform, .contact .contactflex .contactform .contactformfields .fieldflex, .contact .contactflex .contactform, .contact .contactflex, .careerscta .careersflex, .locations .locationflex .locationcontent, .abilitiesholder .abilities .abilitiesflex .abilitiescards .abilitycard .abilitycardinfo, .altcontent .altcontentflex .altcontentitem .altcontenttext {
  display: flex;
  flex-direction: column;
}

.col20, .work .workgrid .workcards .workcard .workcardinfo, .careerform .careerformflex .careerin .fieldflex, .careerform .careerformflex .careerin, .careerform .careerformflex .careerinfo .careerinfolinks, .careerform .careerformflex .careerinfo, .footer .footerflex .footercontent, .contact.contactinner .contactflex .contactform .contactformfields .fieldflex, .contact.contactinner .contactflex .contactform, .contact .contactflex .contactform .contactformfields .fieldflex, .contact .contactflex .contactform, .contact .contactflex, .careerscta .careersflex, .locations .locationflex .locationcontent, .abilitiesholder .abilities .abilitiesflex .abilitiescards .abilitycard .abilitycardinfo, .altcontent .altcontentflex .altcontentitem .altcontenttext {
  gap: 20px;
}

.col32, .abilitiesholder .abilities .abilitiesflex, .hero .heroflex {
  gap: 32px;
}

.col40, .work {
  gap: 40px;
}

.maskbottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  aspect-ratio: 86/4;
  background-image: url("../images/section-bottom.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.masktop {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  aspect-ratio: 86/4;
  background-image: url("../images/section-top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.button {
  font-family: "apotek-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #C8102E;
  color: #F2F2F2;
  padding: 8px 32px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
}
.button:hover {
  background-color: #ed1e40;
}
.button.buttonlight, .contact.contactinner .button {
  background-color: #F2F2F2;
  color: #333333;
}
.button.buttonlight:hover, .contact.contactinner .button:hover {
  color: #C8102E;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 2px #C8102E solid;
  transition: all 0.4s ease-in-out;
  background-color: rgba(51, 51, 51, 0.4);
  opacity: 0;
}
.header.scrolled {
  background-color: #333333;
}
.header .smnav {
  display: none;
}
@media (width < 992px) {
  .header .smnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
    z-index: 10;
  }
}
.header .smnav .smlogo {
  margin-left: 50%;
  transform: translate(calc(-50% + 10px), 0);
  transition: all 0.2s ease-in-out;
}
.header .smnav .smlogo .logo {
  height: 40px;
}
.header .smnav.navshow {
  background-color: #1a1a1a;
}
.header .smnav.navshow .smlogo {
  opacity: 0;
}
.header .smnav .ham img {
  vertical-align: middle;
}
.header .smnav .ham .hamopen {
  display: inline-block;
}
.header .smnav .ham .hamclose {
  display: none;
}
.header .smnav .ham.hamclosed .hamopen {
  display: none;
}
.header .smnav .ham.hamclosed .hamclose {
  display: inline-block;
}
@media (width < 992px) {
  .header .nav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    transform: translateY(calc(-100% - 70px));
    transition: all 0.4s ease-in-out;
    filter: blur(20px);
  }
  .header .nav.navshow {
    transform: translateY(0);
    filter: blur(0px);
  }
}
.header .nav .menusections {
  display: flex;
  align-items: baseline;
  gap: 30px;
  padding: 20px;
}
@media (width < 992px) {
  .header .nav .menusections {
    flex-direction: column;
    align-items: center;
    background-color: #1a1a1a;
    padding: 40px 20px;
    height: 100vh;
    justify-content: center;
  }
}
.header .nav .menusections .menuitems {
  flex-grow: 5;
  align-items: center;
  display: flex;
  gap: 30px;
  position: relative;
  top: -10px;
  flex-basis: 45%;
}
.header .nav .menusections .menuitems:first-child {
  justify-content: flex-end;
}
.header .nav .menusections .menuitems:last-child {
  justify-content: flex-start;
}
@media (width < 1200px) {
  .header .nav .menusections .menuitems {
    gap: 10px;
  }
}
@media (width < 992px) {
  .header .nav .menusections .menuitems {
    gap: 30px;
    top: 0px;
    order: 2;
    flex-direction: column;
    align-items: center;
    flex-grow: unset;
    flex-basis: unset;
  }
}
.header .nav .menusections .menuitems .menuitem {
  font-family: "apotek-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
  color: #F2F2F2;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase !important;
}
.header .nav .menusections .menuitems .menuitem:hover {
  opacity: 0.6;
}
.header .nav .menusections .menuitems .menuitem.active {
  color: #C8102E;
}
.header .nav .menusections .menuitems .menuitem.active:hover {
  opacity: 1;
}
.header .nav .menusections .menuitems .menuitem.button {
  padding: 4px 10px;
  color: #F2F2F2 !important;
}
.header .nav .menusections .menuitems .menuitem.current-menu-item {
  color: #C8102E;
}
.header .nav .menusections .menuitems .menuitem.current-menu-item:hover {
  opacity: 1;
}
@media (width < 1400px) {
  .header .nav .menusections .menuitems .menuitem {
    font-size: 14px;
  }
}
@media (width < 1200px) {
  .header .nav .menusections .menuitems .menuitem {
    font-size: 12px;
  }
}
@media (width < 992px) {
  .header .nav .menusections .menuitems .menuitem {
    font-size: 18px;
  }
}
@media (width < 992px) {
  .header .nav .menusections .navlogo {
    order: 1;
  }
}
.header .nav .menusections .navlogo a {
  display: block;
  text-align: center;
}
.header .nav .menusections .navlogo a img {
  max-width: 100%;
}

.hero {
  padding: 280px 0 160px;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: #333333;
}
.hero .videoholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero .videoholder video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .videoholder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (width < 992px) {
  .hero {
    padding: 200px 0 120px;
  }
}
.hero .heroflex {
  align-items: center;
}
.hero .heroflex h1 {
  font-size: 72px;
  line-height: 1;
  text-wrap: balance;
  color: #F2F2F2;
  position: relative;
}
.hero .heroflex h1 span {
  display: inline-block;
  overflow: hidden;
}
@media (width < 992px) {
  .hero .heroflex h1 {
    font-size: 48px;
  }
}
@media (width < 768px) {
  .hero .heroflex h1 {
    font-size: 32px;
  }
}
.hero .heroflex p {
  font-size: 24px;
  text-wrap: balance;
  color: #F2F2F2;
  line-height: 1.4;
  position: relative;
}
@media (width < 992px) {
  .hero .heroflex p {
    font-size: 20px;
  }
}
@media (width < 768px) {
  .hero .heroflex p {
    font-size: 16px;
  }
}
.hero .maskhero {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  top: 0;
  background-color: #F2F2F2;
  z-index: 10;
}

.altcontent {
  padding: 80px 0;
}
.altcontent .altcontentflex {
  gap: 80px;
}
.altcontent .altcontentflex .altcontentitem {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (width < 768px) {
  .altcontent .altcontentflex .altcontentitem {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.altcontent .altcontentflex .altcontentitem .altcontenttext {
  flex-basis: 50%;
}
.altcontent .altcontentflex .altcontentitem .altcontenttext h2 {
  font-size: 40px;
  line-height: 1;
}
@media (width < 992px) {
  .altcontent .altcontentflex .altcontentitem .altcontenttext h2 {
    font-size: 24px;
  }
}
.altcontent .altcontentflex .altcontentitem .altcontenttext p {
  font-size: 18px;
  line-height: 1.2;
}
.altcontent .altcontentflex .altcontentitem .altcontentimage {
  position: relative;
  flex-basis: 50%;
}
@media (width < 768px) {
  .altcontent .altcontentflex .altcontentitem .altcontentimage {
    margin-top: 16px;
  }
}
.altcontent .altcontentflex .altcontentitem .altcontentimage::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: -16px;
  left: -16px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  background-color: #C8102E;
}
.altcontent .altcontentflex .altcontentitem .altcontentimage::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  background-color: rgba(51, 51, 51, 0.1);
  display: none;
}
@keyframes altimagebefore {
  0% {
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0px;
  }
  100% {
    top: 16px;
    right: 16px;
    bottom: -16px;
    left: -16px;
  }
}
@keyframes altimageafter {
  0% {
    top: 0px;
    right: 0px;
  }
  100% {
    top: -16px;
    right: -16px;
  }
}
.altcontent .altcontentflex .altcontentitem .altcontentimage.appeared::before {
  animation: altimagebefore 0.4s 1s forwards;
}
.altcontent .altcontentflex .altcontentitem .altcontentimage.appeared:after {
  animation: altimageafter 0.4s 1s forwards;
}
.altcontent .altcontentflex .altcontentitem .altcontentimage img {
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
@media (width >= 768px) {
  .altcontent .altcontentflex .altcontentitem .altcontentimage:hover::before {
    transform: scale(0.8);
  }
  .altcontent .altcontentflex .altcontentitem .altcontentimage:hover:after {
    transform: scale(0.8);
  }
  .altcontent .altcontentflex .altcontentitem .altcontentimage:hover img {
    transform: scale(1.05);
  }
}
@media (width >= 768px) {
  .altcontent .altcontentflex .altcontentitem:nth-child(even) .altcontenttext {
    order: 2;
  }
  .altcontent .altcontentflex .altcontentitem:nth-child(even) .altcontentimage {
    order: 1;
  }
}

.abilitiesholder {
  position: relative;
}
.abilitiesholder:before {
  content: "";
  position: absolute;
  height: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background-color: #C8102E;
  max-height: 240px;
}
.abilitiesholder .abilities {
  padding: 80px 15px 0;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
.abilitiesholder .abilities .abilitiesflex {
  align-items: center;
  position: relative;
  z-index: 10;
}
.abilitiesholder .abilities .abilitiesflex .sectionheading {
  font-size: 40px;
  text-align: center;
  text-wrap: balance;
  line-height: 140%;
}
@media (width < 992px) {
  .abilitiesholder .abilities .abilitiesflex .sectionheading {
    font-size: 24px;
  }
}
.abilitiesholder .abilities .abilitiesflex .abilitiescards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  width: 100%;
}
@media (width < 1200px) {
  .abilitiesholder .abilities .abilitiesflex .abilitiescards {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 20px;
  }
}
@media (width < 768px) {
  .abilitiesholder .abilities .abilitiesflex .abilitiescards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }
}
.abilitiesholder .abilities .abilitiesflex .abilitiescards .abilitycard {
  position: relative;
}
@media (width < 768px) {
  .abilitiesholder .abilities .abilitiesflex .abilitiescards .abilitycard {
    max-width: 400px;
    margin: 0 auto;
  }
}
.abilitiesholder .abilities .abilitiesflex .abilitiescards .abilitycard .abilityimg {
  aspect-ratio: 4/5;
  width: 100%;
  vertical-align: middle;
}
.abilitiesholder .abilities .abilitiesflex .abilitiescards .abilitycard .abilitycardinfo {
  padding: 60px 24px 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  align-items: flex-start;
}
.abilitiesholder .abilities .abilitiesflex .abilitiescards .abilitycard .abilitycardinfo h3 {
  font-size: 32px;
  color: #F2F2F2;
  line-height: 100%;
}
@media (width < 992px) {
  .abilitiesholder .abilities .abilitiesflex .abilitiescards .abilitycard .abilitycardinfo h3 {
    font-size: 32px;
  }
}
.abilitiesholder .abilities .abilitiesflex .abilitiescards .abilitycard .abilitycardinfo p {
  font-size: 18px;
  color: #F2F2F2;
  line-height: 140%;
}

.locations {
  padding: 80px 0 160px;
  background-color: #C8102E;
  position: relative;
}
.locations .locationflex {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (width < 992px) {
  .locations .locationflex {
    flex-direction: column;
  }
}
.locations .locationflex .locationimg {
  flex-basis: 55%;
}
.locations .locationflex .locationimg img {
  width: 100%;
}
.locations .locationflex .locationcontent {
  flex-basis: 45%;
}
.locations .locationflex .locationcontent h2 {
  font-size: 40px;
  color: #F2F2F2;
  line-height: 100%;
}
@media (width < 992px) {
  .locations .locationflex .locationcontent h2 {
    font-size: 24px;
  }
}
.locations .locationflex .locationcontent p {
  font-size: 18px;
  color: #F2F2F2;
  line-height: 140%;
}

.careerscta {
  padding: 80px 0;
}
.careerscta .careersflex {
  align-items: center;
  text-align: center;
}
.careerscta .careersflex h2 {
  font-size: 40px;
  line-height: 100%;
}
@media (width < 992px) {
  .careerscta .careersflex h2 {
    font-size: 24px;
  }
}
.careerscta .careersflex p {
  font-size: 18px;
}

.field {
  position: relative;
  width: 100%;
}
.field .input {
  display: block;
  color: #333333;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.15);
  padding: 20px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  font-family: inherit;
}
.field .error {
  position: relative;
  top: 0px;
  color: #C8102E;
  font-size: 14px;
}
.field select.input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 18px;
  color: rgba(51, 51, 51, 0.7);
}
.field select.input.changed {
  color: #333333;
}

.contact {
  padding: 80px 0;
  position: relative;
}
.contact .contactflex {
  align-items: center;
}
.contact .contactflex h2 {
  font-size: 40px;
  line-height: 100%;
}
@media (width < 992px) {
  .contact .contactflex h2 {
    font-size: 24px;
  }
}
.contact .contactflex p {
  font-size: 18px;
  align-items: center;
}
.contact .contactflex .contactform {
  align-items: center;
  width: 100%;
}
.contact .contactflex .contactform .reveal-image {
  width: 100%;
}
.contact .contactflex .contactform .contactformfields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin-bottom:20px !important;	
}
@media (width < 992px) {
  .contact .contactflex .contactform .contactformfields {
    grid-template-columns: 1fr;
  }
}
.contact .contactflex .contactform .contactformfields .contacttallcol {
  height: 100%;
}
.contact .contactflex .contactform .contactformfields .contacttallcol .field {
  height: 100%;
}
.contact .contactflex .contactform .contactformfields .contacttallcol .field textarea {
  height: 100%;
  min-height: 200px;
}
.contact .contactflex .contactform .submitmessage {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
  background: #333333;
  padding: 20px;
  border-radius: 4px;
}
.contact .contactflex .contactform .submitmessage img {
  height: 40px;
}
.contact .contactflex .contactform .submitmessage p {
  font-size: 16px;
  line-height: 1.2;
  color: #F2F2F2;
}
.contact #contact {
  height: 1px;
  position: absolute;
  top: -80px;
  visibility: hidden;
}
.contact.contactinner {
  background-color: #C8102E;
  padding: 160px 0 80px;
}
.contact.contactinner .contactflex h2 {
  color: #F2F2F2;
}
.contact.contactinner .contactflex p {
  color: #F2F2F2;
}
.contact.contactinner .contactflex .field .input {
  background-color: #ab0923;
  color: #F2F2F2;
}
.contact.contactinner .contactflex .field .input::-moz-placeholder {
  color: #F2F2F2;
}
.contact.contactinner .contactflex .field .input::placeholder {
  color: #F2F2F2;
}
.contact.contactinner .contactflex .field .error {
  color: #F2F2F2;
}
.contact.contactinner .contactflex .contactform {
  align-items: center;
  width: 100%;
}
.contact.contactinner .contactflex .contactform .contactformfields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
@media (width < 992px) {
  .contact.contactinner .contactflex .contactform .contactformfields {
    grid-template-columns: 1fr;
  }
}
.contact.contactinner .contactflex .contactform .contactformfields .contacttallcol {
  height: 100%;
}
.contact.contactinner .contactflex .contactform .contactformfields .contacttallcol .field {
  height: 100%;
}
.contact.contactinner .contactflex .contactform .contactformfields .contacttallcol .field textarea {
  height: 100%;
  min-height: 200px;
}
.contact.contactinner .contactflex .contactform .submitmessage {
  background: rgba(242, 242, 242, 0.8);
}
.contact.contactinner .contactflex .contactform .submitmessage p {
  color: #333333;
  font-weight: 500;
}
.contact.contactinner .reveal-image .image-overlay {
  background-color: #C8102E;
}
.footer {
  padding: 80px 0;
  background-color: black;
}
@media (width < 768px) {
  .footer {
    padding: 40px 0 80px;
  }
}
.footer .footerflex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 2px #F2F2F2 solid;
}
@media (width < 768px) {
  .footer .footerflex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border: none;
  }
}
.footer .footerflex .footercontent {
  align-items: flex-start;
}
.footer .footerflex .footercontent a {
  font-size: 18px;
  color: #F2F2F2;
  line-height: 140%;
  transition: all 0.4s;
}
.footer .footerflex .footercontent a:hover {
  color: #C8102E;
}
.footer .footerflex .footercontent p {
  font-size: 18px;
  color: #F2F2F2;
  line-height: 140%;
}
.footer .footerflex .footercontent .socialmedia {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (width < 768px) {
  .footer .footerflex .footercontent .socialmedia {
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #F2F2F2;
  opacity: 0.4;
  padding: 20px 0 0;
}

.careerform {
  padding: 120px 0 80px;
}
@media (width < 992px) {
  .careerform {
    padding: 40px 0 80px;
  }
}
.careerform .careerformflex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (width < 992px) {
  .careerform .careerformflex {
    flex-direction: column;
    gap: 20px;
  }
}
.careerform .careerformflex .careerinfo {
  flex-basis: 50%;
  position: sticky;
  top: 120px;
}
@media (width < 992px) {
  .careerform .careerformflex .careerinfo {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    top: 0;
  }
}
.careerform .careerformflex .careerinfo h2 {
  font-size: 40px;
  line-height: 1;
}
@media (width < 992px) {
  .careerform .careerformflex .careerinfo h2 {
    font-size: 24px;
  }
}
.careerform .careerformflex .careerinfo .careerinfolinks a {
  font-size: 18px;
  transition: all 0.4s;
}
.careerform .careerformflex .careerinfo .careerinfolinks a:hover {
  color: #C8102E;
}
.careerform .careerformflex .careerin {
  flex-basis: 50%;
}
@media (width < 992px) {
  .careerform .careerformflex .careerin {
    flex-basis: 100%;
    width: 100%;
  }
}
.careerform .careerformflex .careerin .fieldflex {
  align-items: flex-start;
}
.careerform .careerformflex .careerin .fieldflex .submitmessage {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  width: 340px;
  margin: 0 auto;
  background: #333333;
  padding: 20px;
  border-radius: 4px;
}
.careerform .careerformflex .careerin .fieldflex .submitmessage img {
  height: 40px;
}
.careerform .careerformflex .careerin .fieldflex .submitmessage p {
  font-size: 16px;
  line-height: 1.2;
  color: #F2F2F2;
}
.careerform .careerformflex .careerin .fieldflex .careerscheck {
  display: flex;
  align-items: center;
  gap: 40px;
}
.careerform .careerformflex .careerin .fieldflex .careerscheck .careerscheckitem {
  display: flex;
  align-items: center;
}
.careerform .careerformflex .careerin .fieldflex .careerscheck .careerscheckitem input[type=checkbox] {
  margin-right: 10px;
  accent-color: #333333;
}
.careerform .careerformflex .careerin .fieldflex .careerscheck .careerscheckitem label {
  font-size: 18px;
  margin: 0;
}

.map {
  width: 100%;
}
.map img {
  width: 100%;
  vertical-align: middle;
}
@media (width < 992px) {
  .map img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.work {
  padding: 0px 0 80px;
  align-items: center;
}
@media (width < 992px) {
  .work {
    padding: 40px 0 80px;
  }
}
.work .workgrid {
  padding: 80px 15px 0;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
.work .workgrid .workcards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
}
@media (width < 1200px) {
  .work .workgrid .workcards {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 20px;
  }
}
@media (width < 768px) {
  .work .workgrid .workcards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }
}
.work .workgrid .workcards .workcard {
  position: relative;
}
@media (width < 768px) {
  .work .workgrid .workcards .workcard {
    max-width: 400px;
    margin: 0 auto;
  }
}
.work .workgrid .workcards .workcard .workcardimg {
  aspect-ratio: 4/5.5;
  width: 100%;
  vertical-align: middle;
}
.work .workgrid .workcards .workcard .workcardinfo {
  padding: 60px 24px 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  align-items: flex-start;
}
.work .workgrid .workcards .workcard .workcardinfo h3 {
  font-size: 32px;
  color: #F2F2F2;
  line-height: 100%;
}
@media (width < 992px) {
  .work .workgrid .workcards .workcard .workcardinfo h3 {
    font-size: 32px;
  }
}
.work .workgrid .workcards .workcard .workcardinfo p {
  font-size: 18px;
  color: #F2F2F2;
  line-height: 140%;
}

.revealtext span {
  display: inline-block;
  white-space: pre;
}
.revealtext .word {
  display: inline-block;
  overflow: hidden;
}
.revealtext .word span {
  display: inline-block;
  transform: translateY(100%);
}

.reveal .word {
  display: inline-block;
  overflow: hidden;
}
.reveal .word-inner {
  display: inline-block;
}

.reveal-image {
  position: relative;
  overflow: hidden;
}
.reveal-image .image-wrapper {
  width: 100%;
  height: 100%;
}
.reveal-image .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.reveal-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: 4;
}
.reveal-image.color-red .image-overlay {
  background-color: #C8102E;
}
.reveal-image.color-black .image-overlay {
  background-color: black;
}

.reveal-section {
  position: relative;
  overflow: hidden;
}
.reveal-section .image-wrapper {
  width: 100%;
  height: 100%;
}
.reveal-section .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.reveal-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: 4;
}
.reveal-section.color-red .image-overlay {
  background-color: #C8102E;
}
.reveal-section.color-black .image-overlay {
  background-color: black;
}

.blogpage-card{
  margin-bottom: 50px !important;
}

.blogpage-card:before {
  background-color: #f2f2f2 !important;
  max-height: 240px;
}

.cbtn{
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.cbtn .button{
  margin-left: 70px !important;
}

.wpcf7-response-output{
	background-color: #f2f2f2 !important;
}

/* 23-09-2025 */
.maskcontainer {
  background-color: #C8102E;
  position: relative;
  height: 150px;
}

.careerlink {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.careerlink h2 {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
@media (width < 992px) {
  .careerlink h2 {
    font-size: 24px;
  }
}
/*# sourceMappingURL=style.css.map */