.banner__full {
    height: calc(100vh - 108px);
    min-height: 550px;
}
.banner__content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    margin: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner__subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 102.5%;

    display: block;

    margin-bottom: 5px;

    letter-spacing: 0.01em;

    color: #FFFFFF;
}
@media (min-width: 1024px) {
    .banner__subtitle--big {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .banner__subtitle--big {
        margin-bottom: 60px;
    }
}
@media (min-width: 1600px) {
    .banner__subtitle--big {
        margin-bottom: 90px;
    }
}
.banner__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 102.5%;

    display: block;

    max-width: 746px;
    margin-bottom: 35px;
    padding: 0;

    color: white;
}
@media (min-width: 1024px) {
    .banner__title {
        font-size: 70px;
    }
}
@media (min-width: 1200px) {
    .banner__title {
        font-size: 90px;
    }
}
@media (min-width: 1600px) {
    .banner__title {
        font-size: 110px;
    }
}
.banner__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.banner__cta--col {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 480px) {
    .banner__cta--col {
        width: auto;
    }
}

@media screen and (max-width: 480px) {
  .banner__title {
        font-size: 42px;
    }
}

@media screen and (max-width: 380px) {
  .banner__title {
        font-size: 35px;
    }
}

@media screen and (max-width: 320px) {
  .banner__title {
        font-size: 24px;
    }
}

.banner__cta .btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 102.5%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 60px;
    padding-right: 40px;
    padding-left: 40px;

    border-radius: 2px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 480px) {
    .banner__cta .btn--big {
        height: 70px;
    }
}
@media (min-width: 1200px) {
    .banner__cta .btn--big {
        height: 80px;
    }
}
@media (min-width: 1400px) {
    .banner__cta .btn--big {
        height: 90px;
    }
}
@media (min-width: 1600px) {
    .banner__cta .btn--big {
        height: 102px;
    }
}

/* ====================
=                     =
===================== */
.why-focus-ireland .container-fluid {
    position: relative;

    overflow: hidden;
}
.why-focus-ireland .slick-list {
    overflow: visible;
}
.why-focus-ireland__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 102.5%;

    margin-bottom: 85px;
}
.carousel-wfi .item {
    position: relative;

    width: 100%;
    max-width: 565px;
    margin-right: 20px;
}
.carousel-wfi .item:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 50%;

    content: "";

    border-radius: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background:    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-wfi .item__img {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;

    border-radius: 32px;
}
.carousel-wfi .item__img:before {
    display: block;

    padding-bottom: 100%;

    content: "";
}
.carousel-wfi .item__img img {
    position: absolute;
    top: 50%;
    right: -50%;
    left: -50%;

    margin: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.carousel-wfi .item__img:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: "";

    background: rgba(21, 21, 21, 0.2);
}
.carousel-wfi .item__content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 0 35px 70px;

    color: white;
}
@media (max-width: 1024px) {
    .why-focus-ireland__title {
        margin-bottom: 45px;
    }
    .carousel-wfi .item {
        max-width: 400px;
    }
    .carousel-wfi .item__content {
        padding: 0 35px 50px;
    }
}
@media (max-width: 767px) {
    .carousel-wfi .item__content {
        padding: 0 15px 30px;
    }
}
/* ====================
=                     =
===================== */
.carrer-grow {
    display: block;

    padding: 50px 0;
}
.carrer-grow__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -20px;
    margin-left: -20px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.carrer-grow__col {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}
@media (min-width: 1024px) {
    .carrer-grow__col {
        width: 50%;
        max-width: 50%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
.carrer-grow__img {
    position: relative;

    overflow: hidden;

    width: 565px;
    max-width: 100%;
    margin: 20px auto;

    border-radius: 32px;
}
.carrer-grow__text {
    width: 565px;
    max-width: 100%;
    margin: 20px auto;
}
.carrer-grow__text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 102.5%;

    max-width: 443px;
    margin-bottom: 50px;
}
/* ====================
=                     =
===================== */
.wide-banner {
    position: relative;

    overflow: hidden;

    max-width: 100vw;
    min-height: 581px;
    margin-bottom: 50px;
}
.wide-banner img {
    position: absolute;
    top: 50%;
    right: -50%;
    left: -50%;

    width: 100%;
    height: 100%;
    margin: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
@media (max-width: 1024px) {
    .wide-banner {
        min-height: 400px;
    }
}
@media (max-width: 767px) {
    .wide-banner {
        min-height: 200px;
    }
}
/* ====================
=                     =
===================== */
.working {
    padding: 50px 0;

    background: #FFDA00;
}
.working__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -20px;
    margin-left: -20px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.working__col {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}
@media (min-width: 1024px) {
    .working__row {
        margin-right: -22.5px;
        margin-left: -22.5px;
    }
    .working__col {
        width: 50%;
        max-width: 50%;
        padding-right: 22.5px;
        padding-left: 22.5px;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
.working__col--img {
    position: relative;

    display: block;
    overflow: hidden;

    max-width: 565px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;

}
.working__col--img:before {
    display: block;

    padding-bottom: 116%;

    content: "";
}
.working__col--img img {
    position: absolute;
    top: 50%;
    right: -50%;
    left: -50%;
		border-radius: 32px;
    display: block;

    margin: auto;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.working__coltext {
    width: 565px;
    max-width: 100%;
    margin: 20px auto;
    padding-right: 100px;
}
.working__coltext h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 102.5%;

    max-width: 365px;
    margin-bottom: 70px;
}
@media (max-width: 1024px) {
    .working__coltext h3 {
        margin-bottom: 30px;
    }
}
.working__coltext h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 102.5%;

    margin-bottom: 33px;
}
@media (max-width: 1024px) {
    .working__coltext h4 {
        margin-bottom: 20px;
    }
}
.working .slick-arrow {
    font-size: 0;

    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 100%;

    display: block;

    width: 21.5px;
    height: 43px;
    padding: 0;

    background-color: transparent;
}
.working .slick-next.slick-arrow {
    bottom: calc(20px + 74px + 43px);

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='46' viewBox='0 0 24 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 44.5L22.75 23L1.25 1.5' stroke='%233A1231' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.working .slick-prev.slick-arrow {
    bottom: 20px;

    -webkit-transform: rotate(180deg) translateX(50%);
        -ms-transform: rotate(180deg) translateX(50%);
            transform: rotate(180deg) translateX(50%);

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='46' viewBox='0 0 24 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 44.5L22.75 23L1.25 1.5' stroke='%233A1231' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.working__wrapper {
    position: relative;
}
.working .slides-numbers {
    font-size: 14px;
    font-weight: 700;
    line-height: 102.5%;

    position: absolute;
    right: 0;
    bottom: calc(20px + 43px);

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    height: 74px;

    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);

    color: #3A1231;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1024px) and (max-width: 1300px) {
    .working .slides-numbers {
        right: 20px;
    }
    .working .slick-arrow {
        right: 20px;
    }
}
@media (max-width: 1023px) {
    .working__wrapper {
        width: 565px;
        max-width: 100%;
        margin: 20px auto;
    }
    .working .slick-next.slick-arrow {
        top: 100%;
        right: 0;
        bottom: auto;
        left: 120px;

        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .working .slick-prev.slick-arrow {
        top: 100%;
        right: 0;
        bottom: auto;
        left: 0;

        -webkit-transform: rotate(180deg) translateX(0%);
            -ms-transform: rotate(180deg) translateX(0%);
                transform: rotate(180deg) translateX(0%);
    }
    .working .slides-numbers {
        top: 100%;
        right: auto;
        bottom: auto;
        left: 20px;

        width: 60px;
        height: 43px;
    }
}


.my-job {
    position: relative;

    display: block;

    margin: 200px 0 50px;
}
.my-job__wrapper {
    position: relative;

    overflow: hidden;

    border-radius: 32px;
    background: #EFF0EA;
}
@media (max-width: 1023px) {
    .my-job__wrapper {
        max-width: 565px;
        margin-right: auto;
        margin-left: auto;
    }
}
.my-job__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    height: 100%;
    min-height: 550px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.my-job__col {
    position: relative;
}
.my-job__carousel--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
.my-job__carousel--nav .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    height: 100%;
}

.my-job__carousel--nav .slick-slide {
    position: relative;

    height: inherit !important;
}
.my-job__carousel--nav .item a {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}
.my-job__carousel--nav .item a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;

    background: rgba(58, 18, 49, 0.5);
}
.my-job__carousel--nav .item a .play {
    position: absolute;
    z-index: 2;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.my-job__carousel--nav .item a:hover:before {
    background-color: transparent;
}
.my-job__carousel--nav .item a img {
    -o-object-fit: cover;
       object-fit: cover;
}
.my-job__carousel--wrapper {
    position: relative;
}
.my-job__img {
    position: absolute;

    overflow: hidden;

    border-radius: 24px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.my-job__img img {
    position: absolute;
    top: -1000px;
    right: -1000px;
    bottom: -1000px;
    left: -1000px;

    width: 100%;
    height: 100%;
    margin: auto;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.my-job__img--01 {
    /* top: -30px; */
    top: 0;
    left: 75%;

    width: 97px;
    height: 97px;
}
.my-job__img--02 {
    top: 52px;
    left: 77px;

    width: 84px;
    height: 84px;
}
.my-job__img--02 img {
    -o-object-position: top;
       object-position: top;
}
.my-job__img--03 {
    top: 218px;
    /* left: -30px; */
    left: 0;

    width: 98px;
    height: 98px;
}
.my-job__img--04 {
    z-index: 1;
    top: 380px;
    left: 26%;

    width: 79px;
    height: 79px;
}
.my-job__img--05 {
    /* bottom: -33px; */
    bottom: 0;
    left: 70%;

    width: 96px;
    height: 96px;
}
.my-job__img--06 {
    top: 50%;
    left: 50%;

    width: 171px;
    height: 171px;

    -webkit-transform: translateX(-25%) translateY(-20%);
        -ms-transform: translateX(-25%) translateY(-20%);
            transform: translateX(-25%) translateY(-20%);
}
@media (max-width: 767px) {
    .my-job__block {
        min-height: 400px;
        margin-bottom: 30px;
    }
    .my-job__img--04 {
        top: auto;
        bottom: 0;
    }
    .my-job__img--06 {
        top: 40%;
    }
}
.my-job__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: -20px;
    margin-left: -20px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.my-job__col {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}
@media (min-width: 1024px) {
    .my-job__col {
        width: 60%;
        max-width: 60%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    }
    .my-job__col--small {
        width: 40%;
        max-width: 40%;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    }
}
.my-job__slides-numbers {
    font-size: 14px;
    font-weight: 700;
    line-height: 102.5%;

    position: absolute;
    right: auto;
    bottom: 50px;
    left: 132px;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;

    width: 170px;
    height: 43px;

    color: #3A1231;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.my-job .slick-arrow {
    font-size: 0;

    position: absolute;
    z-index: 11;
    bottom: 50px;
    left: 132px;

    display: block;

    width: 21.5px;
    height: 43px;
    padding: 0;

    background-color: transparent;
}
.my-job .slick-next.slick-arrow {
    bottom: 50px;
    /* left: 151px; */
    left: calc(132px + 151px);

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='46' viewBox='0 0 24 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 44.5L22.75 23L1.25 1.5' stroke='%233A1231' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.my-job .slick-prev.slick-arrow {
    bottom: 50px;
    left: calc(132px + 20px);

    -webkit-transform: rotate(180deg) translateX(50%);
        -ms-transform: rotate(180deg) translateX(50%);
            transform: rotate(180deg) translateX(50%);

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='46' viewBox='0 0 24 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 44.5L22.75 23L1.25 1.5' stroke='%233A1231' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.my-job__coltext {
    padding-top: 110px;
    padding-right: 72px;
    padding-bottom: 129px;
    padding-left: 132px;
}
.my-job__coltext h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 102.5%;

    margin-bottom: 29px;

    color: #3A1231;
}
.my-job__coltext p {
    font-size: 16px;
    font-weight: 400;
    line-height: 158%;

    margin-bottom: 35px;
}
.my-job .quote {
    position: absolute;
    top: 60px;
    left: 20px;
}
.my-job__name {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 145%;

    display: block;

    color: #3A1231;
}

.my-job__pos {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 145%;

    display: block;

    color: #3A1231;
}
@media (max-width: 767px) {
    .my-job .quote {
        top: 0;
    }
    .my-job__coltext {
        padding: 60px 20px 120px;
    }
    .my-job .slick-prev.slick-arrow {
        left: 30px;
    }
    .my-job .slick-next.slick-arrow {
        left: 150px;
    }
    .my-job__slides-numbers {
        left: 10px;
    }
}
.vacancies {
    position: relative;

    display: block;
}
.vacancies__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 102.5%;

    display: block;

    margin-bottom: 50px;

    color: #3A1231;
}
.vacancies__intro {
    font-size: 16px;
    font-weight: 400;
    line-height: 158%;

    display: block;

    margin-bottom: 32px;

    color: #6B7B84;
}
.vacancies__rss {
    display: block;

    margin-bottom: 16px;

    text-align: right;
}
.vacancies__rss img {
    margin-left: auto;
}
.vacancies__listing {
    border-top: 1px solid #E0E0E0;
}
.vacancies__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    min-height: 77px;
    padding: 5px 0;

    text-decoration: none;

    color: #3A1231;
    border-bottom: 1px solid #E0E0E0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vacancies__row:hover {
    color: #6B7B84;
}
.vacancies__row .col7 {
    width: 42.5%;
}
.vacancies__row .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 138%;

    color: #3A1231;
}
.vacancies__row .col5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 102.5%;

    width: 29.58%;
    padding-left: 20px;

    text-align: left;
}
.vacancies__row .col3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 102.5%;

    width: 16.71%;

    text-align: center;
}
.vacancies__logo {
    display: block;

    max-width: 100px;
    margin-left: auto;
    padding: 10px;
}
.side-by-side {
    position: relative;

    display: block;
}
.side-by-side .module {
    padding: 0;
}
.side-by-side h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 102.5%;

    margin-bottom: 50px;
}
.side-by-side p {
    font-size: 16px;
    font-weight: 400;
    line-height: 158%;

    color: #3A1231;
}
.side-by-side ul {
    padding-left: 20px;
}
.side-by-side ul li {
    float: left;

    width: calc(50% - 20px);
}

.join {
    text-align: center;

    color: black;
    background: #FFDA00;
}
.join__ico {
    display: block;

    margin: 0 auto 20px;

    text-align: center;
}
.join__ico svg {
    margin: auto;
}
.join h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 102.5%;

    max-width: 530px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.join p {
    font-size: 16px;
    font-weight: 500;
    line-height: 156%;

    max-width: 530px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;

    text-align: center;

    color: #000000;
}

.gd-career-btn {
    margin-top: 15px;    
}

.gd-career-btn:hover {
    background: #4e1a40;
    color: #fff;
}

#gd-custom-margin {
    margin: 0px 0 0px;
    padding: 1rem 0;
}

.cta-sec-button {
    justify-content: center;
}

.section_1 .banner__title {
    max-width: 767px;
}