@charset "UTF-8";
@charset "UTF-8";

  .dsn-button-sidebar, .dsn-sidebar, .close-wind {
position: fixed;
}
.close-wind {
position: fixed;
cursor: pointer;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: var(--bg-color);
opacity: 0.5;
} .dsn-button-sidebar {
width: 100px;
height: 100px;
right: -50px;
top: 50%;
border-radius: 50%;
transform: translateY(-50%);
cursor: pointer;
transition: all 0.5s;
z-index: 13;
color: var(--heading-color);
}
.dsn-button-sidebar span {
position: relative;
display: inline-block;
transform: translate(-150%, -50%);
top: 50%;
left: 50%;
font-size: 16px;
transition: all 0.3s ease-out;
}
.dsn-button-sidebar:hover {
width: 80px;
height: 80px;
}
.dsn-button-sidebar:hover span {
font-size: 14px;
transform: translate(-210%, -50%);
} .dsn-sidebar {
top: 0;
right: 0;
height: 100%;
width: 420px;
max-width: 90%;
z-index: 999999;
box-sizing: content-box;
opacity: 0;
visibility: hidden;
transition: all 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.admin-bar .dsn-sidebar {
top: 46px;
height: calc(100% - 46px);
}
@media screen and (min-width: 783px) {
.admin-bar .dsn-sidebar {
top: 32px;
height: calc(100% - 32px);
}
}
.dsn-sidebar .sidebar-single {
position: absolute;
height: 100%;
width: 100%;
top: 0;
opacity: 0;
visibility: hidden;
right: -100%;
padding: 50px 20px;
overflow: auto;
transition: all 1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.dsn-sidebar .sidebar-single-content {
padding-bottom: 50px;
}
.dsn-sidebar .sidebar-single-content > *:not(.row) {
padding: 30px;
background-color: var(--bg-color);
border-radius: 3px;
}
@media only screen and (max-width: 575px) {
.dsn-sidebar .sidebar-single-content > *:not(.row) {
padding: 20px 10px;
}
}
.dsn-sidebar .sidebar-single-content > *:not(.row):not(:first-child) {
margin-top: 50px;
} .dsn-show-sidebar .site-header {
z-index: 1;
}
.dsn-show-sidebar .dsn-sidebar {
opacity: 1;
visibility: visible;
}
.dsn-show-sidebar .dsn-sidebar .sidebar-single {
right: 0;
opacity: 1;
visibility: visible;
}
.sidebar-single .title-s {
position: relative;
letter-spacing: 1px;
font-size: 20px;
margin-bottom: 30px;
padding-bottom: 15px;
}
.sidebar-single .title-s::before, .sidebar-single .title-s::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 1px;
}
.sidebar-single .title-s::before {
width: 100%;
background-color: var(--border-color);
}
.sidebar-single .title-s::after {
width: 60px;
background-color: var(--theme-color);
}
.sidebar-single select {
padding: 5px 30px 5px 15px;
outline: none;
background: url(//esselle.in/wp-content/themes/grida/assets/img/arrow-icon.png) 93% center no-repeat #fff;
color: #000;
-webkit-appearance: none;
appearance: none;
} .widget_archive, .widget_categories, .widget_pages, .widget_nav_menu, .widget_recent_comments {
position: relative;
}
.widget_archive li, .widget_categories li, .widget_pages li, .widget_nav_menu li, .widget_recent_comments li {
color: var(--theme-color);
position: relative;
padding-left: 20px;
margin-top: 15px;
}
.widget_archive li:not(:last-child), .widget_categories li:not(:last-child), .widget_pages li:not(:last-child), .widget_nav_menu li:not(:last-child), .widget_recent_comments li:not(:last-child) {
border-bottom: 1px solid var(--border-color);
padding-bottom: 15px;
}
.widget_archive li::before, .widget_categories li::before, .widget_pages li::before, .widget_nav_menu li::before, .widget_recent_comments li::before {
content: "";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
position: absolute;
left: 0;
top: 0;
color: var(--theme-color);
opacity: 0.4;
}
.widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_nav_menu li a, .widget_recent_comments li a {
padding-right: 5px;
color: var(--heading-color);
}
.widget_archive li > .children, .widget_archive li .sub-menu, .widget_categories li > .children, .widget_categories li .sub-menu, .widget_pages li > .children, .widget_pages li .sub-menu, .widget_nav_menu li > .children, .widget_nav_menu li .sub-menu, .widget_recent_comments li > .children, .widget_recent_comments li .sub-menu {
position: relative;
}
.widget_archive li > .children li, .widget_archive li .sub-menu li, .widget_categories li > .children li, .widget_categories li .sub-menu li, .widget_pages li > .children li, .widget_pages li .sub-menu li, .widget_nav_menu li > .children li, .widget_nav_menu li .sub-menu li, .widget_recent_comments li > .children li, .widget_recent_comments li .sub-menu li {
border: 0;
padding-bottom: 0;
}
.widget_archive li, .widget_recent_comments li {
padding-left: 22px;
}
select {
width: 100%;
} .widget-search form {
position: relative;
}
.widget-search form:before {
position: absolute;
top: 18px;
right: 17px;
font-size: 13px;
color: var(--heading-color);
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
-webkit-font-smoothing: antialiased;
line-height: 0.5;
}
.widget-search form input {
padding: 11px 25px 10px 14px;
width: 100%;
outline: none;
font-size: 15px;
color: #fff;
font-weight: 500;
background-color: var(--bg-color);
border: 2px solid var(--border-color);
border-radius: 0;
margin-bottom: 0;
} .widget_archive .screen-reader-text,
.widget_pages .screen-reader-text {
display: none;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
color: var(--heading-color);
}
.widget_archive li,
.widget_pages li {
font-size: 15px;
} .calendar_wrap tr:nth-child(even) {
background-color: inherit !important;
}
.calendar_wrap .wp-calendar-nav-prev,
.calendar_wrap .wp-calendar-nav-next, .calendar_wrap caption {
color: var(--theme-color);
}
.calendar_wrap table th, .calendar_wrap caption {
font-family: var(--heading-font);
}
.calendar_wrap table tr {
text-align: center;
overflow: hidden;
}
.calendar_wrap table tr th {
color: var(--heading-color);
font-weight: bold;
padding: 10px 5px;
}
.calendar_wrap table tr td {
position: relative;
color: var(--heading-color);
padding: 10px 5px;
font-size: 13px;
word-break: inherit;
}
.calendar_wrap table tr td#today {
color: var(--heading-color);
font-weight: bold;
background-color: var(--theme-color);
}
.calendar_wrap tfoot {
margin-top: 30px;
}
.calendar_wrap caption {
caption-side: top;
text-align: left;
letter-spacing: 1.5px;
margin-bottom: 15px;
} .widget_categories { }
.widget_categories form .screen-reader-text {
display: none;
}
.widget_categories li:before {
content: "";
} .widget_pages li:before, .widget_nav_menu li:before {
content: "";
} .widget_tag_cloud .tagcloud,
.widget_tag_cloud ul,
.widget_meta .tagcloud,
.widget_meta ul,
.widget_rss .tagcloud,
.widget_rss ul {
position: relative;
}
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud ul a,
.widget_meta .tagcloud a,
.widget_meta ul a,
.widget_rss .tagcloud a,
.widget_rss ul a {
cursor: pointer;
padding: 6px 12px;
position: relative;
font-size: 14px;
margin: 5px 10px 5px 0;
border-radius: 2px;
border: 1px solid var(--border-color);
display: inline-block;
}
.widget_tag_cloud .tagcloud a:last-child,
.widget_tag_cloud ul a:last-child,
.widget_meta .tagcloud a:last-child,
.widget_meta ul a:last-child,
.widget_rss .tagcloud a:last-child,
.widget_rss ul a:last-child {
margin-bottom: 0 !important;
}
.widget_tag_cloud .tagcloud a.rsswidget,
.widget_tag_cloud ul a.rsswidget,
.widget_meta .tagcloud a.rsswidget,
.widget_meta ul a.rsswidget,
.widget_rss .tagcloud a.rsswidget,
.widget_rss ul a.rsswidget {
color: var(--heading-color);
display: block;
font-weight: 600;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_tag_cloud .tagcloud a.tag-cloud-link,
.widget_tag_cloud ul a.tag-cloud-link,
.widget_meta .tagcloud a.tag-cloud-link,
.widget_meta ul a.tag-cloud-link,
.widget_rss .tagcloud a.tag-cloud-link,
.widget_rss ul a.tag-cloud-link {
font-size: 14px !important;
letter-spacing: 1.5px;
color: var(--heading-color);
}
.widget_tag_cloud .tagcloud a .tag-link-count,
.widget_tag_cloud ul a .tag-link-count,
.widget_meta .tagcloud a .tag-link-count,
.widget_meta ul a .tag-link-count,
.widget_rss .tagcloud a .tag-link-count,
.widget_rss ul a .tag-link-count {
margin-left: 5px;
color: var(--heading-color);
}
.widget_rss li {
border-bottom: 1px solid var(--border-color);
padding-bottom: 15px;
}
.widget_rss img {
width: auto;
}
.widget_meta ul li a,
.widget_rss ul li a {
background-color: inherit;
border: 0;
padding-left: 0;
}
.widget_meta ul li a:hover,
.widget_rss ul li a:hover {
background-color: inherit;
}
.widget_meta .rssSummary,
.widget_rss .rssSummary {
color: inherit;
font-size: 14px;
line-height: 20px;
margin-bottom: 5px;
margin-top: 10px;
}
.widget_meta .rss-date,
.widget_rss .rss-date {
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
letter-spacing: 2px;
}
.widget_meta cite,
.widget_rss cite {
color: var(--heading-color);
} .widget_recent_comments,
.widget_recent_entries {
position: relative;
}
.widget_recent_comments li,
.widget_recent_entries li {
position: relative;
font-size: 15px;
color: var(--heading-color);
margin-right: 5px;
padding-bottom: 15px;
border-bottom: 1px solid var(--border-color);
}
.widget_recent_comments li.recentcomments,
.widget_recent_entries li.recentcomments {
color: var(--font-color);
}
.widget_recent_comments li.recentcomments .url,
.widget_recent_entries li.recentcomments .url {
color: var(--heading-color);
}
.widget_recent_comments li.recentcomments span,
.widget_recent_entries li.recentcomments span {
color: var(--theme-color);
}
.widget_recent_comments li .comment-author-link,
.widget_recent_entries li .comment-author-link {
color: var(--heading-color);
}
.widget_recent_comments li span.post-date,
.widget_recent_entries li span.post-date {
padding: 0 3px;
line-height: 1.7;
}
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
margin-bottom: 0 !important;
padding-bottom: 0;
border: none;
}
.widget_recent_comments li a,
.widget_recent_entries li a {
line-height: 1.7;
color: var(--theme-color);
}
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover {
color: var(--heading-color);
}
.widget_recent_comments li:before {
content: "";
top: 4px;
} .widget_text .textwidget > *:not(:first-child):not(:last-child), .widget_text .textwidget p:not(:first-child):not(:last-child) {
margin-top: 15px;
margin-bottom: 15px;
}
.post-password-form .wp-block-search__button, .wp-block-search .wp-block-search__button {
background-color: var(--theme-color);
}
.dsn-sidebar .wp-block-latest-comments__comment-excerpt p {
margin-bottom: 0;
}
.post-full-content ul, .post-full-content ol, .widget_text ul, .widget_text ol {
position: relative;
}
.wp-block-freeform.block-library-rich-text__tinymce > .post-full-content ul, .wp-block-freeform.block-library-rich-text__tinymce > .post-full-content ol, .wp-block-freeform.block-library-rich-text__tinymce > .widget_text ul, .wp-block-freeform.block-library-rich-text__tinymce > .widget_text ol {
padding-left: 0;
}
.post-full-content ul li, .post-full-content ol li, .widget_text ul li, .widget_text ol li {
line-height: 1.7;
margin-bottom: 15px;
vertical-align: baseline;
list-style: inherit;
}
.post-full-content ul li a, .post-full-content ol li a, .widget_text ul li a, .widget_text ol li a {
color: var(--theme-color);
}
.post-full-content ul li > div, .post-full-content ol li > div, .widget_text ul li > div, .widget_text ol li > div {
display: inline-block;
}
.post-full-content ul li:not(.blocks-gallery-item):last-child, .post-full-content ol li:not(.blocks-gallery-item):last-child, .widget_text ul li:not(.blocks-gallery-item):last-child, .widget_text ol li:not(.blocks-gallery-item):last-child {
margin-bottom: 0;
}
.post-full-content ul li ul, .post-full-content ul li ol, .post-full-content ol li ul, .post-full-content ol li ol, .widget_text ul li ul, .widget_text ul li ol, .widget_text ol li ul, .widget_text ol li ol {
padding-left: 0;
margin-top: 15px;
margin-left: 1rem;
}
.post-full-content ol, .widget_text ol {
list-style: decimal inside;
}
.post-full-content ul, .widget_text ul {
list-style: disc inside;
}
.post-full-content ul ul, .widget_text ul ul {
list-style: circle inside;
}
.post-full-content dt, .widget_text dt {
line-height: 1.8;
font-weight: bold;
color: var(--heading-color);
opacity: 0.8;
}
.post-full-content dd, .widget_text dd {
margin: 0 1rem 1rem;
}
.post-full-content pre, .post-full-content blockquote, .post-full-content .post-password-form input[type=password], .post-full-content code, .post-full-content table th, .post-full-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .post-full-content .wp-block-pullquote:before, .post-full-content .wp-block-calendar table th,
.post-full-content .wp-block-button__link, .widget_text pre, .widget_text blockquote, .widget_text .post-password-form input[type=password], .widget_text code, .widget_text table th, .widget_text .wp-block-table.is-style-stripes tbody tr:nth-child(odd), .widget_text .wp-block-pullquote:before, .widget_text .wp-block-calendar table th,
.widget_text .wp-block-button__link {
background-color: var(--assistant-color);
}
.post-full-content blockquote code, .post-full-content .wp-block-freeform.block-library-rich-text__tinymce code, .widget_text blockquote code, .widget_text .wp-block-freeform.block-library-rich-text__tinymce code {
background-color: var(--bg-color);
}
.post-full-content pre, .post-full-content blockquote, .post-full-content .wp-caption-text, .post-full-content .wp-caption .wp-caption-dd,
.post-full-content .post-password-form input[type=password], .post-full-content code, .post-full-content table th, .post-full-content table td, .post-full-content .wp-block-freeform.block-library-rich-text__tinymce code,
.post-full-content .wp-block-embed figcaption, .post-full-content .wp-block-archives a, .post-full-content .wp-block-archives li::marker, .post-full-content .wp-block-calendar table caption, .post-full-content footer.wp-block-latest-comments__comment-meta a, .post-full-content .wp-block-latest-posts a,
.post-full-content .wp-block-image figcaption, .post-full-content .blocks-gallery-caption, .post-full-content .wp-block-button__link, .post-full-content .is-style-outline .wp-block-button__link, .post-full-content .wp-block-button__link.is-style-outline, .widget_text pre, .widget_text blockquote, .widget_text .wp-caption-text, .widget_text .wp-caption .wp-caption-dd,
.widget_text .post-password-form input[type=password], .widget_text code, .widget_text table th, .widget_text table td, .widget_text .wp-block-freeform.block-library-rich-text__tinymce code,
.widget_text .wp-block-embed figcaption, .widget_text .wp-block-archives a, .widget_text .wp-block-archives li::marker, .widget_text .wp-block-calendar table caption, .widget_text footer.wp-block-latest-comments__comment-meta a, .widget_text .wp-block-latest-posts a,
.widget_text .wp-block-image figcaption, .widget_text .blocks-gallery-caption, .widget_text .wp-block-button__link, .widget_text .is-style-outline .wp-block-button__link, .widget_text .wp-block-button__link.is-style-outline {
color: var(--heading-color);
}
.post-full-content pre a, .post-full-content blockquote a, .post-full-content .wp-caption-text a, .post-full-content .wp-caption .wp-caption-dd a,
.post-full-content .post-password-form input[type=password] a, .post-full-content code a, .post-full-content table th a, .post-full-content table td a, .post-full-content .wp-block-freeform.block-library-rich-text__tinymce code a,
.post-full-content .wp-block-embed figcaption a, .post-full-content .wp-block-archives a a, .post-full-content .wp-block-archives li::marker a, .post-full-content .wp-block-calendar table caption a, .post-full-content footer.wp-block-latest-comments__comment-meta a a, .post-full-content .wp-block-latest-posts a a,
.post-full-content .wp-block-image figcaption a, .post-full-content .blocks-gallery-caption a, .post-full-content .wp-block-button__link a, .post-full-content .is-style-outline .wp-block-button__link a, .post-full-content .wp-block-button__link.is-style-outline a, .widget_text pre a, .widget_text blockquote a, .widget_text .wp-caption-text a, .widget_text .wp-caption .wp-caption-dd a,
.widget_text .post-password-form input[type=password] a, .widget_text code a, .widget_text table th a, .widget_text table td a, .widget_text .wp-block-freeform.block-library-rich-text__tinymce code a,
.widget_text .wp-block-embed figcaption a, .widget_text .wp-block-archives a a, .widget_text .wp-block-archives li::marker a, .widget_text .wp-block-calendar table caption a, .widget_text footer.wp-block-latest-comments__comment-meta a a, .widget_text .wp-block-latest-posts a a,
.widget_text .wp-block-image figcaption a, .widget_text .blocks-gallery-caption a, .widget_text .wp-block-button__link a, .widget_text .is-style-outline .wp-block-button__link a, .widget_text .wp-block-button__link.is-style-outline a {
color: var(--theme-color);
}
.post-full-content .wp-block-freeform.block-library-rich-text__tinymce a, .post-full-content .wp-block-pullquote cite, .post-full-content .wp-block-pullquote:before,
.post-full-content .wp-block-pullquote .wp-block-pullquote__citation, .post-full-content .wp-block-archives li,
.post-full-content .wp-block-calendar table td a, .post-full-content .wp-calendar-nav a, .post-full-content footer.wp-block-latest-comments__comment-meta, .post-full-content footer.wp-block-latest-comments__comment-meta time, .post-full-content .wp-block-latest-posts time,
.post-full-content .wp-block-tag-cloud a, .post-full-content .wp-block-rss__item a, .post-full-content .wp-block-quote cite, .widget_text .wp-block-freeform.block-library-rich-text__tinymce a, .widget_text .wp-block-pullquote cite, .widget_text .wp-block-pullquote:before,
.widget_text .wp-block-pullquote .wp-block-pullquote__citation, .widget_text .wp-block-archives li,
.widget_text .wp-block-calendar table td a, .widget_text .wp-calendar-nav a, .widget_text footer.wp-block-latest-comments__comment-meta, .widget_text footer.wp-block-latest-comments__comment-meta time, .widget_text .wp-block-latest-posts time,
.widget_text .wp-block-tag-cloud a, .widget_text .wp-block-rss__item a, .widget_text .wp-block-quote cite {
color: var(--theme-color);
}
.post-full-content blockquote, .post-full-content footer.wp-block-latest-comments__comment-meta, .post-full-content .wp-block-latest-posts, .post-full-content .wp-block-image figcaption, .widget_text blockquote, .widget_text footer.wp-block-latest-comments__comment-meta, .widget_text .wp-block-latest-posts, .widget_text .wp-block-image figcaption {
font-family: var(--heading-font);
}
.post-full-content blockquote a, .post-full-content footer.wp-block-latest-comments__comment-meta a, .post-full-content .wp-block-latest-posts a, .post-full-content .wp-block-image figcaption a, .widget_text blockquote a, .widget_text footer.wp-block-latest-comments__comment-meta a, .widget_text .wp-block-latest-posts a, .widget_text .wp-block-image figcaption a {
color: var(--theme-color);
}
.post-full-content figure figcaption a, .widget_text figure figcaption a {
color: var(--theme-color);
}
.post-full-content ul.wp-block-archives, .post-full-content ol.wp-block-archives, .widget_text ul.wp-block-archives, .widget_text ol.wp-block-archives {
margin: 0;
padding: 0;
}
.wp-caption-text, .wp-caption .wp-caption-dd, .wp-block-embed figcaption, .wp-block-calendar table caption, .wp-block-image figcaption, .blocks-gallery-caption, .gallery-caption {
font-size: 14px;
line-height: 1.6;
padding-top: 0.5rem;
text-align: center;
}
.blocks-gallery-caption {
width: 100%;
}
.wp-block-embed figcaption {
text-align: left;
}
.block-library-rich-text__tinymce dl.wp-caption a {
display: inline-block;
}
.wp-caption {
max-width: 100%;
}
.wp-block-pullquote__citation {
margin-top: 5px;
}
.block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
margin-left: auto;
margin-right: auto;
}
.bypostauthor {
position: relative;
}
.gallery-caption {
position: relative;
}
pre, .wp-block-freeform.block-library-rich-text__tinymce pre {
border: 0.1rem solid var(--border-color);
line-height: 1.5;
overflow: auto;
padding: 3rem 2rem;
text-align: left;
color: inherit;
font-size: inherit;
}
blockquote, .wp-block-freeform.block-library-rich-text__tinymce blockquote {
border-left: 2px solid var(--theme-color);
padding: 30px;
font-size: 16px;
letter-spacing: 1px;
}
blockquote cite, .wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
display: block;
margin-top: 10px;
font-size: 14px;
}
.wp-block-quote {
padding: 30px;
font-size: 16px;
letter-spacing: 1px;
border-color: var(--theme-color);
border-width: 2px;
}
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
padding: 30px;
}
.wp-block-quote.is-style-large cite, .wp-block-quote.is-large cite {
text-align: left;
}
.wp-block-quote.has-text-align-right {
padding: 30px;
border-right: 2px solid var(--theme-color);
}
.wp-block-pullquote {
position: relative;
border-width: 1px 0;
border-color: var(--border-color);
}
.wp-block-pullquote:before {
content: "”";
border-radius: 50%;
display: block;
font-size: 80px;
line-height: 107px;
margin: 0 auto 5px auto;
text-align: center;
height: 60px;
width: 60px;
}
.wp-block-pullquote blockquote {
background-color: inherit;
border: none;
margin: 0;
padding: 0;
}
.wp-block-pullquote.is-style-solid-color {
padding: 30px;
margin-top: 60px;
}
.wp-block-pullquote.is-style-solid-color:before {
position: absolute;
top: 0;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.wp-block-pullquote.is-style-solid-color cite {
color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
text-align: center;
}
.wp-block-group.has-background {
padding: 30px;
}
.wp-block-group .wp-block-group__inner-container > *:not(:last-child) {
margin-bottom: 20px;
}
iframe {
display: block;
max-width: 100%;
}
svg, img, embed, object {
display: block;
height: auto;
max-width: 100%;
}
code {
padding: 3px 5px;
border-radius: 2px;
font-size: 14px;
}
pre.wp-block-code {
padding: 30px;
border: 0.1rem solid var(--border-color);
line-height: 1.5;
overflow: auto;
}
footer.wp-block-latest-comments__comment-meta, .wp-block-latest-posts {
font-size: 17px;
}
footer.wp-block-latest-comments__comment-meta time, .wp-block-latest-posts time {
font-size: 13px;
letter-spacing: 1px;
margin-top: 5px;
margin-bottom: 5px;
}
.wp-block-latest-comments__comment-excerpt p {
font-size: 16px;
line-height: 1.6;
margin: 10px 0 30px;
}
.wp-block-tag-cloud a {
margin-right: 5px;
}
fieldset {
border: 1px solid var(--heading-color);
padding: 30px;
}
fieldset legend {
background-color: var(--assistant-color);
color: var(--heading-color);
padding: 5px 10px;
border-radius: 2px;
}
.wp-block-cover-text a {
color: inherit !important;
}
@media only screen and (max-width: 575px) {
.wp-block-media-text .wp-block-media-text__content {
margin-top: 30px;
padding: 0;
}
}
.wp-block-gallery {
clear: both;
} .gallery {
display: flex;
flex-flow: row wrap;
list-style-type: none;
padding: 0;
}
.gallery .gallery-item {
display: inline-block;
margin-bottom: 30px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery .gallery-item figure {
height: 100%;
}
.gallery .gallery-item img {
display: block;
height: auto;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.gallery .gallery-item figcaption img {
display: inline;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
margin-right: 0;
}
.gallery.alignleft, .gallery.alignright {
width: 100%;
max-width: 305px;
}
.gallery.aligncenter .gallery-item figure {
justify-content: center;
}
.gallery.is-cropped .gallery-item a, .gallery.is-cropped .gallery-item img {
width: 100%;
}
@media (min-width: 600px) {
.gallery.gallery-columns-2 .gallery-item {
width: calc((100% - 1px) / 2);
padding-right: 15px;
}
.gallery.gallery-columns-3 .gallery-item {
width: calc((100% - 2px) / 3);
padding-right: 15px;
}
.gallery.gallery-columns-4 .gallery-item {
width: calc((100% - 3px) / 4);
padding-right: 15px;
}
.gallery.gallery-columns-5 .gallery-item {
width: calc((100% - 4px) / 5);
padding-right: 15px;
}
.gallery.gallery-columns-6 .gallery-item {
width: calc((100% - 5px) / 6);
padding-right: 15px;
}
.gallery.gallery-columns-7 .gallery-item {
width: calc((100% - 6px) / 7);
padding-right: 15px;
}
.gallery.gallery-columns-8 .gallery-item {
width: calc((100% - 7px) / 8);
padding-right: 15px;
}
.gallery.gallery-columns-9 .gallery-item {
width: calc((100% - 8px) / 9);
padding-right: 15px;
}
.gallery.gallery-columns-1 .gallery-item:nth-of-type(1n) {
padding-right: 0;
}
.gallery.gallery-columns-2 .gallery-item:nth-of-type(2n) {
padding-right: 0;
}
.gallery.gallery-columns-3 .gallery-item:nth-of-type(3n) {
padding-right: 0;
}
.gallery.gallery-columns-4 .gallery-item:nth-of-type(4n) {
padding-right: 0;
}
.gallery.gallery-columns-5 .gallery-item:nth-of-type(5n) {
padding-right: 0;
}
.gallery.gallery-columns-6 .gallery-item:nth-of-type(6n) {
padding-right: 0;
}
.gallery.gallery-columns-7 .gallery-item:nth-of-type(7n) {
padding-right: 0;
}
.gallery.gallery-columns-8 .gallery-item:nth-of-type(8n) {
padding-right: 0;
}
.gallery.gallery-columns-9 .gallery-item:nth-of-type(9n) {
padding-right: 0;
}
.gallery.gallery-columns-6 .gallery-item .wp-caption-text {
display: none;
}
.gallery.gallery-columns-7 .gallery-item .wp-caption-text {
display: none;
}
.gallery.gallery-columns-8 .gallery-item .wp-caption-text {
display: none;
}
.gallery.gallery-columns-9 .gallery-item .wp-caption-text {
display: none;
}
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
max-width: 100%;
}
.wp-block-cover .wp-block-cover__inner-container a {
color: var(--heading-color);
}
.wp-block-gallery, .wp-block-gallery .blocks-gallery-caption {
margin-bottom: 16px;
}
.post-password-form input,
.wp-block-search input {
padding: 15px 25px;
margin-top: 10px;
display: inline-block;
}
.post-password-form label,
.wp-block-search label {
display: flex;
flex-direction: column;
}
.post-password-form .wp-block-search__button,
.wp-block-search .wp-block-search__button {
padding: 15px 25px;
margin-top: 10px;
}
fieldset input[type=reset],
fieldset input[type=submit] {
padding: 10px 30px !important;
background-color: var(--assistant-color);
color: var(--heading-color);
border: 1px solid var(--heading-color) !important;
border-radius: 7px !important;
margin-right: 10px;
min-height: auto !important;
letter-spacing: 1px;
font-weight: 600;
font-size: 15px;
}
fieldset input[type=text],
fieldset textarea {
padding: 15px 25px;
margin-top: 10px;
border-radius: 7px;
}
select {
font-size: 14px;
line-height: 2;
color: var(--heading-color);
border-color: var(--border-color);
box-shadow: none;
border-radius: 3px;
padding: 0 24px 0 8px;
min-height: 30px;
max-width: 25rem;
-webkit-appearance: none;
background: var(--bg-color) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat 98.5%;
background-size: 16px 16px;
cursor: pointer;
vertical-align: middle;
}
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
background-color: transparent;
}
.wp-block-button__link {
border-radius: 0;
}
.post-password-form p {
display: flex;
align-items: flex-end;
}
.post-password-form p label {
flex: 0 1 70%;
}
.post-password-form p label input {
border: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
.post-password-form input[type=submit] {
height: 48px;
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 30px;
padding-right: 30px;
margin-left: 15px;
} table {
margin: 0 0 1rem;
border-collapse: collapse;
width: 100%;
}
table td,
table th, .wp-block-table td, .wp-block-table th, .wp-block-calendar tbody td, .wp-block-calendar th, .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
padding: 0.5em;
border: 1px solid var(--border-color);
word-break: break-all;
text-align: center;
}
table td a,
table th a, .wp-block-table td a, .wp-block-table th a, .wp-block-calendar tbody td a, .wp-block-calendar th a, .wp-block-table.is-style-stripes td a, .wp-block-table.is-style-stripes th a {
color: var(--theme-color);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: var(--assistant-color);
}
.wp-block-calendar table caption {
margin-bottom: 5px;
}
.wp-block-calendar a {
text-decoration: none;
}
.wp-block-table.is-style-stripes {
border: 0;
}
.alignleft {
float: left;
margin-right: 20px;
}
.alignright {
float: right;
margin-left: 20px;
}
.aligncenter, .aligncenter img {
display: block;
clear: both;
margin-left: auto;
margin-right: auto;
}
.wp-block-button.aligncenter {
text-align: center;
}
.post-password-form input[type=submit] {
background-color: var(--theme-color);
color: var(--reverse-heading-color);
font-weight: 600;
font-family: var(--heading-font);
text-transform: uppercase;
cursor: pointer;
}
.sticky-post {
position: relative;
font-size: 10px;
text-transform: uppercase;
padding: 5px 10px;
border-radius: 15px;
font-weight: 500;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
position: absolute;
z-index: 9999;
background-color: var(--bg-color);
opacity: 1;
width: 44px;
right: -21px;
top: 21px;
cursor: pointer !important;
color: var(--heading-color);
}
.mfp-image-holder .mfp-close:after, .mfp-iframe-holder .mfp-close:after {
content: "x";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}*{box-sizing:border-box;text-decoration:none;list-style:none;outline:none;margin:0;padding:0;transition:none;border-color:var(--border-color)}:after,:before{border-color:var(--border-color)}html{-webkit-text-size-adjust:100%}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace}a{background-color:transparent;text-decoration:none}a:focus{text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none;max-width:100%;height:auto;vertical-align:middle}iframe{border:none}button,input,optgroup,select,textarea{font-family:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background:inherit;border:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}button,input,optgroup,select,textarea{text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-weight:var(--font-weight-heading);line-height:var(--line-height-base);font-family:var(--heading-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:2px}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}h5{font-size:var(--font-size-h5)}h6{font-size:var(--font-size-h6)}.title{position:relative;color:var(--heading-color);font-family:var(--heading-font);font-size:55px;letter-spacing:2px;line-height:60px}@media only screen and (min-width:1600px){.title{font-size:65px;line-height:70px}}@media only screen and (max-width:767px){.title{font-size:47px;line-height:52px}}@media only screen and (max-width:575px){.title{font-size:40px;line-height:1.2;line-height:45px}}@media only screen and (max-width:400px){.title{font-size:35px;line-height:40px}}.title-h2{font-size:40px;letter-spacing:2px}@media only screen and (min-width:768px) and (max-width:991px){.title-h2{font-size:35px;line-height:inherit}}@media only screen and (max-width:767px){.title-h2{font-size:30px;line-height:inherit}}.sub-heading{letter-spacing:3px;font-size:16px}.section-title.justify-content-between .sub-section-title{width:100%}.section-title .description{letter-spacing:3px}@media only screen and (max-width:991px){.section-title.mb-70{margin-bottom:50px}}.section-title .section-sub-title{padding:5px;background-color:var(--assistant-color);margin-bottom:10px}.background-section .section-title .section-sub-title,.section-title .section-sub-title.background-section{background-color:var(--bg-color)}.title-block{letter-spacing:2px;font-size:20px}.sm-p{font-size:14px;letter-spacing:1.5px}.sm-title-block{letter-spacing:2px;font-size:16px}.header-scale-hero{transform:scale(1.15)}.subtitle{color:var(--font-color);font-size:16px;letter-spacing:2px}.sub-text-header{margin-top:25px}.sub-text-header h5{font-size:15px;letter-spacing:2px;line-height:24px;display:inline-block}@media only screen and (max-width:767px){.section-title br,.sm-p br,.sub-heading br,.sub-text-header br,.subtitle br,.title-h2 br,.title br{display:none}}@media only screen and (max-width:575px){.sm-title-block br,.title-block br{display:none}}.metas{font-size:13px}.metas:not(.mb-10)>span{margin-top:10px}.metas.mb-10>span{margin-bottom:10px}.metas>span{position:relative;color:var(--heading-color);text-transform:uppercase;letter-spacing:2px}.metas>span:not(:last-of-type){margin-right:5px}.metas>span:not(:last-of-type):after{content:"-";padding-left:5px}.font-number{color:var(--heading-color);font-size:80px}.meta-cat{color:var(--heading-color)}.meta-cat a,.meta-cat span{position:relative;font-size:14px;letter-spacing:2px;font-weight:400}.meta-cat a:not(:last-of-type),.meta-cat span:not(:last-of-type){margin-right:5px;margin-bottom:5px}p{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--line-height-content)}p a{color:var(--theme-color)}cite,dfn,em,i{font-style:italic}a,span{display:inline-block;color:inherit}blockquote cite{font-style:normal;font-family:var(--heading-font)}pre{font-family:var(--font-pre);overflow:auto}code,kbd,tt,var{font-family:var(--font-code)}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}a{text-decoration:none}a:hover{text-decoration:none}a:focus{text-decoration:underline}.title-cover{position:absolute;width:100%;font-family:var(--heading-font);font-weight:600;opacity:0;transform:translateY(-100%);z-index:1;color:var(--heading-color);text-transform:uppercase;pointer-events:none;overflow:hidden}.title-cover.title-stroke{color:transparent;-webkit-text-stroke:1px var(--heading-color)}.v-dark,.v-light{background-color:var(--bg-color);color:var(--font-color)}.v-dark-head{color:var(--font-color)}@media only screen and (max-width:991px){.v-dark-head-mobile{color:var(--font-color)}}.background-main{background-color:var(--bg-color)}.background-section{background-color:var(--assistant-color)}.background-gradient-left{background:var(--assistant-color);background:linear-gradient(90deg,var(--assistant-color) 0%,var(--theme-color) 50%)}.background-gradient-bottom{background:var(--assistant-color);background:linear-gradient(0deg,var(--assistant-color) 0%,var(--theme-color) 50%)}.background-gradient-right{background:var(--assistant-color);background:linear-gradient(390deg,var(--assistant-color) 0%,var(--theme-color) 50%)}.background-gradient-top{background:var(--assistant-color);background:linear-gradient(180deg,var(--assistant-color) 0%,var(--theme-color) 50%)}.background-theme{background-color:var(--theme-color)}.background-reverse{background-color:var(--reverse-color);color:var(--reverse-heading-color)}.theme-color{color:var(--theme-color)}.heading-color{color:var(--heading-color)}.body-color{color:var(--font-color)}.background-transparent{background-color:transparent}.bg-mod-exclusion{background-color:var(--reverse-color);mix-blend-mode:exclusion;width:100%;transition:width 3s cubic-bezier(0.68,-0.55,0.265,1.55) 1s}body.locked-scroll .bg-mod-exclusion{width:0!important}.border-color-default{border-color:var(--border-color)}.border-color-theme-color{border-color:var(--theme-color)}.border-color-main{border-color:var(--bg-color)}.border-color-assistant{border-color:var(--assistant-color)}@media only screen and (min-width:992px){.dsn-col .dsn-col-1:nth-of-type(n+2){margin-top:50px}}@media only screen and (min-width:768px){.dsn-col .dsn-col-1:nth-of-type(n+2){margin-top:30px}}@media only screen and (min-width:992px){.dsn-col .dsn-col-lg-1:nth-of-type(n+2){margin-top:50px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-lg-1:nth-of-type(n+2){margin-top:30px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-md-1:nth-of-type(n+2){margin-top:30px}}@media only screen and (max-width:767px){.dsn-col .dsn-col-sm-1:nth-of-type(n+2){margin-top:30px}}@media only screen and (min-width:992px){.dsn-col .dsn-col-2:nth-of-type(n+3){margin-top:50px}}@media only screen and (min-width:768px){.dsn-col .dsn-col-2:nth-of-type(n+3){margin-top:30px}}@media only screen and (min-width:992px){.dsn-col .dsn-col-lg-2:nth-of-type(n+3){margin-top:50px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-lg-2:nth-of-type(n+3){margin-top:30px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-md-2:nth-of-type(n+3){margin-top:30px}}@media only screen and (max-width:767px){.dsn-col .dsn-col-sm-2:nth-of-type(n+3){margin-top:30px}}@media only screen and (min-width:992px){.dsn-col .dsn-col-3:nth-of-type(n+4){margin-top:50px}}@media only screen and (min-width:768px){.dsn-col .dsn-col-3:nth-of-type(n+4){margin-top:30px}}@media only screen and (min-width:992px){.dsn-col .dsn-col-lg-3:nth-of-type(n+4){margin-top:50px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-lg-3:nth-of-type(n+4){margin-top:30px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-md-3:nth-of-type(n+4){margin-top:30px}}@media only screen and (max-width:767px){.dsn-col .dsn-col-sm-3:nth-of-type(n+4){margin-top:30px}}@media only screen and (min-width:992px){.dsn-col .dsn-col-4:nth-of-type(n+5){margin-top:50px}}@media only screen and (min-width:768px){.dsn-col .dsn-col-4:nth-of-type(n+5){margin-top:30px}}@media only screen and (min-width:992px){.dsn-col .dsn-col-lg-4:nth-of-type(n+5){margin-top:50px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-lg-4:nth-of-type(n+5){margin-top:30px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-md-4:nth-of-type(n+5){margin-top:30px}}@media only screen and (max-width:767px){.dsn-col .dsn-col-sm-4:nth-of-type(n+5){margin-top:30px}}@media only screen and (min-width:992px){.dsn-col .dsn-col-5:nth-of-type(n+6){margin-top:50px}}@media only screen and (min-width:768px){.dsn-col .dsn-col-5:nth-of-type(n+6){margin-top:30px}}@media only screen and (min-width:992px){.dsn-col .dsn-col-lg-5:nth-of-type(n+6){margin-top:50px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-lg-5:nth-of-type(n+6){margin-top:30px}}@media only screen and (max-width:991px){.dsn-col .dsn-col-md-5:nth-of-type(n+6){margin-top:30px}}@media only screen and (max-width:767px){.dsn-col .dsn-col-sm-5:nth-of-type(n+6){margin-top:30px}}[data-overlay]:before{content:"";position:absolute;background-color:var(--bg-overlay);width:100%;height:100%;top:0;left:0;z-index:0;mix-blend-mode:var(--overlay-blend-mode)}[data-overlay="0"]:before{opacity:0}[data-overlay="1"]:before{opacity:0.1}[data-overlay="2"]:before{opacity:0.2}[data-overlay="3"]:before{opacity:0.3}[data-overlay="4"]:before{opacity:0.4}[data-overlay="5"]:before{opacity:0.5}[data-overlay="6"]:before{opacity:0.6}[data-overlay="7"]:before{opacity:0.7}[data-overlay="8"]:before{opacity:0.8}[data-overlay="9"]:before{opacity:0.9}[data-overlay="10"]:before{opacity:1}.section-margin{margin-top:var(--margin-padding);margin-bottom:var(--margin-padding)}@media only screen and (max-width:991px){.section-margin{margin-top:var(--margin-padding-mobile);margin-bottom:var(--margin-padding-mobile)}}.mt-section{margin-top:var(--margin-padding)}@media only screen and (max-width:991px){.mt-section{margin-top:var(--margin-padding-mobile)}}@media only screen and (min-width:992px){.mt-lg-section{margin-top:var(--margin-padding)}}@media only screen and (max-width:767px){.mt-sm-section{margin-top:var(--margin-padding-mobile)}}@media only screen and (min-width:992px){.mb-lg-section{margin-bottom:var(--margin-padding)}}@media only screen and (max-width:767px){.mb-sm-section{margin-bottom:var(--margin-padding-mobile)}}.mb-section{margin-bottom:var(--margin-padding)}@media only screen and (max-width:991px){.mb-section{margin-bottom:var(--margin-padding-mobile)}}.section-padding{padding-top:var(--margin-padding);padding-bottom:var(--margin-padding)}@media only screen and (max-width:991px){.section-padding{padding-top:var(--margin-padding-mobile);padding-bottom:var(--margin-padding-mobile)}}.pt-section{padding-top:var(--margin-padding)}@media only screen and (max-width:991px){.pt-section{padding-top:var(--margin-padding-mobile)}}@media only screen and (min-width:992px){.pt-lg-section{padding-top:var(--margin-padding)}}@media only screen and (max-width:767px){.pt-sm-section{padding-top:var(--margin-padding-mobile)}}@media only screen and (min-width:992px){.pb-lg-section{padding-bottom:var(--margin-padding)}}@media only screen and (max-width:767px){.pb-sm-section{padding-bottom:var(--margin-padding-mobile)}}.pb-section{padding-bottom:var(--margin-padding)}@media only screen and (max-width:991px){.pb-section{padding-bottom:var(--margin-padding-mobile)}}.dsn-container{padding-right:50px;padding-left:50px}@media only screen and (max-width:991px){.container,.dsn-container{max-width:100%;padding-right:40px;padding-left:40px}}@media only screen and (max-width:767px){.container,.dsn-container{padding-right:25px;padding-left:25px}}@media only screen and (max-width:575px){.container,.dsn-container{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container{max-width:100%;padding-right:50px;padding-left:50px}body.dsn-effect-scroll{--space-con:30px}body:not(.dsn-effect-scroll){--space-con:15px}.dsn-left-container{padding-left:0}.dsn-right-container{padding-right:0}}@media (min-width:1200px){.container{max-width:1200px}}@media (min-width:1367px){.container{max-width:1200px;padding-right:15px;padding-left:15px}}.line-under,.line-under-left{padding-bottom:10px;margin-bottom:10px}.line-under-left:after,.line-under-left:before,.line-under:after,.line-under:before{bottom:0;width:150px;max-width:50%;height:1.5px;background-color:var(--theme-color)}.line-under{padding-right:15px}.line-under:after{right:0}.line-under-left{padding-left:15px}.line-under-left:before{left:0}.line-bg-left,.line-bg-right{position:relative;z-index:1}.line-bg-left:after,.line-bg-left:before,.line-bg-right:after,.line-bg-right:before{top:0;width:100px;max-width:50%;height:100%;background-color:var(--assistant-color);z-index:-1;transform:skew(-10deg)}.background-section .line-bg-left:after,.background-section .line-bg-left:before,.background-section .line-bg-right:after,.background-section .line-bg-right:before{background-color:var(--bg-color)}.line-bg-left.sub-heading:before,.line-bg-right.sub-heading:before{width:60px}.line-bg-left{padding-left:20px}.line-bg-left:before{left:0;transform-origin:bottom left}.line-bg-right{padding-right:15px}.line-bg-right:after{right:0;transform-origin:bottom right}.line-bg-left:before,.line-bg-right:after,.line-under-left:before,.line-under:after{content:"";position:absolute}.line-shape:after,.line-shape:before{position:relative;display:inline-block;vertical-align:middle;width:4vw;height:1px;background:var(--border-color)}@media only screen and (max-width:400px){.line-shape:after,.line-shape:before{display:none}}.line-shape:not(.line-shape-before):after{content:"";margin-left:15px}.line-shape:not(.line-shape-after):before{content:"";margin-right:15px}.m-0{margin:0px}.m-5{margin:5px}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}.m-25{margin:25px}.m-30{margin:30px}.m-35{margin:35px}.m-40{margin:40px}.m-45{margin:45px}.m-50{margin:50px}.m-55{margin:55px}.m-60{margin:60px}.m-65{margin:65px}.m-70{margin:70px}.m-75{margin:75px}.m-80{margin:80px}.m-85{margin:85px}.m-90{margin:90px}.m-95{margin:95px}.m-100{margin:100px}.mt-0{margin-top:0px}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mb-0{margin-bottom:0px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.ml-0{margin-left:0px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.mr-0{margin-right:0px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}@media only screen and (max-width:991px){.mb-md-50{margin-bottom:50px}}.p-0{padding:0px}.p-5{padding:5px}.p-10{padding:10px}.p-15{padding:15px}.p-20{padding:20px}.p-25{padding:25px}.p-30{padding:30px}.p-35{padding:35px}.p-40{padding:40px}.p-45{padding:45px}.p-50{padding:50px}.p-55{padding:55px}.p-60{padding:60px}.p-65{padding:65px}.p-70{padding:70px}.p-75{padding:75px}.p-80{padding:80px}.p-85{padding:85px}.p-90{padding:90px}.p-95{padding:95px}.p-100{padding:100px}.pt-0{padding-top:0px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pr-0{padding-right:0px}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}.pr-70{padding-right:70px}.pr-75{padding-right:75px}.pr-80{padding-right:80px}.pr-85{padding-right:85px}.pr-90{padding-right:90px}.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pl-0{padding-left:0px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pb-0{padding-bottom:0px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}@media only screen and (max-width:991px){.p-md-0{padding:0}}.h-0{height:0%}.h-10{height:10%}.h-20{height:20%}.h-30{height:30%}.h-40{height:40%}.h-50{height:50%}.h-60{height:60%}.h-70{height:70%}.h-80{height:80%}.h-90{height:90%}.h-100{height:100%}.h-v-0{height:0vh}.h-v-10{height:10vh}.h-v-20{height:20vh}.h-v-30{height:30vh}.h-v-40{height:40vh}.h-v-50{height:50vh}.h-v-60{height:60vh}.h-v-70{height:70vh}.h-v-80{height:80vh}.h-v-90{height:90vh}.h-v-100{height:100vh}.w-0{width:0%}.w-10{width:10%}.w-20{width:20%}.w-30{width:30%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.fw-0{font-weight:0}.fw-100{font-weight:100}.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.icon img{width:50px}.over-hidden{overflow:hidden}.over-hidden-x{overflow-x:hidden}.over-hidden-y{overflow-y:hidden}.p-relative{position:relative}.p-absolute{position:absolute}.p-fixed{position:fixed}.d-grid{display:grid}.d-grid:not(.d-grid-no-space){grid-column-gap:30px;grid-row-gap:50px}@media only screen and (max-width:767px){.d-grid:not(.d-grid-no-space){grid-row-gap:30px}}.d-grid:not(.dsn-isotope):not(.align-items-center){align-items:stretch}@media only screen and (min-width:992px){.d-grid.dsn-isotope{margin-left:-15px;margin-right:-15px}}.d-grid.dsn-isotope>*{margin-left:15px;margin-right:15px}.grid-row-gap-30{grid-row-gap:30px}@media only screen and (min-width:768px){.grid-half-1{grid-template-columns:30% auto}}@media only screen and (min-width:768px){.grid-1-half{grid-template-columns:auto 30%}}.grid-2{grid-template-columns:repeat(2,1fr)}@media only screen and (min-width:992px){.grid-lg-2{grid-template-columns:repeat(2,1fr)}.grid-lg-2.dsn-isotope>*{width:calc(50% - 30px);max-width:calc(50% - 30px)}.grid-lg-2.dsn-isotope>:nth-of-type(n+3){margin-top:50px}.grid-lg-2.dsn-isotope>:nth-of-type(2){margin-top:0}}@media only screen and (min-width:768px){.grid-md-2{grid-template-columns:repeat(2,1fr)}.grid-md-2.dsn-isotope>*{width:calc(50% - 30px);max-width:calc(50% - 30px)}.grid-md-2.dsn-isotope>:nth-of-type(n+3){margin-top:30px}}@media only screen and (max-width:767px){.grid-md-2.dsn-isotope>*{width:calc(100% - 30px);max-width:calc(100% - 30px)}.grid-md-2.dsn-isotope>:nth-of-type(n+2){margin-top:30px}}@media only screen and (min-width:576px){.grid-sm-2{grid-template-columns:repeat(2,1fr)}.grid-sm-2.dsn-isotope>*{width:calc(50% - 30px);max-width:calc(50% - 30px)}.grid-sm-2.dsn-isotope>:nth-of-type(n+3){margin-top:30px}}@media only screen and (max-width:575px){.grid-sm-2.dsn-isotope>*{width:calc(100% - 30px);max-width:calc(100% - 30px)}.grid-sm-2.dsn-isotope>:nth-of-type(n+2){margin-top:30px}}.grid-3{grid-template-columns:repeat(3,1fr)}@media only screen and (min-width:992px){.grid-lg-3{grid-template-columns:repeat(3,1fr)}.grid-lg-3.dsn-isotope>*{width:calc(33.3333333333% - 30px);max-width:calc(33.3333333333% - 30px)}.grid-lg-3.dsn-isotope>:nth-of-type(n+4){margin-top:50px}.grid-lg-3.dsn-isotope>:nth-of-type(3){margin-top:0}}@media only screen and (min-width:768px){.grid-md-3{grid-template-columns:repeat(3,1fr)}.grid-md-3.dsn-isotope>*{width:calc(33.3333333333% - 30px);max-width:calc(33.3333333333% - 30px)}.grid-md-3.dsn-isotope>:nth-of-type(n+4){margin-top:30px}}@media only screen and (max-width:767px){.grid-md-3.dsn-isotope>*{width:calc(100% - 30px);max-width:calc(100% - 30px)}.grid-md-3.dsn-isotope>:nth-of-type(n+2){margin-top:30px}}@media only screen and (min-width:576px){.grid-sm-3{grid-template-columns:repeat(3,1fr)}.grid-sm-3.dsn-isotope>*{width:calc(33.3333333333% - 30px);max-width:calc(33.3333333333% - 30px)}.grid-sm-3.dsn-isotope>:nth-of-type(n+4){margin-top:30px}}@media only screen and (max-width:575px){.grid-sm-3.dsn-isotope>*{width:calc(100% - 30px);max-width:calc(100% - 30px)}.grid-sm-3.dsn-isotope>:nth-of-type(n+2){margin-top:30px}}.grid-4{grid-template-columns:repeat(4,1fr)}@media only screen and (min-width:992px){.grid-lg-4{grid-template-columns:repeat(4,1fr)}.grid-lg-4.dsn-isotope>*{width:calc(25% - 30px);max-width:calc(25% - 30px)}.grid-lg-4.dsn-isotope>:nth-of-type(n+5){margin-top:50px}.grid-lg-4.dsn-isotope>:nth-of-type(4){margin-top:0}}@media only screen and (min-width:768px){.grid-md-4{grid-template-columns:repeat(4,1fr)}.grid-md-4.dsn-isotope>*{width:calc(25% - 30px);max-width:calc(25% - 30px)}.grid-md-4.dsn-isotope>:nth-of-type(n+5){margin-top:30px}}@media only screen and (max-width:767px){.grid-md-4.dsn-isotope>*{width:calc(100% - 30px);max-width:calc(100% - 30px)}.grid-md-4.dsn-isotope>:nth-of-type(n+2){margin-top:30px}}@media only screen and (min-width:576px){.grid-sm-4{grid-template-columns:repeat(4,1fr)}.grid-sm-4.dsn-isotope>*{width:calc(25% - 30px);max-width:calc(25% - 30px)}.grid-sm-4.dsn-isotope>:nth-of-type(n+5){margin-top:30px}}@media only screen and (max-width:575px){.grid-sm-4.dsn-isotope>*{width:calc(100% - 30px);max-width:calc(100% - 30px)}.grid-sm-4.dsn-isotope>:nth-of-type(n+2){margin-top:30px}}.grid-5{grid-template-columns:repeat(5,1fr)}@media only screen and (min-width:992px){.grid-lg-5{grid-template-columns:repeat(5,1fr)}.grid-lg-5.dsn-isotope>*{width:calc(20% - 30px);max-width:calc(20% - 30px)}.grid-lg-5.dsn-isotope>:nth-of-type(n+6){margin-top:50px}.grid-lg-5.dsn-isotope>:nth-of-type(5){margin-top:0}}@media only screen and (min-width:768px){.grid-md-5{grid-template-columns:repeat(5,1fr)}.grid-md-5.dsn-isotope>*{width:calc(20% - 30px);max-width:calc(20% - 30px)}.grid-md-5.dsn-isotope>:nth-of-type(n+6){margin-top:30px}}@media only screen and (max-width:767px){.grid-md-5.dsn-isotope>*{width:calc(100% - 30px);max-width:calc(100% - 30px)}.grid-md-5.dsn-isotope>:nth-of-type(n+2){margin-top:30px}}@media only screen and (min-width:576px){.grid-sm-5{grid-template-columns:repeat(5,1fr)}.grid-sm-5.dsn-isotope>*{width:calc(20% - 30px);max-width:calc(20% - 30px)}.grid-sm-5.dsn-isotope>:nth-of-type(n+6){margin-top:30px}}@media only screen and (max-width:575px){.grid-sm-5.dsn-isotope>*{width:calc(100% - 30px);max-width:calc(100% - 30px)}.grid-sm-5.dsn-isotope>:nth-of-type(n+2){margin-top:30px}}.w-auto{width:auto}.top-0{top:0%}.top-5{top:5%}.top-10{top:10%}.top-15{top:15%}.top-20{top:20%}.top-25{top:25%}.top-30{top:30%}.top-35{top:35%}.top-40{top:40%}.top-45{top:45%}.top-50{top:50%}.top-55{top:55%}.top-60{top:60%}.top-65{top:65%}.top-70{top:70%}.top-75{top:75%}.top-80{top:80%}.top-85{top:85%}.top-90{top:90%}.top-95{top:95%}.top-100{top:100%}.left-0{left:0%}.left-5{left:5%}.left-10{left:10%}.left-15{left:15%}.left-20{left:20%}.left-25{left:25%}.left-30{left:30%}.left-35{left:35%}.left-40{left:40%}.left-45{left:45%}.left-50{left:50%}.left-55{left:55%}.left-60{left:60%}.left-65{left:65%}.left-70{left:70%}.left-75{left:75%}.left-80{left:80%}.left-85{left:85%}.left-90{left:90%}.left-95{left:95%}.left-100{left:100%}.right-0{right:0%}.right-5{right:5%}.right-10{right:10%}.right-15{right:15%}.right-20{right:20%}.right-25{right:25%}.right-30{right:30%}.right-35{right:35%}.right-40{right:40%}.right-45{right:45%}.right-50{right:50%}.right-55{right:55%}.right-60{right:60%}.right-65{right:65%}.right-70{right:70%}.right-75{right:75%}.right-80{right:80%}.right-85{right:85%}.right-90{right:90%}.right-95{right:95%}.right-100{right:100%}.bottom-0{bottom:0%}.bottom-5{bottom:5%}.bottom-10{bottom:10%}.bottom-15{bottom:15%}.bottom-20{bottom:20%}.bottom-25{bottom:25%}.bottom-30{bottom:30%}.bottom-35{bottom:35%}.bottom-40{bottom:40%}.bottom-45{bottom:45%}.bottom-50{bottom:50%}.bottom-55{bottom:55%}.bottom-60{bottom:60%}.bottom-65{bottom:65%}.bottom-70{bottom:70%}.bottom-75{bottom:75%}.bottom-80{bottom:80%}.bottom-85{bottom:85%}.bottom-90{bottom:90%}.bottom-95{bottom:95%}.bottom-100{bottom:100%}.z-index-0{z-index:0}.z-index-1{z-index:1}.z-index-2{z-index:2}.z-index-3{z-index:3}.z-index-4{z-index:4}.z-index-5{z-index:5}.z-index-6{z-index:6}.z-index-7{z-index:7}.z-index-8{z-index:8}.z-index-9{z-index:9}.z-index-10{z-index:10}.z-index-11{z-index:11}.z-index-12{z-index:12}.dsn-text-shadow{text-shadow:-2px 4px 0 rgba(0,0,0,0.1)}.cover-bg{background-size:cover;background-position:center center;background-repeat:no-repeat}.v-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v-middle-horizontal{position:absolute;left:50%;transform:translate(-50%,0)}.v-middle-vertical{position:absolute;top:50%;transform:translate(0,-50%)}.clear{clear:both}.clear:after,.clear:before{content:"";display:table;table-layout:fixed}.max-w570{max-width:570px}.max-w750{max-width:750px}.text-center .max-w570,.text-center .max-w750{margin-left:auto;margin-right:auto}[data-dsn-grid=move-up],[data-dsn-grid=moveUp]{position:relative;overflow:hidden;height:100vh}.container [data-dsn-grid=move-up],.container [data-dsn-grid=moveUp]{height:80vh}@media only screen and (max-width:767px){[data-dsn-grid=move-up],[data-dsn-grid=moveUp]{height:80vh}}@media only screen and (max-width:575px){[data-dsn-grid=move-up],[data-dsn-grid=moveUp]{height:60vh}}[data-dsn-grid=move-up] img,[data-dsn-grid=move-up] video,[data-dsn-grid=moveUp] img,[data-dsn-grid=moveUp] video{position:absolute;width:100%;height:100%;pointer-events:none;object-fit:cover;will-change:transform}[data-dsn-grid=move-up] img.has-bigger-scale,[data-dsn-grid=move-up] video.has-bigger-scale,[data-dsn-grid=moveUp] img.has-bigger-scale,[data-dsn-grid=moveUp] video.has-bigger-scale{transform:scale(1.3)}[data-dsn-grid=move-up] img.has-skew,[data-dsn-grid=move-up] video.has-skew,[data-dsn-grid=moveUp] img.has-skew,[data-dsn-grid=moveUp] video.has-skew{transform-origin:0 90%;transform:skewY(15deg)}[data-dsn-grid=move-up] img.has-scale,[data-dsn-grid=move-up] video.has-scale,[data-dsn-grid=moveUp] img.has-scale,[data-dsn-grid=moveUp] video.has-scale{transform:scale(0.98)}[data-dsn-grid=move-up] img.has-opposite-direction,[data-dsn-grid=move-up] video.has-opposite-direction,[data-dsn-grid=moveUp] img.has-opposite-direction,[data-dsn-grid=moveUp] video.has-opposite-direction{height:120%;top:0}@media only screen and (min-width:768px){[data-dsn-grid=move-up].h-100,[data-dsn-grid=moveUp].h-100{height:100%}}.cover-bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.box-padding{padding:80px 60px}@media only screen and (max-width:991px){.box-padding{padding:60px 40px}}@media only screen and (max-width:767px){.box-padding{padding:60px 25px}}@media only screen and (max-width:575px){.box-padding{padding:50px 15px}}.pointer-events{pointer-events:none}.border-radius{border-radius:5px}@media only screen and (min-width:992px){.fill-right-container{width:calc(100% - calc(-100vw / 2 + 100% / 2) + 30px)}.dsn-effect-scroll #dsn-scrollbar>.scroll-content .fill-right-container{width:calc(100% - calc(-100vw / 2 + 100% / 2))}}a.link-hover{color:var(--heading-color);display:inline-block;letter-spacing:2px;font-size:13px;font-family:var(--heading-font);font-weight:400;position:relative;text-transform:uppercase;transition:all 0.25s ease-in-out}a.link-hover:before{content:attr(data-hover-text);position:absolute;left:0;top:100%;color:var(--heading-color)}a.link-hover:hover{transform:translateY(-100%);text-decoration:none}@media only screen and (max-width:991px){.pl-container{padding-left:15px;padding-right:15px}}.animation-rotate img{animation:rotate 15s linear infinite}.scroll-to-top{position:fixed;bottom:40px;width:var(--s-box-left-menu);height:70px;z-index:12;text-align:center;cursor:pointer}@media only screen and (min-width:992px){body .scroll-to-top{left:var(--s-box-left-social)}}@media only screen and (max-width:991px){.scroll-to-top{display:none}}.scroll-to-top svg{width:70px;height:70px;margin:auto;fill:var(--heading-color)}.scroll-to-top .box-number{color:var(--heading-color)}.scroll-to-top .box-number span{font-size:12px}.d-flex{display:flex}.a-item-center{align-items:center}.text-right{text-align:right}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.d-block{display:block}.d-inline-block{display:inline-block}.full-width{width:calc(100vw - 10px);left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.full-width:not(.p-absolute){position:relative}@media only screen and (min-width:992px){body .full-width{margin-left:calc(-50vw - (var(--s-box-full) / 2))}body .full-width .dsn-container{margin-left:var(--s-box-full)}}.dsn-effect-scroll .full-width{width:100vw}.fw-bold{font-weight:bold}.letter-stroke{color:transparent;-webkit-text-stroke:1px var(--heading-color)}.hidden{opacity:0;visibility:hidden}.before-z-index:before{z-index:1}.fw-600{font-weight:600}.m-auto{margin-left:auto;margin-right:auto}.header-padding-top{padding-top:160px}.header-padding-bottom{padding-bottom:160px}.box-after{position:relative;margin-bottom:5px}.box-after:after{content:"";position:absolute;width:calc(100% - 20px);height:100%;display:block;background:var(--theme-color);bottom:-5px;left:10px;z-index:-1}.border-left{border-left:1px solid var(--border-color)}.border-right{border-right:1px solid var(--border-color)}.border-top{border-top:1px solid var(--border-color)}.border-bottom{border-bottom:1px solid var(--border-color)}.text-underline{border-bottom:1px solid rgba(255,255,255,0.4);padding-bottom:2px}.dsn-video{object-fit:cover;z-index:-20!important;width:100%;height:100%}[data-dsn=video]{width:100%;height:100%}.color-white{color:#fff}.overflow-hidden{overflow:hidden}.user-no-selection{-webkit-user-select:none;user-select:none}.user-no-selection::selection{background:none;color:inherit}[data-overlay] .transform-3d{position:relative;z-index:-1}.box-shadow{box-shadow:0 0 15px rgba(0,0,0,0.15)}.no-shadow{box-shadow:none}.transform-3d{transform-style:preserve-3d}.text-left{text-align:left}.p-fixed{position:fixed;width:100%;height:100%;left:0;top:0}.dsn-ajax-loader{position:fixed;width:100%;height:100%;top:0;left:0;z-index:900199;visibility:hidden;opacity:0;background-color:var(--bg-color)}.dsn-ajax-loader.dsn-ajax-normal{transition:background-color 0.5s ease-in-out}.dsn-ajax-effect{overflow:hidden!important}.dsn-z-index-2{z-index:2}.has-horizontal{position:relative}.splitting .whitespace{margin-right:15px}.gallery-portfolio.justified-gallery{margin-top:-15px}.box-shape{position:relative;overflow:hidden}.box-shape:before{content:"";position:absolute;top:0;width:55%;left:50%;height:100%;background:linear-gradient(170deg,var(--reverse-color),transparent 75%);transform:skew(-10deg);opacity:0.1;transition:all 0.5s ease-out}.box-shape:hover:before{left:100%}.border-style{border:1px solid var(--border-color)}@media only screen and (min-width:576px){.line-before:after,.line-before:before{content:"";position:absolute;width:60px;height:1.5px;background:linear-gradient(to right,var(--theme-color) 0,var(--theme-color) 35%,var(--theme-color) 65%,transparent 100%);top:50%;transform:translateY(-50%)}.line-before:before{margin-right:10px;transform:translateY(-50%) rotate(180deg);left:-70px}header.entry-header .justify-content-start .line-before:before{display:none}.line-before:after{margin-left:10px;right:-70px}header.entry-header .justify-content-end .line-before:after{display:none}}.word-wrap{word-break:break-word}.dsn-hover-char .dsn-hover-show .dsn-word-wrapper{overflow:hidden;will-change:transform}.dsn-hover-char .dsn-hover-show .dsn-chars-wrapper{opacity:0;visibility:hidden;will-change:transform;transform:translateY(50%) rotate(15deg) scale(0.8);transform-origin:top left;transition:transform 0.4s cubic-bezier(0.68,-0.55,0.265,1.55),opacity 0.3s cubic-bezier(0.68,-0.55,0.265,1.55),visibility 0.3s;transition-delay:calc(30ms * var(--char-dsn-index) + 1ms)}.dsn-hover-char .dsn-hover-hide .dsn-word-wrapper{overflow:hidden;will-change:transform}.dsn-hover-char .dsn-hover-hide .dsn-chars-wrapper{opacity:0;visibility:hidden;will-change:transform;transform:translateY(50%) rotate(15deg) scale(0.8);transform-origin:top left;transition:transform 0.4s cubic-bezier(0.68,-0.55,0.265,1.55),opacity 0.3s cubic-bezier(0.68,-0.55,0.265,1.55),visibility 0.3s;transition-delay:calc(30ms * var(--char-dsn-index) + 1ms)}.dsn-hover-char .dsn-hover-hide .dsn-chars-wrapper{opacity:1;visibility:visible;transform:translateY(0) rotate(0deg) scale(1)}.dsn-hover-char .dsn-hover-hide.p-absolute{width:100%;left:0}.dsn-hover-char:hover .dsn-hover-show .dsn-chars-wrapper{opacity:1;visibility:visible;transform:translateY(0) rotate(0deg) scale(1)}.dsn-hover-char:hover .dsn-hover-hide .dsn-word-wrapper{overflow:hidden;will-change:transform}.dsn-hover-char:hover .dsn-hover-hide .dsn-chars-wrapper{opacity:0;visibility:hidden;will-change:transform;transform:translateY(50%) rotate(15deg) scale(0.8);transform-origin:top left;transition:transform 0.4s cubic-bezier(0.68,-0.55,0.265,1.55),opacity 0.3s cubic-bezier(0.68,-0.55,0.265,1.55),visibility 0.3s;transition-delay:calc(30ms * var(--char-dsn-index) + 1ms)}.border-before{border-left:2px solid var(--heading-color);padding-left:20px}
  :root, :root .v-light, :root .v-light-head {
--bg-color: #fff;
--assistant-color: #f1f1f1;
--theme-color: #14bfb5;
--theme-color-font: #fff;
--font-color: #0009;
--heading-color: #000;
--border-color: #ccc6;
--smooth-color: #141414;
--reverse-color: #141414;
--reverse-heading-color: #fff;
}
:root .background-theme, :root.background-theme, :root .calendar_wrap table tr td#today, :root .v-light .background-theme, :root .v-light.background-theme, :root .v-light .calendar_wrap table tr td#today, :root .v-light-head .background-theme, :root .v-light-head.background-theme, :root .v-light-head .calendar_wrap table tr td#today {
--heading-color: #fff;
--font-color: #fff;
color: var(--font-color);
}
:root .v-dark, :root .v-dark-head {
--bg-color: #040404;
--assistant-color: #101010;
--theme-color: #14bfb5;
--font-color: #bbb;
--heading-color: #fff;
--border-color: #ffffff14;
--smooth-color: #f9f9f9;
--reverse-color: #f9f9f9;
--reverse-heading-color: #000;
}
:root .v-dark .background-theme, :root .v-dark.background-theme, :root .v-dark-head .background-theme, :root .v-dark-head.background-theme {
--font-color: #fff;
}
@media only screen and (max-width: 991px) {
.v-dark-head-mobile {
--bg-color: #040404;
--assistant-color: #101010;
--theme-color: #14bfb5;
--font-color: #bbb;
--heading-color: #fff;
--border-color: #ffffff14;
--smooth-color: #f9f9f9;
--reverse-color: #f9f9f9;
--reverse-heading-color: #000;
}
.v-dark-head-mobile .background-theme, .v-dark-head-mobile.background-theme {
--font-color: #fff;
}
}
:root {
--body-font: "Karla", sans-serif;
--heading-font: "Poppins", sans-serif;
--font-code: Menlo, monaco, Consolas, Lucida Console, monospace;
--font-pre: "Courier 10 Pitch", Courier, monospace;
--font-size-base: 16px;
--font-size-h1: 40px;
--font-size-h2: 35px;
--font-size-h3: 30px;
--font-size-h4: 25px;
--font-size-h5: 22px;
--font-size-h6: 16px;
--menu-size: 12px;
--line-height-base: 1.4;
--line-height-content: 1.6;
--font-weight-heading: 700;
--font-weight-body: 500;
--margin-padding: 120px;
--margin-padding-mobile: 80px;
--box-padding: 80px;
--box-padding-mobile: 50px;
--smooth-width: 4px;
--bg-overlay: #000;
--overlay-blend-mode: unset;
--s-box-left-social: 150px;
--s-box-left-menu: 100px;
--s-box-left: calc(var(--s-box-left-social) + var(--s-box-left-menu));
--s-box-right: 150px;
}
@media only screen and (max-width: 1400px) {
:root {
--s-box-full: calc(var(--s-box-left-social) + var(--s-box-left-menu));
}
}
@media only screen and (min-width: 1400px) {
:root {
--s-box-full: calc(var(--s-box-left-social) + var(--s-box-left-menu) + var(--s-box-right));
}
} html {
font-size: var(--font-size-base);
}
body {
background-color: var(--bg-color);
color: var(--font-color);
line-height: var(--line-height-base);
font-family: var(--body-font);
font-weight: var(--font-weight-body);
margin: 0;
text-rendering: optimizeLegibility;
transition: 100ms;
transition-property: background-color, color;
} #main_content {
position: relative;
width: 100%;
}
@media only screen and (min-width: 992px) {
#main_content {
padding-left: var(--s-box-full);
}
} #side_bar_full {
pointer-events: none;
}
@media only screen and (max-width: 991px) {
#side_bar_full {
display: none;
}
}
@media only screen and (min-width: 992px) {
#side_bar_full {
position: fixed;
width: var(--s-box-full);
height: 100vh;
left: 0;
top: 0;
z-index: 10;
}
.admin-bar #side_bar_full {
top: 46px;
height: calc(100vh - 46px);
}
}
@media only screen and (min-width: 992px) and (min-width: 783px) {
.admin-bar #side_bar_full {
top: 32px;
height: calc(100vh - 32px);
}
}
@media only screen and (min-width: 992px) {
body:not(.v-dark) #side_bar_full:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--bg-color);
opacity: 0.1;
}
}
@media only screen and (min-width: 992px) {
#side_bar_full > * {
height: 100%;
}
}
@media only screen and (min-width: 992px) {
#side_bar_full #side_box_left {
position: absolute;
width: var(--s-box-left);
z-index: 1;
}
#side_bar_full #side_box_left .side-menu {
width: var(--s-box-left-menu);
margin-left: var(--s-box-left-social);
text-align: center;
}
}
@media only screen and (min-width: 992px) {
#side_bar_full .page-active {
padding-top: 22px;
height: auto;
width: 100%;
display: flex;
align-items: start;
justify-content: center;
}
#side_bar_full .page-active #text_side_title {
writing-mode: vertical-lr;
transform: rotate(180deg);
letter-spacing: 5px;
font-size: var(--font-size-base);
}
}
@media only screen and (min-width: 992px) {
#side_bar_full #side_box_right {
display: none;
}
}
@media only screen and (min-width: 1400px) {
#side_bar_full #side_box_right {
position: relative;
display: inherit;
width: var(--s-box-right);
left: var(--s-box-left);
z-index: 2;
}
#side_bar_full #side_box_right .text-inner {
position: relative;
height: 100%;
}
#side_bar_full #side_box_right .text-stroke-box {
position: absolute;
top: 0;
height: 100%;
overflow: hidden;
width: var(--s-box-right);
left: 0;
white-space: nowrap;
}
#side_bar_full #side_box_right .text-stroke-box .text-stroke-inner {
font-size: 100px;
writing-mode: vertical-lr;
transform: rotate(180deg);
pointer-events: none;
opacity: 0.25;
will-change: transform;
width: 100%;
}
body:not(.v-dark) #side_bar_full #side_box_right .text-stroke-box .text-stroke-inner {
opacity: 0.5;
}
#side_bar_full #side_box_right .text-stroke-box .text-stroke-inner.dsn-animate {
transform: translateY(-100%) rotate(180deg);
animation: marquee 100s linear infinite;
}
}
@keyframes marquee {
0% {
transform: translateY(-100%) rotate(180deg);
}
100% {
transform: translateY(10%) rotate(180deg);
}
}
@media only screen and (min-width: 992px) {
#dsn_sidebar_image {
left: 0;
top: 0;
height: 100%;
}
#dsn_sidebar_image.dsn-img-left {
width: var(--s-box-full);
}
}
#dsn_sidebar_image #hero_image {
height: 100%;
width: 100%;
}
@media only screen and (max-width: 991px) {
#dsn_sidebar_image:not(.has-transform) {
display: none;
}
}
#page_wrapper {
position: relative;
z-index: 1;
}
@media only screen and (min-width: 992px) {
.has-box-mod {
padding-right: 25px;
padding-left: 25px;
display: inline-block;
}
.has-box-mod, .has-box-mod .sub-box {
line-height: 1.1;
}
}
.has-box-mod.move-circle {
transform: none !important;
}
.has-box-mod.move-circle .icon-circle {
position: absolute;
top: auto;
bottom: 0;
left: 0;
height: 70%;
width: 100%;
mix-blend-mode: exclusion;
background-color: var(--mod-color);
z-index: 1;
transition: width 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
pointer-events: none;
}
.dsn-ajax-effect .has-box-mod.move-circle .icon-circle {
width: 0;
}
.border-section-bottom {
position: relative;
padding-bottom: 30px;
}
.border-section-bottom::before, .border-section-bottom::after {
content: "";
position: absolute;
height: 2px;
bottom: 0;
left: 0;
}
.border-section-bottom::after {
width: 100%;
background: var(--border-color);
}
.border-section-bottom::before {
width: 30%;
background: var(--heading-color);
z-index: 1;
}
.border-section-bottom.text-center::before {
left: 50%;
transform: translateX(-50%);
}
.dsn-stories.dsn-stories-model {
position: fixed;
width: calc(100% - var(--s-box-full));
background-color: var(--assistant-color);
border-top: 2px solid var(--theme-color);
transform: translateY(100%);
opacity: 0;
visibility: hidden;
overflow: hidden;
bottom: 0;
right: 0;
display: flex;
z-index: 1;
transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.dsn-stories.dsn-stories-model,
.dsn-stories.dsn-stories-model .dsn-stories-gallery {
height: 150px;
}
.dsn-stories.dsn-stories-model .dsn-stories-gallery {
width: 100px;
}
.dsn-stories.dsn-stories-model .dsn-stories-gallery .link-pop:not(:first-of-type) {
pointer-events: none;
z-index: -1;
}
.dsn-stories.dsn-stories-model .dsn-stories-gallery .link-pop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-left: 15px;
padding-bottom: 15px;
padding-top: 15px;
}
.dsn-stories.dsn-stories-model .dsn-stories-gallery .link-pop,
.dsn-stories.dsn-stories-model .dsn-stories-gallery .link-pop img {
border-radius: 7px;
}
.dsn-stories.dsn-stories-model .title-block {
position: absolute;
right: 100px;
top: 50%;
transform: translateY(-50%);
line-height: 1;
}
.dsn-stories.dsn-stories-model .close-story {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
background-color: var(--bg-color);
opacity: 0.1;
}
.dsn-stories.gallery-portfolio .dsn-stories-gallery a {
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
.dsn-stories.gallery-portfolio .dsn-stories-gallery a:first-of-type {
z-index: 1;
}
.dsn-stories.gallery-portfolio .dsn-stories-gallery:hover .sm-title-block .dsn-chars-wrapper, .dsn-stories.gallery-portfolio .dsn-stories-gallery:hover .title-block .dsn-chars-wrapper, .dsn-stories.gallery-portfolio .dsn-stories-gallery.dsn-active .sm-title-block .dsn-chars-wrapper, .dsn-stories.gallery-portfolio .dsn-stories-gallery.dsn-active .title-block .dsn-chars-wrapper {
opacity: 1;
visibility: visible;
transform: translateY(0) rotate(0deg) scale(1);
}
.dsn-stories.gallery-portfolio .dsn-stories-gallery:hover .sm-title-block .icon-circle, .dsn-stories.gallery-portfolio .dsn-stories-gallery:hover .title-block .icon-circle, .dsn-stories.gallery-portfolio .dsn-stories-gallery.dsn-active .sm-title-block .icon-circle, .dsn-stories.gallery-portfolio .dsn-stories-gallery.dsn-active .title-block .icon-circle {
width: 100%;
}
.dsn-stories.gallery-portfolio .sm-title-block, .dsn-stories.gallery-portfolio .title-block {
position: absolute;
bottom: 30px;
left: 10px;
z-index: 2;
}
.dsn-stories.gallery-portfolio .sm-title-block .dsn-word-wrapper, .dsn-stories.gallery-portfolio .title-block .dsn-word-wrapper {
overflow: hidden;
will-change: transform;
}
.dsn-stories.gallery-portfolio .sm-title-block .dsn-chars-wrapper, .dsn-stories.gallery-portfolio .title-block .dsn-chars-wrapper {
opacity: 0;
visibility: hidden;
will-change: transform;
transform: translateY(50%) rotate(15deg) scale(0.8);
transform-origin: top left;
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}
.dsn-stories.gallery-portfolio .sm-title-block .icon-circle, .dsn-stories.gallery-portfolio .title-block .icon-circle {
width: 0;
transition: width 1s;
}
.stories-btn {
position: fixed;
bottom: 35px;
right: 20px;
z-index: 12;
mix-blend-mode: exclusion;
color: #fff;
transform: rotate(90deg);
transform-origin: 100% 50%;
transition: 1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
cursor: pointer;
}
@media only screen and (max-width: 575px) {
.stories-btn {
display: none;
}
}
.stories-btn:after {
content: "";
position: absolute;
right: -15px;
top: 10px;
width: 8px;
height: 8px;
border-radius: 50%;
border: 2px solid #fff;
}
.dsn-show-stories .dsn-stories {
opacity: 1;
visibility: visible;
transform: none;
}
@media only screen and (max-width: 991px) {
.dsn-show-stories .dsn-stories {
width: 100%;
}
}
@media only screen and (max-width: 575px) {
.dsn-show-stories .dsn-stories {
display: none;
}
}
.dsn-show-stories .stories-btn {
transform: none;
right: 35px;
}
.dsn-hover-text [data-dsn-split=chars] .dsn-word-wrapper {
overflow: hidden;
will-change: transform;
}
.dsn-hover-text [data-dsn-split=chars] .dsn-chars-wrapper {
opacity: 0;
visibility: hidden;
will-change: transform;
transform: translateY(50%) rotate(15deg) scale(0.8);
transform-origin: top left;
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}
.dsn-hover-text [data-dsn-split=chars] .icon-circle {
width: 0;
}
.dsn-hover-text:hover .dsn-chars-wrapper, .dsn-hover-text.dsn-active [data-dsn-split=chars] .dsn-chars-wrapper {
opacity: 1;
visibility: visible;
transform: translateY(0) rotate(0deg) scale(1);
}
.dsn-hover-text:hover .icon-circle, .dsn-hover-text.dsn-active [data-dsn-split=chars] .icon-circle {
width: 100%;
}
#dsn_preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
background: var(--bg-color);
}
#dsn_preloader .percent {
color: var(--theme-color);
font-size: 24vw;
opacity: 0.1;
}
#dsn_preloader .loading-text {
position: absolute;
letter-spacing: 3px;
font-size: 14px;
bottom: 55px;
}
#dsn_preloader .loading-text.loading-text {
left: 40px;
}
#dsn_preloader .title {
display: inline-block;
line-height: 0.9;
letter-spacing: 10px;
}
#dsn_preloader .title .text-strok {
color: transparent;
-webkit-text-stroke: 1px var(--heading-color);
}
#dsn_preloader .title .text-fill {
color: var(--heading-color);
position: absolute;
left: 0;
-webkit-clip-path: inset(100.09% 0% 0% 0%);
clip-path: inset(100.09% 0% 0% 0%);
}
#dsn_preloader .preloader-bar {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
#dsn_preloader .preloader-bar .preloader-progress {
width: 0%;
height: 100%;
background: var(--theme-color);
opacity: 0.3;
}
.cursor {
position: fixed;
top: -50%;
left: -50%;
width: 76px;
height: 76px;
z-index: 999999;
pointer-events: none;
border-radius: 50%;
transform-origin: left top;
transition: transform 0.35s;
transform: scale(0.35) translate(-50%, -50%);
mix-blend-mode: exclusion;
background-color: #fff;
}
.cursor.cursor-scale-full, .mfp-zoom-out-cur .cursor {
transform: scale(1.2) translate(-50%, -50%);
}
.cursor.cursor-scale-full span, .mfp-zoom-out-cur .cursor span {
color: #000;
}
.cursor.cursor-scale-half {
transform: scale(0.85) translate(-50%, -50%);
mix-blend-mode: unset;
background-color: var(--bg-color);
}
.cursor.cursor-scale-half span {
color: var(--heading-color);
}
.cursor.cursor-drag .cursor-next,
.cursor.cursor-drag .cursor-prev {
position: absolute;
top: 0;
right: -25px;
}
.cursor.cursor-drag .cursor-prev {
right: auto;
left: -25px;
}
.cursor.cursor-drag.no-drag {
mix-blend-mode: exclusion;
color: #fff;
}
.cursor.cursor-drag.no-drag .cursor-next,
.cursor.cursor-drag.no-drag .cursor-prev,
.cursor.cursor-drag.no-drag .cursor-drag {
display: none;
}
.cursor.cursor-drag.cursor-up-down .cursor-next,
.cursor.cursor-drag.cursor-up-down .cursor-prev {
position: absolute;
top: -50px;
right: auto;
left: 33px;
transform: rotate(-90deg);
}
.cursor.cursor-drag.cursor-up-down .cursor-prev {
top: auto;
bottom: -50px;
}
.cursor.cursor-drag.no-drag {
mix-blend-mode: exclusion;
background-color: #fff;
}
.cursor.cursor-drag.no-drag .cursor-next,
.cursor.cursor-drag.no-drag .cursor-prev,
.cursor.cursor-drag.no-drag .cursor-drag {
display: none;
}
@media only screen and (max-width: 991px) {
.cursor {
display: none;
}
}
.cursor .cursor-helper {
position: absolute;
border-radius: 50%;
width: 100%;
text-align: center;
}
.cursor .cursor-helper span {
line-height: 76px;
font-size: 12px;
font-weight: bold;
text-shadow: 20px 20px 20px #000;
display: none;
}
.cursor.cursor-view span.cursor-view {
mix-blend-mode: unset;
display: block;
}
.cursor.cursor-close span.cursor-close {
mix-blend-mode: unset;
display: block;
}
.cursor.cursor-play span.cursor-play {
mix-blend-mode: unset;
display: block;
}
.cursor.cursor-open span.cursor-open {
mix-blend-mode: unset;
display: block;
}
.cursor.cursor-prev span.cursor-prev {
mix-blend-mode: unset;
display: block;
}
.cursor.cursor-next span.cursor-next {
mix-blend-mode: unset;
display: block;
}
.cursor.cursor-drag span.cursor-drag {
mix-blend-mode: unset;
display: block;
}
.dsn-ajax-effect:not(.dsn-cursor-effect) .cursor {
left: auto;
top: auto;
right: 10px;
bottom: 10px;
transform: scale(0.3) translate(-50%, -50%);
mix-blend-mode: unset;
}
.dsn-ajax-effect .cursor {
display: inherit !important;
transform: scale(0.3);
mix-blend-mode: unset;
}
.dsn-ajax-effect .cursor:after {
content: "";
position: absolute;
width: 100px;
height: 109px;
border-radius: 50%;
left: -9px;
top: -15px;
border-top: 5px solid #fff;
animation-name: animate-load;
animation-duration: 1.5s;
animation-iteration-count: infinite;
}
.cursor.no-scale {
transform: scale(0) translate(-50%, -50%);
}
.dsn-paginate-right-page {
position: fixed;
right: 20px;
mix-blend-mode: exclusion;
z-index: 100;
}
.dsn-paginate-right-page,
.dsn-paginate-right-page .dsn-link-paginate:before {
top: 50%;
transform: translateY(-50%);
}
.dsn-paginate-right-page .dsn-link-paginate {
position: relative;
cursor: pointer;
padding-right: 20px;
display: flex;
font-size: 13px;
letter-spacing: 2px;
height: 20px;
line-height: 20px;
margin-top: 5px;
}
.dsn-paginate-right-page .dsn-link-paginate .whitespace {
display: none;
}
.dsn-paginate-right-page .dsn-link-paginate .dsn-word-wrapper {
width: 0;
height: 0;
}
.dsn-paginate-right-page .dsn-link-paginate .dsn-word-wrapper:not(.whitespace):not(:last-of-type) {
margin-right: 5px;
}
.dsn-paginate-right-page .dsn-link-paginate:before {
content: "";
position: absolute;
width: 10px;
height: 10px;
right: 0;
background-color: #fff;
z-index: -1;
border-radius: 50%;
}
.dsn-paginate-right-page .dsn-link-paginate .dsn-word-wrapper {
overflow: hidden;
will-change: transform;
}
.dsn-paginate-right-page .dsn-link-paginate .dsn-chars-wrapper {
opacity: 0;
visibility: hidden;
will-change: transform;
transform: translateY(50%) rotate(15deg) scale(0.8);
transform-origin: top left;
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}
.dsn-paginate-right-page .dsn-link-paginate:hover .dsn-word-wrapper {
width: auto;
height: auto;
}
.dsn-paginate-right-page .dsn-link-paginate:hover .dsn-chars-wrapper {
opacity: 1;
visibility: visible;
transform: translateY(0) rotate(0deg) scale(1);
}
.day-night {
position: fixed;
z-index: 100;
top: 50%;
left: calc(var(--s-box-left-social) / 2);
width: 30px;
height: 30px;
cursor: pointer;
transform: translateX(-50%);
text-align: center;
cursor: pointer;
}
.day-night svg {
width: 30px;
height: 30px;
}
.day-night .title-mode {
writing-mode: vertical-rl;
-webkit-text-orientation: mixed;
text-orientation: mixed;
margin-top: 10px;
letter-spacing: 7px;
background-color: var(--assistant-color);
width: 40px;
margin-left: -5px;
padding-bottom: 10px;
border-radius: 0 0 15px 15px;
line-height: 38px;
}
.day-night .title-mode:before {
content: "";
position: absolute;
left: -5px;
top: -10px;
height: 50px;
width: 40px;
background-color: inherit;
z-index: -1;
border-radius: 15px 15px 0 0;
}
@media only screen and (max-width: 991px) {
.day-night {
top: 30px;
left: 200px;
display: none;
}
}
@media only screen and (max-width: 767px) {
.day-night {
top: 50px;
left: 150px;
display: none;
}
}
.day-night .night,
.day-night .moon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
transition: opacity 0.2s;
border-radius: 100%;
opacity: 0;
}
.day-night .night svg,
.day-night .moon svg {
width: 100%;
height: 100%;
}
.day-night .night {
border: 1px solid rgba(255, 255, 255, 0.18);
background-color: #fff;
opacity: 1;
}
.day-night .night svg {
fill: #000;
width: 100%;
height: 100%;
}
.day-night .moon {
border: 1px solid rgba(255, 255, 255, 0.18);
background-color: #000;
opacity: 0;
}
.day-night .moon svg {
transform: rotate(270deg);
fill: #f0f0f0;
}
.v-light .day-night .night {
opacity: 0;
}
.v-light .day-night .moon {
opacity: 1;
}
input::placeholder,
textarea::placeholder,
.form-control::placeholder,
.form-box input::placeholder,
.form-box textarea::placeholder {
color: var(--font-color);
}
input[type=search]::-webkit-search-decoration {
display: none;
}
fieldset {
padding: 30px;
}
fieldset form > * {
margin-bottom: 30px;
}
fieldset form:last-child {
margin-bottom: 0;
}
fieldset form p {
margin-top: 0;
}
fieldset form textarea,
fieldset form input {
margin-bottom: 0;
padding: 10px;
}
.dsn-no-results .dsn-search .search-form input {
min-width: 460px;
}
.entry-form label {
font-weight: 600;
font-family: var(--heading-font);
padding-bottom: 10px;
display: block;
}
.entry-form input,
.entry-form textarea {
font-family: var(--heading-font);
font-size: 14px;
width: 100%;
border: none;
border-bottom: 1px solid var(--border-color);
color: var(--heading-color);
padding: 10px;
letter-spacing: 2px;
background-color: var(--assistant-color);
}
.entry-form input::placeholder,
.entry-form textarea::placeholder {
color: var(--heading-color);
font-size: 14px;
letter-spacing: 2px;
}
.entry-form textarea {
min-height: 80px;
}
.dsn-def-btn .dsn-btn {
position: relative;
padding: 12px 30px;
letter-spacing: 2px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
}
.dsn-def-btn.dsn-btn-other-bg .dsn-btn:before {
content: "";
position: absolute;
left: -10px;
top: -10px;
width: calc(100% + 20px);
height: calc(100% + 20px);
background-color: var(--theme-color);
opacity: 0.5;
border-radius: inherit;
z-index: -1;
}
.dsn-def-btn.dsn-border-style .dsn-btn {
z-index: 2;
}
.dsn-def-btn.dsn-border-style .dsn-btn:not(.icon-circle):before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 6px;
top: 6px;
transition: all 0.3s ease;
border: 1px solid var(--border-color);
z-index: -1;
border-radius: inherit;
}
.dsn-def-btn.dsn-border-style .dsn-btn:hover::before {
left: 0;
top: 0;
}
.grida-btn .dsn-btn {
padding-bottom: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
font-size: 14px;
letter-spacing: 2px;
transition: padding 450ms ease-in-out;
display: flex;
justify-content: space-between;
}
.grida-btn .dsn-btn .dsn-icon {
margin: inherit;
}
.grida-btn .dsn-btn:not(.move-circle) .icon-circle {
display: contents;
}
.grida-btn .dsn-btn:hover {
padding-left: 10px;
padding-right: 10px;
}
.dsn-btn span {
vertical-align: middle;
}
.dsn-btn span:not(.icon-circle) {
position: relative;
}
.move-circle {
position: relative;
transform: none !important;
}
@media only screen and (min-width: 992px) {
.move-circle {
background-color: transparent;
}
}
.move-circle .icon-circle {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: inherit;
z-index: 0;
}
.move-circle.background-main .icon-circle {
background-color: var(--bg-color);
}
.move-circle.background-section .icon-circle {
background-color: var(--assistant-color);
}
.move-circle.background-theme .icon-circle {
background-color: var(--theme-color);
}
.move-circle.border-circle {
border: 1px solid var(--heading-color);
} a {
outline: 0;
outline-style: none;
}
a:hover, a:active {
outline: 0;
text-decoration: none;
} .font-heading {
font-family: var(--heading-font);
}
.text-transform-upper {
text-transform: uppercase;
}
.site-header {
position: fixed;
top: 0;
width: 100%;
padding-top: 22px;
padding-bottom: 22px;
z-index: 10;
pointer-events: none;
transition-property: background-color, padding-top, padding-bottom, transform;
transition-duration: 0.5s;
}
@media only screen and (max-width: 991px) {
body:not(.v-dark) .site-header {
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 0.45);
}
}
@media only screen and (min-width: 992px) {
body .site-header {
padding-left: 0;
padding-right: 0;
z-index: 12;
}
body .site-header .inner-header {
width: var(--s-box-left-social);
max-width: var(--s-box-left-social);
text-align: center;
}
body .site-header .inner-header .main-logo {
max-width: calc(var(--s-box-left-social) - 20px);
margin: auto;
}
body .site-header .menu-icon {
position: fixed;
width: var(--s-box-left-menu);
left: var(--s-box-left-social);
padding: 0;
top: 50%;
transform: translateY(-50%);
justify-content: center;
}
body .site-header .menu-icon .text-menu {
display: none;
}
}
.site-header a {
color: inherit;
}
.site-header .main-logo {
color: var(--heading-color);
}
.site-header .main-logo .light-logo {
display: inherit;
}
.site-header .main-logo .dark-logo {
display: none;
}
body:not(.v-dark) .site-header .main-logo .light-logo {
display: none;
}
body:not(.v-dark) .site-header .main-logo .dark-logo {
display: inherit;
}
.admin-bar .site-header {
top: 46px;
}
@media screen and (min-width: 783px) {
.admin-bar .site-header {
top: 32px;
}
}
.site-header .menu-cover-title {
position: absolute;
top: 50%;
left: -12px;
font-size: 20vw;
font-weight: 600;
line-height: 1.15;
transform: translateY(-50%);
opacity: 0.03;
}
@media only screen and (max-width: 991px) {
.site-header .menu-cover-title {
left: 50%;
transform: translate(-50%, -50%);
}
}
.site-header .inner-header .main-logo {
pointer-events: all;
}
.site-header .main-navigation {
pointer-events: all;
}
.site-header .menu-icon {
position: relative;
top: 5px;
cursor: pointer;
pointer-events: all;
}
.site-header .menu-icon .icon-m {
position: relative;
width: 23px;
height: 15px;
}
.site-header .menu-icon .icon-m .menu-icon-line {
position: absolute;
background-color: var(--theme-color);
width: 23px;
height: 2px;
transition: transform 0.2s ease-Out;
}
.site-header .menu-icon .icon-m .menu-icon-line.icon-top {
width: 5px;
}
.site-header .menu-icon .icon-m .menu-icon-line.icon-center {
width: 14px;
right: 0;
}
.site-header .menu-icon .icon-m .menu-icon-line.icon-bottom {
bottom: 0;
}
.site-header .menu-icon .icon-m .icon-circle {
position: absolute;
top: -5px;
left: -8px;
width: 46px;
height: 46px;
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 50%;
display: none;
}
.site-header .menu-icon .icon-m:hover .icon-circle {
display: inherit;
}
.site-header .menu-icon .text-menu {
position: absolute;
top: -2px;
right: 25px;
width: 45px;
color: var(--heading-color);
opacity: 0.9;
font-size: 13px;
font-weight: 600;
}
.site-header .menu-icon .text-menu > div {
left: 0;
top: 0;
}
.site-header .menu-icon .text-menu .text-button .dsn-word-wrapper {
overflow: hidden;
will-change: transform;
}
.site-header .menu-icon .text-menu .text-button .dsn-chars-wrapper {
opacity: 0;
visibility: hidden;
will-change: transform;
transform: translateY(50%) rotate(15deg) scale(0.8);
transform-origin: top left;
transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}
.site-header .menu-icon .text-menu .text-button .dsn-chars-wrapper {
opacity: 1;
visibility: visible;
transform: translateY(0) rotate(0deg) scale(1);
}
.site-header .menu-icon .text-menu .text-open .dsn-word-wrapper,
.site-header .menu-icon .text-menu .text-close .dsn-word-wrapper {
overflow: hidden;
will-change: transform;
}
.site-header .menu-icon .text-menu .text-open .dsn-chars-wrapper,
.site-header .menu-icon .text-menu .text-close .dsn-chars-wrapper {
opacity: 0;
visibility: hidden;
will-change: transform;
transform: translateY(50%) rotate(15deg) scale(0.8);
transform-origin: top left;
transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}
.site-header .menu-icon.nav-active .text-menu {
width: 50px;
}
@media only screen and (min-width: 992px) {
.site-header .menu-icon:hover .icon-m .icon-top,
.site-header .menu-icon:hover .icon-m .icon-center {
transform: translateY(6px);
}
.site-header .menu-icon:hover .icon-m .icon-bottom {
transform: translateY(-5px);
}
.site-header .menu-icon:hover .text-menu .text-button .dsn-word-wrapper {
overflow: hidden;
will-change: transform;
}
.site-header .menu-icon:hover .text-menu .text-button .dsn-chars-wrapper {
opacity: 0;
visibility: hidden;
will-change: transform;
transform: translateY(50%) rotate(15deg) scale(0.8);
transform-origin: top left;
transition: transform 0.4s cubic-bezier(0.3, 0, 0.7, 1), opacity 0.3s cubic-bezier(0.3, 0, 0.7, 1), visibility 0.3s;
transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}
.site-header .menu-icon:hover:not(.nav-active) .text-menu .text-open .dsn-chars-wrapper {
opacity: 1;
visibility: visible;
transform: translateY(0) rotate(0deg) scale(1);
}
.site-header .menu-icon:hover.nav-active .text-menu .text-close .dsn-chars-wrapper {
opacity: 1;
visibility: visible;
transform: translateY(0) rotate(0deg) scale(1);
}
}
.site-header .container-content {
width: 30%;
opacity: 0;
visibility: hidden;
}
@media only screen and (max-width: 991px) {
.site-header .container-content {
display: none;
}
}
.site-header .container-content .nav-content:not(:first-of-type) {
margin-top: 30px;
}
.site-header .container-content .nav-content p {
color: var(--font-color);
}
.site-header .container-content .nav-content p:not(:last-of-type) {
margin-bottom: 5px;
}
.site-header .container-content .nav-content p .link-hover {
text-transform: uppercase;
}
.site-header .container-content .title-line,
.site-header .container-content p.title-line {
color: var(--theme-color);
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}
.site-header .container-content .nav-social ul li {
font-size: 14px;
margin-right: 15px;
padding-right: 5px;
}
.site-header .container-content .nav-social ul li, .site-header .container-content .nav-social ul li a {
position: relative;
color: var(--heading-color);
display: inline-block;
letter-spacing: 2px;
font-family: var(--heading-font);
}
.site-header ul.extend-container {
width: 100%;
max-width: 100%;
}
@media only screen and (max-width: 991px) {
.site-header ul.extend-container {
align-items: center;
}
}
.site-header .extend-container .main-navigation {
height: 100vh;
top: 0;
left: 0;
background-color: var(--bg-color);
z-index: -1;
transform: translateY(-100%);
opacity: 0;
visibility: visible;
}
.site-header .extend-container .main-navigation:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
z-index: -1;
opacity: 0.05;
background-size: cover;
background-repeat: no-repeat;
}
.site-header .extend-container .main-navigation ul.extend-container li {
color: var(--heading-color);
width: -webkit-max-content;
width: max-content;
margin-bottom: 10px;
line-height: 1;
font-family: var(--heading-font);
}
.site-header .extend-container .main-navigation ul.extend-container li.dsn-active, .site-header .extend-container .main-navigation ul.extend-container li:hover {
color: var(--theme-color);
}
.site-header .extend-container .main-navigation ul.extend-container li.dsn-active .dsn-meta-menu, .site-header .extend-container .main-navigation ul.extend-container li:hover .dsn-meta-menu {
color: var(--assistant-color);
}
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu {
display: flex;
align-items: center;
margin-bottom: 20px;
cursor: pointer;
}
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu svg {
width: 32px;
transform: translateX(0);
fill: var(--heading-color);
}
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
font-size: 42px;
margin-left: 5px;
}
@media only screen and (max-width: 767px) {
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
font-size: 32px;
}
}
@media only screen and (max-width: 575px) {
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
font-size: 24px;
}
}
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu svg,
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu .dsn-title-menu {
transition: 0.5s ease-in-out;
transition-property: opacity, visibility, transform;
}
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu:hover svg {
transform: translateX(-22px);
opacity: 0;
visibility: hidden;
}
.site-header .extend-container .main-navigation ul.extend-container li .dsn-back-menu:hover .dsn-title-menu {
transform: translateX(-40px);
}
.site-header .extend-container .main-navigation ul.extend-container li li {
overflow: inherit;
margin-bottom: 0;
}
.site-header .extend-container .main-navigation ul.extend-container li a {
overflow: hidden;
line-height: 1.2;
}
.site-header .extend-container .main-navigation ul.extend-container li a:after,
.site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
position: absolute;
display: inherit;
width: -webkit-max-content;
width: max-content;
}
.site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
margin-left: 10px;
font-size: 12px;
letter-spacing: 2px;
transform: translateY(25px);
}
@media only screen and (max-width: 991px) {
.site-header .extend-container .main-navigation ul.extend-container li a .dsn-meta-menu {
display: none;
}
}
@media only screen and (min-width: 992px) {
.site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down > a:after {
content: "";
background-image: url(//esselle.in/wp-content/themes/grida/assets/img/right.svg);
background-size: 17px;
height: 17px;
width: 17px;
background-repeat: no-repeat;
opacity: 0;
visibility: hidden;
transition: 0.5s;
transform: translate(0, 8px);
}
.site-header .extend-container .main-navigation ul.extend-container li.dsn-drop-down > a:hover:after {
opacity: 1;
visibility: visible;
transform: translate(50%, 8px);
}
}
.site-header .extend-container .main-navigation ul.extend-container > li {
font-size: 42px;
}
@media only screen and (max-width: 991px) {
.site-header .extend-container .main-navigation ul.extend-container > li {
font-size: 32px;
}
}
.site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-title-menu {
opacity: 0;
visibility: hidden;
transform: translateY(30px);
}
.site-header .extend-container .main-navigation ul.extend-container > li > a .dsn-meta-menu {
opacity: 0;
visibility: hidden;
}
.site-header .extend-container .main-navigation ul.extend-container > li ul {
position: absolute;
display: none;
width: 100%;
height: 100%;
left: 0;
top: 0;
flex-direction: column;
justify-content: center;
}
@media only screen and (max-width: 991px) {
.site-header .extend-container .main-navigation ul.extend-container > li ul {
align-items: center;
}
}
.site-header .extend-container .main-navigation ul.extend-container > li ul li {
font-size: 32px;
line-height: 1;
}
.site-header .extend-container .main-navigation ul.extend-container > li ul li a {
line-height: 1.5;
}
.site-header .extend-container .main-navigation ul.extend-container > li ul li a .dsn-meta-menu {
transform: translateY(22px);
margin-left: 10px;
}
#dsn_multi_lang {
position: fixed;
top: 35px;
right: 50px;
z-index: 10;
}
.admin-bar #dsn_multi_lang {
top: 81px;
}
@media screen and (min-width: 783px) {
.admin-bar #dsn_multi_lang {
top: 67px;
}
}
#dsn_multi_lang ul.extend-container-lang img {
display: inline-block;
}
#dsn_multi_lang ul.extend-container-lang > li {
display: inline-block;
}
#dsn_multi_lang ul.extend-container-lang > li:not(.current-lang) {
color: var(--heading-color);
}
#dsn_multi_lang ul.extend-container-lang > li.current-lang {
color: var(--theme-color);
font-weight: bold;
letter-spacing: 2px;
}
#dsn_multi_lang ul.extend-container-lang > li:not(:last-child) {
margin-right: 10px;
}
#dsn_multi_lang ul.extend-container-lang > li.menu-item-has-children {
display: block;
text-align: center;
}
#dsn_multi_lang ul.extend-container-lang > li.menu-item-has-children > a {
padding: 7px 15px;
background-color: var(--bg-color);
}
#dsn_multi_lang ul.extend-container-lang > li.menu-item-has-children ul.sub-menu {
position: relative;
top: -5px;
left: 0;
opacity: 0;
visibility: hidden;
display: block;
background: var(--assistant-color);
transition: all 0.5s;
border-radius: 0;
overflow: hidden;
padding: 15px;
}
#dsn_multi_lang ul.extend-container-lang > li.menu-item-has-children ul.sub-menu a {
display: flex;
align-items: center;
}
#dsn_multi_lang ul.extend-container-lang > li.menu-item-has-children ul.sub-menu li:not(:first-child) {
margin-top: 10px;
}
#dsn_multi_lang ul.extend-container-lang > li.menu-item-has-children:hover ul.sub-menu {
top: 10px;
opacity: 1;
visibility: visible;
}
@media only screen and (min-width: 992px) {
.classic-menu .dsn-multi-lang {
transform: translateY(-5px);
right: 15px;
}
}
@media only screen and (max-width: 991px) {
body.nav-bg .site-header {
background-color: var(--bg-color);
padding-top: 15px;
padding-bottom: 15px;
}
body.nav-bg.hide-nav .site-header {
transform: translateY(-150%);
}
}
@media only screen and (max-width: 600px) {
body.nav-bg .site-header {
top: 0;
}
}
@media only screen and (max-width: 991px) {
body body.nav-bg .site-header {
background-color: var(--bg-color);
padding-top: 15px;
padding-bottom: 15px;
}
body body.nav-bg.hide-nav .site-header {
transform: translateY(-100%);
}
}
@media only screen and (min-width: 992px) {
body .site-header .extend-container .main-navigation {
padding-left: var(--s-box-left);
padding-right: 50px;
}
}
@media only screen and (min-width: 992px) {
body .site-header .menu-cover-title {
padding-left: var(--s-box-left);
margin-left: 50px;
}
}
@media only screen and (min-width: 992px) {
body .site-header .extend-container .main-navigation ul.extend-container > li ul {
padding-left: 50px;
padding-right: 50px;
}
}
@media only screen and (min-width: 992px) {
body .site-header ul.extend-container {
padding-left: 50px;
border-left: 1px solid var(--border-color);
}
}
.social-side {
position: fixed;
left: 0;
bottom: 70px;
width: var(--s-box-left-social);
z-index: 10;
display: none;
}
@media only screen and (min-width: 992px) {
body .social-side {
display: flex;
justify-content: center;
}
}
.social-side .icon {
text-align: center;
width: 30px;
height: 30px;
line-height: 30px;
cursor: pointer;
}
.social-side .icon i {
font-size: 18px;
color: var(--heading-color);
}
.social-side:hover .socials li {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
.socials {
left: 0;
bottom: 30px;
width: var(--s-box-left-social);
text-align: center;
font-size: 14px;
}
.socials li {
opacity: 0;
visibility: hidden;
transition: all 0.5s;
transform: translateX(-10px);
transition-delay: calc(100ms * var(--dsn-index-animate));
}
.socials li a {
position: relative;
margin-bottom: 10px;
margin-top: 5px;
color: var(--heading-color);
}
.socials li a:after, .socials li a span, .socials li a:hover i {
transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.socials li a:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--heading-color);
opacity: 0;
transform: translate(-50%, -50%) scale(0.2);
}
.socials li a i {
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.socials li a span {
position: absolute;
top: 50%;
left: 50%;
color: var(--heading-color);
font-size: 13px;
opacity: 0;
transform-origin: center bottom;
cursor: pointer;
transform: translateX(0px) translateY(-50%);
}
.socials li a:hover i {
transform: scale(0);
}
.socials li a:hover label {
opacity: 1;
transform: matrix(1, 0, 0, 1, 12, -8);
transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.socials li a:hover:after {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
transition-delay: 0.2s;
}
.socials li a:hover span {
opacity: 1;
transform: translateX(10px) translateY(-50%);
} .next-project .bg-container {
-webkit-clip-path: circle(60% at 70% 50%);
clip-path: circle(60% at 70% 50%);
}
.next-project .scroll-down {
padding-top: 15px;
animation: flickerAnimation 1.5s infinite;
}
.next-project .scroll-down .text-scroll {
font-weight: bold;
color: var(--heading-color);
}
.next-project .w-100.pt-30.d-flex.justify-content-between {
position: absolute;
top: 0;
left: 0;
}
.next-project .dsn-container {
position: relative;
}
.next-project svg path {
fill: var(--heading-color);
}
.type-p-nav {
border-top: 1px solid var(--border-color);
padding-top: 50px;
}
.type-p-nav .dsn-pagination {
flex-wrap: wrap;
}
.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev) {
position: relative;
margin-right: 15px;
transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
padding: 10px;
font-size: 20px;
border: 1px solid var(--border-color);
}
.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev).current, .type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev):hover {
color: var(--theme-color-font, var(--heading-color));
background-color: var(--theme-color);
}
.type-p-nav .dsn-pagination .page-numbers {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
}
.type-p-nav .dsn-pagination .next, .type-p-nav .dsn-pagination .prev {
position: relative;
text-align: center;
width: 90px;
}
.type-p-nav .dsn-pagination .next:before, .type-p-nav .dsn-pagination .prev:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
background: var(--assistant-color);
transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
transform: scale(0.8);
}
.type-p-nav .dsn-pagination .next svg, .type-p-nav .dsn-pagination .prev svg {
width: 30px;
position: absolute;
top: 1px;
fill: var(--heading-color);
z-index: 1;
height: 100%;
opacity: 1;
transition: all 0.3s ease-out;
}
.type-p-nav .dsn-pagination .next span, .type-p-nav .dsn-pagination .prev span {
position: relative;
z-index: 2;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
color: var(--heading-color);
transition: all 0.3s ease-out;
}
.type-p-nav .dsn-pagination .next:hover:before, .type-p-nav .dsn-pagination .prev:hover:before {
transform: scale(0.7);
}
.type-p-nav .dsn-pagination .next:hover svg, .type-p-nav .dsn-pagination .prev:hover svg {
opacity: 0;
}
.type-p-nav .dsn-pagination .next:hover span, .type-p-nav .dsn-pagination .prev:hover span {
transform: translateX(0) translateY(2px);
}
.type-p-nav .dsn-pagination .next:hover, .type-p-nav .dsn-pagination .prev:hover {
background-color: transparent;
}
.type-p-nav .dsn-pagination .next {
margin-left: 10px;
}
.type-p-nav .dsn-pagination .next svg {
transform: translateX(20%);
left: -10%;
}
.type-p-nav .dsn-pagination .next span {
transform: translateX(20%) translateY(2px);
}
.type-p-nav .dsn-pagination .prev {
margin-right: 25px;
}
.type-p-nav .dsn-pagination .prev svg {
transform: translateX(-20%) rotate(180deg);
right: -10%;
}
.type-p-nav .dsn-pagination .prev span {
transform: translateX(-20%) translateY(2px);
}
.pagination-pages .post-page-numbers {
margin: 0 10px;
}
.pagination-pages a {
color: var(--theme-color);
}
.next-containers,
.prev-containers {
cursor: pointer;
}
.next-containers .container-inner,
.prev-containers .container-inner {
position: relative;
width: 35px;
height: 84px;
}
.next-containers .container-inner:before,
.prev-containers .container-inner:before {
background: var(--border-color);
content: "";
position: absolute;
left: 0;
right: 0;
width: 1px;
height: 55px;
margin: 0 auto;
transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.next-containers .container-inner svg,
.prev-containers .container-inner svg {
position: absolute;
left: 0;
}
.next-containers .container-inner svg.arrow,
.prev-containers .container-inner svg.arrow {
top: 62px;
right: 0;
width: 7px;
height: 5px;
margin: 0 auto;
transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.next-containers .container-inner svg.arrow path,
.prev-containers .container-inner svg.arrow path {
fill: var(--heading-color);
transition: fill 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.next-containers .container-inner svg.circle,
.prev-containers .container-inner svg.circle {
left: -6px;
bottom: 0;
width: 45px;
height: 45px;
}
.next-containers .container-inner svg.circle circle,
.prev-containers .container-inner svg.circle circle {
stroke: var(--border-color);
stroke-dasharray: 95;
stroke-dashoffset: 0;
transition: all 0.6s ease-in;
}
.next-containers.next-containers .container-inner,
.prev-containers.next-containers .container-inner {
transform: rotate(270deg);
}
.next-containers.prev-containers .container-inner,
.prev-containers.prev-containers .container-inner {
transform: rotate(90deg);
}
.next-containers.prev-containers svg.arrow,
.prev-containers.prev-containers svg.arrow {
transform: rotate(0deg);
}
.next-containers:hover .container-inner:before,
.prev-containers:hover .container-inner:before {
height: 75px;
}
.next-containers:hover .container-inner svg.arrow,
.prev-containers:hover .container-inner svg.arrow {
top: 75px;
}
.next-containers:hover .container-inner svg.circle circle,
.prev-containers:hover .container-inner svg.circle circle {
stroke-dashoffset: 95;
}
.next-container,
.prev-container {
cursor: pointer;
}
.next-container .triangle,
.prev-container .triangle {
width: 0;
height: 0;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.next-container.next-container .container-inner:before,
.prev-container.next-container .container-inner:before {
content: "";
margin-right: 7px;
}
.next-container.next-container .triangle,
.prev-container.next-container .triangle {
border-left: 6px solid var(--heading-color);
margin-right: 19.5px;
}
.next-container.next-container svg,
.prev-container.next-container svg {
right: 0;
}
.next-container.prev-container .container-inner:after,
.prev-container.prev-container .container-inner:after {
content: "";
margin-left: 7px;
}
.next-container.prev-container .triangle,
.prev-container.prev-container .triangle {
border-right: 6px solid var(--heading-color);
margin-left: 19.5px;
}
.next-container.prev-container svg,
.prev-container.prev-container svg {
left: 0;
}
.next-container .container-inner,
.prev-container .container-inner {
position: relative;
height: 45px;
display: flex;
align-items: center;
}
.next-container .container-inner:after, .next-container .container-inner:before,
.prev-container .container-inner:after,
.prev-container .container-inner:before {
position: relative;
width: 55px;
height: 1px;
background-color: var(--border-color);
transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.next-container .container-inner svg,
.prev-container .container-inner svg {
position: absolute;
width: 45px;
height: 45px;
}
.next-container .container-inner svg circle,
.prev-container .container-inner svg circle {
stroke: var(--border-color);
stroke-dasharray: 95;
stroke-dashoffset: 0;
}
.next-container svg circle,
.prev-container svg circle {
transition: all 0.6s ease-in;
}
.next-container:hover .container-inner:before, .next-container:hover .container-inner:after,
.prev-container:hover .container-inner:before,
.prev-container:hover .container-inner:after {
width: 75px;
}
.next-container:hover .container-inner .triangle,
.prev-container:hover .container-inner .triangle {
margin: 0;
}
.next-container:hover .container-inner svg circle,
.prev-container:hover .container-inner svg circle {
stroke-dashoffset: 95;
}
.swiper-pagination-bullets, .swiper-pagination-fraction, .swiper-pagination-progressbar {
position: relative;
--swiper-pagination-color: var(--theme-color);
}
@media only screen and (max-width: 575px) {
.swiper-pagination-bullets, .swiper-pagination-fraction, .swiper-pagination-progressbar {
display: none;
}
}
.swiper-pagination-fraction {
bottom: 0;
width: auto;
display: block;
}
.dsn-swiper .swiper-pagination-progressbar {
width: 30% !important;
height: 3px !important;
background-color: var(--assistant-color);
--swiper-pagination-color: var(--theme-color);
}
.dsn-swiper .swiper-pagination-progressbar span {
transition-property: transform;
}
.dsn-swiper-circle .swiper-pagination-bullet {
position: relative;
background-color: transparent;
width: 12px !important;
height: 12px !important;
opacity: 1;
cursor: pointer;
transition: all 0.3s ease-in-out;
z-index: 2;
margin: 5px;
bottom: 0 !important;
}
.dsn-swiper-circle .swiper-pagination-bullet::before, .dsn-swiper-circle .swiper-pagination-bullet::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
transition: all 0.3s ease-in-out;
}
.dsn-swiper-circle .swiper-pagination-bullet::before {
background-color: var(--theme-color);
transform: scale(0.7);
}
.dsn-swiper-circle .swiper-pagination-bullet::after {
border: 1.5px solid var(--theme-color);
transform: scale(0.7);
}
.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
transform: scale(0.4);
}
.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
transform: scale(1);
}
.dsn-swiper .swiper-container-vertical {
height: 70vh;
}
.swiper-pagination-bullet {
width: 20px;
height: 2px;
border-radius: 0;
margin-right: 5px;
cursor: pointer;
background: var(--theme-color);
transition: transform 0.3s ease-in-out;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
width: auto;
bottom: 0;
}
.dsn-equal-height.h-100 > .elementor-widget-container {
height: 100%;
}
@media only screen and (max-width: 991px) {
.dsn-equal-height.h-100.dsn-position-tablet-relative {
height: auto;
}
}
@media only screen and (max-width: 767px) {
.dsn-equal-height.h-100.dsn-position-mobile-relative {
height: auto;
}
} @media only screen and (min-width: 992px) {
.dsn-p-relative {
position: relative;
}
.dsn-p-absolute {
position: absolute;
}
}
@media only screen and (max-width: 991px) {
.dsn-tablet-p-relative {
position: relative;
}
.dsn-tablet-p-absolute {
position: absolute;
}
}
@media only screen and (max-width: 767px) {
.dsn-mobile-p-relative {
position: relative;
}
.dsn-mobile-p-absolute {
position: absolute;
}
}
.elementor-align-justify .dsn-heading-title.border-section-bottom {
width: 100%;
}
@media only screen and (max-width: 991px) {
.elementor-tablet-align-center .dsn-heading-title.border-section-bottom, .elementor-tablet-align-right .dsn-heading-title.border-section-bottom, .elementor-tablet-align-left .dsn-heading-title.border-section-bottom {
width: auto !important;
}
.elementor-tablet-align-justify .dsn-heading-title.border-section-bottom {
width: 100% !important;
}
}
@media only screen and (max-width: 767px) {
.elementor-mobile-align-center .dsn-heading-title.border-section-bottom, .elementor-mobile-align-right .dsn-heading-title.border-section-bottom, .elementor-mobile-align-left .dsn-heading-title.border-section-bottom {
width: auto !important;
}
.elementor-mobile-align-justify .dsn-heading-title.border-section-bottom {
width: 100% !important;
}
} .elementor-align-center .line-under:after, .elementor-align-center .img-box-parallax[data-dsn-grid], .elementor-align-center .max-w570, .elementor-align-center .dsn-icon, .elementor-align-center .dsn-icon svg, .elementor-align-center .max-w750, .elementor-align-center .dsn-auto {
margin-right: auto;
margin-left: auto;
}
.elementor-align-right .line-under:after, .elementor-align-right .img-box-parallax[data-dsn-grid], .elementor-align-right .max-w570, .elementor-align-right .dsn-icon, .elementor-align-right .dsn-icon svg, .elementor-align-right .max-w750, .elementor-align-right .dsn-auto {
margin-left: auto;
}
@media only screen and (max-width: 991px) {
.elementor-tablet-align-center .line-under:after, .elementor-tablet-align-center .img-box-parallax[data-dsn-grid], .elementor-tablet-align-center .max-w570, .elementor-tablet-align-center .dsn-icon, .elementor-tablet-align-center .dsn-icon svg, .elementor-tablet-align-center .max-w750, .elementor-tablet-align-center .dsn-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.elementor-tablet-align-right .line-under:after, .elementor-tablet-align-right .img-box-parallax[data-dsn-grid], .elementor-tablet-align-right .max-w570, .elementor-tablet-align-right .dsn-icon, .elementor-tablet-align-right .dsn-icon svg, .elementor-tablet-align-right .max-w750, .elementor-tablet-align-right .dsn-auto {
margin-left: auto !important;
margin-right: 0 !important;
}
.elementor-tablet-align-left .line-under:after, .elementor-tablet-align-left .img-box-parallax[data-dsn-grid], .elementor-tablet-align-left .max-w570, .elementor-tablet-align-left .dsn-icon, .elementor-tablet-align-left .dsn-icon svg, .elementor-tablet-align-left .max-w750, .elementor-tablet-align-left .dsn-auto {
margin-left: 0 !important;
margin-right: auto !important;
}
}
@media only screen and (max-width: 767px) {
.elementor-mobile-align-center .line-under:after, .elementor-mobile-align-center .img-box-parallax[data-dsn-grid], .elementor-mobile-align-center .max-w570, .elementor-mobile-align-center .dsn-icon, .elementor-mobile-align-center .dsn-icon svg, .elementor-mobile-align-center .max-w750, .elementor-mobile-align-center .dsn-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.elementor-mobile-align-right .line-under:after, .elementor-mobile-align-right .img-box-parallax[data-dsn-grid], .elementor-mobile-align-right .max-w570, .elementor-mobile-align-right .dsn-icon, .elementor-mobile-align-right .dsn-icon svg, .elementor-mobile-align-right .max-w750, .elementor-mobile-align-right .dsn-auto {
margin-left: auto !important;
margin-right: 0 !important;
}
.elementor-mobile-align-left .line-under:after, .elementor-mobile-align-left .img-box-parallax[data-dsn-grid], .elementor-mobile-align-left .max-w570, .elementor-mobile-align-left .dsn-icon, .elementor-mobile-align-left .dsn-icon svg, .elementor-mobile-align-left .max-w750, .elementor-mobile-align-left .dsn-auto {
margin-left: 0 !important;
margin-right: auto !important;
}
}
div.effect-popup, .has-popup div.img-box-parallax, .has-popup div.pop-up {
cursor: pointer;
}
.dsn-bg-section.p-absolute.w-100.h-100.over-hidden.top-0.right-0.left-0.bottom-0 {
z-index: -1;
pointer-events: none;
}
.dsn-bg-section.p-absolute.w-100.h-100.over-hidden.top-0.right-0.left-0.bottom-0 [data-dsn-grid=moveUp].h-100 {
height: 100%;
}
.elementor img.cover-bg-img {
height: 100%;
}
.dsn-swiper-parallax-transform {
transition-property: opacity, transform, visibility;
}
.dsn-mb-no-space {
margin-bottom: 0 !important;
}
.dsn-icon i {
font-size: 20px;
color: var(--theme-color);
}
.dsn-icon svg {
height: auto;
width: 24px;
}
.dsn-icon svg, .dsn-icon svg path {
fill: var(--theme-color);
}
.text-center .dsn-icon {
margin: 0 auto;
}
.dsn-grid-layout {
--dsn-width-item: 1;
--dsn-col-item: 30px;
--dsn-row-item: 50px;
display: flex;
flex-wrap: wrap;
margin-left: calc(-1 * var(--dsn-col-item));
margin-top: calc(-1 * var(--dsn-row-item));
}
@media only screen and (max-width: 575px) {
.dsn-grid-layout {
--dsn-width-item: 1 !important;
}
}
.dsn-grid-layout > * {
flex: 0 0 calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
margin-left: var(--dsn-col-item);
margin-top: var(--dsn-row-item);
}
.dsn-grid-layout.full-width-last-item:not(.dsn-isotope) > * {
flex-grow: 1;
}
.dsn-grid-layout:not(.full-width-last-item) > * {
max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
width: 100%;
}
.dsn-bg-mask {
--width-calc-mask-scroll: 0px;
position: absolute;
width: calc(var(--width-mask) + var(--width-calc-mask) + var(--width-calc-mask-scroll));
height: calc(var(--height-mask) + var(--height-calc-mask));
top: var(--top-mask);
left: var(--left-mask);
margin-left: var(--margin-left-mask);
margin-top: var(--margin-top-mask);
z-index: -1;
}
@media only screen and (min-width: 992px) {
body:not(.dsn-effect-scroll):not(.dsn-line-style) .dsn-bg-mask {
--width-calc-mask-scroll: -8px;
}
}
.filter-swiper-blur .swiper-slide:not(.swiper-slide-active) {
filter: blur(3px);
}
ul.list-style-none {
list-style: none;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
display: initial;
}
.button-load-more {
transition-property: padding, border-radius, background;
transition-duration: 1s;
text-align: center;
cursor: pointer;
padding: 10px 30px;
margin-top: var(--dsn-row-item);
}
.button-load-more span:not(.icon-circle) {
z-index: 1;
}
.button-load-more .dsn-load-progress-ajax, .button-load-more .progress-no-more {
display: none;
}
.button-load-more.dsn-loading {
border-radius: 3px;
padding: 10px 20px;
}
.button-load-more.dsn-loading .dsn-load-progress-ajax {
display: block;
}
.button-load-more.dsn-loading .progress-text {
display: none;
}
@media only screen and (min-width: 768px) {
.dsn-isotope.dsn-masonry-grid .grid-item:nth-of-type(2) {
margin-top: 80px;
}
}
@media only screen and (min-width: 992px) {
.dsn-isotope.dsn-masonry-grid.dsn-masonry-grid-2 .grid-item:nth-of-type(3) {
margin-top: 120px;
}
}
ul.intro-project-list {
list-style: none;
}
ul.intro-project-list li:not(:last-of-type) {
margin-bottom: 10px;
}
ul.intro-project-list li h5 {
font-size: 14px;
letter-spacing: 2px;
}
ul.intro-project-list li h5 + span {
margin-top: 5px;
}
.dsn-service .service-item, .dsn-service .brand-item, .dsn-service .elementor-widget-wrap, .dsn-brand .service-item, .dsn-brand .brand-item, .dsn-brand .elementor-widget-wrap, .dsn-style-corner .service-item, .dsn-style-corner .brand-item, .dsn-style-corner .elementor-widget-wrap {
border: 1px solid var(--border-color);
}
.dsn-with-Corner .dsn-service .service-item:before, .dsn-with-Corner .dsn-service .service-item:after, .dsn-with-Corner .dsn-service .brand-item:before, .dsn-with-Corner .dsn-service .brand-item:after, .dsn-with-Corner .dsn-service .elementor-widget-wrap:before, .dsn-with-Corner .dsn-service .elementor-widget-wrap:after, .dsn-with-Corner .dsn-brand .service-item:before, .dsn-with-Corner .dsn-brand .service-item:after, .dsn-with-Corner .dsn-brand .brand-item:before, .dsn-with-Corner .dsn-brand .brand-item:after, .dsn-with-Corner .dsn-brand .elementor-widget-wrap:before, .dsn-with-Corner .dsn-brand .elementor-widget-wrap:after, .dsn-with-Corner .dsn-style-corner .service-item:before, .dsn-with-Corner .dsn-style-corner .service-item:after, .dsn-with-Corner .dsn-style-corner .brand-item:before, .dsn-with-Corner .dsn-style-corner .brand-item:after, .dsn-with-Corner .dsn-style-corner .elementor-widget-wrap:before, .dsn-with-Corner .dsn-style-corner .elementor-widget-wrap:after {
content: "";
width: 0;
height: 0;
position: absolute;
}
.dsn-with-Corner .dsn-service .service-item:before, .dsn-with-Corner .dsn-service .brand-item:before, .dsn-with-Corner .dsn-service .elementor-widget-wrap:before, .dsn-with-Corner .dsn-brand .service-item:before, .dsn-with-Corner .dsn-brand .brand-item:before, .dsn-with-Corner .dsn-brand .elementor-widget-wrap:before, .dsn-with-Corner .dsn-style-corner .service-item:before, .dsn-with-Corner .dsn-style-corner .brand-item:before, .dsn-with-Corner .dsn-style-corner .elementor-widget-wrap:before {
top: 4px;
left: 4px;
border-right: 50px solid transparent;
border-top: 50px solid var(--assistant-color);
}
.dsn-with-Corner .dsn-service .service-item:after, .dsn-with-Corner .dsn-service .brand-item:after, .dsn-with-Corner .dsn-service .elementor-widget-wrap:after, .dsn-with-Corner .dsn-brand .service-item:after, .dsn-with-Corner .dsn-brand .brand-item:after, .dsn-with-Corner .dsn-brand .elementor-widget-wrap:after, .dsn-with-Corner .dsn-style-corner .service-item:after, .dsn-with-Corner .dsn-style-corner .brand-item:after, .dsn-with-Corner .dsn-style-corner .elementor-widget-wrap:after {
border-left: 50px solid transparent;
border-bottom: 50px solid var(--assistant-color);
bottom: 4px;
right: 4px;
}
.dsn-with-Corner .dsn-service .service-item.background-section:before, .dsn-with-Corner .dsn-service .brand-item.background-section:before, .dsn-with-Corner .dsn-service .elementor-widget-wrap.background-section:before, .dsn-with-Corner .dsn-brand .service-item.background-section:before, .dsn-with-Corner .dsn-brand .brand-item.background-section:before, .dsn-with-Corner .dsn-brand .elementor-widget-wrap.background-section:before, .dsn-with-Corner .dsn-style-corner .service-item.background-section:before, .dsn-with-Corner .dsn-style-corner .brand-item.background-section:before, .dsn-with-Corner .dsn-style-corner .elementor-widget-wrap.background-section:before {
border-top: 50px solid var(--bg-color);
}
.dsn-with-Corner .dsn-service .service-item.background-section:after, .dsn-with-Corner .dsn-service .brand-item.background-section:after, .dsn-with-Corner .dsn-service .elementor-widget-wrap.background-section:after, .dsn-with-Corner .dsn-brand .service-item.background-section:after, .dsn-with-Corner .dsn-brand .brand-item.background-section:after, .dsn-with-Corner .dsn-brand .elementor-widget-wrap.background-section:after, .dsn-with-Corner .dsn-style-corner .service-item.background-section:after, .dsn-with-Corner .dsn-style-corner .brand-item.background-section:after, .dsn-with-Corner .dsn-style-corner .elementor-widget-wrap.background-section:after {
border-bottom: 50px solid var(--bg-color);
}
@media only screen and (min-width: 1400px) {
.dsn-service .service-item .service-item-inner, .dsn-service .service-item .brand-item-inner, .dsn-service .service-item.elementor-widget-wrap, .dsn-service .brand-item .service-item-inner, .dsn-service .brand-item .brand-item-inner, .dsn-service .brand-item.elementor-widget-wrap, .dsn-service .elementor-widget-wrap .service-item-inner, .dsn-service .elementor-widget-wrap .brand-item-inner, .dsn-service .elementor-widget-wrap.elementor-widget-wrap, .dsn-brand .service-item .service-item-inner, .dsn-brand .service-item .brand-item-inner, .dsn-brand .service-item.elementor-widget-wrap, .dsn-brand .brand-item .service-item-inner, .dsn-brand .brand-item .brand-item-inner, .dsn-brand .brand-item.elementor-widget-wrap, .dsn-brand .elementor-widget-wrap .service-item-inner, .dsn-brand .elementor-widget-wrap .brand-item-inner, .dsn-brand .elementor-widget-wrap.elementor-widget-wrap, .dsn-style-corner .service-item .service-item-inner, .dsn-style-corner .service-item .brand-item-inner, .dsn-style-corner .service-item.elementor-widget-wrap, .dsn-style-corner .brand-item .service-item-inner, .dsn-style-corner .brand-item .brand-item-inner, .dsn-style-corner .brand-item.elementor-widget-wrap, .dsn-style-corner .elementor-widget-wrap .service-item-inner, .dsn-style-corner .elementor-widget-wrap .brand-item-inner, .dsn-style-corner .elementor-widget-wrap.elementor-widget-wrap {
padding: 60px 40px;
}
}
@media only screen and (max-width: 1399px) {
.dsn-service .service-item .service-item-inner, .dsn-service .service-item .brand-item-inner, .dsn-service .service-item.elementor-widget-wrap, .dsn-service .brand-item .service-item-inner, .dsn-service .brand-item .brand-item-inner, .dsn-service .brand-item.elementor-widget-wrap, .dsn-service .elementor-widget-wrap .service-item-inner, .dsn-service .elementor-widget-wrap .brand-item-inner, .dsn-service .elementor-widget-wrap.elementor-widget-wrap, .dsn-brand .service-item .service-item-inner, .dsn-brand .service-item .brand-item-inner, .dsn-brand .service-item.elementor-widget-wrap, .dsn-brand .brand-item .service-item-inner, .dsn-brand .brand-item .brand-item-inner, .dsn-brand .brand-item.elementor-widget-wrap, .dsn-brand .elementor-widget-wrap .service-item-inner, .dsn-brand .elementor-widget-wrap .brand-item-inner, .dsn-brand .elementor-widget-wrap.elementor-widget-wrap, .dsn-style-corner .service-item .service-item-inner, .dsn-style-corner .service-item .brand-item-inner, .dsn-style-corner .service-item.elementor-widget-wrap, .dsn-style-corner .brand-item .service-item-inner, .dsn-style-corner .brand-item .brand-item-inner, .dsn-style-corner .brand-item.elementor-widget-wrap, .dsn-style-corner .elementor-widget-wrap .service-item-inner, .dsn-style-corner .elementor-widget-wrap .brand-item-inner, .dsn-style-corner .elementor-widget-wrap.elementor-widget-wrap {
padding: 40px 25px;
}
}
.dsn-with-Corner .dsn-style-corner.background-section .elementor-widget-wrap:before {
border-top: 50px solid var(--bg-color);
}
.dsn-with-Corner .dsn-style-corner.background-section .elementor-widget-wrap:after {
border-bottom: 50px solid var(--bg-color);
}
.dsn-with-number .dsn-service {
counter-reset: workcounter;
}
.dsn-with-number .dsn-service .service-item .service-item-inner:before {
counter-increment: workcounter;
content: counters(workcounter, ".", decimal-leading-zero);
position: absolute;
right: 45px;
top: 50px;
font-size: 70px;
line-height: 1;
font-family: var(--heading-font);
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1.5px var(--border-color);
opacity: 0.2;
z-index: 2;
pointer-events: none;
}
.icon-left .dsn-service .service-item .service-item-inner, .icon-right .dsn-service .service-item .service-item-inner {
display: flex;
}
.icon-left .dsn-service .service-item .service-item-inner .dsn-icon, .icon-right .dsn-service .service-item .service-item-inner .dsn-icon {
flex-shrink: 0;
}
.icon-left .dsn-service .service-item .service-item-inner .dsn-icon {
margin-right: 20px;
}
.icon-right .dsn-service .service-item .service-item-inner .dsn-icon {
order: 2;
margin-left: 20px;
}
.dsn-service .dsn-icon i {
font-size: 60px;
}
.dsn-service .dsn-icon svg {
width: 60px;
}
.icon-top .dsn-service .dsn-icon {
padding-bottom: 20px;
}
.dsn-service .service_description ul, .dsn-service .service_description ol {
list-style: none;
}
.dsn-service .service_description ul li, .dsn-service .service_description ol li {
line-height: inherit;
}
.dsn-service .service_description ul li:not(:last-child), .dsn-service .service_description ol li:not(:last-child) {
margin-bottom: 10px;
}
.dsn-service .service_description ul li:before, .dsn-service .service_description ol li:before {
content: "";
font-size: 16px;
color: var(--heading-color);
font-weight: 900;
font-family: "Font Awesome 5 Free";
margin-right: 10px;
}
.dsn-service .border-top {
border-top-width: 2.2px;
}
.dsn-service .border-bottom {
border-bottom-width: 2.2px;
}
.dsn-service .border-section-bottom {
padding-bottom: 20px;
}
.dsn-service .dsn-chars-wrapper {
margin-right: 2px;
}
.dsn-brand .brand-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
}
.root-posts .dsn-posts-el.type-p-nav {
padding-top: var(--dsn-row-item);
margin-top: var(--dsn-row-item);
}
.root-posts .dsn-posts-el.type-p-nav .type-p-nav {
padding: 0;
border: 0;
}
.root-posts .dsn-posts { }
.root-posts .dsn-posts .box-image-link {
width: 100%;
}
.root-posts .dsn-posts .post-content {
border-color: var(--heading-color);
}
.root-posts .dsn-posts .metas > span:not(:last-of-type)::after {
content: attr(data-separator);
}
.root-posts .dsn-posts .dsn-post-link {
color: var(--heading-color);
font-size: 12px;
font-family: var(--heading-font);
letter-spacing: 2px;
line-height: 1;
}
.root-posts .dsn-posts .post-title + .entry-date {
display: block;
margin-top: 10px;
margin-bottom: 0;
}
.root-posts .dsn-posts .dsn-show-link .post-description-info {
position: relative;
}
.root-posts .dsn-posts .dsn-show-link .post-description-info .dsn-category {
transform: translateY(0);
}
.root-posts .dsn-posts .dsn-show-link .post-description-info .dsn-category, .root-posts .dsn-posts .dsn-show-link .post-description-info .dsn-category + .dsn-post-link {
transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, opacity cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.root-posts .dsn-posts .dsn-show-link .post-description-info .dsn-category + .dsn-post-link {
position: absolute;
left: 0;
bottom: 0;
transform: translateY(15px);
opacity: 0;
}
.root-posts .dsn-posts .dsn-show-link:hover .post-description-info .dsn-category {
transform: translateY(-15px);
opacity: 0;
}
.root-posts .dsn-posts .dsn-show-link:hover .post-description-info .dsn-category + .dsn-post-link {
opacity: 1;
transform: translateY(0);
}
.box-image-parallax .root-posts .dsn-posts .box-image-bg {
height: 80vh;
}
.root-posts .dsn-posts .dsn-item-post .box-image-bg {
max-height: 80vh;
}
.box-image-transform .root-posts .dsn-posts .dsn-item-post .box-image-bg:before, .box-image-transform .root-posts .dsn-posts .dsn-item-post .box-image-bg img {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
transition: 0.5s;
}
.box-image-transform .root-posts .dsn-posts .dsn-item-post .box-image-bg:hover:before, .box-image-transform .root-posts .dsn-posts .dsn-item-post .box-image-bg:hover img {
-webkit-clip-path: polygon(3% 3%, 97% 3%, 97% 97%, 3% 97%);
clip-path: polygon(3% 3%, 97% 3%, 97% 97%, 3% 97%);
}
.dsn-style-classic .root-posts .dsn-posts .box-content {
flex-direction: column;
border-style: var(--heading-color);
}
.dsn-style-classic .root-posts .dsn-posts .box-content .box-image-link + .post-content {
padding-top: 30px;
}
.dsn-style-classic .root-posts .dsn-posts .box-content .box-image-bg {
position: relative;
overflow: hidden;
}
.dsn-style-cards:not(.box-content-hover) .root-posts .dsn-posts .box-content {
position: relative;
}
.dsn-style-cards:not(.box-content-hover) .root-posts .dsn-posts .post-content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: end;
padding-bottom: 20px;
}
.dsn-style-cards.box-image-hover .root-posts .dsn-posts .post-content .post-title .dsn-word-wrapper {
overflow: hidden;
will-change: transform;
}
.dsn-style-cards.box-image-hover .root-posts .dsn-posts .post-content .post-title .dsn-chars-wrapper {
opacity: 0;
visibility: hidden;
will-change: transform;
transform: translateY(50%) rotate(15deg) scale(0.8);
transform-origin: top left;
transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}
.dsn-style-cards.box-image-hover .root-posts .dsn-posts .post-content .post-title .icon-circle {
width: 0;
}
.dsn-style-cards.box-image-hover .root-posts .dsn-posts .post-content .entry-date, .dsn-style-cards.box-image-hover .root-posts .dsn-posts .post-content .post-description-info {
transition: 0.5s linear;
opacity: 0;
visibility: hidden;
}
.dsn-style-cards.box-image-hover .root-posts .dsn-posts .post-content:hover .post-title .dsn-chars-wrapper {
opacity: 1;
visibility: visible;
transform: translateY(0) rotate(0deg) scale(1);
}
.dsn-style-cards.box-image-hover .root-posts .dsn-posts .post-content:hover .post-title .icon-circle {
width: 100%;
}
.dsn-style-cards.box-image-hover .root-posts .dsn-posts .post-content:hover .entry-date, .dsn-style-cards.box-image-hover .root-posts .dsn-posts .post-content:hover .post-description-info {
opacity: 1;
visibility: visible;
}
.dsn-style-cards.box-content-hover .root-posts .dsn-posts {
counter-reset: compteListe;
}
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .box-content {
position: relative;
}
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .dsn-item-post:not(:last-of-type) {
padding-bottom: var(--dsn-row-item);
border-bottom: 1px solid var(--border-color);
}
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .box-image-link {
display: none;
}
@media only screen and (min-width: 768px) {
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .post-content {
display: flex;
width: 100%;
}
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .post-content .post-title-info {
flex: 0 1 50%;
padding-right: 30px;
}
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .post-content .post-description-info {
flex: 0 1 50%;
}
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .post-content .post-description-info .section_description {
margin-top: 0;
}
}
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .post-content .post-title-info {
position: relative;
padding-left: 60px;
}
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .post-content .post-title-info::before {
counter-increment: compteListe 1;
color: var(--heading-color);
content: "/ " counter(compteListe);
position: absolute;
left: 0;
top: 6px;
font-size: 13px;
letter-spacing: 2px;
font-weight: bold;
}
@media only screen and (max-width: 991px) {
.dsn-style-cards.box-content-hover .root-posts .dsn-posts .post-content .post-title-info {
margin-bottom: 15px;
}
}
.dsn-style-list .root-posts .dsn-posts .dsn-item-post:not(:last-of-type) {
padding-bottom: var(--dsn-row-item);
border-bottom: 1px solid var(--border-color);
}
.dsn-style-list .root-posts .dsn-posts .box-content {
border-style: var(--heading-color);
}
@media only screen and (min-width: 992px) {
.dsn-style-list .root-posts .dsn-posts .box-content {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 30px;
}
.dsn-style-list .root-posts .dsn-posts .box-content .post-content {
align-self: center;
}
}
@media only screen and (max-width: 991px) {
.dsn-style-list .root-posts .dsn-posts .box-content {
flex-direction: column;
}
.dsn-style-list .root-posts .dsn-posts .box-content .box-image-link + .post-content {
padding-top: 30px;
}
}
@media only screen and (min-width: 992px) {
.v-light .dsn-style-list .root-posts .dsn-posts .has-box-mod {
padding-right: 0;
padding-left: 0;
}
.v-light .dsn-style-list .root-posts .dsn-posts .has-box-mod .icon-circle {
display: none;
}
}
.dsn-style-list .root-posts .dsn-posts .box-image-link {
position: relative;
}
.dsn-style-list.dsn-image-right .root-posts .dsn-posts .box-image-link, .dsn-style-list.dsn-image-odd .root-posts .dsn-posts .dsn-item-post:nth-child(odd) .box-image-link {
order: 2;
}
@media only screen and (min-width: 992px) {
.dsn-style-list.dsn-image-odd .root-posts .dsn-posts .dsn-item-post:nth-child(odd) .box-image-link {
order: 2;
}
}
@media only screen and (max-width: 991px) {
.dsn-style-list.dsn-image-odd .root-posts .dsn-posts .dsn-item-post .box-image-link {
order: 0 !important;
}
}
.dsn-testimonials .fa-quote-left {
display: none;
}
.quote-box-style .dsn-testimonials .fa-quote-left {
display: block;
color: var(--heading-color);
font-size: 40px;
margin-bottom: 20px;
}
.dsn-testimonials .quote {
font-size: 18px;
font-style: italic;
letter-spacing: 1.2px;
}
.dsn-testimonials .quote, .dsn-testimonials .quote p {
line-height: 1.5;
}
@media only screen and (min-width: 576px) {
.dsn-testimonials .avatar-inner {
width: calc(100% - 100px);
}
}
.dsn-testimonials .avatar {
width: 80px;
height: 80px;
}
.dsn-testimonials .avatar, .dsn-testimonials .avatar img {
border-radius: 50%;
}
.dsn-testimonials .avatar + .box-text {
margin-left: 20px;
}
.dsn-testimonials .testimonial-name {
letter-spacing: 2px;
font-size: 16px;
}
.dsn-testimonials .testimonial-position {
color: var(--font-color);
font-size: 13px;
font-weight: 500;
letter-spacing: 1.2px;
margin-top: 5px;
}
@media only screen and (max-width: 575px) {
.dsn-testimonials .control-nav {
position: relative;
margin-top: 30px;
}
}
.dsn-testimonials .next-container,
.dsn-testimonials .prev-container {
position: absolute;
bottom: 0;
display: inline-block;
cursor: pointer;
z-index: 2;
border-radius: 50%;
height: 40px;
width: 40px;
}
@media only screen and (max-width: 575px) {
.dsn-testimonials .next-container,
.dsn-testimonials .prev-container {
position: relative;
}
}
.dsn-testimonials .next-container svg,
.dsn-testimonials .prev-container svg {
position: relative;
height: 40px;
width: 40px;
z-index: 1;
}
.dsn-testimonials .next-container svg .circle,
.dsn-testimonials .prev-container svg .circle {
stroke-dashoffset: 113.113px;
stroke-dasharray: 113.113px;
stroke-width: 0;
opacity: 0;
fill: #fff;
}
.dsn-testimonials .next-container svg .path,
.dsn-testimonials .prev-container svg .path {
fill: none;
stroke: #fff;
stroke-miterlimit: 10;
stroke-width: 1.8px;
}
.dsn-testimonials .next-container.next-container,
.dsn-testimonials .prev-container.next-container {
right: 0;
}
.dsn-testimonials .next-container.next-container svg,
.dsn-testimonials .prev-container.next-container svg {
transform: rotate(270deg);
}
.dsn-testimonials .next-container.prev-container,
.dsn-testimonials .prev-container.prev-container {
right: 60px;
}
@media only screen and (max-width: 575px) {
.dsn-testimonials .next-container.prev-container,
.dsn-testimonials .prev-container.prev-container {
left: 0;
right: auto;
}
}
.dsn-testimonials .next-container.prev-container svg,
.dsn-testimonials .prev-container.prev-container svg {
transform: rotate(90deg);
}
@media only screen and (min-width: 576px) {
.dsn-pagination-block .dsn-testimonials .avatar-inner {
width: 100%;
}
}
.dsn-pagination-block .dsn-testimonials .control-nav {
margin-top: 50px;
padding: 0;
}
.dsn-pagination-block .dsn-testimonials .prev-container {
right: auto;
margin-right: 30px;
}
.dsn-pagination-block .dsn-testimonials .control-nav, .dsn-pagination-block .dsn-testimonials .next-container, .dsn-pagination-block .dsn-testimonials .prev-container {
position: relative;
}
.dsn-team .swiper-slide {
overflow: hidden;
}
.dsn-team .team-item-inner {
display: grid;
grid-row-gap: 20px;
}
.dsn-team .team-item-inner .box-img {
max-height: 350px;
overflow: hidden;
}
.dsn-team .team-item-inner .box-img img {
transition: transform 1s cubic-bezier(0.13, 0.28, 0, 0.91);
}
.dsn-team .team-item-inner:hover .box-img img {
transform: scale(1.04);
}
.dsn-team .team-item-inner .text-position {
font-size: 14px;
letter-spacing: 1.2px;
margin-bottom: 5px;
}
.dsn-team .team-item-inner .text-name {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
}
@media only screen and (min-width: 992px) {
.dsn-team .box-img {
order: 2;
}
.dsn-team .team-item:nth-of-type(even) .team-socials {
order: 1;
}
.dsn-team .team-item:nth-of-type(even) .team-content {
order: 3;
}
.dsn-team .team-item:nth-of-type(odd) .team-socials {
order: 3;
}
.dsn-team .team-item:nth-of-type(odd) .team-content {
order: 1;
}
}
@media only screen and (min-width: 992px) {
.dsn-team ul.team-socials {
text-align: right;
}
}
ul.team-socials {
list-style: none;
}
ul.team-socials li {
display: inline-block;
font-size: 12px;
border: 1px solid var(--border-color);
margin-bottom: 0;
padding: 5px;
}
ul.team-socials li:not(:last-child) {
margin-right: 5px;
}
ul.team-socials li a {
color: var(--heading-color);
}
.dsn-stories:not(.dsn-isotope) .story-content, .dsn-stories:not(.dsn-isotope) .link-pop {
height: 100%;
}
.dsn-stories .link-pop:not(.has-image) {
pointer-events: none;
width: 100%;
height: 100%;
top: 0;
z-index: -1;
}
.dsn-stories .post-title, .dsn-stories .link-pop:not(.has-image) {
position: absolute;
left: 0;
}
.dsn-stories .post-title {
bottom: 30px;
z-index: 2;
}
.dsn-logo.main-logo .light-logo, .dsn-logo.main-logo .dark-logo {
display: none;
}
.v-dark .dsn-logo.main-logo .light-logo {
display: inherit;
}
.v-light .dsn-logo.main-logo .dark-logo {
display: inherit;
}
ul.dsn-list {
list-style: none;
}
ul.dsn-list li {
margin-bottom: 0;
}
.dsn-grid-masonry .box-item, .dsn-grid-masonry .box-item .img-box-parallax {
position: relative;
}
.dsn-grid-masonry .box-item .img-box-parallax .cap {
bottom: 10px;
}
.dsn-grid-masonry .dsn-title {
margin-top: 30px;
}
.box-grid-number .dsn-grid-masonry {
counter-reset: workcounter;
}
.box-grid-number .dsn-grid-masonry .box-item .dsn-title span:before {
counter-increment: workcounter;
content: counters(workcounter, ".", decimal-leading-zero);
position: relative;
display: inline-block;
padding: 5px;
background-color: var(--theme-color);
font-size: 14px;
font-weight: 400;
border-radius: 5px;
margin-right: 10px;
}
ul.dsn-feature {
list-style: none;
text-align: center;
}
ul.dsn-feature li {
margin-bottom: 0;
}
ul.dsn-feature .dsn-icon {
display: block;
}
ul.dsn-feature .dsn-icon, ul.dsn-feature .dsn-icon svg {
margin: auto;
}
ul.dsn-feature .dsn-icon + .sm-title-block {
margin-top: 15px;
}
.section-move-image .swiper-slide:not(:last-of-type) {
padding-right: 30px;
}
.section-move-image .swiper-slide {
width: calc(100% / 3);
}
@media only screen and (max-width: 575px) {
.section-move-image .swiper-slide {
width: 100%;
}
}
.section-move-image img {
width: 100%;
max-height: 80vh;
}
.dsn-skills-item {
position: relative;
width: 100%;
}
.dsn-skills-item .background-theme {
--heading-color: inhert !important;
--font-color: inhert !important;
}
.dsn-skills-item .bar-progress {
position: relative;
width: 100%;
height: 10px;
}
.dsn-skills-item .bar-progress::before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 4px;
background-color: var(--assistant-color);
transform: translateY(-50%);
}
.background-section .dsn-skills-item .bar-progress::before {
background-color: var(--bg-color);
}
.dsn-skills-item .bar-progress .fill {
position: absolute;
width: 0;
height: 100%;
}
.dsn-skills-item .bar-progress .fill:not(.background-section):not(.background-main):not(.background-theme) {
background-image: url(//esselle.in/wp-content/themes/grida/assets/img/patterns.png);
}
.dsn-skills-item .bar-progress .fill .number {
position: absolute;
top: -30px;
right: 0;
font-family: var(--heading-font);
font-size: 16px;
color: var(--heading-color);
}
.dsn-skills-item .bar-svg {
text-align: center;
}
.dsn-skills-item .bar-svg .fill-bar {
width: 160px;
height: 160px;
margin: auto;
background-color: transparent;
}
.dsn-skills-item .bar-svg .fill-bar svg {
transform: rotate(-90deg);
}
.dsn-skills-item .bar-svg .fill-bar .progress-bar__background {
fill: none;
stroke: var(--assistant-color);
stroke-width: 1.8;
}
.dsn-skills-item .bar-svg .fill-bar .progress-bar__progress {
fill: none;
stroke: var(--theme-color);
stroke-dasharray: 100 100;
stroke-linecap: round;
stroke-width: 1.8;
}
.dsn-skills-item .bar-svg .fill-bar .number.font-number {
font-size: 30px;
}
.grida-media-swiper .swiper-slide .cap {
transition: 0.5s;
}
.grida-media-swiper .swiper-slide.swiper-slide-active .cap {
opacity: 1;
visibility: visible;
}
.grida-media-swiper .swiper-slide:not(.swiper-slide-active) .cap {
opacity: 0;
visibility: hidden;
}
.dsn-resume .resume-item {
position: relative;
padding-left: 20px;
}
@media only screen and (min-width: 992px) {
.dsn-resume .resume-item:not(:last-of-type) {
padding-bottom: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.dsn-resume .resume-item:not(:last-of-type) {
padding-bottom: 30px;
}
}
@media only screen and (max-width: 767px) {
.dsn-resume .resume-item:not(:last-of-type) {
padding-bottom: 20px;
}
}
.dsn-resume .resume-item:not(:last-of-type):after {
top: 20px;
left: 4px;
width: 1px;
height: calc(100% - 24px);
background-color: var(--border-color);
}
.dsn-resume .resume-item:before, .dsn-resume .resume-item:after {
content: "";
position: absolute;
}
.dsn-resume .resume-item:before {
top: 5px;
left: 0;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: var(--theme-color);
}
.dsn-resume .resume-item .resume-position {
font-family: var(--body-font);
line-height: 1.6;
font-weight: 500;
color: var(--font-color);
}
.dsn-accordion {
line-height: 1.2;
}
.dsn-accordion .accordion__answer {
display: none;
max-width: 400px;
padding-top: 15px;
padding-left: 45px;
}
.dsn-accordion .accordion__answer.active {
display: block;
}
.dsn-accordion .accordion__item {
margin-bottom: 30px;
border-bottom: 1px solid var(--border-color);
padding-bottom: 30px;
}
.dsn-accordion .accordion__item:last-of-type {
margin-bottom: 0;
}
.dsn-accordion .accordion__question {
position: relative;
padding: 8px 15px 0 0;
cursor: pointer;
-webkit-user-select: none;
user-select: none;
}
.dsn-accordion .accordion__question:first-of-type {
padding-top: 0;
}
.dsn-accordion .accordion__question .dsn-icon {
margin-right: 15px;
}
.dsn-accordion .accordion__question .dsn-icon svg {
width: 35px;
}
.dsn-accordion .accordion__question .dsn-icon i {
font-size: 25px;
}
.dsn-accordion .accordion__question h4 {
font-weight: 600;
margin-bottom: 0;
}
.dsn-accordion .accordion__question:before {
content: "";
position: absolute;
display: inline-block;
border: solid var(--theme-color);
border-width: 0 2px 2px 0;
padding: 3px;
top: 40%;
right: 0;
transform: rotate(45deg);
transition: transform 0.2s linear;
}
.dsn-accordion .accordion__question.expandeds::before {
content: "";
border: solid var(--theme-color);
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
position: absolute;
top: 50%;
right: 0;
transform: rotate(-135deg);
transition: transform 0.2s linear;
}
.dsn-list .number, .dsn-accordion .number {
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
background-color: var(--theme-color);
color: var(--heading-color);
text-align: center;
margin-right: 15px;
font-size: 14px;
}
.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
overflow: hidden;
height: 100vh;
}
.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track, .sidebar-single .scrollbar-track, .dsn-work-scrollbar .scrollbar-track, .contact-modal .scrollbar-track {
background: none;
width: 4px;
mix-blend-mode: exclusion;
z-index: 11;
}
.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track .scrollbar-thumb, .sidebar-single .scrollbar-track .scrollbar-thumb, .dsn-work-scrollbar .scrollbar-track .scrollbar-thumb, .contact-modal .scrollbar-track .scrollbar-thumb {
background: #fff;
width: var(--smooth-width);
}
@media only screen and (min-width: 992px) {
.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #main_content:after {
content: "";
display: block;
height: 0.1px;
}
}
.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
height: calc(100vh - 46px);
}
@media screen and (min-width: 783px) {
.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
height: calc(100vh - 32px);
}
}
.locked-scroll #dsn-scrollbar {
background-color: var(--bg-color);
}
@media only screen and (min-width: 992px) {
body .scrollbar-track {
left: calc(var(--s-box-left) - (var(--smooth-width) / 2));
right: auto;
}
}
@media only screen and (min-width: 992px) {
body .contact-modal .scrollbar-track {
left: 0;
}
}
@media only screen and (min-width: 992px) {
body .dsn-sidebar .sidebar-single .scrollbar-track {
left: auto;
right: 0;
}
}  #dsn_header {
position: relative;
}
.admin-bar #dsn_header.h-v-100 {
height: calc(100vh - 46px);
}
@media screen and (min-width: 783px) {
.admin-bar #dsn_header.h-v-100 {
height: calc(100vh - 32px);
}
}
#dsn_header #hero_image {
height: 100%;
top: 0;
}
#dsn_header.dsn-header-normal #hero_content {
padding-top: 160px;
}
@media only screen and (min-width: 992px) {
#dsn_header.dsn-header-normal #hero_content {
padding-bottom: var(--margin-padding);
}
}
@media only screen and (max-width: 991px) {
#dsn_header.dsn-header-normal #hero_content {
padding-bottom: var(--margin-padding-mobile);
}
}
#dsn_header.dsn-image-full #hero_content {
height: 100%;
padding-top: 100px;
padding-bottom: 100px;
}
#dsn_header .dsn-title-b-bottom {
width: 100%;
padding-top: 60px;
}
#dsn_header #hero_title + .metas {
margin-top: 20px;
}
#dsn_headers {
position: relative;
}
#dsn_headers.dsn-header-normal #hero_content {
padding-top: 160px;
padding-bottom: 100px;
}
#dsn_headers.dsn-header-normal #hero_content + #hero_image {
position: relative;
margin-bottom: 40px;
height: 80vh;
}
#dsn_headers.dsn-header-normal #hero_content + #hero_image #parallax_hero {
height: 80vh;
}
#dsn_headers.dsn-header-normal #hero_content + #hero_image #parallax_hero img {
position: absolute;
}
#dsn_headers.dsn-header-normal .scroll-d {
display: none;
}
#dsn_headers.dsn-header-bg #hero_image {
position: absolute;
left: 0;
top: 0;
}
#dsn_headers.dsn-header-bg #hero_content {
padding-top: 80px;
padding-bottom: 80px;
}
#dsn_headers.dsn-header-bg #hero_content, #dsn_headers.dsn-header-bg #hero_image {
width: 100%;
height: 100%;
}
@media only screen and (min-width: 992px) {
#dsn_headers.dsn-header-bg.dsn-image-left #hero_content, #dsn_headers.dsn-header-bg.dsn-image-left #hero_image, #dsn_headers.dsn-header-bg.dsn-image-right #hero_content, #dsn_headers.dsn-header-bg.dsn-image-right #hero_image {
width: 50%;
}
#dsn_headers.dsn-header-bg.dsn-image-left #hero_content {
left: 50%;
}
#dsn_headers.dsn-header-bg.dsn-image-right #hero_image {
left: 50%;
}
}
#dsn_headers .scroll-d {
right: 0;
bottom: 40px;
cursor: pointer;
z-index: 2;
}
#dsn_headers .scroll-d svg {
width: 60px;
}
.dsn-header-parallax {
position: relative;
overflow: hidden;
}
.dsn-header-parallax .zoom-out {
transform: scale(1.2);
transform-origin: top;
}
header .hero-content:not(.section-padding) {
padding-top: 150px;
padding-bottom: 150px;
}   .main-slider {
height: 100vh;
}
.main-slider, .main-slider .content-slider {
position: relative;
width: 100%;
}
.main-slider .bg-three-js .swiper-container.h-100 {
display: none;
}
.main-slider .description {
color: var(--heading-color);
border-left: 2px solid var(--heading-color);
padding-left: 20px;
}
.main-slider .dsn-slider-content {
pointer-events: none;
}
.main-slider .dsn-slider-content .title .icon-circle {
width: 100%;
}
.main-slider .dsn-slider-content .slide-content.dsn-active {
z-index: 1;
pointer-events: auto;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) {
z-index: 0;
pointer-events: none;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .dsn-chars-wrapper, .main-slider .dsn-slider-content .slide-content:not(.dsn-active) [data-dsn-split=chars], .main-slider .dsn-slider-content .slide-content:not(.dsn-active) .swiper-animate-head {
opacity: 0;
visibility: hidden;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .title .icon-circle {
width: 0;
}
.main-slider .dsn-slider-content .title, .main-slider .dsn-slider-content .description, .main-slider .dsn-slider-content .dsn-btn {
pointer-events: auto;
}
@media only screen and (min-width: 992px) {
.half-slider .main-slider .bg-container {
width: 45%;
overflow: hidden;
}
.half-slider .main-slider .dsn-slider-content {
width: 55%;
overflow: hidden;
left: 45%;
margin-left: 0;
}
.half-slider .main-slider .slide-content {
background-color: var(--bg-color);
}
}
.main-slider .dsn-btn > span {
color: var(--heading-color);
}
.main-slider .control-nav {
position: absolute;
bottom: 30px;
right: 0;
z-index: 3;
flex-wrap: wrap;
background: transparent;
}
@media only screen and (min-width: 992px) {
.full-width .main-slider .control-nav {
width: calc(100% - var(--s-box-full));
}
}
@media only screen and (max-width: 767px) {
.main-slider .control-nav {
justify-content: space-between;
}
}
.main-slider .dsn-pagination {
height: auto;
display: flex;
align-items: center;
}
@media only screen and (max-width: 767px) {
.main-slider .dsn-pagination {
width: auto;
}
}
@media only screen and (max-width: 575px) {
.main-slider .dsn-pagination {
display: none;
}
}
.main-slider .dsn-pagination .swiper-pagination-control {
position: relative;
width: 250px;
height: 3px;
background: var(--border-color);
margin-right: 15px;
margin-left: 15px;
}
.main-slider .dsn-pagination .swiper-pagination-control .swiper-pagination-progressbar-fill {
background: var(--reverse-color);
}
.main-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
transform-origin: left;
}
@media only screen and (min-width: 992px) {
.main-slider.controller-right .control-nav {
width: auto;
height: 100%;
flex-direction: column;
padding: 100px 0;
margin: 0;
}
.main-slider.controller-right .control-nav .dsn-pagination {
flex-direction: column;
padding-bottom: 150px;
}
.main-slider.controller-right .control-nav .dsn-pagination .slider-current-index {
margin-bottom: 15px;
}
.main-slider.controller-right .control-nav .dsn-pagination .slider-total-index {
margin-top: 15px;
}
.main-slider.controller-right .control-nav .dsn-pagination .swiper-pagination-control {
width: 3px;
height: 250px;
}
.main-slider.controller-right .control-nav .dsn-pagination .swiper-pagination-control .swiper-pagination-progressbar-fill {
transform-origin: top;
}
.main-slider.controller-right .control-nav .dsn-paginate-arrow {
flex-direction: column;
}
.main-slider.controller-right .control-nav .dsn-paginate-arrow .next-container, .main-slider.controller-right .control-nav .dsn-paginate-arrow .prev-container {
transform: rotate(90deg);
}
.main-slider.controller-right .control-nav .dsn-paginate-arrow .prev-container .container-inner {
transform: translateX(-45px);
}
}
.main-sliders .control-nav {
position: absolute;
bottom: 30px;
right: 0;
z-index: 3;
flex-wrap: wrap;
background: transparent;
}
@media only screen and (max-width: 767px) {
.main-sliders .control-nav {
justify-content: space-between;
}
}
.main-sliders .control-nav .slider-counter {
position: relative;
color: var(--reverse-color);
margin: 0 30px;
top: -3px;
}
.main-sliders .control-nav .slider-counter .slider-counter-delimiter {
height: 30px;
border-right: 1px solid var(--reverse-color);
transform: rotate(30deg);
}
.main-sliders .control-nav .slider-current-index {
margin-right: 15px;
}
.main-sliders .control-nav .slider-total-index {
margin-left: 15px;
font-size: 20px;
}
.main-sliders hr {
width: calc(100vw - 100px);
border: 0 solid var(--border-color);
border-top-width: 1.5px;
margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
body .main-sliders hr {
width: calc(100vw - (var(--body-style-space) * 2) + 100px);
}
}
@media only screen and (max-width: 767px) {
.main-sliders hr {
display: none;
}
}
.main-sliders.controller-right .control-nav .prev-container, .main-sliders.controller-right .control-nav .next-container {
position: absolute;
right: 7px;
transform: rotate(-90deg);
}
@media only screen and (min-width: 992px) {
body .main-sliders.controller-right .control-nav .prev-container, body .main-sliders.controller-right .control-nav .next-container {
right: calc(0px - ((var(--body-style-space) / 2) + 25px + 20px));
}
}
.main-sliders.controller-right .control-nav .next-container {
bottom: 100px;
}
.main-sliders.controller-right .control-nav .prev-container {
bottom: 15px;
}
.main-sliders.controller-right .control-nav .slider-counter {
margin: 0;
}
@media only screen and (min-width: 992px) {
.main-slider.half-slider .bg-container, .main-slider.half-slider .dsn-slider-content {
width: 50%;
overflow: hidden;
}
}
.main-slider.half-slider .slide-content {
width: calc(100% - 100px);
}
@media only screen and (min-width: 992px) {
.main-slider.half-slider:not(.content-left) .dsn-slider-content {
left: 50%;
}
}
@media only screen and (min-width: 992px) {
.main-slider.half-slider.content-left .bg-container {
left: 50%;
}
}
@media only screen and (min-width: 768px) {
.main-slider.half-center-slider .bg-container {
padding-top: 110px;
padding-bottom: 110px;
}
}
.main-slider.half-center-slider .bg-container .slide-inner {
overflow: hidden;
}
.main-slider.half-center-slider .dsn-slider-content {
padding-bottom: 40px;
}
.dsn-post-type-cards .swiper-container-vertical .box-content, .dsn-post-type-cards .swiper-container-vertical .box-content .post-content {
height: 100% !important;
} .dsn-filtering {
position: relative;
}
@media only screen and (max-width: 767px) {
.dsn-filtering {
flex-direction: column;
}
.dsn-filtering .title-block {
margin-bottom: 30px;
}
}
.dsn-filtering .filtering-wrap {
flex-wrap: wrap;
}
.dsn-filtering .filtering-wrap .filtering {
position: relative;
}
.dsn-filtering .filtering-wrap .filtering:after {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: var(--border-color);
}
.dsn-filtering .filtering-wrap .filtering button {
color: var(--heading-color);
padding-bottom: 10px;
font-size: 14px;
display: inline-block;
cursor: pointer;
transition: all 100ms ease-in-out;
text-transform: uppercase;
letter-spacing: 1.5px;
border-bottom: solid 2px transparent;
}
.dsn-filtering .filtering-wrap .filtering button:not(:last-of-type) {
margin-right: 15px;
}
.dsn-filtering .filtering-wrap .filtering button.active {
letter-spacing: 2px;
border-bottom: solid 2px var(--theme-color);
} .root-blog {
counter-reset: compteListe;
}
.root-blog .type-p-nav {
margin-top: 50px;
}
.root-blog .blog-item {
padding-left: 60px;
}
.root-blog .blog-item:last-of-type {
border-bottom: 0;
padding-bottom: 0;
}
.root-blog .blog-item:first-of-type {
padding-top: 0;
}
@media only screen and (min-width: 992px) {
.root-blog .blog-item .blog-item-inner {
display: flex;
}
}
.root-blog .blog-item .blog-item-inner::before {
counter-increment: compteListe 1;
color: var(--heading-color);
content: "/ " counter(compteListe);
position: absolute;
left: -60px;
top: 5px;
font-size: 13px;
letter-spacing: 2px;
font-weight: bold;
}
@media only screen and (min-width: 992px) {
.root-blog .blog-item .left-box {
flex: 0 1 40%;
}
}
@media only screen and (max-width: 991px) {
.root-blog .blog-item .left-box {
margin-bottom: 15px;
}
}
@media only screen and (min-width: 992px) {
.root-blog .blog-item .right-box {
flex: 0 1 60%;
padding-left: 30px;
}
}
.post-tags {
padding: 20px 0 0;
clear: both;
}
.post-tags a {
font-size: 13px;
margin-right: 10px;
padding-top: 10px;
font-weight: 600;
}
.post-tags a:before {
content: "#";
position: relative;
margin-right: 3px;
font-size: 14px;
}
.post-tags a, .post-tags a span {
color: var(--heading-color);
}
.post-full-content.single-post > *:not(.gallery), .post-full-content.single-post > *:not(.wp-block-quote) > p,
.widget_text.single-post > *:not(.gallery),
.widget_text.single-post > *:not(.wp-block-quote) > p {
margin-bottom: 30px;
}
.post-full-content.single-post > *:not(.gallery).justified-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p.justified-gallery,
.widget_text.single-post > *:not(.gallery).justified-gallery,
.widget_text.single-post > *:not(.wp-block-quote) > p.justified-gallery {
margin-bottom: 15px;
}
.post-full-content.single-post > *:not(.gallery):last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child,
.widget_text.single-post > *:not(.gallery):last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p:last-child {
margin-bottom: 0;
}
.post-full-content.single-post > *:not(.gallery):last-child.justified-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child.justified-gallery,
.widget_text.single-post > *:not(.gallery):last-child.justified-gallery,
.widget_text.single-post > *:not(.wp-block-quote) > p:last-child.justified-gallery {
margin-bottom: -30px;
}
.post-full-content.single-post > *:not(.gallery):last-child.wp-block-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child.wp-block-gallery,
.widget_text.single-post > *:not(.gallery):last-child.wp-block-gallery,
.widget_text.single-post > *:not(.wp-block-quote) > p:last-child.wp-block-gallery {
margin-bottom: -15px;
}
.post-full-content.single-post > *:not(.gallery).section-padding, .post-full-content.single-post > *:not(.wp-block-quote) > p.section-padding,
.widget_text.single-post > *:not(.gallery).section-padding,
.widget_text.single-post > *:not(.wp-block-quote) > p.section-padding {
padding-top: 30;
padding-bottom: 30;
margin: 0;
}
.post-full-content.single-post > *:not(.gallery).section-padding.dsn-normalize-block, .post-full-content.single-post > *:not(.wp-block-quote) > p.section-padding.dsn-normalize-block,
.widget_text.single-post > *:not(.gallery).section-padding.dsn-normalize-block,
.widget_text.single-post > *:not(.wp-block-quote) > p.section-padding.dsn-normalize-block {
padding-top: 0;
padding-bottom: 0;
margin: 30 0;
}
.post-full-content.single-post > *:not(.gallery).section-padding:not(.dsn-normalize-block), .post-full-content.single-post > *:not(.wp-block-quote) > p.section-padding:not(.dsn-normalize-block),
.widget_text.single-post > *:not(.gallery).section-padding:not(.dsn-normalize-block),
.widget_text.single-post > *:not(.wp-block-quote) > p.section-padding:not(.dsn-normalize-block) {
padding-top: 0;
}
.post-full-content.single-post > *:not(.gallery):first-child.section-padding, .post-full-content.single-post > *:not(.wp-block-quote) > p:first-child.section-padding,
.widget_text.single-post > *:not(.gallery):first-child.section-padding,
.widget_text.single-post > *:not(.wp-block-quote) > p:first-child.section-padding {
padding-top: 0;
background-color: inherit;
}
.post-full-content.single-post > *:not(.gallery).wp-block-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p.wp-block-gallery,
.widget_text.single-post > *:not(.gallery).wp-block-gallery,
.widget_text.single-post > *:not(.wp-block-quote) > p.wp-block-gallery {
margin-bottom: 14px;
}
.post-full-content.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
.post-full-content.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-image:last-child,
.post-full-content.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-item:last-child,
.widget_text.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
.widget_text.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-image:last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-item:last-child {
margin-bottom: 16px;
}
.post-full-content.single-post > *:not(.gallery) > *:first-child, .post-full-content.single-post > *:not(.gallery):first-child, .post-full-content.single-post > *:not(.wp-block-quote) > p > *:first-child, .post-full-content.single-post > *:not(.wp-block-quote) > p:first-child,
.widget_text.single-post > *:not(.gallery) > *:first-child,
.widget_text.single-post > *:not(.gallery):first-child,
.widget_text.single-post > *:not(.wp-block-quote) > p > *:first-child,
.widget_text.single-post > *:not(.wp-block-quote) > p:first-child {
margin-top: 0;
}
.post-full-content.single-post > *:not(.gallery) > *:last-child, .post-full-content.single-post > *:not(.gallery):last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p > *:last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child,
.widget_text.single-post > *:not(.gallery) > *:last-child,
.widget_text.single-post > *:not(.gallery):last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p > *:last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p:last-child {
margin-bottom: 0;
}
.pagination-post {
position: relative;
}
.pagination-post .pagination-item {
border: 0;
}
.pagination-post a > span {
letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
.pagination-post {
flex-direction: column;
}
.pagination-post .icon {
display: none;
}
.pagination-post .pagination-item {
text-align: left;
border: 0;
}
.pagination-post .pagination-item:not(.text-right) {
border-bottom: 1px solid var(--border-color);
}
.pagination-post .pagination-item.border-left {
border-top: 1px solid var(--border-color);
}
.pagination-post .pagination-item.border-left a {
display: flex;
flex-direction: column-reverse;
}
.pagination-post .pagination-item.border-left a > span {
margin-top: 10px;
margin-bottom: 0;
}
}
.dsn-form .form-group {
width: 100%;
margin-bottom: 30px;
}
.dsn-form .form-group label {
font-weight: 600;
color: var(--heading-color);
}
.dsn-form .entry-box .wpcf7-form-control-wrap {
width: 100%;
}
.dsn-form .entry-box textarea, .dsn-form .entry-box input:not([type=submit]) {
font-size: 16px;
font-weight: 500;
width: 100%;
border: 1px solid var(--border-color);
padding: 10px 18px;
color: var(--heading-color);
margin-top: 10px;
margin-bottom: 0;
background-color: var(--assistant-color);
}
.background-section .dsn-form .entry-box textarea, .background-section .dsn-form .entry-box input:not([type=submit]) {
background-color: var(--bg-color);
}
.dsn-form .dsn-btn {
padding: 0;
}
.dsn-form input[type=submit] {
position: relative;
font-size: 13px;
line-height: 16px;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--heading-color);
padding: 20px 30px;
cursor: pointer;
z-index: 9;
}
.dsn-form .ajax-loader {
position: absolute;
right: 3px;
}
.dsn-form .wpcf7-not-valid-tip {
margin-top: 20px;
}
.dsn-form .wpcf7 form.invalid .wpcf7-response-output, .dsn-form .wpcf7 form.unaccepted .wpcf7-response-output {
border-color: var(--border-color);
}
form:not(.submitting) .wpcf7-spinner {
width: 0;
padding: 0;
margin: 0;
transform: scale(0);
}
.wpcf7-spinner {
transition: 0.5s linear;
transition-property: transform, margin;
z-index: 1;
margin-left: 0;
margin-right: 30px;
} .contact-btn {
position: fixed;
right: 20px;
top: 35px;
width: 12px;
height: 12px;
z-index: 12;
mix-blend-mode: exclusion;
color: #fff;
}
.admin-bar .contact-btn {
top: 61px;
}
@media screen and (min-width: 783px) {
.admin-bar .contact-btn {
top: 47px;
}
}
.contact-btn:before {
content: "";
position: absolute;
right: 2px;
top: 2px;
width: 8px;
height: 8px;
border-radius: 50%;
border: 2px solid #fff;
transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.65s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.65s;
}
.contact-btn .contact-btn-txt {
position: absolute;
right: 0;
top: -1px;
height: 13px;
padding-right: 20px;
font-size: 13px;
letter-spacing: 5px;
text-transform: uppercase;
white-space: nowrap;
transform-origin: calc(100% - 6px) 50%;
transform: rotate(-90deg);
cursor: pointer;
transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.contact-modal {
position: fixed;
width: calc(100% - var(--s-box-full));
right: 0;
top: 0;
bottom: 0;
padding-right: 100px;
z-index: 11;
transform: translate3d(120%, 0, 0);
transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.admin-bar .contact-modal {
top: 46px;
height: calc(100vh - 46px);
}
@media screen and (min-width: 783px) {
.admin-bar .contact-modal {
top: 32px;
height: calc(100vh - 32px);
}
}
.contact-modal .contact-container {
position: relative;
overflow: hidden;
height: 100%;
}
body.dsn-show-contact .contact-btn .contact-btn-txt {
transform: rotate(0deg);
transition-delay: 0.1s;
}
body.dsn-show-contact .contact-modal {
transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 991px) {
.contact-btn,
.contact-modal,
.line-border-style,
.dsn-paginate-right-page,
.box-options {
display: none;
}
} #comment_post .submit-form {
color: var(--heading-color);
border-radius: 30px;
font-size: 15px;
border: 2px solid var(--heading-color);
padding: 20px 41px;
cursor: pointer;
min-height: 48px;
letter-spacing: 1.2px;
font-weight: 600;
}
@media only screen and (min-width: 992px) {
.comments-post .comments-title {
margin-bottom: 60px;
}
}
@media only screen and (max-width: 991px) {
.comments-post .comments-title {
margin-bottom: 35px;
}
}
.comments-post .comments-area .comment-list > li.comment:first-child {
margin-top: 0;
}
.comments-post .comments-area .comment-list > li.comment:first-child > .pingback {
padding-top: 0;
}
.comments-post .comments-area .comment-list > li.comment:first-child > .comment-body {
padding-top: 0;
}
.comments-post .comments-area .comment {
list-style: none;
margin-top: 20px;
}
.comments-post .comments-area .comment > .pingback {
padding-top: 10px;
}
.comments-post .comments-area .comment > .pingback .edit-link {
margin-top: 10px;
}
@media only screen and (min-width: 576px) {
.comments-post .comments-area .comment .children {
margin-left: 90px;
}
}
@media only screen and (max-width: 575px) {
.comments-post .comments-area .comment .children {
margin-left: 30px;
}
}
@media only screen and (max-width: 400px) {
.comments-post .comments-area .comment .children {
margin-left: 20px;
}
}
.comments-post .comment-body .comment-author img {
width: 64px;
height: 64px;
border-radius: 50%;
}
@media only screen and (min-width: 576px) {
.comments-post .comment-body .comment-author img {
float: left;
}
}
.comments-post .comment-body .comment-text {
min-height: 64px;
}
@media only screen and (min-width: 576px) {
.comments-post .comment-body .comment-text {
padding: 0 0 0 90px;
}
}
.comments-post .comment-body .comment-text .comment-date {
float: right;
margin: 3px 5px 0 0;
font-size: 14px;
}
.comments-post .comment-body .comment-text .comment-date:before {
content: "/";
display: inline-block;
margin-right: 5px;
}
@media only screen and (max-width: 767px) {
.comments-post .comment-body .comment-text .comment-date {
float: inherit;
margin-bottom: 15px;
}
.comments-post .comment-body .comment-text .comment-date:before {
display: none;
}
}
@media only screen and (max-width: 575px) {
.comments-post .comment-body .comment-text .comment-date {
margin-top: 15px;
}
}
@media only screen and (max-width: 767px) {
.comments-post .comment-body .comment-text .comment-info {
margin-bottom: 8px;
}
}
.comments-post .comment-body .comment-text .comment-info .comment-edit {
right: -12px;
top: 0;
transform: translateX(100%);
font-size: 12px;
font-weight: 600;
padding: 3px 10px;
border-radius: 15px;
}
.comments-post .comment-body .comment-text .comment-info .comment-edit .comment-edit-link i {
font-size: 9px;
}
.comments-post .comment-body .comment-text .comment-info .comment-name {
float: left;
margin: 0;
}
.comments-post .comment-body .comment-text .reply {
font-size: 14px;
margin-top: 15px;
}
.comments-post .comment-body .comment-text .reply a {
padding: 10px 15px;
border-radius: 30px;
background-color: var(--assistant-color);
color: var(--heading-color);
line-height: 1;
}
.comments-post .comment-body .comment-text .text-holder p {
margin: 7px 0 10px;
}
.comments-post .comment-body .comment-text .comment-reply-link {
line-height: 20px;
}
.comments-post .comments-form {
position: relative;
width: 100%;
}
.comments-post .comments-form .comment-form-cookies-consent {
width: 100%;
margin-bottom: 30px;
}
.comment-list .comment-respond {
padding: 50px;
background-color: var(--assistant-color);
margin-top: 50px;
}
.comment-list .comment-respond .entry-form input, .comment-list .comment-respond .entry-form textarea {
border: 1px solid var(--border-color);
}
.comment-list .comment-respond .comment-form-cookies-consent {
margin-bottom: 30px;
}
.comment-list .comment-respond .comments-title {
margin-bottom: 30px;
border-bottom: 1px solid var(--border-color);
padding-bottom: 20px;
}
@media only screen and (max-width: 575px) {
.comment-list .comment-respond {
padding: 50px 15px;
}
}
@media only screen and (max-width: 575px) {
.comment-list .comment-respond .dsn_root_form textarea:placeholder-shown ~ label, .comment-list .comment-respond .dsn_root_form textarea {
padding: 0 0 15px 0;
}
}
.logged-in-as {
margin-bottom: 30px;
}
.no-comments {
margin-top: 30px;
}
a#cancel-comment-reply-link {
position: absolute;
right: 0;
top: -6px;
}
a#cancel-comment-reply-link .dsn-cancel-comment {
position: relative;
font-size: 12px;
padding: 5px 10px;
border-radius: 15px;
}  body.error404 {
overflow: hidden;
}
body.error404 .dsn-header-hero {
height: 100vh;
}
.admin-bar body.error404 .dsn-header-hero {
top: 46px;
height: calc(100vh - 46px);
}
@media screen and (min-width: 783px) {
.admin-bar body.error404 .dsn-header-hero {
top: 32px;
height: calc(100vh - 32px);
}
}
body.error404 .hero-img {
filter: blur(7px);
}
body.error404 .title-error {
font-size: 10vw;
padding: 0;
margin-bottom: 30px;
line-height: 1;
}
body.error404 .title-error:after, body.error404 .title-error:before {
background-color: var(--theme-color);
display: none;
}
body.error404 .title-error span {
color: transparent;
-webkit-text-stroke-color: var(--heading-color);
-webkit-text-stroke-width: 2px;
}
body.error404 .sm-title-block:before {
border-bottom: 4px solid var(--theme-color);
top: -30px;
content: "";
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 155px;
}
body.error404 .sm-title-block span {
margin-bottom: 30px;
font-size: 14px;
}  body.elementor_library-template-default .elementor-widget-wp-widget-nav_menu ul.menu, .dsn-footer.footer-custom .elementor-widget-wp-widget-nav_menu ul.menu {
list-style: none;
}
body.elementor_library-template-default .elementor-widget-wp-widget-nav_menu ul.menu li, .dsn-footer.footer-custom .elementor-widget-wp-widget-nav_menu ul.menu li {
display: inline-block;
}
body.elementor_library-template-default .elementor-widget-wp-widget-nav_menu ul.menu li:not(:last-of-type), .dsn-footer.footer-custom .elementor-widget-wp-widget-nav_menu ul.menu li:not(:last-of-type) {
margin-right: 20px;
}
body.elementor_library-template-default .elementor-widget-wp-widget-nav_menu ul.menu li a, .dsn-footer.footer-custom .elementor-widget-wp-widget-nav_menu ul.menu li a {
color: var(--heading-color);
font-family: var(--heading-font);
letter-spacing: 2px;
font-size: 13px;
font-weight: 400;
}
.cap {
position: absolute;
bottom: 30px;
left: 0;
background-image: linear-gradient(to right, #0e0e0e5c 0%, #1b1515 100%);
padding: 4px 15px;
color: #fff;
z-index: 10;
}
.cap span {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
}
.caption {
transform-origin: left center;
color: #fff;
letter-spacing: 2px;
font-size: 14px;
font-weight: 600;
position: relative;
margin-top: 15px;
}
.caption-swiper-style .cap {
background-image: none;
padding: 0;
left: 50%;
transform: translate(-50%, -50%);
top: 50%;
bottom: auto;
}
.caption-swiper-style .cap span {
font-size: 2vw;
color: transparent;
-webkit-text-stroke: 1.2px #fff;
text-align: center;
font-family: var(--heading-font);
}@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
src: url(https://esselle.in/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}