/*
Author: Bence Gacsályi - 3NT WEB Kft.
Author URI: https://3nt.hu
*/
.hyphens {
  -moz-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
/* ---------------------------------- Fonts --------------------------------- */
.font0 {
  font-family: "sora", Helvetica, Arial, sans-serif;
}
.font1 {
  font-family: "elms sans", Helvetica, Arial, sans-serif;
}
.font-icon {
  font-family: 'swicon';
}
/* --------------------------------- Mixins --------------------------------- */
/* ---------------------------------- Reset --------------------------------- */
.avia_textblock {
  line-height: 1.4;
}
.avia-button:hover {
  opacity: 1;
}
.avia-button.avia-size-small {
  font-size: 1.1875rem;
}
/* ----------------------------- Custom elements ---------------------------- */
#swicon-badge {
  position: absolute;
  top: 16%;
  right: 0;
  background-color: #ef3728;
  width: 60px;
  height: 103px;
  border-radius: 8px 0 0 8px;
  display: none;
  transform: translateY(-50%);
}
#swicon-badge .kereszt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Crect fill='white' x='10' y='0' width='10' height='30'/%3E%3Crect fill='white' x='0' y='10' width='30' height='10'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  #swicon-badge {
    width: 45px;
    height: 70px;
  }
  #swicon-badge .kereszt {
    width: 20px;
    height: 20px;
  }
}
.shadow {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
body#top {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* -------------------------------------------------------------------------- */
  /*                              Jobs lista oldal                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  Job oldal                                 */
  /* -------------------------------------------------------------------------- */
}
body#top input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin: 0;
  padding: 0;
  border: 1px solid #114060;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background: #fff;
  vertical-align: middle;
}
body#top input[type=checkbox]:checked {
  box-shadow: inset 0 0 0 4px #114060;
}
body#top #header .logo {
  max-width: 202px;
  width: 100%;
  padding: 8px 0;
}
body#top #header .logo > a {
  display: flex;
}
@media (max-width: 767px) {
  body#top #header .logo {
    display: flex;
    max-width: 70%;
    align-items: center;
  }
  body#top #header .logo > a {
    width: 100%;
  }
}
body#top #header.header-scrolled .logo {
  max-width: 134px;
}
body#top #header .main_menu .menu-item > a {
  text-transform: none;
  font-weight: 500;
}
body#top #header #header_main {
  border: 0 none;
}
body#top #header #avia-menu .avia-menu-fx {
  background-color: #cee000;
}
body#top #header #avia-menu a:hover .avia-menu-text {
  color: #cee000;
  opacity: 1;
}
body#top #header #avia-menu li + li:not(.av-menu-button) {
  position: relative;
}
body#top #header #avia-menu li + li:not(.av-menu-button)::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 1px;
  background: white;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body#top #header #avia-menu li.nyil .avia-menu-text::after {
  content: '\e80c';
  font-family: 'swicon';
  background: transparent;
  margin-left: 4px;
}
body#top #header #avia-menu .av-menu-button > a {
  padding-left: 13px;
}
body#top #header #avia-menu .av-menu-button > a:hover .avia-menu-text {
  color: #114060;
  background-color: #cee000;
}
body#top #header #avia-menu .av-menu-button .avia-menu-text {
  border-radius: 4px;
  border-width: 0;
  padding: 8px 10px;
  background-color: #cee000;
}
body#top #header #avia-menu .av-menu-button.av-menu-button-bordered > a {
  padding-left: 3px;
}
body#top #header #avia-menu .av-menu-button.av-menu-button-bordered .avia-menu-text {
  background-color: #5a7587;
  border-width: 1px;
}
body#top #main {
  font-weight: 600;
  /* ------------------------------- About oldal ------------------------------ */
  /* ------------------------------ Jobs aloldal ------------------------------ */
  /* CF7 tweak */
}
body#top #main h1,
body#top #main h2,
body#top #main h3,
body#top #main h4 {
  letter-spacing: none;
  text-transform: none;
}
body#top #main h1 {
  font-weight: 500;
  font-size: 3.0625rem;
}
@media (max-width: 991px) {
  body#top #main h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  body#top #main h1 {
    font-size: 2.125rem;
  }
}
body#top #main h2 {
  font-weight: 500;
  font-size: 3.0625rem;
}
@media (max-width: 991px) {
  body#top #main h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  body#top #main h2 {
    font-size: 2.125rem;
  }
}
body#top #main .av-subheading {
  font-size: 1.75rem;
}
@media (max-width: 991px) {
  body#top #main .av-subheading {
    font-size: 1.5625rem;
  }
}
@media (max-width: 767px) {
  body#top #main .av-subheading {
    font-size: 1.25rem;
  }
}
body#top #main .av-subheading_below {
  font-weight: 600;
}
body#top #main p strong,
body#top #main li strong {
  color: inherit;
}
body#top #main .avia-button {
  text-align: left;
}
body#top #main .avia-button[title="search-button"] {
  background-color: #cee000;
  color: #114060;
  border: 0;
  position: relative;
  padding-right: 40px;
  border-radius: 5px;
  font-weight: 600;
}
body#top #main .avia-button[title="search-button"] .avia_button_icon {
  position: absolute;
  right: 12px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}
body#top #main .wpcf7-submit,
body#top #main .avia-button {
  padding: 9px 20px 8px;
  font-weight: 600;
  border-radius: 5px;
}
body#top #main .wpcf7-submit .avia_button_icon_right,
body#top #main .avia-button .avia_button_icon_right {
  margin-left: 5px;
}
body#top #main .image-overlay {
  visibility: hidden;
}
body#top #main .fullwidth > .container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
body#top #main .social_bookmarks {
  display: flex;
}
body#top #main .social_bookmarks > li {
  border: 0 none;
}
body#top #main .social_bookmarks > li:hover a {
  color: white;
  background-color: inherit;
}
body#top #main .social_bookmarks > li + li {
  margin-left: 20px;
}
body#top #main .social_bookmarks > li a {
  font-size: 1.75rem;
}
body#top #main .social_bookmarks > li.social_bookmarks_linkedin a::before {
  content: '\e80b';
  font-family: 'swicon';
}
body#top #main .social_bookmarks > li.social_bookmarks_facebook a::before {
  content: '\e809';
  font-family: 'swicon';
}
body#top #main .social_bookmarks > li.social_bookmarks_youtube a::before {
  content: '\e816';
  font-family: 'swicon';
}
body#top #main .social_bookmarks + p {
  margin-top: 5px;
}
body#top #main .narrow {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
body#top #main .sw-search-editable {
  display: inline-block;
  vertical-align: top;
}
body#top #main .sw-search-editable:focus {
  outline: none;
}
body#top #main .sw-search-suggest {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  background: white;
  color: #114060;
  border-radius: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 9999999;
}
body#top #main .sw-search-suggest li {
  padding: 8px 12px;
  font-weight: 400;
  cursor: pointer;
  font-size: 0.875rem;
}
body#top #main .sw-search-suggest li:hover {
  background: #f5fcff;
}
body#top #main .hero-section {
  position: relative;
}
body#top #main .hero-section::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 66%, rgba(255, 255, 255, 0.7) 87%, rgba(255, 255, 255, 0) 100%);
}
body#top #main .hero-section h1 span {
  display: block;
  color: #7dabbf;
}
@media (max-width: 991px) {
  body#top #main .hero-section {
    background-position-x: 70%;
  }
  body#top #main .hero-section.jobs {
    background-position-x: 90%;
  }
}
@media (max-width: 767px) {
  body#top #main .hero-section::before {
    width: 100%;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 43%, rgba(255, 255, 255, 0.7) 87%, rgba(255, 255, 255, 0) 100%);
  }
}
body#top #main .text-slider-section {
  min-height: unset;
}
body#top #main .text-slider-section .avia_textblock {
  overflow: hidden;
}
body#top #main .text-slider-section .avia_textblock p {
  font-weight: 500;
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 600;
}
body#top #main .text-slider-section .avia_textblock p:nth-child(2n) {
  color: white;
}
body#top #main .text-slider-section .tnt-text-slider {
  display: flex;
  width: max-content;
  animation: tnt-scroll-left 80s linear infinite;
}
body#top #main .text-slider-section.kek .avia_textblock p {
  color: #badceb;
}
body#top #main .text-slider-section.kek .avia_textblock p:nth-child(2n) {
  color: #7dabbf;
}
body#top #main .avia-logo-element-container {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
body#top #main .avia-logo-element-container img {
  height: 120px;
  width: 120px;
  object-fit: contain;
}
body#top #main .avia-logo-element-container .tnt-logo-slider {
  display: flex;
  gap: 85px;
  width: max-content;
  animation: tnt-scroll-left 80s linear infinite;
}
body#top #main .three-solutions-section {
  position: relative;
  overflow: hidden;
}
body#top #main .three-solutions-section .av-special-heading-tag {
  color: #114060;
}
body#top #main .three-solutions-section .av-special-heading-tag span {
  color: #cee000;
}
body#top #main .three-solutions-section .av-subheading {
  color: #7dabbf;
}
body#top #main .three-solutions-section::before {
  content: '';
  position: absolute;
  width: 896px;
  height: 896px;
  background: #cee000;
  background: radial-gradient(circle closest-side, #cee000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body#top #main .three-solutions-section::after {
  content: '';
  position: absolute;
  width: 1200px;
  height: 1200px;
  background: #badceb;
  background: radial-gradient(circle closest-side, #badceb 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
@media (max-width: 767px) {
  body#top #main .three-solutions-section::before {
    top: calc(-240px + 20vw);
    left: calc(-240px + 20vw);
  }
}
body#top #main .three-solutions-section .doboz {
  padding: 40px;
  border-radius: 12px;
}
body#top #main .three-solutions-section .doboz h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
body#top #main .three-solutions-section .doboz p {
  line-height: 1.2;
}
body#top #main .three-solutions-section .doboz-content {
  padding: 40px;
  border-radius: 12px;
  margin-top: 70px;
  transition: all 0.5s;
}
body#top #main .three-solutions-section .doboz-content::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 42px;
  background-color: #badceb;
  top: 1px;
  left: 0;
  transform: translate(0%, -100%);
  visibility: visible;
  clip-path: polygon(0 0, 220px 0, 100% 100%, 0 100%);
  border-radius: 12px 0 0;
  transition: all 0.5s;
}
body#top #main .three-solutions-section .doboz-content p {
  line-height: 1.2;
}
body#top #main .three-solutions-section .doboz-content hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
body#top #main .three-solutions-section .doboz-content.kek2 {
  border-radius: 0 12px 12px;
  position: relative;
}
body#top #main .three-solutions-section .doboz-content.kek2::before {
  left: 0;
  transform: translate(0%, -100%);
  background-color: #badceb;
  clip-path: polygon(0 0, 220px 0, 100% 100%, 0 100%);
  border-radius: 12px 0 0;
}
body#top #main .three-solutions-section .doboz-content.kek2 .kek1-txt,
body#top #main .three-solutions-section .doboz-content.kek2 .kek-txt {
  display: none;
}
body#top #main .three-solutions-section .doboz-content.kek1 {
  border-radius: 12px;
  position: relative;
}
body#top #main .three-solutions-section .doboz-content.kek1::before {
  background-color: #7dabbf;
  left: 50%;
  transform: translate(-50%, -100%);
  clip-path: polygon(60px 0px, 220px 0px, 100% 100%, 0px 100%);
  border-radius: 0;
}
body#top #main .three-solutions-section .doboz-content.kek1 span.colored {
  color: #114060;
}
body#top #main .three-solutions-section .doboz-content.kek1 .kek2-txt,
body#top #main .three-solutions-section .doboz-content.kek1 .kek-txt {
  display: none;
}
body#top #main .three-solutions-section .doboz-content.kek {
  border-radius: 12px 0 12px 12px;
  position: relative;
}
body#top #main .three-solutions-section .doboz-content.kek::before {
  left: 100%;
  transform: translate(-100%, -100%);
  background-color: #114060;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
  border-radius: 0 12px 0 0;
}
body#top #main .three-solutions-section .doboz-content.kek span.colored {
  color: #cee000;
}
body#top #main .three-solutions-section .doboz-content.kek .kek1-txt,
body#top #main .three-solutions-section .doboz-content.kek .kek2-txt {
  display: none;
}
body#top #main .three-solutions-section .kek {
  background-color: #114060;
}
body#top #main .three-solutions-section .kek,
body#top #main .three-solutions-section .kek p,
body#top #main .three-solutions-section .kek span,
body#top #main .three-solutions-section .kek a,
body#top #main .three-solutions-section .kek li,
body#top #main .three-solutions-section .kek h3 {
  color: #badceb;
}
body#top #main .three-solutions-section .kek hr,
body#top #main .three-solutions-section .kek .hr-inner {
  border-color: #badceb;
}
body#top #main .three-solutions-section .kek .av-icon-char {
  color: #cee000;
}
body#top #main .three-solutions-section .kek1 {
  background-color: #7dabbf;
}
body#top #main .three-solutions-section .kek1,
body#top #main .three-solutions-section .kek1 p,
body#top #main .three-solutions-section .kek1 span,
body#top #main .three-solutions-section .kek1 a,
body#top #main .three-solutions-section .kek1 li,
body#top #main .three-solutions-section .kek1 h3 {
  color: white;
}
body#top #main .three-solutions-section .kek1 hr,
body#top #main .three-solutions-section .kek1 .hr-inner {
  border-color: white;
}
body#top #main .three-solutions-section .kek2 {
  background-color: #badceb;
}
body#top #main .three-solutions-section .kek2,
body#top #main .three-solutions-section .kek2 p,
body#top #main .three-solutions-section .kek2 span,
body#top #main .three-solutions-section .kek2 a,
body#top #main .three-solutions-section .kek2 li,
body#top #main .three-solutions-section .kek2 h3 {
  color: #114060;
}
body#top #main .three-solutions-section .kek2 hr,
body#top #main .three-solutions-section .kek2 .hr-inner {
  border-color: #114060;
}
body#top #main .brikz-section {
  position: relative;
  overflow: hidden;
}
body#top #main .brikz-section::before {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2100px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body#top #main .brikz-section::after {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2100px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
body#top #main .brikz-section h2 span {
  color: white;
}
body#top #main .brikz-section .av_one_fourth {
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(17, 64, 96, 0.15);
}
body#top #main .brikz-section .av_one_fourth .av_font_icon {
  margin-bottom: 20px;
}
body#top #main .brikz-section .av_one_fourth h3 {
  font-weight: 500;
  font-size: 1.75rem;
}
body#top #main .brikz-section .av_one_fourth ul {
  list-style: circle;
  margin-bottom: 0;
}
body#top #main .brikz-section .av_one_fourth ul li {
  font-weight: 500;
}
body#top #main .brikz-section .av_one_fourth ul li + li {
  margin-top: 8px;
}
body#top #main .brikz-section .av_one_fourth .avia-image-container {
  margin-top: 30px;
}
body#top #main .partner-section {
  counter-reset: doboz;
}
body#top #main .partner-section h2 span {
  color: #cee000;
}
body#top #main .partner-section .av-subheading_above {
  margin-bottom: 10px;
}
body#top #main .partner-section .av-subheading_above p {
  color: #7dabbf;
}
body#top #main .partner-section .doboz {
  border: 1px solid #114060;
  padding: 50px 25px 25px;
  border-radius: 14px;
  background-color: white;
}
body#top #main .partner-section .doboz h3 {
  font-weight: 500;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  body#top #main .partner-section .doboz h3 {
    font-size: 1.375rem;
  }
}
body#top #main .partner-section .doboz p {
  font-weight: 400;
}
body#top #main .partner-section .doboz .av-special-heading {
  counter-increment: doboz;
  padding-right: 120px;
  position: relative;
}
body#top #main .partner-section .doboz .av-special-heading::after {
  content: counter(doboz);
  font-size: 6.25rem;
  color: #7dabbf;
  opacity: 0.29;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  transform: translateY(-50%);
  line-height: 1;
  font-family: "sora", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body#top #main .partner-section .doboz.highlight {
  background-color: #114060;
  background-position: right center !important;
  background-size: 50% auto !important;
  border: 0 none;
}
body#top #main .partner-section .doboz.highlight h3 {
  color: #cee000;
}
body#top #main .partner-section .doboz.highlight p {
  color: white;
}
body#top #main .partner-section .doboz.highlight .hightlight-wrap {
  max-width: 50%;
  padding-right: 25px;
}
@media (max-width: 767px) {
  body#top #main .partner-section .doboz.highlight {
    background-image: unset;
  }
  body#top #main .partner-section .doboz.highlight .hightlight-wrap {
    max-width: 100%;
  }
}
body#top #main .partner-section .flex_column_table + .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body#top #main .partner-section .flex_column_table + .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0;
  }
}
body#top #main .domain-section {
  position: relative;
  overflow: hidden;
}
body#top #main .domain-section h2 span {
  color: white;
}
body#top #main .domain-section::before {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2100px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
body#top #main .domain-section::after {
  content: '';
  position: absolute;
  width: 1094px;
  height: 1917px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
body#top #main .domain-section .doboz {
  padding: 50px 25px 25px;
  border-radius: 14px;
  background-color: white;
}
body#top #main .domain-section .doboz h3 {
  font-weight: 500;
  font-size: 1.875rem;
}
body#top #main .domain-section .doboz h3 + .av-subheading_below {
  margin-top: 10px;
}
body#top #main .domain-section .doboz h3 + .av-subheading_below p {
  color: #7dabbf;
  font-size: 1.1875rem;
  font-weight: 500;
}
body#top #main .domain-section .doboz p {
  font-weight: 400;
}
body#top #main .domain-section .flex_column_table.av-equal-height-column-flextable {
  margin-top: 2%;
}
body#top #main .principles-section {
  position: relative;
  overflow: hidden;
}
body#top #main .principles-section h2 span {
  color: #cee000;
}
body#top #main .principles-section::before {
  content: '';
  position: absolute;
  width: 844px;
  height: 844px;
  background: #cee000;
  background: radial-gradient(circle closest-side, #cee000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body#top #main .principles-section::after {
  content: '';
  position: absolute;
  width: 844px;
  height: 844px;
  background: #badceb;
  background: radial-gradient(circle closest-side, #badceb 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  right: 0;
  transform: translate(50%, 5%);
}
@media (max-width: 767px) {
  body#top #main .principles-section::before {
    top: calc(-240px + 20vw);
    left: calc(-240px + 20vw);
  }
}
body#top #main .principles-section .av-subheading {
  color: #7dabbf;
}
body#top #main .principles-section .doboz {
  padding: 30px 30px 10px;
  border-radius: 14px;
}
body#top #main .principles-section .doboz h3 {
  font-weight: 500;
  font-size: 1.875rem;
}
body#top #main .principles-section .doboz p {
  font-weight: 400;
}
body#top #main .principles-section .doboz .av_font_icon {
  position: absolute;
  right: 20px;
  top: 25px;
}
body#top #main .principles-section .doboz .av-special-heading {
  padding-right: 50px;
}
body#top #main .principles-section .doboz.kek2 {
  background-color: #badceb;
}
body#top #main .principles-section .doboz.kek2 p,
body#top #main .principles-section .doboz.kek2 h3,
body#top #main .principles-section .doboz.kek2 .av-icon-char {
  color: #114060;
}
body#top #main .principles-section .doboz.kek2 .hr-inner {
  border-color: #114060;
}
body#top #main .principles-section .doboz.kek1 {
  background-color: #7dabbf;
}
body#top #main .principles-section .doboz.kek1 p,
body#top #main .principles-section .doboz.kek1 h3,
body#top #main .principles-section .doboz.kek1 .av-icon-char {
  color: white;
}
body#top #main .principles-section .doboz.kek1 .hr-inner {
  border-color: white;
}
body#top #main .principles-section .doboz.kek1 .avia-button {
  background-color: white;
  color: #114060;
  border-color: white;
}
body#top #main .principles-section .doboz.kek {
  background-color: #114060;
}
body#top #main .principles-section .doboz.kek p,
body#top #main .principles-section .doboz.kek h3,
body#top #main .principles-section .doboz.kek .av-icon-char {
  color: #badceb;
}
body#top #main .principles-section .doboz.kek .hr-inner {
  border-color: #badceb;
}
body#top #main .principles-section .doboz.kek .avia-button {
  background-color: #badceb;
  color: #114060;
}
body#top #main .principles-section .doboz.piros {
  background-color: #ef3728;
}
body#top #main .principles-section .doboz.piros p,
body#top #main .principles-section .doboz.piros h3,
body#top #main .principles-section .doboz.piros .av-icon-char {
  color: white;
}
body#top #main .principles-section .doboz.piros .hr-inner {
  border-color: white;
}
body#top #main .principles-section .doboz.sarga {
  background-color: #cee000;
}
body#top #main .principles-section .doboz.sarga p,
body#top #main .principles-section .doboz.sarga h3,
body#top #main .principles-section .doboz.sarga .av-icon-char {
  color: #114060;
}
body#top #main .principles-section .doboz.sarga .hr-inner {
  border-color: #114060;
}
body#top #main .principles-section .avia-animated-number .heading > span {
  color: #cee000;
  font-weight: 600;
  font-size: 3.75rem;
}
body#top #main .principles-section .avia-animated-number .avia-animated-number-content {
  font-size: 1.1875rem;
  margin-top: 20px;
}
body#top #main .principles-section h4 {
  color: #7dabbf;
}
body#top #main .no6 > .container {
  position: static;
}
body#top #main .no6 > .container::before {
  content: '';
  top: 10px;
  left: 10px;
  position: absolute;
  height: 240px;
  width: 240px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 210 260'%3E%3Cpath fill='%23f5fcff' d='M 126.279 174.981 C 126.279 214.865 119.282 227.459 108.786 227.459 C 91.294 227.459 87.795 160.987 89.544 127.401 C 93.043 126.002 98.291 124.252 103.538 124.252 C 115.783 124.252 126.279 143.494 126.279 174.981 Z M 194.5 167.984 C 194.5 129.5 175.258 96.264 129.777 96.264 C 125.579 96.264 102.839 98.013 89.544 108.509 C 90.594 92.766 96.541 43.786 157.766 26.293 L 152.518 10.55 C 78.349 24.544 16.075 81.22 16.075 155.739 C 16.075 209.267 55.609 248.451 108.436 248.451 C 150.419 248.451 194.5 220.462 194.5 167.984 Z'/%3E%3C/svg%3E");
  background-size: 200px;
  background-repeat: no-repeat;
  opacity: 0.65;
}
@media (max-width: 991px) {
  body#top #main .no6 .flex_column_table + .flex_column_table {
    margin-top: 0;
  }
}
body#top #main .newsletter-section h2 {
  color: white;
}
body#top #main .newsletter-section h2 span {
  color: #cee000;
}
body#top #main .newsletter-section .flex_column {
  padding: 30px 30px 20px;
}
body#top #main .newsletter-section .flex_column:first-child {
  border-radius: 14px 0 0 14px;
}
body#top #main .newsletter-section .flex_column:last-child {
  border-radius: 0 14px 14px 0;
}
body#top #main .newsletter-section .avia-button-wrap {
  margin-top: 16px;
}
body#top #main .newsletter-section div.wpcf7 .row {
  display: flex;
  gap: 20px;
  margin: 0;
}
body#top #main .newsletter-section div.wpcf7 br {
  display: block;
  margin-bottom: 9px;
}
body#top #main .newsletter-section div.wpcf7 p {
  margin: 0;
}
body#top #main .newsletter-section div.wpcf7 .wpcf7-submit {
  margin-top: 20px;
}
body#top #main .newsletter-section div.wpcf7 .wpcf7-spinner {
  display: none;
}
body#top #main .newsletter-section div.wpcf7 .wpcf7-spinner.is-active {
  display: inline-block;
}
body#top #main .newsletter-section div.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}
body#top #main .newsletter-section div.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
body#top #main .newsletter-section div.wpcf7 .wpcf7-list-item-label {
  color: white;
}
body#top #main .newsletter-section div.wpcf7 .wpcf7-list-item-label a {
  color: white;
  text-decoration: underline;
}
body#top #main .newsletter-section div.wpcf7 form {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body#top #main .newsletter-section .flex_column:first-child {
    border-radius: 14px 14px 0 0;
    margin-bottom: 0;
  }
  body#top #main .newsletter-section .flex_column:last-child {
    border-radius: 0 0 14px 14px;
  }
  body#top #main .newsletter-section div.wpcf7 .row {
    flex-direction: column;
    gap: 10px;
  }
}
body#top #main .about-welcome-section {
  position: relative;
  overflow: hidden;
}
body#top #main .about-welcome-section::before {
  content: '';
  position: absolute;
  width: 896px;
  height: 896px;
  background: #cee000;
  background: radial-gradient(circle closest-side, #cee000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body#top #main .about-welcome-section::after {
  content: '';
  position: absolute;
  width: 1200px;
  height: 1200px;
  background: #badceb;
  background: radial-gradient(circle closest-side, #badceb 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
body#top #main .about-welcome-section h2 {
  color: #cee000;
  font-size: 1.875rem;
}
body#top #main .about-welcome-section p {
  color: white;
}
body#top #main .about-welcome-section strong {
  color: #cee000;
}
body#top #main .about-welcome-section img {
  border-radius: 0;
  object-fit: cover;
}
body#top #main .about-welcome-section .flex_column {
  overflow: hidden;
}
body#top #main .about-welcome-section .flex_column:first-child {
  border-radius: 15px 0 0 15px;
}
body#top #main .about-welcome-section .flex_column:last-child {
  padding: 35px;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 991px) {
  body#top #main .about-welcome-section .flex_column:first-child {
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
  }
  body#top #main .about-welcome-section .flex_column:last-child {
    border-radius: 0 0 15px 15px;
  }
}
body#top #main .about-leap-section {
  position: relative;
  overflow: hidden;
}
body#top #main .about-leap-section::before {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2100px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body#top #main .about-leap-section::after {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2100px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
body#top #main .about-leap-section h2 span {
  color: white;
}
body#top #main .about-leap-section .av_one_half {
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(17, 64, 96, 0.15);
}
body#top #main .about-leap-section .av_one_half .av-special-heading {
  float: left;
  clear: none;
  width: calc(100% - 100px);
  margin-top: 25px;
}
body#top #main .about-leap-section .av_one_half .av-special-heading .av-subheading {
  font-weight: 700;
  margin-top: 15px;
}
body#top #main .about-leap-section .av_one_half .av_font_icon {
  margin-top: 10px;
}
body#top #main .about-leap-section .av_one_half h3 {
  font-weight: 500;
  font-size: 1.75rem;
}
body#top #main .about-leap-section .av_one_half ul {
  list-style: circle;
  margin-bottom: 0;
}
body#top #main .about-leap-section .av_one_half ul li {
  font-weight: 500;
}
body#top #main .about-leap-section .av_one_half ul li + li {
  margin-top: 8px;
}
body#top #main .about-leap-section .av_one_half .hr {
  margin-bottom: 20px;
}
body#top #main .about-leap-section .av_one_half .avia-image-container {
  margin-top: 30px;
}
body#top #main .about-accountable-section {
  position: relative;
  overflow: hidden;
}
body#top #main .about-accountable-section h2 span {
  color: #cee000;
}
body#top #main .about-accountable-section h2 strong {
  color: #7dabbf;
  display: block;
  font-weight: 500;
}
body#top #main .about-accountable-section::before {
  content: '';
  position: absolute;
  width: 844px;
  height: 844px;
  background: #cee000;
  background: radial-gradient(circle closest-side, #cee000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body#top #main .about-accountable-section::after {
  content: '';
  position: absolute;
  width: 844px;
  height: 844px;
  background: #badceb;
  background: radial-gradient(circle closest-side, #badceb 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  right: 0;
  transform: translate(50%, 5%);
}
@media (max-width: 767px) {
  body#top #main .about-accountable-section::before {
    top: calc(-240px + 20vw);
    left: calc(-240px + 20vw);
  }
}
body#top #main .about-accountable-section .doboz {
  padding: 30px 30px 10px;
  border-radius: 14px;
}
body#top #main .about-accountable-section .doboz h3 {
  font-weight: 500;
  font-size: 1.875rem;
}
body#top #main .about-accountable-section .doboz p {
  font-weight: 400;
}
body#top #main .about-accountable-section .doboz .av_font_icon {
  position: absolute;
  right: 20px;
  top: 25px;
}
body#top #main .about-accountable-section .doboz .av-special-heading {
  padding-right: 76px;
}
body#top #main .about-accountable-section .doboz.kek2 {
  background-color: #badceb;
}
body#top #main .about-accountable-section .doboz.kek2 p,
body#top #main .about-accountable-section .doboz.kek2 h3,
body#top #main .about-accountable-section .doboz.kek2 .av-icon-char {
  color: #114060;
}
body#top #main .about-accountable-section .doboz.kek2 .hr-inner {
  border-color: #114060;
}
body#top #main .about-accountable-section .doboz.kek1 {
  background-color: #7dabbf;
}
body#top #main .about-accountable-section .doboz.kek1 p,
body#top #main .about-accountable-section .doboz.kek1 h3,
body#top #main .about-accountable-section .doboz.kek1 .av-icon-char {
  color: white;
}
body#top #main .about-accountable-section .doboz.kek1 .hr-inner {
  border-color: white;
}
body#top #main .about-accountable-section .doboz.kek {
  background-color: #114060;
}
body#top #main .about-accountable-section .doboz.kek p,
body#top #main .about-accountable-section .doboz.kek h3,
body#top #main .about-accountable-section .doboz.kek .av-icon-char {
  color: #badceb;
}
body#top #main .about-accountable-section .doboz.kek .hr-inner {
  border-color: #badceb;
}
body#top #main .about-accountable-section .doboz.piros {
  background-color: #ef3728;
}
body#top #main .about-accountable-section .doboz.piros p,
body#top #main .about-accountable-section .doboz.piros h3,
body#top #main .about-accountable-section .doboz.piros .av-icon-char {
  color: white;
}
body#top #main .about-accountable-section .doboz.piros .hr-inner {
  border-color: white;
}
body#top #main .about-accountable-section .doboz.sarga {
  background-color: #cee000;
}
body#top #main .about-accountable-section .doboz.sarga p,
body#top #main .about-accountable-section .doboz.sarga h3,
body#top #main .about-accountable-section .doboz.sarga .av-icon-char {
  color: #114060;
}
body#top #main .about-accountable-section .doboz.sarga .hr-inner {
  border-color: #114060;
}
body#top #main .about-accountable-section .avia-animated-number .heading > span {
  color: #cee000;
  font-weight: 600;
  font-size: 3.75rem;
}
body#top #main .about-accountable-section .avia-animated-number .avia-animated-number-content {
  font-size: 1.1875rem;
  margin-top: 20px;
}
body#top #main .about-accountable-section h4 {
  color: #7dabbf;
}
body#top #main .our-team-section h2 span {
  color: white;
}
body#top #main .our-team-section .av_one_fifth {
  width: 12.5%;
}
body#top #main .our-team-section .avia-team-member {
  max-width: 300px;
  margin: auto;
  text-align: center;
}
body#top #main .our-team-section .avia-team-member img {
  border-radius: 9999px;
}
body#top #main .our-team-section .avia-team-member .team-member-job-title {
  color: #114060;
}
body#top #main .join-swicon-section {
  position: relative;
  overflow: hidden;
}
body#top #main .join-swicon-section .doboz {
  padding: 30px 30px 10px;
  border-radius: 14px;
}
body#top #main .join-swicon-section .doboz h3 {
  font-weight: 500;
  font-size: 1.875rem;
}
body#top #main .join-swicon-section .doboz p {
  font-weight: 400;
}
body#top #main .join-swicon-section .doboz .av_font_icon {
  position: absolute;
  right: 20px;
  top: 25px;
}
body#top #main .join-swicon-section .doboz .av-special-heading {
  padding-right: 50px;
}
body#top #main .join-swicon-section .doboz.kek2 {
  background-color: #badceb;
}
body#top #main .join-swicon-section .doboz.kek2 p,
body#top #main .join-swicon-section .doboz.kek2 h3,
body#top #main .join-swicon-section .doboz.kek2 .av-icon-char {
  color: #114060;
}
body#top #main .join-swicon-section .doboz.kek2 .hr-inner {
  border-color: #114060;
}
body#top #main .join-swicon-section .doboz.kek1 {
  background-color: #7dabbf;
}
body#top #main .join-swicon-section .doboz.kek1 p,
body#top #main .join-swicon-section .doboz.kek1 h3,
body#top #main .join-swicon-section .doboz.kek1 .av-icon-char {
  color: white;
}
body#top #main .join-swicon-section .doboz.kek1 .hr-inner {
  border-color: white;
}
body#top #main .join-swicon-section .doboz.kek1 .avia-button {
  background-color: white;
  color: #114060;
  border-color: white;
}
body#top #main .join-swicon-section .doboz.kek {
  background-color: #114060;
}
body#top #main .join-swicon-section .doboz.kek p,
body#top #main .join-swicon-section .doboz.kek h3,
body#top #main .join-swicon-section .doboz.kek .av-icon-char {
  color: #badceb;
}
body#top #main .join-swicon-section .doboz.kek .hr-inner {
  border-color: #badceb;
}
body#top #main .join-swicon-section .doboz.kek .avia-button {
  background-color: #badceb;
  color: #114060;
}
body#top #main .join-swicon-section .doboz.piros {
  background-color: #ef3728;
}
body#top #main .join-swicon-section .doboz.piros p,
body#top #main .join-swicon-section .doboz.piros h3,
body#top #main .join-swicon-section .doboz.piros .av-icon-char {
  color: white;
}
body#top #main .join-swicon-section .doboz.piros .hr-inner {
  border-color: white;
}
body#top #main .join-swicon-section .doboz.sarga {
  background-color: #cee000;
}
body#top #main .join-swicon-section .doboz.sarga p,
body#top #main .join-swicon-section .doboz.sarga h3,
body#top #main .join-swicon-section .doboz.sarga .av-icon-char {
  color: #114060;
}
body#top #main .join-swicon-section .doboz.sarga .hr-inner {
  border-color: #114060;
}
body#top #main .join-swicon-section::before {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2300px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
body#top #main .join-swicon-section::after {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2100px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
body#top #main .join-swicon-section h2 span {
  color: white;
}
body#top #main .join-swicon-section h2 + .av-subheading_below {
  color: white;
}
body#top #main .join-swicon-section h2 + .av-subheading_below p {
  margin: 0;
}
body#top #main .swicon-jobs-section {
  position: relative;
  overflow: hidden;
}
body#top #main .swicon-jobs-section .doboz {
  padding: 30px 30px 10px;
  border-radius: 14px;
}
body#top #main .swicon-jobs-section .doboz h3 {
  font-weight: 500;
  font-size: 1.875rem;
}
body#top #main .swicon-jobs-section .doboz p {
  font-weight: 400;
}
body#top #main .swicon-jobs-section .doboz .av_font_icon {
  position: absolute;
  right: 20px;
  top: 25px;
}
body#top #main .swicon-jobs-section .doboz .av-special-heading {
  padding-right: 50px;
}
body#top #main .swicon-jobs-section .doboz.kek2 {
  background-color: #badceb;
}
body#top #main .swicon-jobs-section .doboz.kek2 p,
body#top #main .swicon-jobs-section .doboz.kek2 h3,
body#top #main .swicon-jobs-section .doboz.kek2 .av-icon-char {
  color: #114060;
}
body#top #main .swicon-jobs-section .doboz.kek2 .hr-inner {
  border-color: #114060;
}
body#top #main .swicon-jobs-section .doboz.kek1 {
  background-color: #7dabbf;
}
body#top #main .swicon-jobs-section .doboz.kek1 p,
body#top #main .swicon-jobs-section .doboz.kek1 h3,
body#top #main .swicon-jobs-section .doboz.kek1 .av-icon-char {
  color: white;
}
body#top #main .swicon-jobs-section .doboz.kek1 .hr-inner {
  border-color: white;
}
body#top #main .swicon-jobs-section .doboz.kek1 .avia-button {
  background-color: white;
  color: #114060;
  border-color: white;
}
body#top #main .swicon-jobs-section .doboz.kek {
  background-color: #114060;
}
body#top #main .swicon-jobs-section .doboz.kek p,
body#top #main .swicon-jobs-section .doboz.kek h3,
body#top #main .swicon-jobs-section .doboz.kek .av-icon-char {
  color: #badceb;
}
body#top #main .swicon-jobs-section .doboz.kek .hr-inner {
  border-color: #badceb;
}
body#top #main .swicon-jobs-section .doboz.kek .avia-button {
  background-color: #badceb;
  color: #114060;
}
body#top #main .swicon-jobs-section .doboz.piros {
  background-color: #ef3728;
}
body#top #main .swicon-jobs-section .doboz.piros p,
body#top #main .swicon-jobs-section .doboz.piros h3,
body#top #main .swicon-jobs-section .doboz.piros .av-icon-char {
  color: white;
}
body#top #main .swicon-jobs-section .doboz.piros .hr-inner {
  border-color: white;
}
body#top #main .swicon-jobs-section .doboz.sarga {
  background-color: #cee000;
}
body#top #main .swicon-jobs-section .doboz.sarga p,
body#top #main .swicon-jobs-section .doboz.sarga h3,
body#top #main .swicon-jobs-section .doboz.sarga .av-icon-char {
  color: #114060;
}
body#top #main .swicon-jobs-section .doboz.sarga .hr-inner {
  border-color: #114060;
}
body#top #main .swicon-jobs-section::before {
  content: '';
  position: absolute;
  width: 1289px;
  height: 2170px;
  background: #7dabbf;
  background: radial-gradient(circle closest-side, #7dabbf 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
body#top #main .swicon-jobs-section::after {
  content: '';
  position: absolute;
  width: 896px;
  height: 896px;
  background: #7dabbf;
  background: radial-gradient(circle closest-side, #7dabbf 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  body#top #main .swicon-jobs-section::after {
    top: -170px;
    left: -170px;
  }
}
body#top #main .swicon-jobs-section .doboz .av-special-heading {
  min-height: 80px;
  display: flex;
  align-items: center;
  margin-top: 0px;
  padding-right: 85px;
}
body#top #main .swicon-jobs-section .doboz p:last-child {
  margin-bottom: 0;
}
body#top #main .swicon-jobs-section .doboz .avia-button-wrap {
  margin-top: 20px;
}
body#top #main .swicon-jobs-section h2 span {
  color: #7dabbf;
}
body#top #main .swicon-jobs-section h2 + .av-subheading_below {
  color: #7dabbf;
}
body#top #main .swicon-jobs-section h2 + .av-subheading_below p {
  margin: 0;
}
body#top #main .swicon-jobs-section .search-btn .avia-button {
  width: 400px;
}
body#top #main .about-cta-section {
  position: relative;
  overflow: hidden;
}
body#top #main .about-cta-section::after {
  content: '';
  position: absolute;
  width: 1094px;
  height: 990px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body#top #main .about-cta-section::before {
  content: '';
  position: absolute;
  width: 1094px;
  height: 990px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
body#top #main .about-cta-section .flex_column:first-child {
  border-radius: 14px 0 0 14px;
}
body#top #main .about-cta-section .flex_column:last-child {
  border-radius: 0 14px 14px 0;
}
body#top #main .about-cta-section h2 {
  font-size: 1.875rem;
  margin-top: 30px;
}
body#top #main .about-cta-section .avia-button-wrap {
  margin-top: 20px;
}
@media (max-width: 991px) {
  body#top #main .about-cta-section .flex_column:first-child {
    border-radius: 14px 14px 0 0;
    margin-bottom: 0;
  }
  body#top #main .about-cta-section .flex_column:last-child {
    border-radius: 0 0 14px 14px;
    min-height: 400px;
  }
}
body#top #main .principles-section.quote {
  position: relative;
  overflow: hidden;
}
body#top #main .principles-section.quote::before {
  content: '';
  position: absolute;
  width: 844px;
  height: 844px;
  background: #badceb;
  background: radial-gradient(circle closest-side, #badceb 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body#top #main .principles-section.quote > .container {
  position: static;
}
body#top #main .principles-section.quote > .container::before {
  content: '\e81a';
  top: 90px;
  left: 40px;
  position: absolute;
  color: #f5fcff;
  height: 240px;
  width: 240px;
  font-family: 'swicon';
  background-size: 200px;
  background-repeat: no-repeat;
  font-size: 150px;
  opacity: 0.65;
}
body#top #main .principles-section.quote .doboz p:first-child {
  margin-top: 0;
}
body#top #main .principles-section.quote .avia_textblock .quote-text-wrapper {
  position: relative;
  overflow: hidden;
}
body#top #main .principles-section.quote .avia_textblock .quote-text-wrapper.quote-text-clamped::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  background: linear-gradient(to bottom, transparent, #cee000);
  pointer-events: none;
}
body#top #main .principles-section.quote .avia_textblock .quote-expand-toggle {
  display: block;
  width: 100%;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: right;
  cursor: pointer;
}
body#top #main .principles-section.quote .avia_textblock .quote-expand-toggle .quote-expand-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #114060;
  border-bottom: 2px solid #114060;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
body#top #main .principles-section.quote .avia_textblock .quote-expand-toggle.is-open .quote-expand-arrow {
  transform: rotate(225deg);
}
body#top #main .principles-section.quote .avia_textblock .quote-expand-toggle.is-spacer {
  visibility: hidden;
  pointer-events: none;
  cursor: default;
  margin-top: 13px;
}
@media (max-width: 991px) {
  body#top #main .principles-section.quote h3 {
    font-size: 1.5rem;
  }
  body#top #main .principles-section.quote .flex_column_table + .flex_column_table {
    margin-top: 0;
  }
}
body#top #main div.wpcf7 textarea,
body#top #main div.wpcf7 select,
body#top #main div.wpcf7 input[type=text],
body#top #main div.wpcf7 input[type=email] {
  border: 0 none;
  background: white;
  color: #114060;
  border-radius: 4px;
  padding: 9px 14px;
}
body#top #main div.wpcf7 textarea::placeholder,
body#top #main div.wpcf7 select::placeholder,
body#top #main div.wpcf7 input[type=text]::placeholder,
body#top #main div.wpcf7 input[type=email]::placeholder {
  color: #114060;
}
body#top #main div.wpcf7 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  border: 1px solid white;
  position: relative;
  cursor: pointer;
}
body#top #main div.wpcf7 input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: white;
}
body#top #main div.wpcf7 select:has(option:first-child:checked) {
  color: rgba(17, 64, 96, 0.6);
}
body#top #main div.wpcf7 .wpcf7-submit {
  font-size: 1.1875rem;
  font-weight: 400;
}
body#top #main div.wpcf7 .wpcf7-spinner {
  display: none;
}
body#top #main div.wpcf7 form.submitting .wpcf7-spinner {
  display: block;
  margin: 5px auto;
}
body#top #main div.wpcf7 .wpdf7-form-control-wrap {
  display: inline-block;
}
body#top #main div.wpcf7 .submit-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
body#top #main div.wpcf7 .submit-disabled-alert {
  color: #ef3728;
  display: block;
}
body#top #main div.wpcf7 .wpcf7-response-output {
  margin-top: 20px;
  border-color: #cee000;
  color: #cee000;
}
body#top #main div.wpcf7 input.wpcf7-not-valid,
body#top #main div.wpcf7 textarea.wpcf7-not-valid {
  margin-bottom: 0;
}
body#top #main div.wpcf7 input.wpcf7-not-valid + span,
body#top #main div.wpcf7 textarea.wpcf7-not-valid + span {
  margin-bottom: 10px;
}
body#top #main #footer {
  padding-bottom: 0;
}
body#top #main #footer > .container {
  display: flex;
}
body#top #main #footer .swicon-logo {
  width: 180px;
}
body#top #main #footer .sap-logo {
  max-width: 180px !important;
}
body#top #main #footer section:last-child {
  margin-bottom: 0;
}
body#top #main #footer .flex_column {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
}
body#top #main #footer .flex_column:nth-child(1) {
  flex: 0 0 200px;
}
body#top #main #footer .flex_column:nth-child(1) section {
  margin-bottom: 0;
}
body#top #main #footer .flex_column:nth-child(1) section + section {
  margin-top: 0;
}
body#top #main #footer .flex_column:nth-child(1) section:last-child {
  margin-bottom: 20px;
  margin-top: auto;
}
body#top #main #footer .flex_column:nth-child(1) p {
  font-weight: 300;
}
body#top #main #footer .flex_column:nth-child(2) {
  flex: 1 1 40%;
  padding-left: 50px;
}
body#top #main #footer .flex_column:nth-child(3) {
  flex-basis: 420px;
  padding-left: 70px;
}
body#top #main #footer .flex_column:nth-child(4) {
  flex: 0 0 190px;
}
body#top #main #footer .flex_column .widget_nav_menu {
  position: relative;
  overflow: visible;
}
body#top #main #footer .flex_column .widget_nav_menu::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: -50px;
  background-color: #114060;
  visibility: visible;
}
@media (max-width: 767px) {
  body#top #main #footer .flex_column {
    width: 100%;
    margin: 0;
  }
}
body#top #main #footer ul.menu li.white a {
  color: white;
}
body#top #main #footer ul.menu li + li {
  margin-top: 5px;
}
body#top #main #footer ul.menu a {
  font-size: 1.1875rem;
  line-height: 1.5;
  padding: 0;
  font-weight: 600 !important;
  display: inline-block;
}
@media (max-width: 991px) {
  body#top #main #footer > .container {
    flex-direction: column;
    align-items: center;
  }
  body#top #main #footer div.flex_column {
    flex: 1 1 100% !important;
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0;
  }
  body#top #main #footer div.flex_column:nth-child(4) {
    margin-top: 20px;
  }
  body#top #main #footer .social_bookmarks {
    justify-content: center;
    margin-top: 20px;
  }
}
body#top #main #socket {
  border: 0 none;
}
body#top #main #socket > .container {
  padding: 8px 0;
  text-align: center;
}
body#top #main #socket > .container .copyright {
  float: none;
  font-size: 1.0625rem;
  font-weight: 400;
}
body#top.job-list-page #main .avia-section {
  z-index: 3;
  position: relative;
}
body#top.job-list-page #main .jobs-list-section {
  border-top: 0;
  background-color: #7dabbf;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
body#top.job-list-page #main .jobs-list-section h2 span {
  color: white;
}
body#top.job-list-page #main .jobs-list-section::before {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2100px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  top: -163px;
  right: 0;
  transform: translate(50%, -50%);
}
body#top.job-list-page #main .jobs-list-section::after {
  content: '';
  position: absolute;
  width: 1094px;
  height: 3424px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
body#top.job-list-page #main .filter-sidebar {
  border: 0 none;
  text-align: left;
  background: white;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  body#top.job-list-page #main .filter-sidebar {
    margin-top: 58px;
  }
}
body#top.job-list-page #main .filter-sidebar h3 {
  font-size: 1.875rem;
  margin-top: 15px;
  margin-bottom: 15px;
}
body#top.job-list-page #main .filter-sidebar a,
body#top.job-list-page #main .filter-sidebar label {
  color: #114060;
  font-weight: 400;
  font-size: 1rem;
}
body#top.job-list-page #main .filter-sidebar a.active,
body#top.job-list-page #main .filter-sidebar label.active {
  font-weight: 700;
}
body#top.job-list-page #main .filter-sidebar .avia-button[title="search-button"] {
  width: 100%;
}
body#top.job-list-page #main .filter-sidebar .job-filter-group {
  border-bottom: 1px solid #114060;
  padding-top: 20px;
  padding-bottom: 20px;
}
body#top.job-list-page #main .filter-sidebar .job-filter-group:last-child {
  border-bottom: 0 none;
}
body#top.job-list-page #main .filter-sidebar .job-filter-title {
  font-size: 1.1875rem;
  color: #7dabbf;
}
body#top.job-list-page #main .filter-sidebar .job-filter-extra {
  display: none;
}
body#top.job-list-page #main .filter-sidebar .job-filter-extra.job-filter-extra-open {
  display: block;
}
body#top.job-list-page #main .filter-sidebar .job-filter-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: #7dabbf;
  font-size: 0.875rem;
}
body#top.job-list-page #main .filter-sidebar .job-filter-toggle::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #7dabbf;
  transition: transform 0.2s;
}
body#top.job-list-page #main .filter-sidebar .job-filter-toggle.is-open::after {
  transform: rotate(180deg);
}
body#top.job-list-page #main .job-list-sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  position: relative;
}
body#top.job-list-page #main .job-list-sort #job-sort {
  width: auto;
  margin: 0 0 0 12px;
  padding: 7px 34px 7px 15px;
  border-radius: 4px;
  border: 0 none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #114060;
  color: white;
}
body#top.job-list-page #main .job-list-sort::after {
  content: '\e80c';
  font-family: 'swicon';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  color: white;
}
body#top.job-list-page #main #job-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 860px) {
  body#top.job-list-page #main #job-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  body#top.job-list-page #main #job-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
body#top.job-list-page #main #job-list .job-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
body#top.job-list-page #main #job-list .job-card.job-hidden,
body#top.job-list-page #main #job-list .job-card.job-page-hidden {
  display: none;
}
body#top.job-list-page #main #job-list .job-card .job-card-title {
  font-size: 2.25rem;
  word-break: break-word;
  line-height: 1.1;
}
body#top.job-list-page #main #job-list .job-card .job-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 14px;
  margin-top: 15px;
  color: #7dabbf;
  font-size: 0.875rem;
}
body#top.job-list-page #main #job-list .job-card .job-card-location::before {
  content: '\e81b';
  font-family: swicon;
  margin-right: 3px;
}
body#top.job-list-page #main #job-list .job-card .job-card-date::before {
  content: '\e817';
  font-family: swicon;
  margin-right: 5px;
}
body#top.job-list-page #main #job-list .job-card .job-card-intro {
  border-top: 1px solid #114060;
  padding-top: 15px;
  word-break: break-word;
  margin-bottom: 25px;
}
body#top.job-list-page #main #job-list .job-card .job-card-readmore {
  margin-top: auto;
  align-self: flex-end;
  padding-top: 11px;
  background-color: #cee000;
}
body#top.job-list-page #main #job-list .job-list-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 0;
}
body#top.job-list-page #main #job-list .job-list-empty.job-list-empty-hidden {
  display: none;
}
body#top.job-list-page #main .job-list-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
body#top.job-list-page #main .job-list-pagination button {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid white;
  border-radius: 4px;
  background: none;
  color: white;
  cursor: pointer;
  font-size: 0.9375rem;
}
body#top.job-list-page #main .job-list-pagination button:hover:not(:disabled):not(.active) {
  background: white;
  color: #7dabbf;
}
body#top.job-list-page #main .job-list-pagination button.active {
  background: #114060;
  border-color: #114060;
  color: white;
  cursor: default;
}
body#top.job-list-page #main .job-list-pagination button:disabled {
  opacity: 0.4;
  cursor: default;
}
body#top.page-id-480 #main .job-section,
body#top.single-swiconjobad #main .job-section {
  position: relative;
  overflow: hidden;
}
body#top.page-id-480 #main .job-section::before,
body#top.single-swiconjobad #main .job-section::before {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2100px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  top: -163px;
  right: 0;
  transform: translate(50%, -50%);
}
body#top.page-id-480 #main .job-section::after,
body#top.single-swiconjobad #main .job-section::after {
  content: '';
  position: absolute;
  width: 1094px;
  height: 3424px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
body#top.page-id-480 #main .job-section .flex_column,
body#top.single-swiconjobad #main .job-section .flex_column {
  padding: 30px;
  border-radius: 14px;
}
body#top.page-id-480 #main .job-section h3,
body#top.single-swiconjobad #main .job-section h3 {
  font-size: 1.875rem;
  margin-bottom: 15px;
}
body#top.page-id-480 #main .job-section .main-apply-button,
body#top.single-swiconjobad #main .job-section .main-apply-button {
  position: absolute;
  top: 34px;
  right: 30px;
}
body#top.page-id-480 #main .job-section .main-apply-button .avia-button,
body#top.single-swiconjobad #main .job-section .main-apply-button .avia-button {
  background-color: #cee000;
  color: #114060;
  border: 0 none;
}
body#top.page-id-480 #main .job-section .bottom-apply-button .avia-button,
body#top.single-swiconjobad #main .job-section .bottom-apply-button .avia-button {
  background-color: #cee000;
  color: #114060;
  border: 0 none;
}
body#top.page-id-480 #main .job-section .av-special-heading-h2,
body#top.single-swiconjobad #main .job-section .av-special-heading-h2 {
  padding-right: 130px;
  padding-bottom: 20px;
}
body#top.page-id-480 #main .job-section .job-block-meta,
body#top.single-swiconjobad #main .job-section .job-block-meta {
  color: #7dabbf;
  font-size: 0.875rem;
  border-bottom: 1px solid #114060;
  margin-bottom: 30px;
  padding-bottom: 6px;
}
body#top.page-id-480 #main .job-section .job-block-meta::before,
body#top.single-swiconjobad #main .job-section .job-block-meta::before {
  content: '\e817';
  font-family: swicon;
  margin-right: 5px;
}
body#top.page-id-480 #main .job-section .job-block-summary,
body#top.single-swiconjobad #main .job-section .job-block-summary {
  background: #114060;
  color: white;
  float: right;
  width: 300px;
  border-radius: 14px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 23px 20px;
}
body#top.page-id-480 #main .job-section .job-block-summary h3,
body#top.single-swiconjobad #main .job-section .job-block-summary h3 {
  color: white;
}
body#top.page-id-480 #main .job-section .job-block-summary p:last-child,
body#top.single-swiconjobad #main .job-section .job-block-summary p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body#top.page-id-480 #main .job-section .job-block-summary,
  body#top.single-swiconjobad #main .job-section .job-block-summary {
    width: 100%;
  }
}
body#top.page-id-480 #main .job-section .job-summary-location::before,
body#top.single-swiconjobad #main .job-section .job-summary-location::before {
  content: '\e81b';
  font-family: swicon;
  margin-right: 10px;
}
body#top.page-id-480 #main .job-section .job-summary-worktype::before,
body#top.single-swiconjobad #main .job-section .job-summary-worktype::before {
  content: '\e823';
  font-family: swicon;
  margin-right: 10px;
}
body#top.page-id-480 #main .job-section .job-summary-seniority::before,
body#top.single-swiconjobad #main .job-section .job-summary-seniority::before {
  content: '\e821';
  font-family: swicon;
  margin-right: 10px;
}
body#top.page-id-480 #main .job-section .job-block,
body#top.single-swiconjobad #main .job-section .job-block {
  margin-bottom: 40px;
}
body#top.page-id-480 #main .job-section .job-tags-list > a,
body#top.single-swiconjobad #main .job-section .job-tags-list > a {
  background: #badceb;
  color: #114060;
  padding: 7px 12px;
  display: inline-block;
  border-radius: 4px;
}
body#top.page-id-480 #main .job-section .job-share-buttons > a,
body#top.single-swiconjobad #main .job-section .job-share-buttons > a {
  background: #114060;
  color: white;
  padding: 7px 12px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}
body#top.page-id-480 #main .similar-positions-section,
body#top.single-swiconjobad #main .similar-positions-section {
  position: relative;
  overflow: hidden;
}
body#top.page-id-480 #main .similar-positions-section::before,
body#top.single-swiconjobad #main .similar-positions-section::before {
  content: '';
  position: absolute;
  width: 1094px;
  height: 2100px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
body#top.page-id-480 #main .similar-positions-section::after,
body#top.single-swiconjobad #main .similar-positions-section::after {
  content: '';
  position: absolute;
  width: 1094px;
  height: 3424px;
  background: white;
  background: radial-gradient(circle closest-side, white 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
body#top.page-id-480 #main .similar-positions-section .container,
body#top.single-swiconjobad #main .similar-positions-section .container {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  body#top.page-id-480 #main .similar-positions-section > .container,
  body#top.single-swiconjobad #main .similar-positions-section > .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: unset;
  }
  body#top.page-id-480 #main .similar-positions-section .slide-entry-wrap,
  body#top.single-swiconjobad #main .similar-positions-section .slide-entry-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  body#top.page-id-480 #main .similar-positions-section .slide-entry-wrap > article,
  body#top.single-swiconjobad #main .similar-positions-section .slide-entry-wrap > article {
    flex: 0 0 calc(50% - 30px);
    width: unset;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body#top.page-id-480 #main .similar-positions-section .slide-entry-wrap > article,
  body#top.single-swiconjobad #main .similar-positions-section .slide-entry-wrap > article {
    flex: 0 0 100%;
  }
}
@media (max-width: 479px) {
  body#top.page-id-480 #main .similar-positions-section .container,
  body#top.single-swiconjobad #main .similar-positions-section .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  body#top.page-id-480 #main .similar-positions-section .avia-content-slider div.avia-slideshow-arrows > a,
  body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider div.avia-slideshow-arrows > a {
    width: 30px;
    height: 30px;
  }
  body#top.page-id-480 #main .similar-positions-section .avia-content-slider div.avia-slideshow-arrows > a::before,
  body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider div.avia-slideshow-arrows > a::before {
    line-height: 28px;
    font-size: 15px;
  }
  body#top.page-id-480 #main .similar-positions-section .avia-content-slider div.avia-slideshow-arrows > a.prev-slide,
  body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider div.avia-slideshow-arrows > a.prev-slide {
    left: -40px;
  }
  body#top.page-id-480 #main .similar-positions-section .avia-content-slider div.avia-slideshow-arrows > a.next-slide,
  body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider div.avia-slideshow-arrows > a.next-slide {
    right: -40px;
  }
}
body#top.page-id-480 #main .similar-positions-section h2,
body#top.single-swiconjobad #main .similar-positions-section h2 {
  color: white;
}
body#top.page-id-480 #main .similar-positions-section h2 span,
body#top.single-swiconjobad #main .similar-positions-section h2 span {
  color: #7dabbf;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider {
  overflow: visible;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .slide-entry,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .slide-entry {
  background-color: white;
  padding: 18px;
  border-radius: 14px;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .slide-entry .slide-image,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .slide-entry .slide-image {
  display: none;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .slide-meta,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .slide-meta {
  display: flex;
  justify-content: space-between;
  color: #7dabbf;
  font-size: 0.9375rem;
  border-bottom: 1px solid #114060;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .slide-meta-worktype::before,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .slide-meta-worktype::before {
  content: '\e81b';
  font-family: swicon;
  margin-right: 6px;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .slide-meta-date::before,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .slide-meta-date::before {
  content: '\e817';
  font-family: swicon;
  margin-right: 10px;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .read-more-link,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .read-more-link {
  text-align: right;
  margin-top: 20px;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .more-link,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .more-link {
  background-color: #cee000;
  color: #114060;
  border: 0 none;
  padding: 6px 17px 5px;
  font-weight: 600;
  border-radius: 5px;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider h3,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider h3 {
  font-size: 1.5rem;
  word-break: break-word;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a {
  border-radius: 9999px;
  color: white;
  border: 1px solid white;
  width: 55px;
  height: 55px;
  background: none;
  opacity: 1;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a svg,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a svg {
  display: none;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a::before,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a::before {
  content: '\e80c';
  font-family: swicon;
  line-height: 55px;
  background: none;
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a.prev-slide,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a.prev-slide {
  left: -80px;
  transform: scaleX(-1);
}
body#top.page-id-480 #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a.next-slide,
body#top.single-swiconjobad #main .similar-positions-section .avia-content-slider .avia-slideshow-arrows > a.next-slide {
  right: -80px;
}
body#top .mfp-bg {
  background-color: rgba(17, 64, 96, 0.8);
}
body#top #talent-pool-popup,
body#top #job-apply-popup {
  margin: 40px auto;
  position: relative;
  color: #114060;
  font-weight: 400;
  max-width: 750px;
  margin: 0 auto;
}
body#top #talent-pool-popup > div,
body#top #job-apply-popup > div {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 35px;
  margin-bottom: 35px;
}
body#top #talent-pool-popup .mfp-close,
body#top #job-apply-popup .mfp-close {
  color: #114060;
  top: 19px;
  right: 12px;
}
body#top #talent-pool-popup h3,
body#top #job-apply-popup h3 {
  font-size: 1.4375rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #114060;
}
body#top #talent-pool-popup h4,
body#top #job-apply-popup h4 {
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
body#top #talent-pool-popup select,
body#top #job-apply-popup select {
  color: #114060;
}
body#top #talent-pool-popup label.split,
body#top #job-apply-popup label.split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
body#top #talent-pool-popup label.split select,
body#top #job-apply-popup label.split select,
body#top #talent-pool-popup label.split input,
body#top #job-apply-popup label.split input {
  flex: 0 1 455px;
  margin-bottom: 0;
  border: 1px solid #114060;
  border-radius: 7px;
}
body#top #talent-pool-popup .file-select,
body#top #job-apply-popup .file-select {
  border: 1px solid #114060;
  border-radius: 7px;
  background-color: #badceb;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 250px;
  margin-top: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
body#top #talent-pool-popup .file-select p,
body#top #job-apply-popup .file-select p {
  margin: 0;
  font-weight: 400;
}
body#top #talent-pool-popup .file-select h4,
body#top #job-apply-popup .file-select h4 {
  margin: 0;
}
body#top #talent-pool-popup .file-select h4 strong,
body#top #job-apply-popup .file-select h4 strong {
  font-size: 1.3125rem;
}
body#top #talent-pool-popup .file-select .upload-icon,
body#top #job-apply-popup .file-select .upload-icon {
  margin-bottom: 10px;
}
body#top #talent-pool-popup .file-select .upload-icon::before,
body#top #job-apply-popup .file-select .upload-icon::before {
  content: '\e824';
  font-family: 'swicon';
  font-size: 70px;
}
body#top #talent-pool-popup .file-select .file-select-filename,
body#top #job-apply-popup .file-select .file-select-filename {
  display: none;
  font-weight: 600;
  word-break: break-all;
  text-align: center;
}
body#top #talent-pool-popup .file-select .file-select-remove,
body#top #job-apply-popup .file-select .file-select-remove {
  display: none;
  margin-top: 8px;
  color: #114060;
  text-decoration: underline;
  font-size: 0.875rem;
}
body#top #talent-pool-popup .file-select.dragover,
body#top #job-apply-popup .file-select.dragover {
  background-color: #7dabbf;
}
body#top #talent-pool-popup .file-select.has-file .upload-icon,
body#top #job-apply-popup .file-select.has-file .upload-icon,
body#top #talent-pool-popup .file-select.has-file h4,
body#top #job-apply-popup .file-select.has-file h4 {
  display: none;
}
body#top #talent-pool-popup .file-select.has-file .file-select-filename,
body#top #job-apply-popup .file-select.has-file .file-select-filename,
body#top #talent-pool-popup .file-select.has-file .file-select-remove,
body#top #job-apply-popup .file-select.has-file .file-select-remove {
  display: block;
}
body#top #talent-pool-popup input[type=checkbox],
body#top #job-apply-popup input[type=checkbox] {
  margin-top: -3px;
}
body#top #talent-pool-popup div.buttons,
body#top #job-apply-popup div.buttons {
  margin-top: 15px;
  text-align: right;
}
body#top #talent-pool-popup a.close,
body#top #job-apply-popup a.close,
body#top #talent-pool-popup button[type=submit],
body#top #job-apply-popup button[type=submit] {
  background-color: #114060;
  color: white;
  border: 0 none;
  padding: 9px 20px 8px;
  border-radius: 5px;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  font-family: "sora", Helvetica, Arial, sans-serif;
}
body#top #talent-pool-popup button[type=submit],
body#top #job-apply-popup button[type=submit] {
  background-color: #cee000;
  color: #114060;
}
body#top #talent-pool-popup button[type=submit]::after,
body#top #job-apply-popup button[type=submit]::after {
  content: '\e80c';
  font-family: 'swicon';
  margin-left: 10px;
}
@media screen and (max-width: 655px) {
  body#top #talent-pool-popup label.split,
  body#top #job-apply-popup label.split {
    flex-wrap: wrap;
  }
  body#top #talent-pool-popup label.split input,
  body#top #job-apply-popup label.split input,
  body#top #talent-pool-popup label.split select,
  body#top #job-apply-popup label.split select {
    flex: 0 0 100%;
  }
}
@keyframes tnt-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes tnt-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#top label span {
  font-size: inherit;
}
@media screen and (max-width: 1120px) {
  header li.menu-item {
    display: none !important;
  }
  header li.menu-item-avia-special {
    display: block !important;
  }
}
