/* --------------------
 Profile
-------------------- */
.profile__hero {
    align-items: center;
    background-image: url(../images/commons/com-hero-blue.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .profile__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.profile__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px 90px;
    width: 100%;
}

@media (min-width: 768px) {
    .profile__hero-container {
        padding: 15px 30px;
    }
}

.profile__hero__title {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .profile__hero__title {
        font-size: 3.2rem;
    }
}

.profile__hero:after {
    background-color: rgba(255, 255, 255, .7);
    bottom: 0;
    content: '';
    display: block;
    height: 60px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.profile__intro {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .profile__intro {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.profile__intro-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .profile__intro-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.profile__intro__title {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .profile__intro__title {
        font-size: 2.6rem;
        text-align: left;
    }
}

.profile__intro__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
	text-align: left;
}

@media (min-width: 992px) {
    .profile__intro__title__text {
        padding-left: 0;
    }
}

.profile__intro__title__text:before {
    background-image: url(../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .profile__intro__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        left: -55px;
        width: 45px;
    }
}



.profile__intro__title-s {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .profile__intro__title-s {
        font-size: 2.2rem;
        text-align: left;
    }
}

.profile__intro__title-s__text {
    display: inline-block;
    padding: 0;
    position: relative;
	text-align: left;
}

@media (min-width: 992px) {
    .profile__intro__titles-__text {
        padding-left: 0;
    }
}




.profile__intro__main {
    margin: 0 ;
	margin-bottom: 60px;
}

@media (min-width: 768px) {
    .profile__intro__main {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
		margin-bottom: 80px;
    }
}


.profile__intro__main__content {
    padding: 0;
}

@media (min-width: 768px) {
    .profile__intro__main__content {
        padding-left: 15px;
        padding-right: 15px;
        width: 75%;
    }
}

.profile__intro__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .profile__intro__main__content__desc {
        font-size: 1.6rem;
    }
}

.profile__intro__main__content__desc:last-of-type {
    margin-bottom: 0;
}

.profile__intro__main__content__question {
    margin: 0 0 30px;
    text-align: center;
}

.profile__intro__main__fig {
    padding: 0 20px;
	margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .profile__intro__main__fig {
        padding-left: 15px;
        padding-right: 15px;
        width: 25%;
    }
}

.profile__intro__main__fig img {
    height: auto;
    max-width: 100%;
}








.profile__intro__main__action__button {
    align-items: center;
    background-color: #ffd800;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #33a4ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    font-size: 1.4rem;
    font-weight: 700;
    gap: 0 10px;
    height: 36px;
    justify-content: center;
    line-height: 1.2;
    margin: 20px auto;
    max-width: 350px;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .profile__intro__main__action__button {
        margin: 20px 0;
    }
}


.profile__intro__main__action__button:after {
    background-image: url(../images/icons/icon-double-angle-right-lightblue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    content: '';
    display: block;
    height: 8px;
    width: 15px;
}

.profile__intro__main__action__button:hover {
    color: #33a4ff;
}

.profile__intro__main__action__button:focus {
    color: #33a4ff;
    opacity: .75;
}

@media (hover: hover) and (pointer: fine) {
    .profile__intro__main__action__button:hover {
        color: #33a4ff;
        opacity: .75;
    }
}











.profile__overview {
    background-color: rgba(51, 172, 255, .1);
    padding: 60px 0;
}

@media (min-width: 768px) {
    .profile__overview {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.profile__overview-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .profile__overview-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.profile__overview__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .profile__overview__title {
        font-size: 2.6rem;
        margin-bottom: 100px;
        text-align: left;
    }
}

.profile__overview__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .profile__overview__title__text {
        padding-left: 0;
    }
}

.profile__overview__title__text:before {
    background-image: url(../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .profile__overview__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        left: -55px;
        width: 45px;
    }
}

.profile__overview__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}

.profile__overview__main__table > tbody > tr > th, .profile__overview__main__table > tbody > tr > td {
    border-bottom: 1px solid #3e3a39;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.0;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .profile__overview__main__table > tbody > tr > th, .profile__overview__main__table > tbody > tr > td {
        font-size: 1.6rem;
    }
}

.profile__overview__main__table > tbody > tr > th {
    color: #33acff;
    letter-spacing: .1em;
    padding: 10px 8px;
    white-space: nowrap;
    width: auto;
}

@media (min-width: 768px) {
    .profile__overview__main__table > tbody > tr > th {
        letter-spacing: .5em;
        padding: 15px 30px;
    }
}

.profile__overview__main__table > tbody > tr > td {
    letter-spacing: .1em;
    padding: 10px 8px;
}

@media (min-width: 768px) {
    .profile__overview__main__table > tbody > tr > td {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.profile__overview__main__table__list {
    margin: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .profile__overview__main__table__list {
        display: table;
    }
}

.profile__overview__main__table__list__item {
    margin: 0 0 30px;
    width: 100%;
}

.profile__overview__main__table__list__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .profile__overview__main__table__list__item {
        display: table-cell;
        margin-bottom: 0;
        padding: 0 15px;
        width: 50%;
    }
    .profile__overview__main__table__list__item:first-child {
        padding-left: 0;
    }
    .profile__overview__main__table__list__item:last-child {
        padding-right: 0;
    }
}

.profile__overview__main__table__list__item__job {
    margin: 0;
    width: 100%;
}

.profile__access {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .profile__access {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.profile__access-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .profile__access-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.profile__access__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .profile__access__title {
        font-size: 2.6rem;
        margin-bottom: 100px;
        text-align: left;
    }
}

.profile__access__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .profile__access__title__text {
        padding-left: 0;
    }
}

.profile__access__title__text:before {
    background-image: url(../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .profile__access__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        left: -55px;
        width: 45px;
    }
}

.profile__access__main__map {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .profile__access__main__map {
        max-width: 1000px;
    }
}

.profile__access__main__map__viewer {
    border: 1px solid #ccc;
    padding: 66.66667% 0 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .profile__access__main__map__viewer {
        height: 0;
    }
}

.profile__access__main__map__viewer iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
