<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     Divi Child
 Theme URI:      https://www.arrikto.com
 Description:    Arrikto theme
 Author:         Arrikto
 Author URI:     https://www.arrikto.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* add custom fonts */

@font-face {
    font-family: 'GT-Walsheim';
    src: url('fonts/GT-Walsheim-Regular.eot');
    src: url('fonts/GT-Walsheim-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/GT-Walsheim-Regular.woff') format('woff'),
         url('fonts/GT-Walsheim-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT-Walsheim';
    src: url('fonts/GT-Walsheim-Regular-Oblique.eot');
    src: url('fonts/GT-Walsheim-Regular-Oblique.eot?#iefix') format('embedded-opentype'),
         url('fonts/GT-Walsheim-Regular-Oblique.woff') format('woff'),
         url('fonts/GT-Walsheim-Regular-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'GT-Walsheim';
    src: url('fonts/GT-Walsheim-Bold.eot');
    src: url('fonts/GT-Walsheim-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/GT-Walsheim-Bold.woff') format('woff'),
         url('fonts/GT-Walsheim-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'GT-Walsheim';
    src: url('fonts/GT-Walsheim-Bold-Oblique.eot');
    src: url('fonts/GT-Walsheim-Bold-Oblique.eot?#iefix') format('embedded-opentype'),
         url('fonts/GT-Walsheim-Bold-Oblique.woff') format('woff'),
         url('fonts/GT-Walsheim-Bold-Oblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


body { 
font-family: 'GT-Walsheim', Helvetica, arial, sans-serif !important; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GT-Walsheim', Helvetica,Arial, sans-serif !important;
}


/* The CSS for getting a double columned blog */
.et_pb_module.double-column .et_pb_ajax_pagination_container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .et_pb_module.double-column .et_pb_ajax_pagination_container article.et_pb_post {
    width: 45%; }
    @media all and (max-width: 479px) {
      .et_pb_module.double-column .et_pb_ajax_pagination_container article.et_pb_post {
        width: 100%; } }

/* The CSS for having the featured image on the left */
.et_pb_module.image-on-the-left .et_pb_ajax_pagination_container article.et_pb_post {
  width: 100%; }
  .et_pb_module.image-on-the-left .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-url {
    width: 45%;
    float: left; }
  .et_pb_module.image-on-the-left .et_pb_ajax_pagination_container article.et_pb_post .entry-title,
  .et_pb_module.image-on-the-left .et_pb_ajax_pagination_container article.et_pb_post .post-meta,
  .et_pb_module.image-on-the-left .et_pb_ajax_pagination_container article.et_pb_post .post-content {
    width: 50%;
    float: right; }
  @media all and (max-width: 479px) {
    .et_pb_module.image-on-the-left .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-url,
    .et_pb_module.image-on-the-left .et_pb_ajax_pagination_container article.et_pb_post .entry-title,
    .et_pb_module.image-on-the-left .et_pb_ajax_pagination_container article.et_pb_post .post-meta,
    .et_pb_module.image-on-the-left .et_pb_ajax_pagination_container article.et_pb_post .post-content {
      width: 100%;
      float: none; } }
/* The CSS for having the featured image on the right */
.et_pb_module.image-on-the-right .et_pb_ajax_pagination_container article.et_pb_post {
  width: 100%; }
  .et_pb_module.image-on-the-right .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-url {
    width: 45%;
    float: right; }
  .et_pb_module.image-on-the-right .et_pb_ajax_pagination_container article.et_pb_post .entry-title,
  .et_pb_module.image-on-the-right .et_pb_ajax_pagination_container article.et_pb_post .post-meta,
  .et_pb_module.image-on-the-right .et_pb_ajax_pagination_container article.et_pb_post .post-content {
    width: 50%;
    float: left; }
  @media all and (max-width: 479px) {
    .et_pb_module.image-on-the-right .et_pb_ajax_pagination_container article.et_pb_post .entry-featured-image-url,
    .et_pb_module.image-on-the-right .et_pb_ajax_pagination_container article.et_pb_post .entry-title,
    .et_pb_module.image-on-the-right .et_pb_ajax_pagination_container article.et_pb_post .post-meta,
    .et_pb_module.image-on-the-right .et_pb_ajax_pagination_container article.et_pb_post .post-content {
      width: 100%;
      float: none; } }
/* end */

.simple-icon-checklist ul {
  margin-left: 0;
  padding-left: 0;
}

.simple-icon-checklist ul li {
  padding: 5px 0;
}

.simple-icon-checklist ul li:before {
  font-family: ETmodules;
  content:'N';
  font-size: 16px;
  padding-right: 10px;
  color: #009602;
}</pre></body></html>