@font-face {
    font-family: "Otoiwo";
    src: local("Otoiwo-Semi-Bold"), local("Otoiwo-Semi-Bold"), url("../fonts/Otoiwo-Semi-Bold.woff2") format("woff2"), url("../fonts/Otoiwo-Semi-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Otoiwo";
    src: local("Otoiwo-ExtBd"), local("Otoiwo-ExtBd"), url("../fonts/Otoiwo-ExtBd.woff2") format("woff2"), url("../fonts/Otoiwo-ExtBd.woff") format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: "Otoiwo";
    src: local("Otoiwo-Black"), local("Otoiwo-Black"), url("../fonts/Otoiwo-Black.woff2") format("woff2"), url("../fonts/Otoiwo-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal
}

html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

html {
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    outline: none;
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit
}

p {
    margin: 0 0 35px 0
}

p:last-child {
    margin: 0
}

body {
    font-family: "Otoiwo";
    color: #1d1d1b;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%
}

.wrapper {
    margin: 160px auto 0;
    padding: 0 0 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 808px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header__links a.active {
    color: #1d1d18
}

.header__links a {
    position: relative;
    font-size: 24px;
    line-height: 135%;
    font-weight: 600;
    color: rgba(29, 29, 24, .2)
}

.header__links a+a {
    padding-left: 30px
}

.header__links a+a::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(29, 29, 24, .2)
}

.header__logo svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header.sticky {
    background-color: #fff
}

.header.sticky .header__menu-btn span,
.header.sticky .header__menu-btn::after,
.header.sticky .header__menu-btn::before {
    background-color: #000 !important
}

.header.sticky .header__logo svg path {
    fill: #000
}

.header__logo {
    display: block;
    width: 185px;
    height: 60px
}

.header__logo img,
.header__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__menu-btn {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    position: relative;
    height: 40px;
    width: 57px;
    cursor: pointer
}

.header__inner {
    height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__menu-btn::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 50%;
    background-color: #000;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    border-radius: 10px
}

.header__menu-btn::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 50%;
    background-color: #000;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    border-radius: 10px
}

.header__menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50%;
    background-color: #000;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.title-one {
    color: #fc0 !important;
    font-size: 70px;
    font-weight: 400;
    line-height: 120%;
    font-weight: 900;
    margin: 0 0 30px 0
}

.white {
    color: #fff !important
}

.dss-text-lg {
    font-size: 36px;
    line-height: 135%;
    margin: 0 0 20px 0
}

.dss-text {
    margin: 0 0 20px 0
}

.dss-img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 70px 0 30px 0
}

.title-twoo {
    padding-left: 35px;
    margin: 0 0 20px 0;
    position: relative;
    color: #1d1d1b;
    font-size: 50px;
    font-weight: 900;
    line-height: 120%
}

.title-twoo::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/title-decor.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.dss-btns {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 150px
}

.dss-btns a {
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 80px;
    display: flex;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
    align-items: center;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 30px;
    background-color: #fff
}

.dss-btns a img {
    width: 24px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

a.dss-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, .1)
}

/* .pointer-none {
    opacity: .3;
    pointer-events: none
} */

blockquote {
    font-size: 36px;
    line-height: 135%;
    margin: 0
}

blockquote strong {
    display: block;
    text-align: right;
    font-weight: 900;
    line-height: 120%;
    font-size: 50px
}

.page-three .wrapper {
    position: relative
}

.page-three .wrapper::after {
    content: "";
    position: absolute;
    height: 240px;
    width: 100%;
    bottom: -30px;
    left: 0;
    right: 0;
    background-color: #fc0
}

.page-three .wrapper::before {
    content: "";
    position: absolute;
    height: 290px;
    width: 50%;
    bottom: -30px;
    right: 0;
    background-color: #fc0
}

.page-four {
    background: #e94190
}

.strong-text {
    font-size: 32px;
    font-weight: 900
}

.strong-text p:last-child {
    text-align: right
}

.page-blue-bg {
    background-color: #004a9b
}

.page-blue-bg * {
    color: #fff
}

.page-blue-bg .header__menu-btn span,
.page-blue-bg .header__menu-btn::after,
.page-blue-bg .header__menu-btn::before {
    background-color: #fff
}

.decor-one {
    max-width: 480px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 50px
}

.text-center {
    text-align: center
}

.decor-twoo {
    max-width: 430px;
    width: 100%;
    display: block;
    margin: 70px auto
}

.dss-box {
    border-radius: 20px;
    background: #1534cc;
    padding: 100px 25px;
    font-size: 36px;
    font-weight: 600;
    line-height: 135%
}

.dss-box img {
    display: block;
    width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto
}

.title-three {
    font-size: 90px;
    line-height: 120%;
    font-weight: 900;
    margin: 0 0 30px 0
}

.strong-text-twoo {
    font-size: 36px;
    line-height: 135%;
    font-weight: 800;
    margin: 0 0 20px 0
}

.text-four {
    font-size: 50px;
    line-height: 120%;
    font-weight: 900
}

.text-five {
    font-size: 50px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 30px 0
}

ol {
    list-style: none;
    counter-reset: num;
    padding: 0;
    margin: 0
}

ol li {
    counter-increment: num;
    font-size: 24px;
    line-height: 150%
}

ol li::before {
    content: counter(num) ". "
}

.title-four {
    padding-left: 35px;
    margin: 70px 0 30px 0;
    position: relative;
    color: #1d1d1b;
    font-size: 70px;
    font-weight: 900;
    line-height: 120%
}

.title-four::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/title-decor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.dss-item {
    position: relative;
    padding-left: 35px;
    margin: 0 0 70px 0
}

.dss-item::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/title-decor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.dss-item p {
    margin: 0 0 30px 0
}

.dss-item strong {
    display: block;
    font-size: 50px;
    line-height: 120%;
    text-align: right
}

.dss-item-twoo {
    margin: 0 0 100px 0
}

.dss-item-twoo p {
    margin: 0 0 20px 0;
    font-size: 70px;
    line-height: 135%;
    font-weight: 600
}

.dss-item-twoo strong {
    display: block;
    text-align: right;
    font-size: 50px;
    line-height: 120%;
    font-weight: 900
}

.dss-item-three {
    margin: 0 0 100px 0
}

.dss-item-three p {
    font-size: 50px;
    line-height: 135%;
    font-weight: 600
}

.dss-item-three strong {
    display: block;
    text-align: right;
    font-size: 50px;
    line-height: 120%;
    font-weight: 900
}

.margin-top {
    margin-top: 70px
}

.yellow-text {
    color: #fc0
}

.red-text {
    margin: 70px 0;
    color: #e13215;
    font-size: 24px
}

.bg-decor-top,
.bg-decor-bot {
    position: relative
}

.bg-decor-top::after,
.bg-decor-top::before,
.bg-decor-bot::after,
.bg-decor-bot::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 320px solid #fc0;
    border-right: 320px solid rgba(0, 0, 0, 0);
    z-index: -1
}

.bg-decor-top::before,
.bg-decor-bot::before {
    right: -20px;
    left: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bg-decor-top::after,
.bg-decor-top::before {
    margin: -160px 0 0 0
}

.bg-decor-bot::after,
.bg-decor-bot::before {
    top: auto;
    bottom: -160px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bg-decor-bot::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.page-fiveteen .bg-decor-top,
.page-fiveteen .bg-decor-bot {
    position: relative
}

.page-fiveteen .bg-decor-top::after,
.page-fiveteen .bg-decor-top::before,
.page-fiveteen .bg-decor-bot::after,
.page-fiveteen .bg-decor-bot::before {
    border-top: 320px solid #e94190
}

.page-sixteen .margin-top {
    margin-top: 200px
}

.title-twoo-dark::after {
    background-image: url("/wp-content/uploads/2025/09/title-decor-dark.svg")
}

.page-seventeen {
    background-color: #000
}

.page-seventeen .header__logo svg path {
    fill: #fff !important;
}

.page-seventeen .header{
	background-color: #000 !important;
}

.page-seventeen .header__menu-btn span,
.page-seventeen .header__menu-btn::after,
.page-seventeen .header__menu-btn::before {
    background-color: #fff
}

.page-seventeen * {
    color: #fff !important
}

.text-decor {
    position: relative;
    padding-left: 35px;
    font-size: 36px;
    line-height: 135%;
    margin: 0 0 70px 0
}

.text-decor::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/title-decor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.page-seventeen .title-twoo::after{
	background-image: url("/wp-content/uploads/2025/09/title-decor-white.svg");
}
.page-seventeen .title-one.title-three {
	color: #FFCC00 !important;
}
.dss-bg-orange {
	padding: 30px 20px;
	margin: 0 0 100px 0;
	background-color: #FFCC00;

	*:last-child {
		margin: 0;
	}
}
.dss-bg-yellow{
		padding: 30px 20px;
	margin: 0 0 100px 0;
	background-color: #FFF5D8;

	*:last-child {
		margin: 0;
	}
}

.margin-top-twoo {
	margin-top: 200px;
}

.page-fiveteen.tablet-introheirs {
	background-color: #FFCC00;
}

.bg-decor-top,
.bg-decor-bot {

	&::after,
	&::before {
		border-top: 320px solid #004A9B !important;
	}
}

.dss-item-lg{
	font-size: 50px;
	line-height: 135%;
}

.page-fiveteen .bg-decor-top::after, .page-fiveteen .bg-decor-top::before, .page-fiveteen .bg-decor-bot::after, .page-fiveteen .bg-decor-bot::before {
    border-top: 320px solid #e94190 !important;
}

.bg-decor-top.yellow-decor::after,
.bg-decor-top.yellow-decor::before,
.bg-decor-bot.yellow-decor::after,
.bg-decor-bot.yellow-decor::before {
      border-top: 320px solid #fc0 !important;
}

.tablet-introheirs .bg-decor-top::after, 
.tablet-introheirs .bg-decor-top::before, 
.tablet-introheirs .bg-decor-bot::after, 
.tablet-introheirs .bg-decor-bot::before {
    border-top: 320px solid #004a9b !important;
}
.md-img{
	width: 60%;
}

@media(max-width: 576px) {
    .title-one {
        font-size: 40px
    }

    .header__logo {
        width: 125px;
        height: 40px
    }

    .header__menu-btn {
        width: 35px;
        height: 25px
    }

    .wrapper {
        margin: 125px auto 0
    }

    .dss-text-lg {
        font-size: 24px
    }

    .dss-text {
        font-size: 20px;
        line-height: 150%
    }

    .title-twoo {
        font-size: 30px;
        padding-left: 25px
    }

    .title-twoo::after {
        width: 15px;
        height: 15px
    }

    .dss-img {
        margin: 70px 0 20px 0
    }

    .title-twoo::after {
        top: 10px
    }

    .dss-btns {
        margin-top: 100px
    }

    .dss-btns a {
        width: 90px;
        height: 60px
    }

    .dss-btns a img {
        width: 15px;
        height: 30px
    }

    blockquote {
        font-size: 24px
    }

    blockquote strong {
        font-size: 30px
    }

    .strong-text {
        font-size: 20px;
        line-height: 120%
    }

    .strong-text p {
        margin: 0 0 25px 0
    }

    .text-four {
        font-size: 30px
    }

    .text-five {
        font-size: 30px
    }

    .title-four {
        font-size: 40px
    }

    .title-three {
        font-size: 50px
    }

    .strong-text-twoo {
        font-size: 24px
    }

    ol li {
        font-size: 20px
    }

    .title-four::after {
        top: 15px
    }

    .header__inner {
        height: 80px
    }

    .red-text {
        font-size: 20px
    }

    .dss-item strong {
        font-size: 30px
    }

    .header__links a {
        font-size: 18px
    }

    .header__links a+a {
        padding-left: 25px
    }

    .header__links a+a::after {
        left: 7px
    }

    .bg-decor-top::after,
    .bg-decor-top::before,
    .bg-decor-bot::after,
    .bg-decor-bot::before {
        border-top: 220px solid #fc0;
        border-right: 220px solid rgba(0, 0, 0, 0)
    }

    .text-decor {
        font-size: 24px;
        padding-left: 25px
    }

    .text-decor::after {
        top: 5px
    }
	.bg-decor-top::after,
	.bg-decor-top::before,
	.bg-decor-bot::after,
	.bg-decor-bot::before {
	  border-top: 220px solid #004A9B !important;
	}
	.page-fiveteen .bg-decor-top::after, .page-fiveteen .bg-decor-top::before, .page-fiveteen .bg-decor-bot::after, .page-fiveteen .bg-decor-bot::before {
    border-top: 220px solid #e94190 !important;
}
	
	.bg-decor-top.yellow-decor::after,
.bg-decor-top.yellow-decor::before,
.bg-decor-bot.yellow-decor::after,
.bg-decor-bot.yellow-decor::before {
      border-top: 220px solid #fc0 !important;
}
	.tablet-introheirs .bg-decor-top::after, 
.tablet-introheirs .bg-decor-top::before, 
.tablet-introheirs .bg-decor-bot::after, 
.tablet-introheirs .bg-decor-bot::before {
    border-top: 220px solid #004a9b !important;
}
	
	.dss-item-twoo p,
	.dss-item-three p{
		font-size: 34px;
	}
	.dss-item-twoo strong,
	.dss-item-three strong{
		font-size: 32px;
	}
	
	.dss-lg-mob{
    	font-size: 38px !important;
	}
	
}