
.font1 {
    font-family: 'Lastica' !important;
}

.font2 {
    font-family: 'Lastica' !important;
}

.field input, .field textarea, .field select {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
}

body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    margin: 0;
    padding: 0;
    font-size: 23px;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 800;
    color: #424244;
}

h1, .h1 {
    font-size: 42px;
}

h2, .h2 {
    font-size: 38px;
}

h3, .h3 {
    font-size: 34px;
}

h4, .h4 {
    font-size: 30px;
}

h5, .h5 {
    font-size: 28px;
}   

h6, .h6 {
    font-size: 24px;
}

p, .p1, .p2, .p3, .p4, .p5, .p6, .p7 {
    color: rgba(0, 0, 0, 0.55);
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px;
    font-weight: 400;
}

ul {
    font-size: 16px;
    margin-bottom: 24px;
}

ol {
    font-size: 16px;
    margin-bottom: 24px;
}

blockquote {
    font-size: 16px;
    margin-bottom: 24px;
}

small {
    font-size: 75%;
}

strong {
    font-weight: 700;
}

.p1 {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px;
}

.p2 {
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 24px;
}

.p3 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 24px;
}

.p4 {
    font-size: 19px;
    line-height: 140%;
    margin-bottom: 24px;
}

.p5 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 24px;
}

.p6 {
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 24px;
}

.p7 {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 24px;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.ql-align-justify {
    text-align: justify !important;
}

.ql-align-right {
    text-align: right !important;
}

.ql-align-center {
    text-align: center !important;
}

.gradient {
    color: transparent;
    background: -webkit-linear-gradient(left, #3e2791 , #cc3792);
    background: -o-linear-gradient(right, #3e2791 , #cc3792);
    background: -moz-linear-gradient(right, #3e2791 , #cc3792);
    background: linear-gradient(to right, #3e2791 , #cc3792); 
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   
}

.gradient2 {
    color: transparent;
    background: -webkit-linear-gradient(left, #cc3792, #3e2791);
    background: -o-linear-gradient(right, #cc3792, #3e2791);
    background: -moz-linear-gradient(right, #cc3792, #3e2791);
    background: linear-gradient(to right, #cc3792, #3e2791); 
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.text-color1 {
    color: #184b44 !important;
}

.text-color2 {
    color: #40b4d7 !important;
}

.text-color3 {
    color: white !important;
}

.text-color4 {
    color: black !important;
}

.text-color2 {

}

.text-color3 {

}

 .text-editor strong {
    font-weight: 600;
}

 .text-editor h1,  .text-editor h2,  .text-editor h3,  .text-editor h4,  .text-editor h5,  .text-editor h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    line-height: 160%;
}

.text-editor h1 {
    font-size: 24px;
}

 .text-editor h2 {
    font-size: 23px;
}

 .text-editor h3 {
    font-size: 22px;
}

 .text-editor h4 {
    font-size: 21px;
}

 .text-editor h5 {
    font-size: 20px;
}

 .text-editor h6 {
   font-size: 19px;
}

 .text-editor p br {
    display: none !important;
}

 .text-editor p,  .text-editor ul,  .text-editor ol,  .text-editor blockquote {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.55);
}

 .text-editor blockquote {
    padding: 12px;
    background-color: white;
    padding-left: 24px;
    border-left: 12px solid #5798a9;
}

 .text-editor ul {
    
    list-style: none;
}

 .text-editor ul li {
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 32px;
    margin-bottom: 6px;
}

 .text-editor ul li::before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    top: 10px;
    background-color: #40b4d7;
    left: 6px;
    border-radius: 2px;
    opacity: 1;
}

 .text-editor ol  {
    padding-left: 0;
    counter-reset: item;
    list-style: none;
}

 .text-editor ol li {
    padding: 0;
    margin: 0;
    counter-increment: item;
    position: relative;
    padding-left: 32px;
    margin-bottom: 6px;
}

 .text-editor ol li:last-child,  .text-editor ul li:last-child {
    margin-bottom: 0 !important;
}

 .text-editor ol li::before {
    content: counter(item);
    position: absolute;
    text-align: left;
    left: 6px;
    top: 0;
    color: #5798a9;
    font-weight: 400;
}

.tabs, .tabs2 {
    float: left;
    width: 100%;
    clear: both;
}

.tabs2 {
    background-color: white;
    padding: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 10px;
}

.tabs .tab-nav, .tabs .tab-nav li {
    margin: 0;
    padding: 0;
}

.tabs .tab-nav {
    float: left;
    width: 100%;
    display: flex;
    list-style: none;
    clear: both;
}

.tabs .tab-nav li {
    display: inline-block;
    list-style: none;
}

.tabs .tab-nav li a {
    display: block;
    float: left;
    padding: 18px;
    background-color: white;
    text-decoration: none;
    border-bottom: none;
    color: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.075);
    font-size: 16px;
    font-weight: 400;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: none !important;
    border-left: none;
}

.tabs .tab-nav li:first-child a {
    border-top-left-radius: 25px;
    border-left: 1px solid rgba(0, 0, 0, 0.075);
}

.tabs .tab-nav li:last-child a {
    
    border-top-right-radius: 25px;
}

.tabs .tab-nav li.active a {
    background-color: #7675bb;
    color: white;
}

.tabs .tab-container {
    padding: 24px;
    background-color: white;
    float: left;
    width: 100%;
    clear: both;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.tab-container .tab {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
}

.tab-container .tab.active {
    visibility: visible;
    opacity: 1;
    max-height: 120000px;
}

.tab-container .download-list {
    padding-top: 12px;
    padding-bottom: 12px;
}

.tab-container .download-list li {
    transition-delay: 0ms !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.tab-container .tab *:last-child {
    margin-bottom: 0 !important;
}

.technicals .item {
    border: 1px solid #e6e6e6;
    border-top: none;
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    display: flex;
}

.technicals .item:first-child {
    border-top: 1px solid #e6e6e6;
}

.technicals .item span {
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    opacity: 0.9;
    color: #56595e;
    margin: 0;
    padding: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.technicals .item span.name {
    width: 40%;
    display: block;
    float: left;
    color: #011f2c;
    border-right: 1px solid #e6e6e6;
    font-weight: 300;
}

.technicals .item span.name.big {
    width: calc(100% + 2px);
    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    border-right: none;
    background-color: #f2f2f2;
    text-transform: uppercase;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #40b09f;
    color: white;
    margin: -1px;
}

.technicals .item span.value {
    width: 60%;
    display: block;
    float: left;
}

.download-list {
    width: calc(100% + 24px);
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-bottom: -48px;
    margin-left: -12px;
    margin-right: -12px;
}

.download-list li {
    display: flex;
    width: calc(50% - 24px);
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
    margin-left: 0;
    margin-right: 12px;
    padding-left: 36px;
}

.download-list .img-container {
    width: 100px;
    aspect-ratio: 1/1;
}

.download-list .img-container img {
    object-fit: contain;
}


.download-list .text {
    width: calc(100% - 100px);
    padding-left: 36px;
}

.download-list li .h6 {
    margin-bottom: 0;
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 130%;
    color: #011f2c;
    margin-bottom: 12px;
    margin-top: 0;
}

.download-list  {
    padding-left: 0 !important;
}

.download-list.dark li .h6 {
    color: white;
}

.download-list.dark li {
    border-color: #1b3642;
}

.download-list.dark .text-link {
    color: white;
}

.download-list li .h6.small {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    line-height: 140%;
}


.download-list .text .editor {
    margin-bottom: 12px;
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.download-list .text .editor p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
    opacity: 0.9;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.withlogo::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 40px;
    transform: translateX(3px) translateY(3px);
    background: url(../../img/logo-icon.png);
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: left center;
    background-size: 90%;
    background-repeat: no-repeat;
}

/* mobial */
@media screen and (max-width: 890px) {
    .withlogo::after {
        width: 69px;
        height: 32px;
        transform: translateX(3px) translateY(6px);
        background-size: 70%;
    }

    .text-editor h1,  .text-editor h2,  .text-editor h3,  .text-editor h4,  .text-editor h5,  .text-editor h6 {
        line-height: 150%;
    }
    
    .text-editor h1 {
        font-size: 22px;
    }
    
     .text-editor h2 {
        font-size: 21px;
    }
    
     .text-editor h3 {
        font-size: 19px;
    }
    
     .text-editor h4 {
        font-size: 18px;
    }
    
     .text-editor h5 {
        font-size: 17px;
    }
    
     .text-editor h6 {
       font-size: 16px;
    }
    

    
     .text-editor p,  .text-editor ul,  .text-editor ol,  .text-editor blockquote {
        font-size: 16px;
        line-height: 150%;
    }
    
     .text-editor blockquote {
        padding-left: 18px;
        border-left: 8px solid #5798a9;
    }
    
    
     .text-editor ul li {
        padding-left: 24px;
        margin-bottom: 6px;
    }
    
     .text-editor ul li::before {
        width: 6px;
        height: 6px;
        top: 9px;
        left: 3px;
    }
    
     .text-editor ol li {
        padding-left: 24px;
        margin-bottom: 6px;
    }
    
    .text-editor ol li::before {
        left: 3px;
    }

    .download-list .img-container {
        width: 25%;
    }

    .download-list .text {
        width: 75%;
        padding-left: 18px;
    }

}

@media screen and (max-width: 640px) {

    .download-list li {
        width: 100%;
        flex-wrap: wrap;
        padding-left: 12px;
        padding-bottom: 0;
        margin-bottom: 24px;
    }

}    


@media screen and (max-width: 380px) {
    .download-list .img-container {
        width: 100px;
    }

    .download-list .text {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

}