.hidey-2 {
    width: 100%;
    height: 100px;
    background-color: rgb(255 255 255 / 0.01%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

@media (max-width: 767px) {
	.hidey, .hidey-2 {
		height: 50px;
	}
}

.footer-text {
	color: #fff;
}

.footer-text span {
	font-weight: 600;
}

.blk01 {
	padding: 50px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.logo-1 {
	text-align: center;
}

.logo-1 img {
	max-width: 300px;
}

.text-01 {
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0;
}


.text-01 span {
	color: var(--yellow);
}


.text-02 {
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0;
	line-height: 1.2;
}


.text-03 {
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 100px 0 0 0;
}




.vid-container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.vid-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.vid-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-translation {
    position: relative;
}

.hidey {
    width: 100%;
    height: 100px;
    background-color: rgb(255 255 255 / 0.01%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}



/*Comments*/
.comment-awaiting-moderation {
    display: none;
}

.mycomments {
    padding: 10px;
    background: transparent;
    border: 1px solid var(--blue);
    border-radius: 10px;
}

.comments-title, .reply {
    display: none;
}

.comments-area .comment-list {
    list-style: none;
    margin-left: 0;
    max-height: 350px;
    overflow: auto;
    padding: 10px;
    background-color: rgb(210, 234, 255);
    font-size: 14px;
    border-radius: 5px;
}

.comment-author img {
    display: none;
}

.comment-metadata a {
    font-size: 12px;
    color: rgb(130, 130, 130);
    text-decoration: none;
}

.says {
    margin-left: -5px
}

.comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-author, .comment-metadata {

}

.comment-reply-title, .comment-notes, .comment-form-url {
    display: none;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    height: 50px;
    font-size: 14px;
}

.comment-form-author, .comment-form-email {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.comment-form-author input, .comment-form-email input {
    width: 100%;
}

.comment-form-cookies-consent {
    display: inline-block;
}

.comment-form-cookies-consent input {
    position: absolute;
}

.comment-form-cookies-consent label {
    margin-left: 20px;
    font-size: 12px;
}

#submit {
    background-color: var(--blue);
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

/*Block 4*/
.blk4 {
    padding: 50px 0 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blk4 .f-title {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
	text-align: center;
}

.blk4 .social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blk4 .social a {
    color: #fff;
    font-size: 21px;
    margin-left: 30px;
    text-decoration: none;
}

.blk4 .social img {
    height: 30px;
    margin-right: 10px;
}

.blk4 .f-social {
    align-items: center;
}

.phone, .mail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.phone img:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.phone a, .mail a {
    color: #fff;
    font-size: 21px;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 600;
}

.work-time {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 50px;
}

.org {
    font-size: 14px;
    color: #fff;
    text-align: right;
}

.end-footer {
    align-items: center;
    margin: 50px 0 30px 0;
}

/*Block 3*/
.blk3 {
    padding: 50px 0;
}

.blk3 .title {
    font-size: 60px;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 600;
}

.archive-title {
	font-size: 36px !important;
}

.accordion {
    --bs-accordion-border-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-item, .accordion, .accordion-button, .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button {
    padding: 40px;
    border-top: 1px solid var(--blue);
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: var(--blue);
}

.accordion-body {
    padding: 0 40px 40px 40px;
}

.accordion-button:hover {
    border-top: 1px solid var(--blue);
}

/*Block 2*/
.blk2 {
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0;
    background-color: var(--yellow);
    margin-top: -3px;
}

.blk2 p {
    text-align: left;
}

.blk2 .p-title {
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.blk2 .p-subtitle {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-left: 50px;
    margin-bottom: 20px;
}

.blk2 img {
    margin-bottom: 40px;
    max-width: 100%;
	margin-top: 0px;
}

/*Block 1*/
.blk1 {

}

.logo-box {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 0;
	justify-content: center;
}

.logo {
	padding: 20px 0 20px 0;
}

.logo-box-m {
    display: none;
}

.logo-box img {
    margin-right: 40px;
}

.logo-box .btn-b, .logo-box .btn-y {
    margin: 0 10px;
}

.btn-b {
    background-color: var(--blue);
}

.btn-y {
    background-color: var(--yellow);
}

.btn-b a, .btn-y a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-b-inner, .btn-y-inner {
    padding: 20px 50px;
	text-align: center;
}

.blue-line-top {
    background-color: var(--blue);
    width: 100%;
    height: 35px;
}

.chat-title p {
    font-size: 28px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}

.chat-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0;
}

.ct-m {
    display: none;
}

.buttons-m {
    display: none;
}

.text-1m {
    display: none;
}

.video-translation {
    padding: 30px 0 15px 0;
}

.bg-text-1blk {
    text-align: right;
    padding-top: 10px;
}

.bg-text-1blk img {
    max-width: 50%;
}

.sd {
	display: flex;
}

.sm {
	display: none;
}

    /*General*/
body {
    font-family: GothamPro;
    font-width: 400;
}

.post, .page {
    margin: 0;
}

strong {
    font-weight: 600 !important;
}

@font-face {
    font-family: GothamPro;
    src: url(/wp-content/themes/shdm/fonts/GothamPro-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: GothamPro;
    src: url(/wp-content/themes/shdm/fonts/GothamPro-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: GothamPro;
    src: url(/wp-content/themes/shdm/fonts/GothamPro-Medium.ttf);
    font-weight: 500;
}

:root {
    --blue: #009FE2;
    --yellow: #FDCE40;
}




@media (min-width: 1200px) and (max-width: 1400px) {
    .chat-title p {
        font-size: 24px;
    }

    .blk4 .f-title {
        font-size: 36px;
    }

    .blk3 .title {
        font-size: 42px;
    }
	
	.archive-title {
		font-size: 32px !important;
	}

    .blk2 .p-title {
        font-size: 42px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .logo-box img {
        margin-right: 20px;
        width: 100px;
    }

    .btn-b a, .btn-y a {
        font-size: 18px;
    }

    .btn-b-inner, .btn-y-inner {
        padding: 10px 16px;
    }

    .chat-title {
        padding: 20px 0 0 0;
    }

    .chat-title p {
        font-size: 16px;
    }

    .chat-title img {
        width: 20px;
    }

    .chat-title img:last-child {
        display: none;
    }

    .blk2 {
        padding: 50px 0;
    }

    .blk2 .p-title {
        font-size: 36px;
    }

    .blk2 .p-subtitle {
        font-size: 28px;
        margin-left: 40px;
        margin-bottom: 20px;
    }

    .blk3 {
        padding: 25px 0 25px 0;
    }

    .blk3 .title {
        font-size: 36px;
    }
	
	.archive-title {
		font-size: 32px !important;
	}

    .accordion-button {
        padding: 30px;
        font-size: 21px;
    }

    .accordion-body {
        padding: 0 30px 30px 30px;
    }

    .blk4 .f-title {
        font-size: 28px;
    }

    .blk4 .social a {
        font-size: 18px;
        margin-left: 20px;
    }

    .blk4 .social img {
        height: 20px;
    }

}

@media screen and (max-width: 590px) {
    .logo-box {
        display: none;
    }

    .logo-box-m {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
		margin-bottom: 20px;
		flex-direction: column;
    }
	.btns-m {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin-top: 20px;
	}

    .video-translation {
        padding: 10px 0 0 0;
    }

    .buttons-m {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .buttons-m .btn-b a, .buttons-m .btn-y a {
        font-size: 18px;
    }

    .buttons-m .btn-b-inner, .buttons-m .btn-y-inner {
        padding: 15px 30px;
    }

    .blue-line-top {
        display: none;
    }

    .ct {
        display: none;
    }

    .ct-m {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .ct-m img {
        width: 25px;
    }

    .chat-title p {
        font-size: 21px;
    }

    .text-1 {
        display: none;
    }

    .text-1m {
        display: block;
        margin-left: -12px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .blk2 {
        padding: 50px 0;
    }

    .blk2 .p-title {
        font-size: 24px;
    }

    .blk2 .p-subtitle {
        font-size: 21px;
        margin-left: 0;
    }

    .blk2 img {
        max-width: 100%;
    }

    .blk3 .title {
        font-size: 24px;
    }
	
	.archive-title {
		font-size: 21px !important;
	}

    .accordion-button {
        padding: 20px;
        font-size: 18px;
    }

    .accordion-body {
        padding: 0 20px 20px 20px;
    }

    .blk3 {
        padding: 25px 0 25px 0;
    }

    .blk4 .f-title {
        font-size: 24px;
    }

    .blk4 .social {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .blk4 .social a {
        margin-left: 0;
        margin-right: 30px;
    }

    .phone, .mail {
        justify-content: flex-start;
    }

    .work-time {
        margin-left: 0;
    }

    .org {
        font-size: 13px;
        text-align: left;
        margin-top: 20px;
    }
	
	.sd {
		display: none !important;
	}

	.sm {
		display: flex !important;
		justify-content: center !important;
	}
	
	.sm a {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}
	
	.text-01 {
		font-size: 28px;
	}
	
	.text-02 {
		font-size: 24px;
	}
	
	.text-03 {
		font-size: 16px;
	}
	
	.logo-1 img {
		max-width: 150px;
	}
	
	.logo-box-m .btn-y-inner, .logo-box-m .btn-b-inner {
		padding: 10px 30px;
	}
	
	.logo-box-m .btn-b a, .logo-box-m .btn-y a {
		font-size: 18px;
	}
	
	.logo {
		padding: 20px 0 20px 0;
		max-width: 100px;
	}
	
	.blk1 .col-md-6 {
		text-align: center;
	}
	
	.footer-text {
		margin-top: 30px;
	}
	
	.btn-y, .btn-b {
		margin: 0 10px;
	}

}