/* -------------------------------------------

Name: 		
Version:    1.0
Developer:	
Portfolio:  


------------------------------------------- */
/*--------------------------------------------

1. common
    - main
    - typography
    - list
    - flexbox
    - button
    - link
    - form
    - divider
    - decoration
    - background
    - spaces
2. components
    - top panel
    - menu button
    - addition panel
    - banner
    - illustration
    - icons
    - partners
    - services
    - card
    - slider navigation
    - icon box
    - skills
    - reviews
    - about
    - awards
    - breadcrumbs
    - team
    - call to action
    - team member
    - timeline
    - accordion
    - tabs
    - price
    - vacancies
    - careers features
    - blog
    - pagination
    - event
    - project
    - map
    - footer
    - additional pages

--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Satisfy&family=Sora:wght@100;200;300;400;500;600;700;800&family=Syne:wght@400;500;600;700;800&display=swap"); /* -------------------------------------------

main

------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(18, 24, 32, 0.4);
  line-height: 170%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  scroll-behavior: smooth;
}

.adsm-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

/* -------------------------------------------

typography

------------------------------------------- */
h1,
.adsm-h1,
h2,
.adsm-h12,
h3,
.adsm-h3,
h4,
.adsm-h4,
h5,
.adsm-h5,
h6,
.adsm-h6 {
  font-family: "Syne", sans-serif;
  color: rgb(18, 24, 32);
  font-weight: 600;
  line-height: 140%;
}
h1 .adsm-font-3,
.adsm-h1 .adsm-font-3,
h2 .adsm-font-3,
.adsm-h12 .adsm-font-3,
h3 .adsm-font-3,
.adsm-h3 .adsm-font-3,
h4 .adsm-font-3,
.adsm-h4 .adsm-font-3,
h5 .adsm-font-3,
.adsm-h5 .adsm-font-3,
h6 .adsm-font-3,
.adsm-h6 .adsm-font-3 {
  white-space: nowrap;
}

h1,
.adsm-h1 {
  font-size: 60px;
}
@media screen and (max-width: 992px) {
  h1,
.adsm-h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  h1,
.adsm-h1 {
    font-size: 38px;
  }
}

h2,
.adsm-h2 {
  font-size: 42px;
}
@media screen and (max-width: 992px) {
  h2,
.adsm-h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h2,
.adsm-h2 {
    font-size: 29px;
  }
}

h3,
.adsm-h3 {
  font-size: 26px;
}
h3.adsm-up-font,
.adsm-h3.adsm-up-font {
  font-size: 36px;
}
@media screen and (max-width: 992px) {
  h3.adsm-up-font,
.adsm-h3.adsm-up-font {
    font-size: 26px;
  }
}

h4,
.adsm-h4 {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  h4,
.adsm-h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h4,
.adsm-h4 {
    font-size: 21px;
  }
}

h5,
.adsm-h5 {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  h5,
.adsm-h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  h5,
.adsm-h5 {
    font-size: 19px;
  }
}

h6,
.adsm-h6 {
  font-size: 16px;
}

.adsm-bold {
  font-weight: 500;
}

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

.adsm-suptitle {
  font-size: 18px;
  display: inline-block;
  color: rgb(18, 24, 32);
  font-weight: 500;
  font-family: "Syne", sans-serif;
}
.adsm-suptitle.adsm-suptitle-2 {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}
.adsm-suptitle.adsm-suptitle-2:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(245, 124, 0);
  position: absolute;
  left: 0;
  top: 9px;
}

.adsm-font-1 {
  font-family: "Syne", sans-serif;
}

.adsm-font-2 {
  font-family: "Sora", sans-serif;
}

.adsm-font-3 {
  font-family: "Satisfy", cursive;
}

.adsm-uppercase {
  text-transform: uppercase;
}

.adsm-accent {
  color: rgb(245, 124, 0);
}

.adsm-light {
  color: rgb(255, 255, 255);
}

.adsm-dark {
  color: rgb(18, 24, 32);
}

.adsm-light-soft {
  color: rgba(255, 255, 255, 0.5);
}

.adsm-dark-soft {
  color: rgba(18, 24, 32, 0.5);
}

.adsm-text-sm {
  font-size: 13px;
}

.adsm-text-lg {
  font-size: 17px;
  line-height: 220%;
}

.adsm-text-center {
  text-align: center;
}

blockquote {
  background-color: rgba(18, 24, 32, 0.05);
  padding: 60px;
  border-radius: 10px;
  color: rgb(18, 24, 32);
  font-style: italic;
}
@media screen and (max-width: 992px) {
  blockquote {
    padding: 30px;
  }
}

/* -------------------------------------------

list

------------------------------------------- */
.adsm-simple-list {
  padding: 0;
  margin: 0;
}
.adsm-simple-list li {
  color: rgb(18, 24, 32);
  margin-bottom: 15px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-simple-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgb(245, 124, 0);
  border-radius: 50%;
  left: 0;
  top: 0;
  margin-right: 15px;
}

.adsm-check-list {
  margin: 0;
  padding: 0;
}
.adsm-check-list li {
  color: rgb(18, 24, 32);
  margin-bottom: 15px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-check-list li.adsm-empty {
  opacity: 0.2;
  text-decoration: line-through;
}
.adsm-check-list li.adsm-empty:before {
  content: "";
  margin-left: 3px;
  width: 7px;
  height: 7px;
  background-color: rgba(18, 24, 32, 0.3);
  border-radius: 50%;
  left: 0;
  top: 0;
  margin-right: 20px;
}
.adsm-check-list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: rgb(245, 124, 0);
  border-radius: 50%;
  left: 0;
  top: 0;
  margin-right: 15px;
}

.adsm-dot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.adsm-dot-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgb(245, 124, 0);
  border-radius: 50%;
  margin-right: 15px;
}
.adsm-dot-list li:first-child:before {
  display: none;
}
.adsm-dot-list li:last-child {
  margin-right: 0;
}

.adsm-check-icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.adsm-check-icon-list li img {
  margin-right: 15px;
}
.adsm-check-icon-list li:last-child {
  margin-bottom: 0;
}

.adsm-hover-link-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.adsm-hover-link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-hover-link-list li a:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgb(245, 124, 0);
  border-radius: 50%;
  margin-right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-hover-link-list li a:hover {
  color: rgb(245, 124, 0);
}
.adsm-hover-link-list li a:hover:before {
  margin-right: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.adsm-hover-link-list li:last-child {
  margin-bottom: 0;
}
.adsm-hover-link-list.adsm-light a {
  color: rgba(255, 255, 255, 0.6);
}

.adsm-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-list-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: rgb(245, 124, 0);
}

.adsm-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-social-links li {
  list-style-type: none;
  margin-right: 30px;
}
.adsm-social-links li a {
  font-weight: 500;
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-social-links li a:hover {
  color: rgb(245, 124, 0);
}

.adsm-rec-res {
  border-top: solid 1px rgba(18, 24, 32, 0.1);
}
.adsm-rec-res li {
  border-bottom: solid 1px rgba(18, 24, 32, 0.1);
  list-style-type: none;
}
.adsm-rec-res li a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adsm-rec-res li a span {
  max-width: 80%;
}
.adsm-rec-res li a i {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  color: rgba(18, 24, 32, 0.2);
}
.adsm-rec-res li a:hover i {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: rgb(245, 124, 0);
}

/* -------------------------------------------

flexbox

------------------------------------------- */
.adsm-flex-hori-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .adsm-flex-hori-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.adsm-adaptive-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .adsm-adaptive-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.adsm-relative {
  position: relative;
}

@media screen and (max-width: 992px) {
  .adsm-adaptive-center {
    text-align: center;
  }
}

.adsm-fake-container {
  width: 670px;
  margin-left: auto;
  padding-right: 180px;
}
@media screen and (max-width: 1400px) {
  .adsm-fake-container {
    width: 570px;
  }
}
@media screen and (max-width: 1200px) {
  .adsm-fake-container {
    width: 100%;
    padding: 120px;
  }
}
@media screen and (max-width: 992px) {
  .adsm-fake-container {
    width: 100%;
    padding: 60px 30px;
  }
}

/* -------------------------------------------

button

------------------------------------------- */
.adsm-button {
  cursor: pointer;
  height: 70px;
  padding: 0 60px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 500;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 0 rgb(245, 124, 0);
          box-shadow: inset 0 0 0 0 rgb(245, 124, 0);
  border: solid 2px transparent;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-button.adsm-button-sm {
  height: 50px;
  padding: 0 40px;
  font-size: 14px;
}
.adsm-button.adsm-button-xs {
  height: 40px;
  padding: 0 30px;
  font-size: 12px;
}
.adsm-button.adsm-border {
  border-color: rgb(245, 124, 0);
  background-color: transparent;
}
.adsm-button.adsm-border:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgb(245, 124, 0);
          box-shadow: inset 0 0 0 1px rgb(245, 124, 0);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.adsm-button.adsm-border.adsm-gray-border {
  border-color: rgba(18, 24, 32, 0.1);
}
.adsm-button.adsm-border.adsm-gray-border:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
          box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.adsm-button.adsm-light {
  color: rgb(255, 255, 255);
}
.adsm-button.adsm-fw {
  width: 100%;
}
.adsm-button.adsm-light-bg {
  background-color: rgb(255, 255, 255);
  border-color: transparent;
}
.adsm-button.adsm-accent-bg {
  background-color: rgb(245, 124, 0);
  border-color: transparent;
}
.adsm-button.adsm-accent-bg:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
.adsm-button.adsm-icon-button {
  padding: 0;
  width: 70px;
}
.adsm-button.adsm-icon-button .fa-play {
  -webkit-transform: translateX(2px) translateY(1px);
          transform: translateX(2px) translateY(1px);
}

.adsm-button-with-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.adsm-button-with-label .adsm-button {
  margin-right: 25px;
}

.adsm-buttons-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-buttons-frame .adsm-button {
  margin-right: 30px;
}
.adsm-buttons-frame.adsm-buttons-frame-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .adsm-buttons-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .adsm-buttons-frame .adsm-button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* -------------------------------------------

link

------------------------------------------- */
.adsm-link {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 600;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.adsm-link.adsm-link-sm {
  font-size: 14px;
}
.adsm-link i {
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin-left: 15px;
  background-color: rgb(245, 124, 0);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-link:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
.adsm-link.link-left i {
  margin-right: 15px;
  margin-left: 0;
}
.adsm-link.link-left:hover i {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.adsm-link.adsm-light {
  color: rgb(255, 255, 255);
}

/* -------------------------------------------

form

------------------------------------------- */
.adsm-input-frame label {
  display: block;
  font-family: "Syne", sans-serif;
  font-weight: 500;
}
.adsm-input-frame label span {
  margin-right: 15px;
}
.adsm-input-frame input {
  width: 100%;
  height: 70px;
  font-family: "Sora", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-input-frame input:hover {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}
.adsm-input-frame input:focus {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}
.adsm-input-frame input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame input::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame input:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame input::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame input::placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame textarea {
  padding-top: 30px;
  width: 100%;
  height: 318px;
  font-family: "Sora", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-input-frame textarea::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame textarea::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame textarea:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame textarea::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame textarea::placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-input-frame textarea.adsm-shortened {
  height: 200px;
}
@media screen and (max-width: 992px) {
  .adsm-input-frame textarea {
    height: 200px;
  }
}
.adsm-input-frame textarea:hover {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}
.adsm-input-frame textarea:focus {
  outline: inherit;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}
.adsm-input-frame.adsm-dark-input input, .adsm-input-frame.adsm-dark-input textarea {
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  color: rgb(18, 24, 32);
}
.adsm-input-frame.adsm-dark-input input:hover, .adsm-input-frame.adsm-dark-input textarea:hover {
  border-bottom: solid 2px rgba(18, 24, 32, 0.2);
}
.adsm-input-frame.adsm-dark-input input:focus, .adsm-input-frame.adsm-dark-input textarea:focus {
  border-bottom: solid 2px rgba(18, 24, 32, 0.4);
}

.adsm-subscribe-form {
  position: relative;
  width: 100%;
}
.adsm-subscribe-form input {
  padding: 0 60px;
  height: 80px;
  width: 100%;
  border: none;
  border-radius: 40px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 400;
  background-color: rgb(255, 255, 255);
}
.adsm-subscribe-form input:focus {
  outline: inherit;
}
.adsm-subscribe-form input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-subscribe-form input::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-subscribe-form input:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-subscribe-form input::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-subscribe-form input::placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-subscribe-form button {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .adsm-subscribe-form input {
    text-align: center;
    padding: 0 30px;
    height: 70px;
  }
  .adsm-subscribe-form button {
    margin-top: 5px;
    position: static;
    width: 100%;
  }
}

.adsm-rounded-input {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 40px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 400;
}
.adsm-rounded-input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-rounded-input::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-rounded-input:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-rounded-input::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-rounded-input::placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-rounded-input:focus {
  outline: inherit;
}

.adsm-sidebar-input-frame {
  position: relative;
}
.adsm-sidebar-input-frame .adsm-sidebar-input {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  background-color: rgb(255, 255, 255);
  border: solid 2px rgba(18, 24, 32, 0.1);
  border-radius: 40px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: rgb(18, 24, 32);
  font-weight: 400;
}
.adsm-sidebar-input-frame .adsm-sidebar-input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-sidebar-input-frame .adsm-sidebar-input::-moz-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-sidebar-input-frame .adsm-sidebar-input:-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-sidebar-input-frame .adsm-sidebar-input::-ms-input-placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-sidebar-input-frame .adsm-sidebar-input::placeholder {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-sidebar-input-frame .adsm-sidebar-input:focus {
  outline: inherit;
}
.adsm-sidebar-input-frame button {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  background-color: rgb(245, 124, 0);
  border: none;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-sidebar-input-frame button:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.adsm-attach-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adsm-attach-frame i {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin-right: 15px;
}
.adsm-attach-frame .adsm-custom-file-input {
  font-family: "Syne", sans-serif;
  color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-attach-frame .adsm-custom-file-input.adsm-with-file {
  color: rgb(245, 124, 0);
}
.adsm-attach-frame .adsm-custom-file-input input[type=file] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.adsm-attach-frame .adsm-custom-file-input:hover {
  color: rgb(245, 124, 0);
}
.adsm-attach-frame .adsm-text-sm {
  width: 100%;
  margin-left: 30px;
}
.adsm-attach-frame.adsm-dark i {
  color: rgb(18, 24, 32);
}
.adsm-attach-frame.adsm-dark .adsm-custom-file-input {
  color: rgb(18, 24, 32);
}
.adsm-attach-frame.adsm-dark .adsm-custom-file-input.adsm-with-file {
  color: rgb(245, 124, 0);
}
.adsm-attach-frame.adsm-dark .adsm-custom-file-input:hover {
  color: rgb(245, 124, 0);
}

.adsm-checbox-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-checbox-frame label {
  line-height: 250%;
}
.adsm-checbox-frame .adsm-checkbox {
  position: absolute;
  opacity: 0;
}
.adsm-checbox-frame .adsm-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.adsm-checbox-frame .adsm-checkbox + label:before {
  content: "";
  margin-top: -2px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-checbox-frame .adsm-checkbox:hover + label:before {
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px rgb(245, 124, 0);
}
.adsm-checbox-frame .adsm-checkbox:checked + label:before {
  background: rgb(245, 124, 0);
  border: solid 1px rgb(245, 124, 0);
}
.adsm-checbox-frame .adsm-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.adsm-checbox-frame .adsm-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.adsm-checbox-frame .adsm-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  background: rgb(18, 24, 32);
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 rgb(18, 24, 32), 4px 0 0 rgb(18, 24, 32), 4px -2px 0 rgb(18, 24, 32), 4px -4px 0 rgb(18, 24, 32), 4px -6px 0 rgb(18, 24, 32), 4px -8px 0 rgb(18, 24, 32);
          box-shadow: 2px 0 0 rgb(18, 24, 32), 4px 0 0 rgb(18, 24, 32), 4px -2px 0 rgb(18, 24, 32), 4px -4px 0 rgb(18, 24, 32), 4px -6px 0 rgb(18, 24, 32), 4px -8px 0 rgb(18, 24, 32);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.adsm-checbox-frame.adsm-dark-input .adsm-checkbox + label:before {
  border-color: rgba(18, 24, 32, 0.4);
}
.adsm-checbox-frame.adsm-dark-input .adsm-checkbox:hover + label:before {
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px rgb(245, 124, 0);
}
.adsm-checbox-frame.adsm-dark-input .adsm-checkbox:checked + label:before {
  background: rgb(245, 124, 0);
  border: solid 1px rgb(245, 124, 0);
}

/* -------------------------------------------

divider

------------------------------------------- */
.adsm-divider {
  width: 100%;
  height: 2px;
  background-color: rgba(18, 24, 32, 0.1);
  position: relative;
}
.adsm-divider:before, .adsm-divider:after {
  content: "";
  width: 25px;
  border-right: solid 5px rgb(255, 255, 255);
  height: 100%;
  background-color: rgb(245, 124, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.adsm-divider:after {
  left: auto;
  right: 0;
  border-right: none;
  border-left: solid 5px rgb(255, 255, 255);
}
.adsm-divider.adsm-light {
  background-color: rgba(255, 255, 255, 0.1);
}
.adsm-divider.adsm-light:before, .adsm-divider.adsm-light:after {
  border-color: rgb(18, 24, 32);
}
.adsm-divider.adsm-divider-left:after {
  display: none;
}

/* -------------------------------------------

decoration

------------------------------------------- */
section,
footer {
  position: relative;
}

.adsm-deco {
  background-image: url(../img/deco/deco-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 140px;
}
.adsm-deco.adsm-deco-accent {
  background-image: url(../img/deco/deco-2.svg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .adsm-deco {
    display: none;
  }
}

/* -------------------------------------------

background

------------------------------------------- */
.adsm-deep-bg {
  background-color: rgba(18, 24, 32, 0.05);
}

.adsm-dark-bg {
  background-color: rgb(18, 24, 32);
}

.adsm-gradient-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 30, 38)), to(rgb(18, 24, 32)));
  background: linear-gradient(180deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}

.adsm-deco-right {
  overflow: hidden;
}
.adsm-deco-right:after {
  content: "";
  width: 350px;
  height: 350px;
  background-color: rgb(245, 124, 0);
  position: absolute;
  top: -150px;
  right: -150px;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .adsm-deco-right:after {
    display: none;
  }
}

/* -------------------------------------------

spaces

------------------------------------------- */
.adsm-mt-60-adapt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .adsm-mt-60-adapt {
    margin-top: 30px;
  }
}

.adsm-mt-70-adapt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .adsm-mt-70-adapt {
    margin-top: 30px;
  }
}

.adsm-mb-60-adapt {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .adsm-mb-60-adapt {
    margin-bottom: 30px;
  }
}

.adsm-mr-15 {
  margin-right: 15px;
}

.adsm-mr-30 {
  margin-right: 30px;
}

.adsm-mt-15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 992px) {
  .adsm-mt-15 {
    margin-top: 0 !important;
  }
}

.adsm-mt-30 {
  margin-top: 30px !important;
}

.adsm-mt-60 {
  margin-top: 60px !important;
}

.adsm-mb-5 {
  margin-bottom: 5px !important;
}

.adsm-mb-10 {
  margin-bottom: 5px !important;
}

.adsm-mb-15 {
  margin-bottom: 15px !important;
}

.adsm-mb-20 {
  margin-bottom: 20px !important;
}

.adsm-mb-30-adapt {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .adsm-mb-30-adapt {
    margin-bottom: 0;
  }
}

.adsm-mb-30 {
  margin-bottom: 30px !important;
}

.adsm-mb-50 {
  margin-bottom: 50px !important;
}

.adsm-mb-60 {
  margin-bottom: 60px !important;
}

.adsm-mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .adsm-mb-90 {
    margin-bottom: 60px;
  }
}

.adsm-mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .adsm-mb-120 {
    margin-bottom: 60px;
  }
}

.adsm-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .adsm-p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.adsm-p-90-60 {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .adsm-p-90-60 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.adsm-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .adsm-p-120-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.adsm-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .adsm-p-120-90 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.adsm-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .adsm-p-120-60 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.adsm-p-120-0 {
  padding-top: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .adsm-p-120-0 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.adsm-p-0-120 {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .adsm-p-0-120 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.adsm-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .adsm-p-120-30 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.adsm-p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .adsm-p-90-120 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.adsm-p-0-90 {
  padding-top: 0;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .adsm-p-0-90 {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

/* -------------------------------------------

top panel

------------------------------------------- */
.adsm-top-position {
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-top-position.adsm-absolute {
  position: absolute;
}
.adsm-top-position.adsm-fixed {
  position: fixed;
}
.adsm-top-position.adsm-hide-top {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media screen and (max-width: 756px) {
  .adsm-top-position.adsm-hide-top {
    -webkit-transform: none;
            transform: none;
  }
}

.adsm-top-panel {
  padding: 0 10px;
  height: 100px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .adsm-top-panel {
    padding: 0px;
    border-bottom: solid 1px rgba(18, 24, 32, 0.1);
  }
}
.adsm-top-panel .container, .adsm-top-panel .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-top-panel .adsm-logo {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/logo/logo-dark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.adsm-top-panel .adsm-navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-top-panel .adsm-navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.adsm-top-panel .adsm-navigation nav ul li {
  margin-right: 40px;
  list-style-type: none;
}
.adsm-top-panel .adsm-navigation nav ul li a {
  font-family: "Sora", sans-serif;
  text-decoration: none;
  color: rgb(18, 24, 32);
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-top-panel .adsm-navigation nav ul li a:hover {
  color: rgb(245, 124, 0);
}
.adsm-top-panel .adsm-navigation nav ul li.adsm-has-children {
  position: relative;
  padding-right: 10px;
}
.adsm-top-panel .adsm-navigation nav ul li.adsm-has-children:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 2px rgb(245, 124, 0);
}
.adsm-top-panel .adsm-navigation nav ul li.adsm-has-children:after {
  content: "";
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.adsm-top-panel .adsm-navigation nav ul li.adsm-has-children ul {
  opacity: 0;
  position: absolute;
  left: -30px;
  top: 63px;
  -webkit-transform: translateY(10px) scale(0.98);
          transform: translateY(10px) scale(0.98);
  pointer-events: none;
  display: block;
  min-width: 200px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  border-radius: 0 0 5px 5px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-top-panel .adsm-navigation nav ul li.adsm-has-children ul li {
  position: relative;
  margin-bottom: 15px;
}
.adsm-top-panel .adsm-navigation nav ul li.adsm-has-children ul li:last-child {
  margin-bottom: 0;
}
.adsm-top-panel .adsm-navigation nav ul li.adsm-has-children ul li a {
  color: rgb(18, 24, 32);
}
.adsm-top-panel .adsm-navigation nav ul li.adsm-has-children ul li a:hover {
  color: rgb(245, 124, 0);
}
.adsm-top-panel .adsm-navigation nav ul li.adsm-has-children:hover ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.adsm-top-panel .adsm-navigation nav .adsm-search-icon {
  margin-left: 20px;
  cursor: pointer;
}
.adsm-top-panel .adsm-navigation nav .adsm-search-icon svg path {
  fill: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-top-panel .adsm-navigation nav .adsm-search-icon:hover svg path {
  fill: rgb(245, 124, 0);
}
@media screen and (max-width: 1200px) {
  .adsm-top-panel .adsm-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
            box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
    width: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  }
  .adsm-top-panel .adsm-navigation.adsm-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .adsm-top-panel .adsm-navigation nav {
    padding: 30px 0;
  }
  .adsm-top-panel .adsm-navigation nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .adsm-top-panel .adsm-navigation nav ul li {
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .adsm-top-panel .adsm-navigation nav ul li:last-child {
    margin-bottom: 0;
  }
  .adsm-top-panel .adsm-navigation nav ul li a {
    position: relative;
    padding: 0 15px;
  }
  .adsm-top-panel .adsm-navigation nav ul li.adsm-has-children {
    overflow: hidden;
    height: auto;
    padding-right: 0;
  }
  .adsm-top-panel .adsm-navigation nav ul li.adsm-has-children:before {
    display: none;
  }
  .adsm-top-panel .adsm-navigation nav ul li.adsm-has-children > a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 2px rgb(245, 124, 0);
  }
  .adsm-top-panel .adsm-navigation nav ul li.adsm-has-children ul {
    position: static;
    margin-left: -1px;
    opacity: 1;
    width: calc(100% + 2px);
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transform: none;
            transform: none;
    border-radius: 0 !important;
    background-color: rgba(18, 24, 32, 0.05);
    -webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
            box-shadow: inset 0 0 0 1px rgba(18, 24, 32, 0.1);
  }
  .adsm-top-panel .adsm-navigation nav ul li.adsm-has-children ul li:first-child {
    margin-top: 30px;
  }
  .adsm-top-panel .adsm-navigation nav ul li.adsm-has-children ul li:last-child {
    margin-bottom: 30px;
  }
  .adsm-top-panel .adsm-navigation nav ul li.adsm-has-children:hover ul {
    margin-top: 15px;
    max-height: 350px;
  }
  .adsm-top-panel .adsm-navigation nav .adsm-search-icon {
    display: none;
  }
}
.adsm-top-panel.adsm-top-panel-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.adsm-top-panel.adsm-top-panel-transparent .adsm-logo {
  background-image: url(../img/logo/logo-light.png);
}
.adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav ul li a {
  color: rgb(255, 255, 255);
}
.adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav ul li a:hover {
  color: rgb(245, 124, 0);
}
.adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav ul li ul {
  border-radius: 5px;
}
.adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav .adsm-search-icon svg path {
  fill: rgb(255, 255, 255);
}
.adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav .adsm-search-icon:hover svg path {
  fill: rgb(245, 124, 0);
}
.adsm-top-panel.adsm-top-panel-transparent .adsm-menu-btn span, .adsm-top-panel.adsm-top-panel-transparent .adsm-menu-btn span:after, .adsm-top-panel.adsm-top-panel-transparent .adsm-menu-btn span:before {
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 1200px) {
  .adsm-top-panel.adsm-top-panel-transparent {
    background-color: rgb(255, 255, 255);
  }
  .adsm-top-panel.adsm-top-panel-transparent .adsm-logo {
    background-image: url(../img/logo/logo-dark.png);
  }
  .adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav ul li a {
    color: rgb(18, 24, 32);
  }
  .adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav ul li a:hover {
    color: rgb(245, 124, 0);
  }
  .adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav ul li ul {
    border-radius: 5px;
  }
  .adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav .adsm-search-icon svg path {
    fill: rgb(18, 24, 32);
  }
  .adsm-top-panel.adsm-top-panel-transparent .adsm-navigation nav .adsm-search-icon:hover svg path {
    fill: rgb(245, 124, 0);
  }
  .adsm-top-panel.adsm-top-panel-transparent .adsm-menu-btn span, .adsm-top-panel.adsm-top-panel-transparent .adsm-menu-btn span:after, .adsm-top-panel.adsm-top-panel-transparent .adsm-menu-btn span:before {
    background: rgb(18, 24, 32);
  }
}

/* -------------------------------------------

menu button

------------------------------------------- */
.adsm-menu-btn {
  height: 24px;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .adsm-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.adsm-menu-btn span, .adsm-menu-btn span:after, .adsm-menu-btn span:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: rgb(18, 24, 32);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}
.adsm-menu-btn span {
  position: relative;
}
.adsm-menu-btn span:after, .adsm-menu-btn span:before {
  position: absolute;
}
.adsm-menu-btn span:before {
  top: -8px;
}
.adsm-menu-btn span:after {
  top: 8px;
}
.adsm-menu-btn.adsm-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.adsm-menu-btn.adsm-active span:before {
  -webkit-transform: translate(0px, 8px) rotate(-90deg);
          transform: translate(0px, 8px) rotate(-90deg);
}
.adsm-menu-btn.adsm-active span:after {
  width: 24px;
  -webkit-transform: translate(0px, -8px) rotate(-90deg);
          transform: translate(0px, -8px) rotate(-90deg);
}
.adsm-menu-btn:hover span, .adsm-menu-btn:hover span:after, .adsm-menu-btn:hover span:before {
  background: rgb(18, 24, 32);
}

.adsm-transparent-nav .adsm-menu-btn span, .adsm-transparent-nav .adsm-menu-btn span:after, .adsm-transparent-nav .adsm-menu-btn span:before {
  background-color: rgb(255, 255, 255);
}

/* -------------------------------------------

addition panel

------------------------------------------- */
.adsm-additional-panel {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  border-bottom: solid 1px rgba(18, 24, 32, 0.1);
  color: rgb(18, 24, 32);
  font-family: "Sora", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .adsm-additional-panel {
    display: none;
  }
}
.adsm-additional-panel .container, .adsm-additional-panel .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-additional-panel .adsm-ap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .adsm-additional-panel .adsm-ap-list {
    width: auto;
  }
}
.adsm-additional-panel .adsm-ap-list li {
  list-style-type: none;
  margin-right: 15px;
  padding-right: 15px;
  border-right: solid 1px rgba(18, 24, 32, 0.1);
}
.adsm-additional-panel .adsm-ap-list li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.adsm-additional-panel .adsm-ap-list li a {
  text-decoration: none;
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-additional-panel .adsm-ap-list li a:hover {
  color: rgb(245, 124, 0);
}
.adsm-additional-panel .adsm-ap-list:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.adsm-additional-panel .adsm-ap-call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .adsm-additional-panel .adsm-ap-call-to-action {
    display: none;
  }
}
.adsm-additional-panel .adsm-ap-call-to-action .adsm-icon-frame {
  margin-right: 15px;
}

/* -------------------------------------------

banner

------------------------------------------- */
.adsm-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.adsm-banner.adsm-top-space-100 {
  margin-top: 100px;
  height: calc(100vh - 100px);
}
@media screen and (max-width: 768px) {
  .adsm-banner.adsm-top-space-100 {
    height: auto;
  }
}
.adsm-banner.adsm-top-space-140 {
  margin-top: 140px;
  height: calc(100vh - 140px);
}
@media screen and (max-width: 768px) {
  .adsm-banner.adsm-top-space-140 {
    margin-top: 100px;
    height: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .adsm-banner {
    height: auto;
  }
}
.adsm-banner .adsm-deco {
  z-index: 2;
}
.adsm-banner .adsm-banner-slideshow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.adsm-banner .adsm-banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.adsm-banner .adsm-background-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.adsm-banner .adsm-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.adsm-banner .adsm-banner-content {
  padding-top: 140px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .adsm-banner .adsm-banner-content {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .adsm-banner .adsm-banner-content {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}
.adsm-banner .adsm-banner-content .adsm-button-descr {
  width: 450px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .adsm-banner .adsm-banner-content .adsm-button-descr {
    margin-top: 60px;
    padding: 0;
    width: auto;
  }
}
.adsm-banner .adsm-banner-content-2 {
  padding-top: 40px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .adsm-banner .adsm-banner-content-2 {
    padding: 60px 0;
  }
}

.adsm-banner-nav {
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .adsm-banner-nav {
    top: auto;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .adsm-banner-nav {
    bottom: 75px;
  }
}
.adsm-banner-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-banner-nav .adsm-banner-button {
  cursor: pointer;
  font-size: 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-banner-nav .adsm-banner-button:hover {
  background-color: rgb(245, 124, 0);
  color: rgb(255, 255, 255);
}

.adsm-banner-sm {
  height: 550px;
  position: relative;
  padding-top: 220px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-banner-sm .adsm-background-image {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  opacity: 0.05;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.adsm-banner-sm .adsm-banner-content {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .adsm-banner-sm {
    height: auto;
    padding-top: 190px;
    padding-bottom: 90px;
  }
}

.adsm-banner-sm-2 {
  height: 550px;
  position: relative;
}
.adsm-banner-sm-2 .adsm-background-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.adsm-banner-sm-2 .adsm-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 30, 38, 0.3)), to(rgb(18, 24, 32)));
  background: linear-gradient(0deg, rgba(24, 30, 38, 0.3) 0%, rgb(18, 24, 32) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .adsm-banner-sm-2 .adsm-overlay {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .adsm-banner-sm-2 {
    height: 350px;
  }
}

.adsm-banner-sm-3 {
  height: auto;
  position: relative;
}
.adsm-banner-sm-3 .adsm-background-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.adsm-banner-sm-3 .adsm-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.adsm-banner-sm-3 .adsm-banner-content {
  padding-top: 220px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .adsm-banner-sm-3 .adsm-banner-content {
    padding-top: 160px;
  }
}

.adsm-banner-panel {
  background-color: rgba(18, 24, 32, 0.1);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -------------------------------------------

illustration

------------------------------------------- */
.adsm-illustration-1 {
  position: relative;
  height: 280px;
}
@media screen and (max-width: 1200px) {
  .adsm-illustration-1 {
    display: none;
  }
}
.adsm-illustration-1 .adsm-item {
  position: absolute;
}
.adsm-illustration-1 .adsm-item.adsm-item-1 {
  top: 0;
  left: 30px;
}
.adsm-illustration-1 .adsm-item.adsm-item-2 {
  top: 110px;
  right: 0;
}
.adsm-illustration-1 .adsm-item.adsm-item-3 {
  bottom: 0;
  left: 30%;
}
.adsm-illustration-1 .adsm-item .adsm-plus {
  position: relative;
}
.adsm-illustration-1 .adsm-item .adsm-plus .adsm-hover-window {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px) scale(0.98);
          transform: translateY(-10px) scale(0.98);
  bottom: 75px;
  left: -105px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  width: 260px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-illustration-1 .adsm-item .adsm-plus .adsm-hover-window .adsm-window-content {
  padding: 30px;
  position: relative;
  height: 100%;
  width: 100%;
}
.adsm-illustration-1 .adsm-item .adsm-plus .adsm-hover-window .adsm-window-content:before {
  content: "";
  width: 100%;
  height: 30px;
  background-color: transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.adsm-illustration-1 .adsm-item .adsm-plus .adsm-hover-window .adsm-window-content:after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: -8px;
  left: calc(50% - 15px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0 0 5px 0;
}
.adsm-illustration-1 .adsm-item .adsm-plus .adsm-item-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.adsm-illustration-1 .adsm-item .adsm-plus .adsm-item-hover h6 {
  opacity: 0.8;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-illustration-1 .adsm-item .adsm-plus .adsm-item-hover .adsm-plus-icon {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 50px;
  margin-right: 15px;
  font-size: 32px;
  font-weight: 200;
  color: rgb(255, 255, 255);
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-illustration-1 .adsm-item .adsm-plus:hover .adsm-hover-window {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  pointer-events: all;
}
.adsm-illustration-1 .adsm-item .adsm-plus:hover .adsm-item-hover h6 {
  opacity: 1;
  color: rgb(245, 124, 0);
}
.adsm-illustration-1 .adsm-item .adsm-plus:hover .adsm-item-hover .adsm-plus-icon {
  background-color: rgb(245, 124, 0);
  -webkit-animation: puls 1s linear infinite;
          animation: puls 1s linear infinite;
}

@-webkit-keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
            box-shadow: 0 0 0 20px transparent;
  }
}

@keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
            box-shadow: 0 0 0 20px transparent;
  }
}
.adsm-circle-illustration {
  margin-top: 60px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.adsm-circle-illustration .adsm-circle-bg {
  width: 100%;
  height: 100%;
  background-color: rgb(245, 124, 0);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.adsm-circle-illustration .adsm-image-frame {
  width: 100%;
  height: calc(100% + 60px);
  position: absolute;
  top: -60px;
  left: 0;
  border-radius: 0 0 47% 47%;
  overflow: hidden;
}
.adsm-circle-illustration .adsm-image-frame img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: calc(100% + 60px);
}
.adsm-circle-illustration.adsm-with-dots:before {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 120px;
  height: 40px;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: -200px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-circle-illustration.adsm-with-dots:after {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -50px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-circle-illustration.adsm-with-dots-2:after {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  height: 80px;
  position: absolute;
  top: 50px;
  right: -25px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

/* -------------------------------------------

icons

------------------------------------------- */
.adsm-icon-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.adsm-icon-frame:before {
  content: "";
  background-color: rgb(245, 124, 0);
  border-radius: 50%;
  position: absolute;
  bottom: -2px;
  right: -3px;
}
.adsm-icon-frame h3 {
  position: relative;
}
.adsm-icon-frame img {
  position: relative;
}
.adsm-icon-frame.adsm-icon-frame-md {
  width: 45px;
  height: 45px;
}
.adsm-icon-frame.adsm-icon-frame-md:before {
  width: 20px;
  height: 20px;
}
.adsm-icon-frame.adsm-icon-frame-sm {
  width: 25px;
  height: 25px;
}
.adsm-icon-frame.adsm-icon-frame-sm:before {
  width: 13px;
  height: 13px;
}
.adsm-icon-frame.adsm-icon-bg {
  background-color: rgba(18, 24, 32, 0.05);
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.adsm-icon-frame.adsm-icon-bg:before {
  bottom: 10px;
  right: 12px;
}
.adsm-icon-frame.adsm-light img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

/* -------------------------------------------

partners

------------------------------------------- */
.adsm-partners-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .adsm-partners-frame {
    padding: 0;
  }
}
.adsm-partners-frame a {
  width: 150px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 1200px) {
  .adsm-partners-frame a {
    width: 33.333%;
  }
}
@media screen and (max-width: 992px) {
  .adsm-partners-frame a {
    width: 50%;
  }
}
.adsm-partners-frame a img {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .adsm-partners-frame a img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .adsm-partners-frame a img {
    width: 140px;
  }
}
.adsm-partners-frame a:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  background-color: rgb(245, 124, 0);
  width: 30px;
  height: 30px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-partners-frame a:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.adsm-partners-frame a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.adsm-partners-spaces {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .adsm-partners-spaces {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* -------------------------------------------

services

------------------------------------------- */
.adsm-service-item {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .adsm-service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.adsm-service-item .adsm-service-icon {
  width: 30%;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  .adsm-service-item .adsm-service-icon {
    padding: 0 40px 0 30px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .adsm-service-item .adsm-service-icon {
    padding: 0;
    margin-bottom: 30px;
  }
}
.adsm-service-item .adsm-service-text {
  width: 70%;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .adsm-service-item .adsm-service-text {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .adsm-service-item .adsm-service-text {
    padding-right: 0;
  }
}
.adsm-service-item .adsm-service-text h5 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .adsm-service-item .adsm-service-text h5 {
    margin-top: 0;
  }
}
.adsm-service-item .adsm-service-text h5 span {
  margin-right: 15px;
}
.adsm-service-item.adsm-without-lines {
  padding: 0;
}
.adsm-service-item.adsm-without-lines .adsm-service-icon {
  width: 20%;
  padding-left: 0;
}
.adsm-service-item.adsm-without-lines .adsm-service-text {
  width: 80%;
}

/* -------------------------------------------

card

------------------------------------------- */
.adsm-card {
  display: block;
  text-decoration: none;
}
.adsm-card .adsm-cover-frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 60%;
  margin-bottom: 30px;
}
.adsm-card .adsm-cover-frame img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-card:hover .adsm-cover-frame img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.adsm-card .adsm-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adsm-card .adsm-description .adsm-fw-descr {
  width: 100%;
}
.adsm-card .adsm-description .adsm-card-title {
  width: 50%;
  padding-right: 30px;
}
.adsm-card .adsm-description .adsm-card-title a {
  text-decoration: none;
  margin-left: 5px;
}
.adsm-card .adsm-description .adsm-card-text {
  width: 50%;
}
.adsm-card .adsm-description .adsm-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adsm-card .adsm-description .adsm-card-top .adsm-bages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-card .adsm-description .adsm-card-top .adsm-bages li {
  list-style-type: none;
  margin-right: 15px;
}
.adsm-card .adsm-description .adsm-card-top .adsm-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-card .adsm-description .adsm-card-top .adsm-stars span {
  padding-right: 15px;
}
.adsm-card .adsm-description .adsm-card-top .adsm-stars ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-card .adsm-description .adsm-card-top .adsm-stars ul li {
  list-style-type: none;
  margin-right: 5px;
}
.adsm-card .adsm-description .adsm-card-top .adsm-stars ul li i {
  color: rgb(245, 124, 0);
}
.adsm-card .adsm-description .adsm-card-top .adsm-stars ul li.adsm-empty i {
  color: rgba(18, 24, 32, 0.2);
}
@media screen and (max-width: 1200px) {
  .adsm-card .adsm-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adsm-card .adsm-description .adsm-card-title {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .adsm-card .adsm-description .adsm-card-text {
    width: 100%;
  }
}
.adsm-card.adsm-card-sm .adsm-cover-frame {
  padding-bottom: 100%;
}
.adsm-card.adsm-card-sm .adsm-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adsm-card.adsm-card-sm .adsm-description h6 {
  display: none;
}
.adsm-card.adsm-card-sm .adsm-description .adsm-card-title {
  width: 100%;
  padding-right: 0;
}
.adsm-card.adsm-card-sm .adsm-description .adsm-card-text {
  width: 100%;
}
.adsm-card.adsm-card-sm.adsm-reverse-sm .adsm-cover-frame {
  margin-bottom: 0;
}
.adsm-card.adsm-card-sm.adsm-reverse-sm .adsm-description {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .adsm-card.adsm-card-sm.adsm-reverse-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .adsm-card.adsm-card-sm.adsm-reverse-sm .adsm-cover-frame {
    margin-bottom: 30px;
  }
  .adsm-card.adsm-card-sm.adsm-reverse-sm .adsm-description {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .adsm-card.adsm-card-sm .adsm-cover-frame {
    padding-bottom: 60%;
  }
  .adsm-card.adsm-card-sm .adsm-description h6 {
    display: block;
  }
}

.adsm-card-2 .adsm-cover-frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding-bottom: 60%;
}
.adsm-card-2 .adsm-cover-frame img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-card-2 .adsm-cover-frame:after {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgb(245, 124, 0);
  opacity: 0.9;
  position: absolute;
  z-index: 2;
  top: -150px;
  right: -150px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-card-2 .adsm-description {
  position: relative;
  padding: 30px 30px 35px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 10px 10px;
}
.adsm-card-2 .adsm-description .adsm-speakers {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  top: -30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-card-2 .adsm-description .adsm-speakers .adsm-speaker {
  margin-right: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: solid 4px rgb(255, 255, 255);
}
.adsm-card-2 .adsm-description .adsm-speakers .adsm-speaker:last-child {
  margin-right: 0;
}
.adsm-card-2 .adsm-description .adsm-speakers .adsm-speaker img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.adsm-card-2 .adsm-description .adsm-category {
  color: rgb(245, 124, 0) !important;
  font-weight: 500;
}
.adsm-card-2:hover .adsm-cover-frame img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.adsm-card-2:hover .adsm-cover-frame:after {
  top: -75px;
  right: -65px;
}
.adsm-card-2:hover .adsm-description .adsm-speakers {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.adsm-hover-card {
  overflow: hidden;
  position: relative;
  padding: 60px;
  border: solid 2px rgba(18, 24, 32, 0.1);
  border-radius: 10px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-hover-card.adsm-card-only-30 {
  padding: 30px;
}
.adsm-hover-card .adsm-deco {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 768px) {
  .adsm-hover-card {
    padding: 30px;
  }
}
.adsm-hover-card .adsm-link i {
  background-color: rgba(18, 24, 32, 0.2);
}
.adsm-hover-card:hover {
  border-color: rgb(245, 124, 0);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}
.adsm-hover-card:hover i {
  background-color: rgb(245, 124, 0);
}
.adsm-hover-card:hover .adsm-deco {
  opacity: 1;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

/* -------------------------------------------

slider navigation

------------------------------------------- */
.adsm-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-slider-nav .adsm-slider-btn-prev {
  margin-right: 30px;
}
.adsm-slider-nav .adsm-slider-btn-prev i {
  margin-right: 15px;
}
.adsm-slider-nav .adsm-slider-btn-next i {
  margin-left: 15px;
}
.adsm-slider-nav .adsm-slider-btn-prev, .adsm-slider-nav .adsm-slider-btn-next {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-slider-nav .adsm-slider-btn-prev i, .adsm-slider-nav .adsm-slider-btn-next i {
  font-size: 15px;
  color: rgb(18, 24, 32);
}
.adsm-slider-nav .adsm-slider-btn-prev *, .adsm-slider-nav .adsm-slider-btn-next * {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-slider-nav .adsm-slider-btn-prev:hover *, .adsm-slider-nav .adsm-slider-btn-next:hover * {
  color: rgb(245, 124, 0);
}
.adsm-slider-nav .adsm-slider-btn-prev.adsm-light span, .adsm-slider-nav .adsm-slider-btn-next.adsm-light span {
  color: rgb(255, 255, 255);
}
.adsm-slider-nav .adsm-slider-btn-prev.adsm-light i, .adsm-slider-nav .adsm-slider-btn-next.adsm-light i {
  color: rgb(255, 255, 255);
}
.adsm-slider-nav .adsm-slider-btn-prev.adsm-light:hover *, .adsm-slider-nav .adsm-slider-btn-next.adsm-light:hover * {
  color: rgb(245, 124, 0);
}
.adsm-slider-nav .adsm-slider-btn-prev.swiper-button-disabled, .adsm-slider-nav .adsm-slider-btn-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.adsm-slider-nav .adsm-slider-btn-prev.swiper-button-disabled:hover *, .adsm-slider-nav .adsm-slider-btn-next.swiper-button-disabled:hover * {
  color: inherit;
}

/* -------------------------------------------

icon box

------------------------------------------- */
.adsm-icon-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-icon-box-head .adsm-icon-frame {
  margin-right: 15px;
}
.adsm-icon-box-head .adsm-icon-frame.adsm-light img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media screen and (max-width: 768px) {
  .adsm-icon-box-head.adsm-long {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .adsm-icon-box-head.adsm-long .adsm-icon-frame {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .adsm-icon-box-head.adsm-mob-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.adsm-icon-box.adsm-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.adsm-awards-box {
  padding: 90px;
}
@media screen and (max-width: 768px) {
  .adsm-awards-box {
    padding: 60px 60px 0;
  }
  .adsm-awards-box.adsm-pb-60-adapt {
    padding-bottom: 60px;
  }
}
.adsm-awards-box.adsm-box-2.adsm-gradient-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(24, 30, 38)), to(rgb(18, 24, 32)));
  background: linear-gradient(0deg, rgb(24, 30, 38) 0%, rgb(18, 24, 32) 100%);
}

.adsm-line-icon-box {
  padding: 60px 0 30px;
}

.adsm-hori-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.adsm-hori-box .adsm-icon-frame {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .adsm-hori-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .adsm-hori-box .adsm-icon-frame {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.adsm-number-icon {
  position: relative;
  overflow: hidden;
  background-color: rgba(18, 24, 32, 0.05);
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-number-icon.adsm-circle {
  border-radius: 50%;
}
.adsm-number-icon.adsm-lines {
  background-color: transparent;
}
.adsm-number-icon.adsm-lines:before {
  content: "";
  background-color: rgba(18, 24, 32, 0.05);
  width: 100px;
  height: 30px;
  position: absolute;
  z-index: -1;
  top: 40px;
  right: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.adsm-number-icon.adsm-lines:after {
  content: "";
  background-color: rgba(18, 24, 32, 0.05);
  width: 100px;
  height: 30px;
  position: absolute;
  z-index: -1;
  top: 0px;
  right: -25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.adsm-number-icon span {
  display: block;
  font-size: 30px;
  color: rgb(18, 24, 32);
  z-index: 2;
}
.adsm-number-icon span:before {
  content: "";
  border-radius: 50%;
  background-color: rgb(245, 124, 0);
  width: 18px;
  height: 18px;
  z-index: -1;
  position: absolute;
  bottom: 18px;
  right: 10px;
}
.adsm-number-icon.adsm-light {
  background-color: rgba(255, 255, 255, 0.05);
}
.adsm-number-icon.adsm-light.adsm-lines {
  background-color: transparent;
}
.adsm-number-icon.adsm-light.adsm-lines:before {
  background-color: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.adsm-number-icon.adsm-light.adsm-lines:after {
  background-color: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.adsm-number-icon.adsm-light span {
  color: rgb(255, 255, 255);
}

.adsm-box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* -------------------------------------------

skills

------------------------------------------- */
.adsm-skill-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adsm-skill-frame .adsm-skill-track {
  width: 80%;
  height: 2px;
  background-color: rgba(18, 24, 32, 0.2);
}
.adsm-skill-frame .adsm-skill-track .adsm-skill-prog {
  position: relative;
  background-color: rgb(245, 124, 0);
  height: 2px;
}
.adsm-skill-frame .adsm-skill-track .adsm-skill-prog:after {
  content: "";
  width: 14px;
  height: 14px;
  border: solid 2px rgb(255, 255, 255);
  background-color: rgb(245, 124, 0);
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: -6px;
}

/* -------------------------------------------

reviews

------------------------------------------- */
.adsm-review .adsm-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-review .adsm-stars img {
  margin-right: 20px;
}
.adsm-review .adsm-stars ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-review .adsm-stars ul li {
  list-style-type: none;
  margin-right: 5px;
}
.adsm-review .adsm-stars ul li i {
  color: rgb(245, 124, 0);
}
.adsm-review .adsm-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-review .adsm-author img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-review .adsm-author .adsm-name {
  padding-left: 20px;
}
.adsm-review .adsm-author .adsm-name .adsm-text-sm {
  opacity: 0.6;
}
.adsm-review:hover .adsm-author img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.adsm-review.adsm-text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-review.adsm-text-center p {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .adsm-review.adsm-text-center p {
    padding: 0;
  }
}
.adsm-review.adsm-text-center .adsm-author {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adsm-review.adsm-text-center .adsm-author img {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .adsm-reviews-btns-space {
    margin-top: 60px;
  }
}

/* -------------------------------------------

about

------------------------------------------- */
.adsm-about-illustration {
  position: relative;
}
.adsm-about-illustration .adsm-image-frame {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
@media screen and (max-width: 500px) {
  .adsm-about-illustration .adsm-image-frame {
    padding-bottom: 130%;
  }
}
.adsm-about-illustration .adsm-image-frame img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.adsm-about-illustration .adsm-image-frame:before {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgb(245, 124, 0);
  opacity: 0.9;
  position: absolute;
  z-index: 1;
  bottom: -150px;
  left: -145px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 500px) {
  .adsm-about-illustration .adsm-image-frame:before {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -65px;
  }
}
.adsm-about-illustration .adsm-window {
  background-color: rgb(255, 255, 255);
  padding: 30px;
  position: absolute;
  bottom: 60px;
  right: -60px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}
@media screen and (max-width: 768px) {
  .adsm-about-illustration .adsm-window {
    right: -30px;
  }
}
.adsm-about-illustration .adsm-window .adsm-speakers {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  top: -30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-about-illustration .adsm-window .adsm-speakers .adsm-speaker {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: solid 3px rgb(255, 255, 255);
  margin-bottom: 15px;
}
.adsm-about-illustration .adsm-window .adsm-speakers .adsm-speaker:first-child {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.adsm-about-illustration .adsm-window .adsm-speakers .adsm-speaker:nth-child(3) {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.adsm-about-illustration .adsm-window .adsm-speakers .adsm-speaker:nth-child(4) {
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
}
.adsm-about-illustration .adsm-window .adsm-speakers .adsm-speaker img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.adsm-about-illustration .adsm-window .adsm-window-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.adsm-about-illustration .adsm-window .adsm-window-bottom h3 {
  padding-right: 15px;
}
.adsm-about-illustration .adsm-window .adsm-window-bottom .adsm-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-about-illustration .adsm-window .adsm-window-bottom .adsm-stars li {
  list-style-type: none;
  margin-right: 5px;
}
.adsm-about-illustration .adsm-window .adsm-window-bottom .adsm-stars li i {
  color: rgb(245, 124, 0);
}
.adsm-about-illustration .adsm-window .adsm-window-bottom .adsm-stars li.adsm-empty i {
  color: rgba(18, 24, 32, 0.2);
}

.adsm-about-illustration-2 {
  position: relative;
}
.adsm-about-illustration-2 .adsm-image-frame {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.adsm-about-illustration-2 .adsm-image-frame img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.adsm-about-illustration-2 .adsm-image-frame:after {
  content: "";
  width: 300px;
  height: 300px;
  background-color: rgb(245, 124, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  bottom: -150px;
  left: -150px;
}
@media screen and (max-width: 768px) {
  .adsm-about-illustration-2 .adsm-image-frame:after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
  }
}
.adsm-about-illustration-2 .adsm-play-button {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  background-color: rgb(245, 124, 0);
  -webkit-animation: puls 1s linear infinite;
          animation: puls 1s linear infinite;
}

/* -------------------------------------------

awards

------------------------------------------- */
.adsm-awards {
  position: relative;
}
.adsm-awards .adsm-background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.adsm-awards .adsm-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.adsm-awards .adsm-overlay.adsm-gradient-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.adsm-awards .adsm-overlay.adsm-super-light {
  background-color: rgba(18, 24, 32, 0.6);
}
.adsm-awards .adsm-overlay.adsm-with-deco:after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  top: -120px;
  right: -120px;
  background-color: rgb(245, 124, 0);
  border-radius: 50%;
}
.adsm-awards .adsm-relative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-awards .adsm-relative .adsm-fake-container {
  position: relative;
}

/* -------------------------------------------

breadcrumbs

------------------------------------------- */
.adsm-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-breadcrumbs li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-breadcrumbs li a {
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-breadcrumbs li a:hover {
  color: rgb(245, 124, 0);
}
.adsm-breadcrumbs li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(245, 124, 0);
  margin: 0 15px;
}
.adsm-breadcrumbs li:last-child {
  cursor: not-allowed;
}
.adsm-breadcrumbs li:last-child:after {
  display: none;
}
.adsm-breadcrumbs li:last-child a {
  pointer-events: none;
  color: rgba(18, 24, 32, 0.5);
}

/* -------------------------------------------

team

------------------------------------------- */
.adsm-team-card {
  text-align: center;
  display: block;
}
.adsm-team-card .adsm-image-frame {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.adsm-team-card .adsm-image-frame img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-team-card .adsm-image-frame .adsm-team-circle {
  position: absolute;
  background-color: rgb(245, 124, 0);
  opacity: 0;
  width: 120px;
  height: 120px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  border-radius: 50%;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-team-card .adsm-image-frame:before {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 120px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-team-card .adsm-image-frame:after {
  content: "";
  background-image: radial-gradient(rgb(18, 24, 32) 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-team-card p {
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-team-card:hover .adsm-image-frame .adsm-team-circle {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.adsm-team-card:hover .adsm-image-frame img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.adsm-team-card:hover .adsm-image-frame:before, .adsm-team-card:hover .adsm-image-frame:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.adsm-team-card:hover p {
  color: rgb(245, 124, 0);
}

/* -------------------------------------------

call to action

------------------------------------------- */
.adsm-call-to-action {
  position: relative;
}
.adsm-call-to-action .adsm-background-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.adsm-call-to-action .adsm-overlay {
  background-color: rgba(18, 24, 32, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.adsm-call-to-action .adsm-cta-content {
  padding: 60px 0;
  position: relative;
  text-align: center;
}

.adsm-cta-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* -------------------------------------------

team member

------------------------------------------- */
.adsm-portrait-position {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: -90px;
  right: 30px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .adsm-portrait-position {
    position: static;
    margin-top: 30px;
  }
}

.adsm-portrait-frame {
  width: 450px;
  margin-left: auto;
  height: 510px;
  position: relative;
  border-radius: 0 0 280px 280px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .adsm-portrait-frame {
    width: 50%;
    height: auto;
    padding-bottom: 55%;
    margin: 0 auto;
  }
}
.adsm-portrait-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.adsm-portrait-frame:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: rgb(245, 124, 0);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* -------------------------------------------

timeline

------------------------------------------- */
.adsm-timeline {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 2px rgba(18, 24, 32, 0.1);
  margin-bottom: 60px;
}
.adsm-timeline li {
  position: relative;
  list-style-type: none;
  margin-right: 30px;
}
.adsm-timeline li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: -60px;
  width: 1px;
  border-right: dotted 2px rgba(18, 24, 32, 0.1);
  height: 175%;
}
.adsm-timeline li:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -67px;
  width: 13px;
  height: 13px;
  border: solid 2px rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(245, 124, 0);
}
.adsm-timeline li p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-timeline li p:before {
  content: "";
  margin-right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(18, 24, 32, 0.1);
}
.adsm-timeline li h5 {
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .adsm-timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    border-left: solid 2px rgba(18, 24, 32, 0.1);
    padding: 0;
  }
  .adsm-timeline li {
    position: relative;
    list-style-type: none;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .adsm-timeline li:last-child {
    margin-bottom: 0;
  }
  .adsm-timeline li:before {
    display: none;
  }
  .adsm-timeline li:after {
    top: 14%;
    left: -7px;
  }
  .adsm-timeline li p {
    padding-left: 30px;
  }
  .adsm-timeline li p:before {
    display: none;
  }
}

/* -------------------------------------------

accordion

------------------------------------------- */
.adsm-accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 30px 45px;
  width: 100%;
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-accordion:first-child {
  padding-top: 5px;
}

.adsm-panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.adsm-accordion:after {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 20px;
  color: rgb(245, 124, 0);
  bottom: -13px;
  background-color: rgb(255, 255, 255);
  padding-right: 10px;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.adsm-accordion.adsm-active:after {
  content: "-";
}

/* -------------------------------------------

tabs

------------------------------------------- */
.adsm-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adsm-tabs label {
  text-align: center;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 25%;
  display: block;
  cursor: pointer;
  padding: 30px;
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 768px) {
  .adsm-tabs label {
    width: 50%;
  }
}
@media screen and (max-width: 430px) {
  .adsm-tabs label {
    width: 100%;
  }
}
.adsm-tabs label:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-tabs .adsm-tab {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: none;
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .adsm-tabs .adsm-tab {
    padding-top: 60px;
  }
}
.adsm-tabs input[type=radio] {
  display: none;
}
.adsm-tabs input[type=radio]:checked + label {
  color: rgb(18, 24, 32);
}
.adsm-tabs input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: solid 2px rgb(245, 124, 0);
}
.adsm-tabs input[type=radio]:checked + label + .adsm-tab {
  display: block;
}

.adsm-window {
  padding: 30px;
}

.adsm-tab-buttons {
  border-top: solid 2px rgba(18, 24, 32, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adsm-tab-buttons a {
  position: relative;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-tab-buttons a span {
  z-index: 1;
}
.adsm-tab-buttons a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: rgb(245, 124, 0);
  position: absolute;
  top: -2px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-tab-buttons a:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-tab-buttons a.adsm-active {
  color: rgb(18, 24, 32);
}
.adsm-tab-buttons a.adsm-active:before {
  width: 100%;
}
.adsm-tab-buttons a.adsm-active:after {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .adsm-tab-buttons {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
  .adsm-tab-buttons a {
    height: 70px;
  }
}
.adsm-tab-buttons.adsm-tab-buttons-2 {
  border-bottom: solid 2px rgba(18, 24, 32, 0.1);
  border-top: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adsm-tab-buttons.adsm-tab-buttons-2 a {
  width: 200px;
  height: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 400px) {
  .adsm-tab-buttons.adsm-tab-buttons-2 a {
    width: calc(50% - 30px);
  }
}
.adsm-tab-buttons.adsm-tab-buttons-2 a .adsm-icon-bg {
  background-color: transparent;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-tab-buttons.adsm-tab-buttons-2 a h6 {
  color: rgba(18, 24, 32, 0.6);
  text-align: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-tab-buttons.adsm-tab-buttons-2 a:before {
  top: auto;
  bottom: -2px;
}
.adsm-tab-buttons.adsm-tab-buttons-2 a:after {
  display: none;
}
.adsm-tab-buttons.adsm-tab-buttons-2 a.adsm-active .adsm-icon-bg {
  background-color: rgba(18, 24, 32, 0.05);
}
.adsm-tab-buttons.adsm-tab-buttons-2 a.adsm-active h6 {
  color: rgb(18, 24, 32);
}
@media screen and (max-width: 992px) {
  .adsm-tab-buttons.adsm-tab-buttons-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
  .adsm-tab-buttons.adsm-tab-buttons-2 a {
    height: auto;
  }
}

.adsm-tabs-left-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adsm-tabs-left-nav:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(18, 24, 32, 0.1);
}
.adsm-tabs-left-nav li {
  list-style-type: none;
  margin-bottom: 25px;
}
.adsm-tabs-left-nav li:last-child {
  margin-bottom: 0;
}
.adsm-tabs-left-nav li a {
  padding-left: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-tabs-left-nav li a.adsm-h4 {
  color: rgba(18, 24, 32, 0.3);
}
.adsm-tabs-left-nav li a:before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  border: solid 5px rgba(18, 24, 32, 0.1);
  margin-right: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-tabs-left-nav li a.adsm-active.adsm-h4 {
  color: rgb(18, 24, 32);
}
.adsm-tabs-left-nav li a.adsm-active:before {
  border: solid 5px rgb(245, 124, 0);
}

/* -------------------------------------------

price

------------------------------------------- */
.adsm-price-card .adsm-plan-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.adsm-price-card .adsm-plan-price h3 {
  margin-right: 10px;
}
.adsm-price-card .adsm-button {
  border-color: rgba(18, 24, 32, 0.1);
}
.adsm-price-card .adsm-button:hover {
  border-color: rgb(245, 124, 0);
}
.adsm-price-card:hover .adsm-button {
  border-color: rgb(245, 124, 0);
}

/* -------------------------------------------

vacancies

------------------------------------------- */
.adsm-vacancies-frame .adsm-vacancy {
  list-style-type: none;
  padding: 60px 0 30px;
  border-top: solid 2px rgba(18, 24, 32, 0.1);
}
@media screen and (max-width: 992px) {
  .adsm-vacancies-frame .adsm-vacancy {
    padding: 30px 0 0;
  }
}
.adsm-vacancies-frame .adsm-vacancy:last-child {
  padding-bottom: 0;
}
.adsm-vacancies-frame .adsm-vacancy .adsm-vacancy-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-vacancies-frame .adsm-vacancy .adsm-vacancy-head .adsm-badge {
  padding: 2px 15px 0;
  margin-right: 15px;
  background-color: rgb(245, 124, 0);
  color: rgb(255, 255, 255);
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.adsm-vacancies-frame .adsm-vacancy .adsm-vacancy-head .adsm-badge.adsm-badge-dark {
  color: rgb(255, 255, 255);
  background-color: rgba(18, 24, 32, 0.3);
}

/* -------------------------------------------

careers features

------------------------------------------- */
.adsm-banner-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 500px;
}
@media screen and (max-width: 992px) {
  .adsm-banner-slide {
    height: auto;
  }
}
.adsm-banner-slide .adsm-banner-bg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.adsm-banner-slide:after {
  content: "";
  width: 300px;
  height: 300px;
  background-color: rgb(245, 124, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  bottom: -150px;
  left: -150px;
}
@media screen and (max-width: 992px) {
  .adsm-banner-slide:after {
    display: none;
  }
}
.adsm-banner-slide .adsm-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 244, 0)), color-stop(50%, rgb(243, 243, 244)));
  background: linear-gradient(90deg, rgba(243, 243, 244, 0) 0%, rgb(243, 243, 244) 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .adsm-banner-slide .adsm-overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 244, 0)), color-stop(30%, rgb(243, 243, 244)));
    background: linear-gradient(90deg, rgba(243, 243, 244, 0) 0%, rgb(243, 243, 244) 30%);
  }
}
@media screen and (max-width: 992px) {
  .adsm-banner-slide .adsm-overlay {
    background: rgb(243, 243, 244);
  }
}
.adsm-banner-slide .row {
  height: 100%;
}

.adsm-sb-inner {
  padding: 60px;
}
@media screen and (max-width: 992px) {
  .adsm-sb-inner {
    padding: 30px;
  }
}

.adsm-banners-pagination {
  text-align: center;
  margin-top: 30px;
}
.adsm-banners-pagination .swiper-pagination-bullet {
  background-color: rgba(18, 24, 32, 0.1);
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 15px !important;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-banners-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(245, 124, 0);
}

/* -------------------------------------------

blog

------------------------------------------- */
.adsm-blog-slider .adsm-slide-50 {
  width: calc(50% - 20px);
}
.adsm-blog-slider .adsm-slide-25 {
  width: calc(25% - 20px);
}

.adsm-post-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-post-sm.adsm-top-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.adsm-post-sm .adsm-cover-frame {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.adsm-post-sm .adsm-cover-frame img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-post-sm .adsm-description {
  padding-left: 20px;
  width: calc(100% - 70px);
}
.adsm-post-sm .adsm-description h6 {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-post-sm:hover .adsm-cover-frame img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.adsm-post-sm:hover .adsm-description h6 {
  color: rgb(245, 124, 0);
}

@media screen and (max-width: 768px) {
  .adsm-post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adsm-post-info li {
    margin-bottom: 15px;
  }
  .adsm-post-info li:last-child {
    margin-bottom: 0;
  }
}

.adsm-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-post-author img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .adsm-post-author img {
    width: 30px;
    height: 30px;
  }
}
.adsm-post-author span {
  padding-left: 10px;
}

.adsm-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.adsm-tags li {
  list-style-type: none;
  margin-right: 10px;
}
.adsm-tags li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
  background-color: rgba(18, 24, 32, 0.1);
  padding: 0 10px;
  border-radius: 20px;
  color: rgb(18, 24, 32);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-tags li a:hover {
  background-color: rgb(245, 124, 0);
  color: rgb(255, 255, 255);
}

.adsm-post-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-post-image:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.adsm-comments-frame {
  padding: 0;
  margin: 0;
}
.adsm-comments-frame li {
  list-style-type: none;
}
.adsm-comments-frame .adsm-comment .adsm-comment-top-panel {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-comments-frame .adsm-comment .adsm-comment-top-panel .adsm-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-comments-frame .adsm-comment .adsm-comment-top-panel .adsm-left img {
  margin-right: 30px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .adsm-comments-frame .adsm-comment .adsm-comment-top-panel .adsm-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .adsm-comments-frame .adsm-comment .adsm-comment-top-panel .adsm-left img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.adsm-comments-frame .adsm-comment .adsm-comment-text {
  padding-left: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .adsm-comments-frame .adsm-comment .adsm-comment-text {
    padding-left: 0;
  }
}
.adsm-comments-frame .adsm-comment .adsm-sub-comments {
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .adsm-comments-frame .adsm-comment .adsm-sub-comments {
    padding-left: 30px;
    border-left: dotted 2px rgba(18, 24, 32, 0.1);
  }
}

/* -------------------------------------------

pagination

------------------------------------------- */
.adsm-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-pagination .adsm-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-pagination .adsm-pagination-numbers li {
  list-style-type: none;
}
.adsm-pagination .adsm-pagination-numbers li a {
  padding-top: 3px;
  margin-right: 5px;
  font-weight: 500;
  color: rgb(18, 24, 32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-pagination .adsm-pagination-numbers li a:hover {
  background-color: rgba(18, 24, 32, 0.1);
}
.adsm-pagination .adsm-pagination-numbers li.adsm-active a {
  color: rgb(255, 255, 255);
  background-color: rgb(245, 124, 0);
}
.adsm-pagination .adsm-pagination-numbers li:last-child a {
  margin-right: 0;
}
.adsm-pagination .adsm-button-all {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(18, 24, 32);
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-pagination .adsm-button-all:hover {
  background-color: rgba(18, 24, 32, 0.1);
}
@media screen and (max-width: 992px) {
  .adsm-pagination.adsm-hidden-arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .adsm-pagination.adsm-hidden-arrows .adsm-slider-nav {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .adsm-pagination.adsm-hidden-button .adsm-button-all {
    display: none;
  }
}

/* -------------------------------------------

event

------------------------------------------- */
.adsm-event-form {
  margin: 0 15px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 60px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}
@media screen and (max-width: 1200px) {
  .adsm-event-form {
    position: static;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .adsm-event-form {
    padding: 30px;
  }
}

/* -------------------------------------------

project

------------------------------------------- */
.adsm-project-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  border-radius: 10px;
}
.adsm-project-cover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-project-cover:after {
  content: "";
  width: 30%;
  padding-bottom: 30%;
  background-color: rgb(245, 124, 0);
  position: absolute;
  bottom: -15%;
  left: -10%;
  border-radius: 50%;
}
.adsm-project-cover:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.adsm-project-cover.adsm-type-2:after {
  left: auto;
  right: -10%;
}

.adsm-project-info {
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
}

.adsm-item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(18, 24, 32, 0.1);
          box-shadow: 0px 0px 0px 1px rgba(18, 24, 32, 0.1);
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-item-card:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
          box-shadow: 0px 0px 40px 0px rgba(18, 24, 32, 0.1);
  background-color: rgb(255, 255, 255);
}

/* -------------------------------------------

map

------------------------------------------- */
.adsm-map-frame {
  position: relative;
  overflow: hidden;
  height: 60vh;
}
.adsm-map-frame iframe {
  -webkit-filter: grayscale(100%) brightness(110%);
          filter: grayscale(100%) brightness(110%);
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-map-frame:hover iframe {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/* -------------------------------------------

footer

------------------------------------------- */
.adsm-footer-bg {
  position: absolute;
  top: 30px;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
}

.adsm-footer-content {
  position: relative;
}
.adsm-footer-content .adsm-logo {
  width: 120px;
}
.adsm-footer-content .adsm-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-footer-content .adsm-list-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: rgb(245, 124, 0);
}

.adsm-app-btn {
  border-radius: 5px;
  padding: 10px 0;
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
  background-color: rgb(18, 24, 32);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-app-btn:last-child {
  margin-right: 0;
}
.adsm-app-btn i {
  width: 60px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 32px;
}
.adsm-app-btn .adsm-app-text {
  width: 130px;
  color: rgb(255, 255, 255);
  font-family: "Sora", sans-serif;
}
.adsm-app-btn .adsm-app-text .adsm-h6 {
  color: rgb(255, 255, 255);
  font-family: "Sora", sans-serif;
}
.adsm-app-btn:hover {
  -webkit-filter: brightness(180%);
          filter: brightness(180%);
}

.adsm-footer-links {
  position: relative;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adsm-footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adsm-footer-links ul li {
  list-style-type: none;
  margin-right: 30px;
}
.adsm-footer-links ul li:last-child {
  margin-right: 0;
}
.adsm-footer-links ul li a {
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.adsm-footer-links ul li:hover a {
  color: rgb(245, 124, 0) !important;
}
.adsm-footer-links ul li.adsm-adapt-links a:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .adsm-footer-links ul li.adsm-adapt-links a:first-child {
    display: none;
  }
  .adsm-footer-links ul li.adsm-adapt-links a:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .adsm-footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adsm-footer-links .adsm-social {
    margin-bottom: 30px;
  }
  .adsm-footer-links .adsm-additional-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .adsm-footer-links .adsm-additional-links li {
    margin-bottom: 10px;
  }
}

.adsm-footer-bottom {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  position: relative;
  background-color: rgb(18, 24, 32);
  height: 90px;
}
.adsm-footer-bottom .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adsm-footer-bottom .container p {
  opacity: 0.3;
}

/* -------------------------------------------

additional pages

------------------------------------------- */
.adsm-404-number {
  font-size: 100px;
  font-family: "Sora", sans-serif;
}

@media screen and (max-width: 1200px) {
  .adsm-404-text {
    text-align: center;
  }
}

.adsm-add-page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-add-page .adsm-map-bg {
  position: absolute;
  top: 30px;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
}
.adsm-add-page .adsm-background-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.adsm-add-page .adsm-overlay {
  background: rgba(18, 24, 32, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.adsm-add-page .container {
  position: relative;
}

.adsm-addition-bottom {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adsm-addition-bottom .container, .adsm-addition-bottom .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}