/*=======================================
    Main Visual Title
=======================================*/

.main-image-container {
    margin-top: 136px;
}

.main-title-contents-container {
    display: block;
    text-align: center;
    /* margin-bottom: 40px; */
}

.main-title-contents-container h5 {
    color: var(--dark-blue);
    letter-spacing: 4.2px;
    margin-bottom: 10px;
}

.main-title-contents-container h2 {
    letter-spacing: 1px;
    line-height: 36px;
}

@media screen and (min-width: 769px) {
    .main-title-contents-container h2 {
        letter-spacing: 1.25px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
}

/*======== offshore-fee-chart-box ========*/

#offshore-fee-chart {
    padding-top: 40px;
}

.offshore-fee-chart-container {
    display: block;
    text-align: center;
}

.offshore-fee-chart-container .offshore-fee-subtitle {
    color: var(--dark-blue);
    letter-spacing: 4.2px;
}

.offshore-fee-chart-container h2 {
    margin-bottom: 4px;
}

.offshore-fee-chart-container h6 {
    color: var(--middle-gray);
}

.offshore-fee-chart-box {
    display: grid;
    width: calc(80% - 0px);
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 42px;
}

.offshore-fee-chart-item {
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.25);
}

.offshore-fee-item-title {
    background-color: var(--dark-blue);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.offshore-fee-item-title p {
    padding: 14px;
    color: #fff;
}

.offshore-fee-chart-item-content {
    padding: 24px 0;
}

.offshore-fee-chart-item-content h5 {
    color: var(--middle-dark-gray);
}

.offshore-fee-chart-item-content h3 {
    color: var(--dark-gray);
    line-height: 40px;
}

/*======== main-image-background ========*/

.main-image-background {
    /* height: 560px;
        background-image: url("/images/Main_Visual_Background_Graphic.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover; */
}

@media screen and (min-width: 769px) {
    .offshore-fee-chart-box {
        display: grid;
        width: calc(100% - 0px);
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
        margin-top: 42px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .offshore-fee-chart-box {
        width: calc(64% - 0px);
        margin: 0 auto;
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 42px;
    }
}

/*=======================================
    Our-Engineers-of-Feature
=======================================*/

#our-engineers-of-feature {
    margin-top: -400px;
    padding-top: 200px;
}

.vietnam-engineer-team-container {
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 40px auto 0;
}

.vietnam-engineer-team-leader-image-box {
    position: relative;
}

.vietnam-engineer-team-leader-image-box {
    width: 100%;
    max-width: 200px;
    height: 176px;
    background-image: url("/images/vietnam_team_leader_profile.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 8px;
}

.vietnam-engineer-team-contents-box {
    margin-top: 8px;
    text-align: center;
}

.vietnam-engineer-team-contents-box h6 {
    color: var(--dark-gray);
    margin-bottom: 6px;
}

.vietnam-engineer-team-contents-box h5 {
    color: var(--dark-black);
}

.vietnam-engineer-team-contents-box p {
    color: var(--light-gray);
}

.vietnam-engineer-team-features-box {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(80% - 0px);
    margin: 0 auto;
    gap: 20px;
    margin-top: 40px;
}

.vietnam-engineer-team-feature-item {
    text-align: center;
    border: 1px solid #eee;
    padding: 26px 0 32px;
}

.vietnam-engineer-team-feature-item h6 {
    color: var(--middle-dark-gray);
    margin-bottom: 24px;
}

.vietnam-engineer-team-feature-item p {
    max-width: 264px;
    color: var(--light-gray);
    line-height: 26px;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .vietnam-engineer-team-container {
        width: 100%;
        max-width: 388px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin: 40px auto 0;
    }

    .vietnam-engineer-team-leader-image-box {
        width: 100%;
        max-width: 184px;
        height: 134px;
        background-image: url("/images/vietnam_team_leader_profile.jpg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        border-radius: 8px;
    }

    .vietnam-engineer-team-contents-box {
        margin-top: 0px;
        text-align: left;
    }

    .vietnam-engineer-team-features-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: calc(100% - 0px);
        gap: 20px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .vietnam-engineer-team-features-box {
        grid-template-columns: 1fr;
        width: calc(64% - 0px);
        gap: 20px;
        margin-top: 40px;
    }
}

/*=======================================
    advantages-offshore-development
=======================================*/

#advantages-offshore-development {
    padding-top: 160px;
}

.advantages-offshore-development-box {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(80% - 0px);
    max-width: 360px;
    margin: 0 auto;
    gap: 40px;
    margin-top: 64px;
}

.advantages-offshore-development-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
}

.advantages-offshore-development-item-icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--dark-blue);
}

.advantages-offshore-development-item-icon-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.advantages-offshore-development-item h5 {
    color: var(--dark-black);
    margin: 16px 0 16px;
}

.advantages-offshore-development-item p {
    color: var(--light-gray);
    letter-spacing: 0.45px;
    line-height: 26px;
}

@media screen and (min-width: 769px) {
    #advantages-offshore-development {
        padding-top: 200px;
    }

    .advantages-offshore-development-box {
        display: grid;
        width: calc(100% - 0px);
        max-width: 1000px;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .advantages-offshore-development-box {
        grid-template-columns: 1fr;
        width: calc(64% - 0px);
        max-width: 560px;
        margin: 0 auto;
        gap: 40px;
        margin-top: 64px;
    }
}

/*=======================================
    resolving-offshore-challenges
=======================================*/

#resolving-offshore-challenges {
    padding-top: 160px;
}

.resolving-offshore-challenge-container {
    background-color: var(--dark-blue);
    padding: 56px 0 88px;
}

.resolving-offshore-challenge-title {
    text-align: center;
}

.resolving-offshore-challenge-title h3 {
    color: var(--white);
}

.resolving-offshore-challenge-box {
    display: grid;
    width: calc(80% - 0px);
    max-width: 360px;
    grid-template-columns: 1fr;
    gap: 44px;
    margin-top: 48px;
}

.resolving-offshore-challenge-item {
    color: var(--white);
    text-align: center;
}

.resolving-offshore-challenge-icon img {
    height: 48px;
    margin: 8px;
}

.resolving-offshore-challenge-item .resolving-offshore-challenge-item-content {
    letter-spacing: 0.45px;
    line-height: 24px;
    margin-top: 16px;
}

@media screen and (min-width: 769px) {
    #resolving-offshore-challenges {
        padding-top: 200px;
    }

    .resolving-offshore-challenge-box {
        display: grid;
        width: calc(100% - 0px);
        max-width: 1000px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 30px;
        margin-top: 72px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .resolving-offshore-challenge-box {
        width: calc(64% - 0px);
        max-width: 560px;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 72px;
    }
}

/*=======================================
    development-achievements
=======================================*/

#development-achievements {
    padding-top: 72px;
}

.development-achievement-box {
    display: grid;
    width: calc(80% - 0px);
    max-width: 360px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 80px 20px;
    margin-top: 68px;
}

.development-achievement-item {
    text-align: center;
}

.development-achievement-item h6 {
    margin-bottom: 8px;
}

.development-achievement-image-box img {
    width: 100%;
}

.development-achievement-item .development-achievement-image-box {
    background-color: #f9f9f9;
}

.development-achievement-item p {
    color: var(--light-gray);
    letter-spacing: 0.25px;
    line-height: 26px;
    margin-top: 12px;
}

@media screen and (min-width: 769px) {
    #development-achievements {
        padding-top: 200px;
    }

    .development-achievement-box {
        width: calc(100% - 0px);
        max-width: 100%;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
        gap: 80px 20px;
        margin-top: 68px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .development-achievement-box {
        width: calc(80% - 0px);
        max-width: 100%;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
        gap: 80px 20px;
        margin-top: 68px;
    }
}

/*=======================================
    composition-development-team
=======================================*/

#composition-development-team {
    padding-top: 152px;
}

.composition-development-team-box {
    display: grid;
    width: calc(80% - 0px);
    max-width: 360px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 64px;
}

.composition-development-team-item {
    text-align: center;
    border: 1px solid #f4f4f4;
    padding: 36px 14px;
}

.composition-development-team-item h6 {
    color: var(--dark-gray);
    margin-top: 6px;
}

.composition-development-team-item p {
    color: var(--dark-black);
    margin-top: 10px;
}

@media screen and (min-width: 769px) {
    #composition-development-team {
        padding-top: 200px;
    }

    .composition-development-team-box {
        display: grid;
        width: calc(100% - 0px);
        max-width: 100%;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
        margin-top: 64px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .composition-development-team-box {
        width: calc(80% - 0px);
        max-width: 100%;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 64px;
    }
}

/*=======================================
    programming-language
=======================================*/

#programming-language {
    padding-top: 200px;
}

.programming-language-skill-box {
    width: calc(100%);
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 80px;
}

.programming-language-skill-item {
    width: 50%;
    text-align: center;
    margin-bottom: 48px;
}

.programming-language-skill-item:nth-of-type(11) {
    margin-bottom: 0px;
}

.programming-language-skill-item:nth-of-type(12) {
    margin-bottom: 0px;
}

@media screen and (min-width: 769px) {
    #programming-language {
        padding-top: 200px;
    }

    .programming-language-skill-box {
        max-width: 100%;
    }

    .programming-language-skill-item {
        width: 20%;
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .programming-language-skill-box {
        width: calc(80%);
    }

    .programming-language-skill-item {
        width: 33%;
        text-align: center;
        margin-bottom: 48px;
    }
}
/*=======================================
    domestic-development-differences-table
=======================================*/

#domestic-development-differences-table {
    padding-top: 200px;
}

.domestic-development-differences-table-box {
    margin-top: 56px;
}

.domestic-development-differences-table-box table {
    width: calc(90%);
    text-align: center;
    margin-top: 40px;
    margin: 0 auto;
}

.table-title-height {
    height: 88px;
}

.table-normal-height {
    height: 112px;
}

.table-row-title {
    color: var(--white);
    background-color: var(--middle-gray);
    border-bottom: 2px solid #ddd;
}

.offshore-box-row-title {
    color: var(--white);
    background-color: var(--light-green);
    border-bottom: 2px solid #ddd;
}

.offshore-box-color {
    background-color: #f2faed;
}

.domestic-table-title {
    width: 72%;
    color: var(--white);
    background-color: var(--middle-gray);
}

.offshore-table-title {
    width: 72%;
    color: var(--white);
    background-color: var(--light-green);
}

.table-row-normal {
    padding: 0 52px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

@media screen and (min-width: 769px) {
    .domestic-table-title {
        width: 40%;
    }

    .offshore-table-title {
        width: 40%;
    }

    .domestic-development-differences-table-box {
        margin-top: 0px;
    }

    .domestic-development-differences-table-box table {
        width: calc(100%);
        margin-top: 40px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .domestic-development-differences-table-box table {
        width: calc(80%);
        text-align: center;
        margin: 56px auto 0px;
    }
}
/*=======================================
    qna
=======================================*/

#qna {
    padding-top: 112px;
}

.qna-container {
    margin-top: 44px;
    width: calc(90%);
}

.accordion .accordion-item:first-child {
    border-top: 1px solid #eee;
}

.accordion .accordion-item {
    border-bottom: 1px solid #eee;
}

.accordion .accordion-item button[aria-expanded="true"] {
    /* border-bottom: 1px solid #03b5d2; */
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
}

.accordion button .accordion-title {
    color: var(--dark-gray);
    margin-left: 24px;
    width: 78%;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    content: url("/images/fag_arrow.svg");
    top: 26px;
    right: 22px;
    transform: rotate(180deg);
    transition: all 0.15s ease-out;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: url("/images/fag_arrow.svg");
    transform: rotate(0deg);
    transition: all 0.15s ease-out;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: url("/images/fag_arrow.svg");
    transform: rotate(0deg);
    transition: all 0.15s ease-out;
}

.accordion button[aria-expanded="true"] .icon {
    transform: rotate(0deg);
    transition: all 0.15s ease-out;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    color: var(--dark-gray);
    width: 90%;
    line-height: 24px;
    margin-left: 24px;
    margin-bottom: 20px;
    padding-right: 0px;
}

@media screen and (min-width: 769px) {
    .qna-container {
        width: calc(100%);
        margin-top: 44px;
    }

    .accordion button .accordion-title {
        width: 100%;
    }

    .accordion .accordion-content p {
        width: 100%;
        padding-right: 88px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .qna-container {
        margin-top: 44px;
        width: calc(80%);
    }
}
/*=======================================
    company
=======================================*/

#company {
    padding-top: 128px;
}

.company-info-table-container {
    margin-top: 32px;
    margin-bottom: 48px;
}

.company-info-table {
    width: calc(90%);
    margin: 0 auto;
}

.company-info-table tr td {
    border: 1px solid #eee;
}

.company-info-title {
    width: calc(20%);
    color: var(--normal-black);
    text-align: center;
    padding: 12px 0;
}

.company-info-normal {
    width: calc(80%);
    color: var(--dark-gray);
    text-align: left;
    padding: 12px 24px;
}

.company-info-normal:last-child {
    line-height: 32px;
}

@media screen and (min-width: 769px) {
    .company-info-table {
        width: calc(100%);
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .company-info-table {
        width: calc(80%);
        margin: 0 auto;
    }

    .table-row-title {
        padding: 12px;
    }
}
/*=======================================
    contact
=======================================*/

.contact-form-box {
    margin-top: 32px;
    margin-bottom: 56px;
}

.contact-form-container {
    width: calc(90%);
}

.label-box {
    top: -1px;
    position: absolute;
    color: var(--white);
    background-color: var(--light-green);
    padding: 2px 8px 6px;
    margin-left: 8px;
    border-radius: 2px;
}

.contact-form-input {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 8px;
}

.contact-form-input label {
    margin-bottom: 8px;
}

.contact-form-input input {
    height: 30px;
    color: var(--middle-dark-gray);
    border-color: #b4b4b4;
    border-radius: 2px;
    padding-left: 4px;
    /* margin-bottom: 8px; */
}

.contact-form-input textarea {
    padding-left: 4px;
}

@media screen and (min-width: 769px) {
    .contact-form-container {
        width: calc(100%);
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
}
/*=======================================
    pin-animation
=======================================*/

.pin-animation-container {
    position: relative;
    height: 400px;
    background-image: url(/images/Main_Visual_Background_Graphic.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.centeredPrompt__item + .centeredPrompt__item {
    margin-top: 5px;
}

.button {
    background-color: #00a1ff;
    padding: 5px 10px;
    color: white;
    font-size: 2em;
    margin-top: 50px !important;
    text-decoration: none;
}

.button:hover {
    text-decoration: none;
    background-color: gray;
    color: white;
    transition: background-color 0.5s cubic-bezier(0.79, -0.33, 0.63, 1.57);
}

.button:visited {
    text-decoration: none !important;
    background-color: gray;
    color: white;
}

.button:active {
    text-decoration: none;
    background-color: gray;
    color: white;
}

.centeredPromptLabel {
    color: #86969c;
    font-size: 5em;
    font-weight: 700;
    text-align: center;
    max-width: 50%;
}

@for $i from 0 through 45 {
    div:nth-of-type(#{$i}) > p {
        animation-delay: 0.15s * $i;
    }
}

$green-dot: #7ac143;
$orange-dot: #f15e24;
$yellow-dot: #ffc425;
$purple-dot: #9a4d9d;

div:nth-of-type(4n-7) > p {
    background: $green-dot;
}
div:nth-of-type(4n-6) > p {
    background: $orange-dot;
}
div:nth-of-type(4n-5) > p {
    background: $yellow-dot;
}
div:nth-of-type(4n-4) > p {
    background: $purple-dot;
}

.pin {
    content: url("/images/map_green_pin.png");
    width: 16px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -14px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

.pin:after {
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    position: absolute;
    /* background: #2f2f2f;
  -webkit-border-radius: 50%;
  border-radius: 50%; */
}
.pulse {
    /* background: rgba(113,195,247, 0.5); */
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: 2;
}
.pulse:after {
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #71c3f7;
    box-shadow: 0 0 1px 2px #71c3f7;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(0deg);
        -moz-transform: translateY(-2000px) rotate(0deg);
        -o-transform: translateY(-2000px) rotate(0deg);
        -ms-transform: translateY(-2000px) rotate(0deg);
        transform: translateY(-2000px) rotate(0deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(0deg);
        -moz-transform: translateY(30px) rotate(0deg);
        -o-transform: translateY(30px) rotate(0deg);
        -ms-transform: translateY(30px) rotate(0deg);
        transform: translateY(30px) rotate(0deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        -moz-transform: translateY(-10px) rotate(0deg);
        -o-transform: translateY(-10px) rotate(0deg);
        -ms-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        -moz-transform: translateY(0) rotate(0deg);
        -o-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(0deg);
        -moz-transform: translateY(-2000px) rotate(0deg);
        -o-transform: translateY(-2000px) rotate(0deg);
        -ms-transform: translateY(-2000px) rotate(0deg);
        transform: translateY(-2000px) rotate(0deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(0deg);
        -moz-transform: translateY(30px) rotate(0deg);
        -o-transform: translateY(30px) rotate(0deg);
        -ms-transform: translateY(30px) rotate(0deg);
        transform: translateY(30px) rotate(0deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        -moz-transform: translateY(-10px) rotate(0deg);
        -o-transform: translateY(-10px) rotate(0deg);
        -ms-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        -moz-transform: translateY(0) rotate(0deg);
        -o-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(0deg);
        -moz-transform: translateY(-2000px) rotate(0deg);
        -o-transform: translateY(-2000px) rotate(0deg);
        -ms-transform: translateY(-2000px) rotate(0deg);
        transform: translateY(-2000px) rotate(0deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(0deg);
        -moz-transform: translateY(30px) rotate(0deg);
        -o-transform: translateY(30px) rotate(0deg);
        -ms-transform: translateY(30px) rotate(0deg);
        transform: translateY(30px) rotate(0deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        -moz-transform: translateY(-10px) rotate(0deg);
        -o-transform: translateY(-10px) rotate(0deg);
        -ms-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        -moz-transform: translateY(0) rotate(0deg);
        -o-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(0deg);
        -moz-transform: translateY(-2000px) rotate(0deg);
        -o-transform: translateY(-2000px) rotate(0deg);
        -ms-transform: translateY(-2000px) rotate(0deg);
        transform: translateY(-2000px) rotate(0deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(0deg);
        -moz-transform: translateY(30px) rotate(0deg);
        -o-transform: translateY(30px) rotate(0deg);
        -ms-transform: translateY(30px) rotate(0deg);
        transform: translateY(30px) rotate(0deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        -moz-transform: translateY(-10px) rotate(0deg);
        -o-transform: translateY(-10px) rotate(0deg);
        -ms-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        -moz-transform: translateY(0) rotate(0deg);
        -o-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

#pin1 {
    -webkit-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    position: absolute;
    left: 74%;
    top: 40%;
}

#pin2 {
    -webkit-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    position: absolute;
    left: 16%;
    top: 18%;
}

#pin4 {
    border-radius: 50% 50% 50% 0;
    position: absolute;
    left: 91.25%;
    top: 15%;
}

#pin6 {
    position: absolute;
    left: 49.8%;
    top: 3%;
}

#pin7 {
    position: absolute;
    left: 81.8%;
    top: 20.8%;
}

#pin8 {
    -webkit-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    position: absolute;
    left: 66.8%;
    top: 41%;
}

@media screen and (min-width: 769px) {
    .pin-animation-container {
        position: relative;
        height: 560px;
        background-image: url(/images/Main_Visual_Background_Graphic.svg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto;
    }

    .pin {
        width: 30px;
        margin: -30px 0 0 -20px;
    }

    #pin2 {
        left: 25%;
        top: 38%;
    }

    #pin4 {
        border-radius: 50% 50% 50% 0;
        left: 78.25%;
        top: 38%;
    }

    #pin6 {
        left: 48.8%;
        top: 20%;
    }

    #pin7 {
        left: 75.8%;
        top: 34.8%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
}

/* popup */
#contact-popup {
    background-color: #fff;
    width: 32%;
    margin: 30px auto;
    padding-bottom: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    .mfp-close {
        color: #fff;
        z-index: 10;
        position: relative;
        font-size: 16px;
        background-color: var(--dark-blue);
        width: 250px;
        margin: 24px auto;
        text-align: center;
        padding: 0;
        border-radius: 3px;
        opacity: 1;
    }
    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 0.7;
    }
}

.contact-header {
    display: flex;
    align-items: center;
    font-size: 32px;
    justify-content: center;
    background-color: var(--dark-blue);
    color: #fff;
    height: 80px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 24px;
}

.contact-content {
    line-height: 2;
    margin: 16px 0;
}

.contact-text {
    text-align: center;
    color: var(--middle-gray);
}

.return-button {
    all: initial;
    display: block;
    color: #fff;
    z-index: 10;
    position: relative;
    font-size: 16px;
    background-color: var(--dark-blue);
    width: 250px;
    margin: 24px auto;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    opacity: 1;
    line-height: 44px;
}
.return-button:hover,
.return-button:focus {
    cursor: pointer;
    transition: all 0.2s ease-out;
    opacity: 0.7;
}
.return-button:focus {
    top: 1px;
}
.text-danger {
    color: #dc3545;
}
.error-input {
    border: 1px solid #dc3545 !important;
}
