@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: ltr;
  background: #2c2C2C;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'JetBrains Mono', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  display: flex;
  position: relative;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #2c2C2C;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #2c2C2C
}
.material-symbols-outlined {
  font-variation-settings:
    'FILL'0, 'wght'400, 'GRAD'0, 'opsz'32;
}
header {
  margin: 0;
  display: flex;
  background: #2c2C2C;
  flex-direction: column;
  max-width: 100%;
}
header .filter {
  margin: 0;
  display: block;
  filter: blur(20px);
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
  padding: 0;
  box-sizing: border-box
}
header .filter figure {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}
header .filter img {
  object-fit: none;
  width: auto;
}
header .group {
  display: flex;
  position: sticky;
  top: 0;
  flex-direction: column;
  z-index: 100;
  width: 100%;
}
header .col-contact {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  max-width: 100%;
  background: #f48d03;
  padding: 2em;
  color: #2C2C2C;
}
header .col-contact h2 {
  font-size: 20px;
  font-weight: 900;
  border: dashed 1px;
  padding: 10px;
  text-transform: uppercase;
  box-shadow: 10px 10px;
}
header .identity {
  box-sizing: border-box;
  display: block
}
header .identity a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
}
header .baseline {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 600;
  color: #2c2C2C;
  padding: 10px;
}
header .baseline strong {
  display: flex;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Bungee', sans-serif;
  line-height: 0.8;
  margin: 0;
  align-items: center;
  gap: 5px;
}
header .baseline strong:before {
  content: '\f201';
  display: flex;
  background: #2c2C2C;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #f48d03;
  font-size: 28px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
  padding: 10px;
  border-radius: 10px;
}
header .identity img {
  width: auto;
  max-height: 70px;
}
header .icons {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.banner {
  max-width: 100%;
  background: #f48d03;
}
.banner .main-col {
  max-width: max-content;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  gap: 3em;
  position: relative;
  z-index: 100;
  padding: 0;
}
.banner .telephone {
  background: #f48d03;
  padding-left: 1em;
}
.banner .telephone a {
  background: #f48d03;
  height: 100%;
  display: flex;
  padding: 0 1em 0 0;
  margin: 0;
  min-height: 70px;
  flex-direction: column;
  justify-content: center;
  color: #2c2C2C;
}
article {
  background: #2c2C2C;
}
.main h1 {
  color: #f48d03;
  font-weight: 400;
  text-align: left;
  margin: 0 0 3em;
  line-height: 1.2;
  font-size: 2em;
  padding: 1em 2em;
  background: #2C2C2C;
  border: dashed 0.05rem;
  box-shadow: 10px 10px 0px 0px;
}
.main h1 strong {
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 100%;
  display: flex;
  margin: 0 0 20px;
  font-weight: 100;
  text-shadow: none;
  flex-direction: column;
  align-items: flex-start;
}
.main h1 strong span {
  display: block;
  font-weight: 600;
  border: #f48d03 solid 7px;
  font-size: 40px;
  max-width: max-content;
  padding: 5px;
}
.center-column .col-lg-1 h1 em {
  display: flex;
  gap: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  align-items: center;
}
.center-column .col-lg-1 h1 em:before {
  content: '\eaaa';
  display: flex;
  padding: 0;
  background: #2c2C2C;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #f48d03;
  font-size: 50px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
}
.main h2 {
  color: #fff;
  font-weight: 100;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 2.5em;
  max-width: max-content;
  display: flex;
  height: auto;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: solid 22px #f48d03;
  text-transform: uppercase;
  padding: 0;
}
.columns {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  margin: 0;
  gap: 0;
  display: flex;
  z-index: 300;
  position: relative;
}
.columns p {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
  max-width: 100%;
  text-align: left;
}
.center-column {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7em;
  background: #2C2C2C;
  padding: 10em;
}
.center-column img {
  width: 100%;
  height: auto;
}
.center-column .col-lg-1 {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}
.center-column .col-lg-1 p {
  max-width: 100%;
  padding: 1em 2em;
  font-size: 2em;
  background: #f48d0311;
}
.center-column .col-lg-2 {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  display: flex;
  gap: 5em;
  flex-direction: column;
}
.center-column .col-lg-2 h2, .center-column .col-lg-2 h3 {
  min-height: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
}
.center-column .col-xs-1 {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  width: 100%;
  flex-basis: 80%;
  display: flex;
  flex-direction: column;
  gap: 2em
}
.center-column .col-xs-2 {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  width: 100%;
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  gap: 4em;
  border: dashed #f48d03 1px;
  box-shadow: 10px 10px 0px 0px #f48d0344;
}
.center-column .col-xs-2 p {
  padding: 0 4em 3em
}
.center-column .col-xs-2 h3 {
  border-left: 0;
  padding: 25px 65px;
  margin-bottom: 0;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  background: #f48d03;
  font-size: 2.5em;
  color: #2c2C2C;
  line-height: 1;
}
.visual {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.visual figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.right-column {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  flex-basis: 50%;
}
.right-column figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.right-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.address, .email {
  display: flex;
  gap: 5px;
  font-size: 15px;
  align-items: center;
  color: #2c2C2C;
}
.telephone {
  display: flex;
  gap: 5px;
  font-size: 22px;
  align-items: center;
  color: #2c2C2C;
  font-weight: 900;
  max-width: max-content;
  width: 100%;
  white-space: nowrap;
}
.address {
  border: dashed 1px;
  padding: 10px;
  text-transform: uppercase;
  box-shadow: 10px 10px;
  font-weight: 500;
  font-size: 12px;
}
.email {
  color: #2c2C2C;
  font-weight: 500;
  max-width: max-content;
  width: 100%;
  white-space: nowrap;
}
.telephone:before {
  content: '\e0b0';
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  background: #2c2C2C;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #f48d03;
  font-size: 16px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
  border-radius: 10px
}
.email:before {
  content: '\e158';
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  background: #2c2C2C;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #f48d03;
  font-size: 16px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
  border-radius: 10px
}
.address:before {
  content: '\e0c8';
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  background: #2c2C2C;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #f48d03;
  font-size: 16px;
  font-family: 'Material Symbols Outlined';
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
  border-radius: 10px
}
footer .telephone {
  margin: 0 auto;
  color: #2c2C2C;
}
footer {
  max-width: max-content;
  width: 100%;
  display: flex;
  background: #f48d03;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  flex-direction: column;
  gap: 2em;
  padding: 2em;
  box-shadow: -15px -15px 0 0 #2C2C2CAA;
}
footer p {
  color: #2c2C2C;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  max-width: 100%;
  padding: 0 1em;
}
@media (max-width:767px) {
  body {
    flex-direction: column;
  }
  header .identity img {
    max-height: 50px;
  }
  .banner {
    align-items: center;
    gap: 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 10px;
    max-width: 100%;
  }
  .columns {
    flex-direction: column;
    padding: 0;
    gap: 0;
    max-width: 100%;
  }
  .columns p {
    padding: 0;
    word-break: normal;
    text-indent: unset;
    word-spacing: normal;
    width: 100%;
    display: flex;
    text-align: left;
    font-size: 14px
  }
  .visual .resume {
    margin: 0;
  }
  .email {
    font-size: 15px;
    margin: 0;
  }
  .email span {
    max-width: 100%
  }
  header .baseline strong {
    font-size: 22px;
    text-align: center;
    flex-direction: column;
  }
  .visual h2 {
    padding: 1em;
    text-align: left;
    font-size: 20px;
    margin: 0 !important;
    height: 100%;
  }
  footer p {
    text-align: center;
    max-width: 100%;
  }
  .main h1 strong {
    font-size: 32px;
    margin: 0 0 0.5em;
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  footer {
    max-width: 100%;
    position: relative;
    box-shadow: none;
  }
  .banner .main-col {
    gap: 1em
  }
  .banner .telephone {
    padding: 0 10px;
  }
  .main h2 {
    text-align: center;
    font-size: 22px;
  }
  header .col-contact {
    max-width: 100%;
    padding: 0 2em 1em;
  }
  .main h1 {
    padding: 1em
  }
  .main h1 strong span {
    font-size: 18px
  }
  .right-column {
    display: none
  }
  .visual img {
    margin: -5px 0;
  }
  .address {
    flex-direction: column
  }
  .address:before {
    margin-top: -25px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .telephone:before, .email:before {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
  .email, .telephone {
    color: #2c2C2C;
    font-weight: 900;
    max-width: max-content;
    width: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .telephone span {
    font-size: 32px
  }
  .center-column .col-xs-1 {
    gap: 1em
  }
  .center-column .col-lg-2 {
    flex-direction: column;
    text-align: center;
    font-size: 22px;
    gap: 2em;
  }
  .center-column .col-lg-1 p {
    max-width: 100%;
    flex-direction: column;
    padding: 2em;
  }
  .center-column .col-lg-1 p strong {
    display: contents;
  }
  .center-column {
    background: #2C2C2CAA;
    padding: 2em 2em 4em;
    gap: 4em;
  }
  .center-column .col-xs-2 h3 {
    font-size: 22px;
    padding: 1em
  }
  .center-column .col-xs-2 {
    gap: 1em;
    background: #2C2C2CAA;
  }
  .center-column .col-xs-2 p {
    padding: 0 2em 2em;
  }
  .center-column .col-lg-1 h1 em {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .center-column .col-lg-1 h1 em:before {
    transform: rotate(90deg);
  }
}