@media screen and (min-aspect-ratio: 13/9) {
  .popupLandscape {
    display: block !important;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .popupLandscape .popup {
    background: rgba(0, 0, 0, 0.95);
  }
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .popupLandscape {
    display: none;
  }
  .noPhone {
    display: none !important;
    visibility: hidden !important;
  }
  .hamburger {
    width: calc(36vw / var(--setSize--mobile));
    height: calc(24vw / var(--setSize--mobile));
    margin: 0px 0px 0px calc(30vw / var(--setSize--mobile));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 14;
  }
  .hamburger span {
    display: block;
    width: calc(36vw / var(--setSize--mobile));
    height: calc(2vw / var(--setSize--mobile));
    background-color: var(--default--color--1);
    border-radius: calc(2vw / var(--setSize--mobile));
    transition: all 0.3s ease-in-out;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(calc(11vw / var(--setSize--mobile))) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(calc(-20vw / var(--setSize--mobile)));
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(calc(-11vw / var(--setSize--mobile))) rotate(-45deg);
  }
  .wrapperMargin {
    float: left;
    width: 0;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .wrapper {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: rgba(255, 255, 255, 0);
    z-index: 30;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .wrapper__logo {
    float: left;
    width: calc(290vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__logo--img {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .wrapper__menu.wrapper--active {
    display: block;
  }
  .wrapper__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name.wrapper__menu--active .wrapper__menu--href:before {
    width: 0%;
    left: 0;
  }
  .wrapper__menu--name:hover .wrapper__menu--href {
    color: var(--default--color--1);
  }
  .wrapper__menu--name:hover .wrapper__menu--href:before {
    width: 0%;
    left: 0;
  }
  .wrapper__menu--name:last-child .wrapper__menu--hr {
    display: none;
    visibility: hidden;
  }
  .wrapper__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--header--color--1);
    font-size: calc(28vw / var(--setSize--mobile));
    font-weight: 600;
    line-height: calc(42vw / var(--setSize--mobile));
    text-align: right;
    justify-content: flex-end !important;
    text-decoration: none;
  }
  .wrapper__menu--href:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: calc(2vw / var(--setSize--mobile));
    background-color: var(--default--color--1);
    transition: all 0.2s ease-in-out;
  }
  .wrapper__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(25vw / var(--setSize--mobile)) 0px calc(25vw / var(--setSize--mobile));
  }
  .wrapper__other {
    float: left;
    position: fixed;
    bottom: calc(20vw / var(--setSize--mobile));
    right: calc(20vw / var(--setSize--mobile));
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .wrapper__other .more__18 {
    margin: 0 !important;
  }
  .wrapper.smallWrapper {
    height: auto;
  }
  .slide {
    float: left;
    width: 100%;
    height: calc(450vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom-left-radius: calc(60vw / var(--setSize--mobile));
    border-bottom-right-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .slide__carousel {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .slide__slides {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .slide__slides:before {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-image: linear-gradient(0deg, rgba(89, 131, 252, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  }
  .page--1 .slide__slides--inside {
    padding: calc(0vw / var(--setSize--mobile)) calc(200vw / var(--setSize--mobile)) calc(50vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .slide__slides--inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(50vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    z-index: 6;
  }
  .slide__slides--text {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--text--color--1);
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(28vw / var(--setSize--mobile));
    text-wrap: balance;
  }
  .slide__slides--text:has(p) h1, .slide__slides--text:has(p) h2, .slide__slides--text:has(p) strong {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .slide__slides--text h1, .slide__slides--text h2, .slide__slides--text strong {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .slide__slides--text h1 em, .slide__slides--text h2 em, .slide__slides--text strong em {
    font-style: normal;
    color: var(--default--color--1);
  }
  .slide__slides--text a {
    color: var(--text--color--1);
    text-decoration: none;
  }
  .slide__slides--text a:hover {
    color: var(--default--color--1);
  }
  .slide__slides--img {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
  }
  .slide__slides--partner {
    float: left;
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    position: absolute;
    left: calc(20vw / var(--setSize--mobile));
    bottom: calc(20vw / var(--setSize--mobile));
    color: var(--default--color--1);
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(24vw / var(--setSize--mobile));
    background: #fff;
    border-radius: calc(20vw / var(--setSize--mobile));
    z-index: 8;
  }
  .slide__slides--partner span {
    z-index: 6;
  }
  .slide__slides--partner:after {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: calc(20vw / var(--setSize--mobile));
    z-index: 0;
  }
  .slide__slides--partner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: calc(-5vw / var(--setSize--mobile));
    background: linear-gradient(90deg, #E42225 0%, #FFD300 100%);
    opacity: 1;
    z-index: -1;
    border-radius: inherit;
  }
  .slide__slides--partnerLogo {
    float: left;
    width: calc(70vw / var(--setSize--mobile)) !important;
    position: relative;
    margin: 0px 0px 0px calc(10vw / var(--setSize--mobile));
  }
  .owl-carousel-nav--1 .owl-nav {
    float: left;
    width: 100%;
    margin: calc(-30vw / var(--setSize--mobile)) 0px 0px 0px;
    left: 0;
    top: 40%;
    position: absolute;
    z-index: 5;
    font-size: 0;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next {
    float: left;
    width: calc(60vw / var(--setSize--mobile));
    height: calc(60vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    right: calc(20vw / var(--setSize--mobile));
    font-size: 0;
    background: url(images/owlNav_arrowRight.svg) center no-repeat !important;
    background-size: calc(56vw / var(--setSize--mobile)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-prev {
    float: left;
    width: calc(60vw / var(--setSize--mobile));
    height: calc(60vw / var(--setSize--mobile));
    position: absolute;
    top: 0;
    left: calc(20vw / var(--setSize--mobile));
    font-size: 0;
    background: url(images/owlNav_arrowLeft.svg) center no-repeat !important;
    background-size: calc(56vw / var(--setSize--mobile)) !important;
  }
  .owl-carousel-nav--1 .owl-nav .owl-next:focus, .owl-carousel-nav--1 .owl-nav .owl-prev:focus {
    outline: none;
  }
  .owl-carousel-dots--1 .owl-dots {
    float: left;
    width: 94%;
    left: 3%;
    bottom: calc(20vw / var(--setSize--mobile));
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    counter-reset: section;
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot {
    float: left;
    width: calc(10vw / var(--setSize--mobile));
    height: calc(10vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(5vw / var(--setSize--mobile)) 0px calc(5vw / var(--setSize--mobile));
    padding: 0px 0px 0px 0px;
    color: #3b3a3a;
    font-size: calc(10vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(10vw / var(--setSize--mobile));
    border: 1px solid #3b3a3a;
    border-radius: 40em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot::before {
    counter-increment: section;
    content: counter(section);
  }
  .owl-carousel-dots--1 .owl-dots .owl-dot:focus {
    outline: none;
  }
  .owl-carousel-dots--1 .owl-dots .active {
    float: left;
    position: relative;
    color: #000;
    border: 1px solid #fff;
    border-radius: 40em;
    background: #fff;
  }
  .video {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    color: var(--header--color--1);
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
    text-wrap: balance;
  }
  .header.header--50 {
    font-size: calc(40vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(45vw / var(--setSize--mobile));
  }
  .header.header--45 {
    font-size: calc(35vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .header.header--30 {
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .header.header--25 {
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(30vw / var(--setSize--mobile));
  }
  .main {
    overflow: hidden;
  }
  .home {
    background: url(images/homeBg.jpg) top calc(900vw / var(--setSize--mobile)) center no-repeat;
    background-size: 100%;
  }
  .homeOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeOneBg.png) top calc(0vw / var(--setSize--mobile)) right no-repeat;
    background-size: calc(1090vw / var(--setSize--mobile));
  }
  .homeOne__left .mainFoto {
    border-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 6;
  }
  .homeOne__left .mainFoto:before {
    content: "";
    float: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    background: url(images/homeOneMainFotoGradient.png) center no-repeat;
    background-size: cover;
  }
  .homeOne__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px 0px;
  }
  .homeTwo {
    padding: 0px calc(20vw / var(--setSize--mobile));
  }
  .homeTwo__inside {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
    border: 1px solid #CDCDCD;
    border-radius: calc(60vw / var(--setSize--mobile));
  }
  .homeTwo__inside .mainFoto {
    width: calc(60vw / var(--setSize--mobile));
    height: calc(70vw / var(--setSize--mobile));
  }
  .homeTwo__inside .text__19 {
    width: calc(100% - calc(60vw / var(--setSize--mobile)));
    padding: 0px 0px 0px calc(20vw / var(--setSize--mobile));
  }
  .homeTwo__inside .text__19 em {
    font-style: normal;
    color: #00897E;
  }
  .homeThree {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeThreeBg.jpg) bottom left calc(30vw / var(--setSize--mobile)) no-repeat;
    background-size: 100%;
  }
  .homeThree__left .mainFoto {
    border-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 6;
  }
  .homeThree__right {
    padding: calc(40vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .homeThree__right .text__19 {
    color: #838383;
    font-size: calc(30vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(40vw / var(--setSize--mobile));
  }
  .homeThree__right .text__19 strong {
    float: left;
    width: 100%;
    position: relative;
    left: calc(-60vw / var(--setSize--mobile));
    color: var(--default--color--1);
    font-size: calc(100vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(100vw / var(--setSize--mobile));
  }
  .homeThree__right .text__19 p {
    height: calc(200vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(100vw / var(--setSize--mobile));
    border-left: 1px solid var(--default--color--2);
    border-top-left-radius: calc(60vw / var(--setSize--mobile));
    border-bottom-left-radius: calc(60vw / var(--setSize--mobile));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .homeFour {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: var(--default--color--1);
    border-radius: calc(60vw / var(--setSize--mobile));
  }
  .homeFour .text__19 {
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    font-weight: 600;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .homeFour .text__19 table {
    float: left;
    width: 100% !important;
    height: auto !important;
  }
  .homeFour .text__19 table tr td .block {
    display: block !important;
  }
  .homeFour .text__19 table tr:nth-child(1) td {
    height: calc(180vw / var(--setSize--mobile)) !important;
  }
  .homeFour .text__19 table:nth-child(1) img {
    width: calc(75vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeFour .text__19 table:nth-child(2) img {
    width: calc(120vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeFour .text__19 table:nth-child(3) img {
    width: calc(126vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeFour .text__19 table:nth-child(4) img {
    width: calc(98vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeFour .text__19 table:nth-child(5) img {
    width: calc(82vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeFour .text__19 table:nth-child(6) img {
    width: calc(137vw / var(--setSize--mobile)) !important;
    height: auto !important;
  }
  .homeFive {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .homeFive__right {
    padding: 0px calc(0vw / var(--setSize--mobile)) 0px 0px;
    text-align: center;
  }
  .homeSix {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeSixBg.jpg) top center no-repeat;
    background-size: 100% auto !important;
  }
  .homeSix .more__18 {
    width: 100% !important;
  }
  .projectsList {
    width: 100% !important;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
  }
  .projectBox__foto .mainFoto {
    border-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 6;
  }
  .projectBox__foto:after {
    content: "";
    float: right;
    width: 100%;
    height: calc(318vw / var(--setSize--mobile));
    position: absolute;
    bottom: calc(-5vw / var(--setSize--mobile));
    left: calc(0vw / var(--setSize--mobile));
    background: var(--default--color--2);
    border-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 2;
  }
  .projectBox__inside {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    padding: 0px calc(0vw / var(--setSize--mobile));
  }
  .projectBox__name {
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px !important;
  }
  .homeSeven {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeBg.jpg) top calc(100vw / var(--setSize--mobile)) center no-repeat;
    background-size: 100% auto !important;
    z-index: 6;
  }
  .homeSeven__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) 0px;
  }
  .homeSeven__right .mainFoto .img {
    -o-object-position: top;
       object-position: top;
  }
  .homeEight {
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    z-index: 8;
  }
  .homeEight:before {
    content: "";
    position: absolute;
    height: calc(100vw / var(--setSize--mobile));
    top: calc(-15vw / var(--setSize--mobile));
    left: 0;
    right: 0;
    bottom: calc(0vw / var(--setSize--mobile));
    background: linear-gradient(90deg, #E42225 0%, #FFD300 100%);
    border-top-left-radius: calc(60vw / var(--setSize--mobile));
    border-top-right-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: -1;
  }
  .homeEight__inside {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
    border-top-left-radius: calc(60vw / var(--setSize--mobile));
    border-top-right-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 6;
  }
  .homeEight__inside .galleryFoto {
    margin: calc(20vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .homeEight__inside .galleryFoto .box {
    width: 33% !important;
    height: calc(70vw / var(--setSize--mobile));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .homeEight__inside .galleryFoto .box .img {
    max-width: 60% !important;
    height: auto;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .aboutOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .aboutOne__left {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .aboutOne__left .mainFoto {
    border-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 6;
  }
  .aboutOne__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .aboutTwo {
    padding: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .teamList {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
    grid-column-gap: calc(160vw / var(--setSize--mobile)) !important;
  }
  .teamBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .teamBox__foto.w-100 {
    width: 50% !important;
  }
  .teamBox__foto .mainFoto {
    border-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .teamBox__inside.w-100 {
    width: 50% !important;
  }
  .teamBox__inside {
    padding: calc(0vw / var(--setSize--mobile)) 0px 0px calc(40vw / var(--setSize--mobile));
  }
  .teamBox__name {
    margin: 0px 0px calc(5vw / var(--setSize--mobile)) 0px;
  }
  .page--2 .homeTwo {
    padding: calc(40vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .offerBox {
    margin: 0px 0px calc(80vw / var(--setSize--mobile)) 0px;
  }
  .offerBox:last-child {
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
  }
  .offerBox:nth-child(odd) {
    flex-direction: row-reverse !important;
  }
  .offerBox:nth-child(odd) .offerBox__left {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .offerBox:nth-child(odd) .offerBox__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .offerBox__left .mainFoto {
    border-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .offerBox__right {
    padding: calc(40vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) 0px calc(0vw / var(--setSize--mobile));
  }
  .offerBox__icon {
    width: calc(60vw / var(--setSize--mobile));
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
  }
  .projectsOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .projectsOne .projectsList {
    width: 100% !important;
  }
  .projectsOne .projectsList .projectBox__foto {
    height: calc(320vw / var(--setSize--mobile)) !important;
  }
  .projectsOne .projectsList .projectBox__foto:after {
    content: "";
    float: right;
    width: 100%;
    height: calc(320vw / var(--setSize--mobile));
    position: absolute;
    bottom: calc(-5vw / var(--setSize--mobile));
    left: calc(0vw / var(--setSize--mobile));
    background: var(--default--color--2);
    border-radius: calc(50vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 2;
  }
  .jobsOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: url(images/homeBg.jpg) bottom left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: 100%;
  }
  .faqList {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .faqBox {
    margin: -1px 0px 0px 0px;
    padding: calc(30vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: calc(40vw / var(--setSize--mobile));
    background: #fff;
    z-index: 5;
  }
  .faqBox:nth-child(1) {
    margin: 0 !important;
  }
  .faqBox.active {
    z-index: 10;
  }
  .faqBox.active .faqBox__up:before {
    transform: rotate(-180deg);
  }
  .faqBox__up {
    height: calc(50vw / var(--setSize--mobile));
    padding: 0px calc(60vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile));
  }
  .faqBox__up::before {
    content: " ";
    float: right;
    width: calc(46vw / var(--setSize--mobile));
    height: calc(46vw / var(--setSize--mobile));
    margin: calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) 0px calc(-10vw / var(--setSize--mobile));
    position: absolute;
    right: 0%;
    top: 0;
    background: url(images/faqArrow.svg) center no-repeat;
    background-size: calc(31vw / var(--setSize--mobile));
    transition: all 0.3s ease-in-out;
  }
  .faqBox__name {
    color: var(--header--color--1);
    font-size: calc(25vw / var(--setSize--mobile));
    font-weight: 700;
    line-height: calc(35vw / var(--setSize--mobile));
    text-wrap: balance;
  }
  .faqBox__down {
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px calc(40vw / var(--setSize--mobile)) 0px calc(40vw / var(--setSize--mobile));
  }
  .faqBox__down .galleryFoto {
    margin: calc(30vw / var(--setSize--mobile)) 0px 0px 0px;
    grid-template-columns: repeat(11, 1fr) !important;
  }
  .faqBox__down .galleryFoto .box {
    height: calc(160vw / var(--setSize--mobile));
  }
  .page--6 .slide .slide__slides--inside .slide__slides--text p {
    float: left;
    width: 100%;
    height: calc(60vw / var(--setSize--mobile));
    padding: 0px 0px 0px calc(70vw / var(--setSize--mobile));
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .page--6 .slide .slide__slides--inside .slide__slides--text p:nth-child(2) {
    background: url(images/footerIcon_1.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(33vw / var(--setSize--mobile)) !important;
  }
  .page--6 .slide .slide__slides--inside .slide__slides--text p:nth-child(3) {
    background: url(images/footerIcon_2.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(41vw / var(--setSize--mobile)) !important;
  }
  .page--6 .slide .slide__slides--inside .slide__slides--text p:nth-child(4) {
    background: url(images/footerIcon_3.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(39vw / var(--setSize--mobile)) !important;
  }
  .page--6 .footer {
    margin: calc(-220vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .contactOne {
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
    background: #fff;
    border-bottom-left-radius: calc(60vw / var(--setSize--mobile));
    border-bottom-right-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
    z-index: 6;
  }
  .contactOne__left {
    padding: 0px calc(0vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) 0px;
  }
  .contactOne__right {
    padding: 0px 0px 0px calc(0vw / var(--setSize--mobile));
  }
  .contactMap {
    height: calc(1000vw / var(--setSize--mobile));
    margin: calc(-220vw / var(--setSize--mobile)) 0px 0px 0px;
    z-index: 4;
  }
  .footer {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background: url(images/footerBg.jpg) top center no-repeat;
    background-size: cover !important;
    border-top-left-radius: calc(60vw / var(--setSize--mobile));
    border-top-right-radius: calc(60vw / var(--setSize--mobile));
    z-index: 6;
  }
  .footer__up {
    padding: calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .footer__up--inside {
    padding: calc(40vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile)) calc(40vw / var(--setSize--mobile));
    background: #fff;
    border-radius: calc(60vw / var(--setSize--mobile));
    overflow: hidden;
  }
  .footer__up--inside .text__19 {
    width: 100%;
    padding: calc(40vw / var(--setSize--mobile)) 0px 0px calc(0vw / var(--setSize--mobile)) !important;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 500;
    line-height: calc(28vw / var(--setSize--mobile));
  }
  .footer__up--inside .text__19 a {
    color: var(--text--color--1);
  }
  .footer__up--inside .text__19 a:hover {
    color: var(--text--color--2);
  }
  .footer__up--inside .text__19 table {
    width: 100% !important;
    height: auto !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer__up--inside .text__19 table:nth-child(1) {
    background: url(images/footerIcon_1.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(33vw / var(--setSize--mobile)) !important;
  }
  .footer__up--inside .text__19 table:nth-child(2) {
    background: url(images/footerIcon_2.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(41vw / var(--setSize--mobile)) !important;
  }
  .footer__up--inside .text__19 table:nth-child(3) {
    background: url(images/footerIcon_3.svg) center left calc(0vw / var(--setSize--mobile)) no-repeat;
    background-size: calc(39vw / var(--setSize--mobile)) !important;
  }
  .footer__up--inside .text__19 table tr td {
    height: calc(80vw / var(--setSize--mobile)) !important;
    padding: 0px 0px 0px calc(60vw / var(--setSize--mobile));
  }
  .footer__logo {
    width: calc(297vw / var(--setSize--mobile));
  }
  .footer__down {
    padding: calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(30vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .footer__arrow {
    float: left;
    position: relative;
  }
  .footer__arrow--img {
    float: left;
    width: calc(30vw / var(--setSize--mobile));
    position: relative;
  }
  .footer__menu {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
  }
  .footer__menu--name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer__menu--name:last-child .footer__menu--hr {
    display: none;
    visibility: hidden;
  }
  .footer__menu--href {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #C4C4C4;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(30vw / var(--setSize--mobile));
    text-transform: uppercase;
    text-decoration: none;
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .footer__menu--href:hover {
    color: #fff;
  }
  .footer__menu--name.footer__menu--active .footer__menu--href {
    color: #fff;
  }
  .footer__menu--hr {
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile));
  }
  .odeeTip:hover:after {
    left: calc(-10vw / var(--setSize--mobile)) !important;
  }
  .dir {
    float: left;
    width: 100%;
    position: relative;
    padding: calc(0vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(0vw / var(--setSize--mobile));
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .dir:before {
    content: " ";
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: calc(-1vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dir__li {
    float: left;
    position: relative;
  }
  .dir__li:first-child {
    margin: 0px 0px 0px calc(20vw / var(--setSize--mobile));
  }
  .dir__href {
    float: left;
    position: relative;
    color: var(--header--color--1);
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .dir__href:hover {
    color: var(--default--color--2);
  }
  .dir__arrow {
    float: left;
    width: calc(4vw / var(--setSize--mobile));
    position: relative;
    margin: calc(0vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) 0px calc(10vw / var(--setSize--mobile));
  }
  .default {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile)) calc(80vw / var(--setSize--mobile)) calc(20vw / var(--setSize--mobile));
  }
  .default__left {
    float: left;
    width: calc(450vw / var(--setSize--mobile));
    position: relative;
    overflow: hidden;
  }
  .default__right {
    float: left;
    width: calc(100% - calc(450vw / var(--setSize--mobile)));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(50vw / var(--setSize--mobile)) 0px 0px calc(100vw / var(--setSize--mobile));
  }
  .default .galleryFoto {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  .default .filesBox {
    margin: calc(40vw / var(--setSize--mobile)) 0px 0px 0px;
  }
  /* Default */
  .mainFoto {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .mainFotoBackground {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mainFoto .img,
  .mainFotoBackground .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .galleryFoto {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .galleryFoto.columns--5 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(10vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto.columns--1 {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: calc(0vw / var(--setSize--mobile));
    grid-row-gap: calc(10vw / var(--setSize--mobile));
  }
  .galleryFoto .box {
    float: left;
    width: 100%;
    height: calc(250vw / var(--setSize--mobile));
    position: relative;
    overflow: hidden;
  }
  .galleryFoto.columns--1 .box {
    height: 100%;
  }
  .galleryFoto .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 1s;
  }
  .galleryFoto .box:hover .img {
    transform: scale(1.1);
  }
  .galleryFotoOwl {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .galleryFotoOwl .box .img {
    float: left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .filesBox {
    float: left;
    width: 100%;
    position: relative;
    margin: calc(20vw / var(--setSize--mobile)) 0px calc(20vw / var(--setSize--mobile)) 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(10vw / var(--setSize--mobile)) calc(10vw / var(--setSize--mobile)) 0px;
    color: #000;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(18vw / var(--setSize--mobile));
    text-decoration: none;
  }
  .filesBoxFileImg {
    float: left;
    width: calc(40vw / var(--setSize--mobile));
    position: relative;
    margin: 0px calc(20vw / var(--setSize--mobile)) 0px 0px;
  }
  .filesBoxFileTitle {
    float: left;
    width: calc(100% - calc(60vw / var(--setSize--mobile)));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .filesBoxFile:hover {
    color: #e12e38;
  }
  .googleMap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .googleMap .mapaBox {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .contentMap {
    float: left;
    position: relative;
    padding: calc(20vw / var(--setSize--mobile));
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px calc(10vw / var(--setSize--mobile)) 0px;
    color: #383436;
    font-size: calc(20vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: calc(18vw / var(--setSize--mobile));
    font-weight: 400;
    line-height: calc(22vw / var(--setSize--mobile));
    text-align: left;
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
}/*# sourceMappingURL=style_rwd.css.map */