html { 
	font-size: 62.5%; 
}
body {		
	margin: 0;
	padding: 0;	
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	background-color: #fff;
	color: #000;
	max-width:1920px;
	margin:0 auto;
	font-size: 2rem;
	font-family: 'Rubik', sans-serif;
	line-height: 1.45;
	font-weight: 300;
}
img, iframe {
	border:none;
	max-width:100%;
}
p {
    margin-bottom: 2.8rem
}
a {
	transition: background-color 0.5s linear 0s, color 0.5s linear 0s;
    color: #0066b3;
    box-shadow: none;
    text-decoration: none;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 2rem;
}
.container {
	max-width: 117rem;
	margin: 0 auto;
}
.font-110 {
    font-size: 11rem;
}
.font-60 {
    font-size: 6rem;
}
.font-68 {
    font-size: 6.8rem;
}
.font-65 {
    font-size: 6.5rem;
}
.font-50 {
    font-size: 5rem;
}
.font-42 {
    font-size: 4.2rem;
}
.font-40 {
    font-size: 4rem;
}
.font-35 {
    font-size: 3.5rem;
}
.font-30 {
    font-size: 3rem;
}
.font-25 {
    font-size: 2.5rem;
}
.font-24 {
    font-size: 2.4rem;
}
.font-22 {
    font-size: 2.2rem;
}
.font-18 {
    font-size: 1.8rem;
}
.fw-900 {
    font-weight: 900;
}
.fw-800 {
    font-weight: 800;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.color-white {
	color: #fff;
}
.color-orange {
	color: #f2a511;
}
.color-lblack {
	color: #323232;
}
.mb-50 {
	margin-bottom: 5rem;
}
.mb-40 {
	margin-bottom: 4rem;
}
.mb-30 {
	margin-bottom: 3rem;
}
.mb-20 {
	margin-bottom: 2rem
}
.mb-15 {
	margin-bottom: 1.5rem
}
.mb-10 {
	margin-bottom: 1rem
}
.font-rubik {
	font-family: 'Rubik', sans-serif;
}
.font-roboto {
	font-family: 'Roboto', sans-serif;
}
.lh-12 {
    line-height: 1.2;
}
.lh-11 {
	line-height: 1.1;
}
.lh-1 {
	line-height: 1;
}
ul {
    margin-bottom: 28px;
    margin-left: 40px;
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
b, strong {
    font-weight: 700;
}
form {
    width: 100%;
}

/** Header **/
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 1rem 5rem 1rem 3rem;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
header .container {
    max-width: 100%;
}
.mobile-menu {
    display: none;
}
ul.header-menu {
    margin: 0;
    padding: 1.5rem 0 0 0;
    list-style: none;
    text-align: right;
}
ul.header-menu li {
    display: inline;
}
ul.header-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 1rem .5rem;
    font-weight: 400;
    font-size: 2.3rem;
    border-bottom: 1px solid transparent;
    margin: 0 2rem;
}
ul.header-menu li a:hover {
    color: #f2a511 !important;
    border-color: #f2a511 !important;
}
li.current-page a {
    color: #f2a511 !important;
    border-color: #f2a511 !important;
}
img.header-logo {
    max-width: 300px;
    width: 100%;
}
.yt-link img {
    max-width: 5.3rem;
}
.yt-link a {
    margin: 0 !important;
    padding: 0 !important;
}
button.menu-toggle {
    width: 6rem;
    text-indent: -9999px;
    background-color: transparent !important;
    height: 4.5rem;
    display: inline-block;
    padding: 0;
    position: absolute;
    left: 5rem;
    top: 4rem;
    vertical-align: middle;
    margin-right: 3rem;
    font-size: 0;
    line-height: normal !important;
    overflow: hidden;
    border: 0 !important;
}
.menu-toggle::before {
    height: .6rem;
    display: block;
    background: #fff;
    width: 6rem;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.1s linear 0s;
    cursor: pointer;
    box-shadow: -1rem 2rem 0 #fff;
}
.menu-toggle::after {
    height: .6rem;
    display: block;
    background: #fff;
    width: 6rem;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.1s linear 0s;
    cursor: pointer;
}
.menu-toggle.activated::before {
    top: auto;
    transform: rotate(40deg);
    box-shadow: none;
    bottom: 2rem;
}
.menu-toggle.activated::after {
    bottom: 2rem;
    transform: rotate(-40deg);
    top: auto;
}
ul.mobile-header-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(100% + 3rem);
    width: 300px;
    background-color: rgba(242, 165, 16, .98);
    list-style: none;
    display: none;
}
ul.mobile-header-menu li a {
    display: block;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #f9f9f9;
    font-size: 1.5rem;
    background-color: transparent;
    margin: 0;
    color: #fff !important;
}
ul.mobile-header-menu li:last-of-type a {
	border-bottom: 0;
}
li.current-page a {
    border-color: #ffff !important;
}

/** Footer **/
.footer-sec01 {
    padding: 3rem 2rem 0;
    background-color: #f2a511;
}
.footer-sec01 h2 {
    line-height: 1;
    margin-top: 2rem;
}
img.footer-book {
    margin-top: 2rem;
    padding-right: 0.5rem;
}
.footer-sec01 .col-md-3 {
    width: 17.949%;
}
.footer-sec01 .col-md-5 {
    width: 62.393%;
}
.footer-sec01 .col-md-4 {
    width: 19.654%;
}
footer ul {
    padding: 1rem;
    list-style: none;
    display: grid;
    grid-template-columns: 0.8fr 1fr 0.8fr;
    margin: 0px 6rem 0 0;
}
footer ul li {
    position: relative;
}
footer ul li a {
    color: #323232;
    transition: color 0.3s;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 400;
}
footer ul li a:hover {
    color: #323232 !important;
}
footer ul li:before {
    content: "\f101";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    color: #fff;
    font-size: 1.4rem;
    margin-right: 1.5rem;
    position: relative;
    top: -1px;
}
img.footer-women {
    margin-bottom: -16px;
	width: 20rem;
}
.footer-sec02 {
    padding: 20px 25px 20px 25px;
}
.footer-sec02 p {
    margin: 0;
}
.footer-sec02 p a:hover {
    color: #333 !important;
}

/** Footer Form **/
.ph-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}
.ph-form .field-group {
    width: calc(50% - 0.5rem);
}
.ph-form .field-group-button {
    width: 100%;
}
.ph-form .element-field {
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-radius: 2px 2px 2px 2px;
    padding: .7rem 2rem;
    min-height: 5.9rem;
    width: 100%;
    font-size: 18px;
    color: #1f2124;
}
.ph-form button.element-button {
    min-height: 5.9rem;
    width: 100%;
    font-family: "Roboto", Sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 2px 2px 2px 2px;
    background-color: #0066b3;
    color: #ffffff;
    border: none;
    padding-block-end: 0;
    padding-block-start: 0;
}
.show-mb {
	display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    ul.header-menu li a {
        margin: 0 1rem;
    }
    .container {
    	max-width: 110rem;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-sec01 {
        padding: 3rem 2rem 2rem;
    }
	.footer-sec01 .col-md-4 {
	    display: none;
	}
	.footer-sec01 .col-md-3 {
	    width: 25%;
	}
	.footer-sec01 .col-md-5 {
	    width: 75%;
	}
}

@media only screen and (max-width: 1023px) {
    br {
        display: none;
    }
    .desktop-menu {
    	display: none;
    }
    .mobile-menu {
    	display: flex;
    }
    header {
	    padding: 1rem 3rem 1rem 2rem;
	}
	.yt-menu img {
	    max-width: 5.3rem;
	}
	img.header-logo {
	    max-width: 25rem;
	    margin: 0 auto;
	    display: block;
	}
	.footer-sec01 .col-md-5 {
	    width: 75%;
	}
}

@media (max-width: 767px) {
	footer ul {
		display: none;
	}
	.footer-sec01 .col-md-3, .footer-sec01 .col-md-5 {
		width: 100%;
	}
	header {
        padding: 1rem 1rem 1rem 2rem;
    }
    .text-center-mobile {
    	text-align: center;
    }
    img.footer-book {
	    width: 43%;
	    display: block;
	    margin: 0 auto 3rem;
        padding-right: 0;
	}
	.footer-sec01 {
        padding: 3rem 2rem 4rem;
    }
    footer .font-40 {
	    font-size: 3rem;
	}
    .footer-sec01 h2 {
        margin-top: 0;
    }
    .ph-form .field-group {
        width: 100%;
    }
    .ph-form .element-field {
        padding: .7rem 2rem;
        min-height: 5rem;
    }
	.show-mb {
		display: block;
	}
	.hide-mb {
		display: none;
	}
	.footer-sec02 {
		text-align: center;
	}
}

@media only screen and (max-width: 425px) {
    button.menu-toggle {
        left: 2rem;
    }
}

/* # Font Sizing
   # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere.
---------------------------------------------------------------------------------------------------- */
/* # Font Sizing # Please insert all media queries below, avoid creating new breakpoints and inserting anywhere. ---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    html {
        font-size: 50%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    html {
        font-size: 48%;
    }
}
@media only screen and (max-width: 960px) {
    html {
        font-size: 50%;
    }
}
/*@media only screen and (max-width:960px)  { html { font-size: 62.5%;    } }
@media only screen and (max-width:768px)  { html { font-size: 62.5%; } }*/