<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* helper styles */

.flex-auto {
    flex: auto;
}

.mb-6, .my-6 {
    margin-bottom: 4rem !important;
}

.mt-6, .my-6 {
    margin-top: 4rem !important;
}

/* Width */

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.box-shadow {
    box-shadow: 0px 0px 15px #00000040;
}

.flex-center { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.border {
    border: 1px solid #EBEBEB;
}

.border-left {
    border-left: 1px solid #EBEBEB;
}

.border-right {
    border-right: 1px solid #EBEBEB;
}

/* Border radius */

.border-radius {
    border-radius: 10px;
    overflow: hidden
}

.border-top-radius {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden
}

.border-bottom-radius {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden
}

.border-left-radius {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden
}

.border-right-radius {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden
}

.no-border-radius {
    border-radius: 0 !important;
}

/*--------------------------------------------------------------
  # Backgrounds
--------------------------------------------------------------*/

.bg-orange-grad {
    background: radial-gradient(closest-side at 52% 181%, #F8A53F 0%, #F75A05 100%) 0% 0% no-repeat;
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #F8F8F8;
}

.bg-green {
    background-color: #4EA954;
}

.bg-blue {
    background-color: #262C4B;
}

/*--------------------------------------------------------------
  # Text colors
--------------------------------------------------------------*/

.text-white {
    color: #fff;
}

.text-green {
    color: #4EA954 !important
}

.text-blue {
    color: #262C4B !important;
}

.text-light-blue {
    color: #005485;
}

.text-default {
    color: #868686;
}

.text-grey {
    color: #585858;
}

.text-light-grey {
    color: #9E9E9E;
}

.text-lighter-grey {
    color: #d5d5d5;
}

.text-dark-grey {
    color: #4B4F55;
}

.text-dark {
    color: #2D2D2D;
}

.text-orange {
    color: #F75A05 !important;
}

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

/*--------------------------------------------------------------
  ## Text Align
--------------------------------------------------------------*/
.italic {
    font-style: italic;
}

.text-left {
    text-align: left !important
}

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

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

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

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

/*--------------------------------------------------------------
  ## Font sizes
--------------------------------------------------------------*/
span.small {
    font-size: 0.8em;
}

.font-size-0-7 {
    font-size: 0.7rem !important;
}

.font-size-0-8 {
    font-size: 0.8rem !important;
}

.font-size-0-9 {
    font-size: 0.9rem !important;
}

.font-size-1 {
    font-size: 1rem !important;
}

.font-size-1-15 {
    font-size: 1.15rem !important;
}

.font-size-1-25 {
    font-size: 1.25rem !important;
}

.font-size-1-5 {
    font-size: 1.5rem !important;
}

.font-size-2 {
    font-size: 2rem !important;
}

/*--------------------------------------------------------------
  # Font weight
--------------------------------------------------------------*/

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

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

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

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

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

/* Lists */

ul {
    padding-left: 1em;
}

ul li {
    list-style-type: none;

    /*new */
    display: flex;
    align-items: center;
}

.page-content ul li {
    margin-bottom: 1rem;
}

ul li.text-center {
    justify-content: center;
}

ul li:before {
    content: "â€¢";
    font-size: 40px;
    font-weight: 400;
    width: 27px;
    display: block;
    flex: 0 0 27px;
    height: 27px;
    line-height: 28px;
    text-align: center;
    position: relative;
    color: #262c4b;
    left: -5px;
}

.panel-body ul li::before {
    color: #3c9542;
}

.page-content ol li strong,
.page-content ol li b,
.page-content ol li a,
.page-content ul li strong,
.page-content ul li b,
.page-content ul li a {
    display: contents;
}

.page-content ol {
    list-style: none;
    counter-reset: custom-counter;
    padding: 0;
}

.page-content ol li {
    counter-increment: custom-counter;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 1rem;
    text-align: left;
}

.page-content ol li::before {
    content: counter(custom-counter);
    font: normal normal 700 20px/40px 'Montserrat';
    margin-right: 15px;
    border: 2px dotted;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
}

/* Lists End */

/* Text align */
.text-left {
    text-align: left;
}

.compliance-text {
    color: #A5A5A5;
    font: normal normal 300 12px/16px Roboto;
    text-align: center;
}

.button + .compliance-text {
    /*font-size: 0.8em;*/
}

.content-section .compliance-text {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px 2px #F75A05;
}

.content-section .box .compliance-text {
    color: #A5A5A5;
    text-shadow: none;
}

/* accordion section */
.collapse {
    margin-top: 4em;
    margin-bottom: 3em;
}

.collapse + p {
    margin-bottom: 2em;
}

h3 + .collapse,
h2 + .collapse {
    margin-top: 0;
}

.collapse + .btn-holder {
    margin-top: -1em !important;
    margin-bottom: 2em !important;
}

.expand-panel {
    display: none;
}

.collapse .panel {
    padding: 0 2em 0 1em;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    margin: 1.25em 0;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}


.collapse .panel p &gt; img {
    margin-right: 10px;
}

.collapse .panel .panel-heading {
    /*min-height: 60px;*/
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    padding: 25px 2em 0.25rem 0;

}

.collapse .panel .panel-heading h2 img,
.collapse .panel .panel-heading h3 img {
    margin-right: 1rem;
}

.collapse .panel .panel-heading h2,
.collapse .panel .panel-heading h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-style: italic;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.collapse .panel h2:after,
.collapse .panel h3:after,
.collapse .panel .panel-heading h3:after,
.collapse .panel .panel-heading h2:after {
    content: none;
}

.collapse.faq-collapse .panel .panel-heading [class^="icon-"],
.collapse.faq-collapse .panel .panel-heading [class*=" icon-"] {
    margin-right: 15px;

}

.collapse + h2 {
    margin-top: 0;
}

.lang-de .faq-collapse .panel-heading i:before {
    content: url('/wp-content/themes/ministrap-child/assets/images/fa.svg');
    display: block;
}

.lang-en .faq-collapse .panel-heading i:before {
    content: url('/wp-content/themes/ministrap-child/assets/images/qa.svg');
    display: block;
}

.lang-ja .faq-collapse .panel-heading i:before {
    content: url(/wp-content/themes/ministrap-child/assets/images/qa-jp.svg);
    display: block;
}
.lang-bg .faq-collapse .panel-heading i:before {
    content: url(/wp-content/themes/ministrap-child/assets/images/qa-bg.svg);
    display: block;
} 

.collapse .panel &gt; div h4,
.collapse .panel &gt; div .h4,
.collapse .panel &gt; div h3,
.collapse .panel &gt; div .h3 {
    font-family: 'Montserrat';
    font-style: italic;
    font-size: 14px;
    color: #262c4b;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.collapse .panel &gt; div h4 strong,
.collapse .panel &gt; div .h4 strong,
.collapse .panel &gt; div h3 strong,
.collapse .panel &gt; div .h3 strong {
    font-weight: 600;
}

.collapse .panel &gt; div h4 i,
.collapse .panel &gt; div .h4 i,
.collapse .panel &gt; div h3 i,
.collapse .panel &gt; div .h3 i {
    margin-right: 10px;
}

.collapse .panel ol {
    padding: 0 2rem;
}

.info-box-mascot ol li::before,
.collapse .panel ol li::before {

    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    font-size: 14px;
}

.collapse .panel ol li {
    margin-bottom: 2rem;
}

.collapse .panel ol li strong {
    color: #3C9542;
    text-transform: uppercase;
}

.collapse .panel ol li::before {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    font-size: 17px;
    border-color: #3C9542;
    color: #3C9542;
}

.collapse .panel .panel-body p:first-child {
    margin-top: 0;
}

.collapse .panel .panel-body p:last-child {
    margin-bottom: 2em;
}

.collapse .panel p:last-of-type + ul {
    margin-top: 0;
    margin-bottom: 2rem;
}

.collapse .panel p + .btn {
    margin-top: -1rem !important;
    margin: 0 1.5rem;
}

.collapse .panel .panel-body p {
    text-align: left !important;
}

.collapse .panel .panel-body {
    padding: 0 1em;
    text-align: center;
    max-height: 0;
    transition: max-height 1.5s ease-in-out;
    -webkit-transition: max-height 1.5s ease-in-out;
    -moz-transition: max-height 1.5s ease-in-out;
    -o-transition: max-height 1.5s ease-in-out;

    overflow: hidden;
}

.collapse .panel h3,
.collapse .panel h4 {
    width: 100%;
    padding: 0 1rem;
}

ul li:before,
.collapse .panel ul li:before {
    content: "\e81c";
    font-family: ccc;
    font-size: 20px;
    color: #3c9542;
    font-style: normal;
    margin: 0;
}

.content-section ul li:before {
    color: #fff;
}

.content-section .box ul li:before {
    color: #3c9542;
}

.collapse .panel ul {
    font-size: 12px;
    font-family: Montserrat;
    font-style: italic;
    color: #585858;
    font-weight: 600;

}

.collapse .panel p {
    text-align: left !important;
    width: 100%;
    padding: 0 2rem;
}

.collapse .panel p img,
.collapse .panel p span,
.collapse .panel p a.internal-link {
    float: left;
    clear: both;
}

.collapse .panel p:last-of-type {
    margin-bottom: 2.5rem;
}

.collapse .panel p:last-of-type ~ ul {
    margin-bottom: 1.5rem;
}

.collapse .panel .box {
    box-shadow: 0px 0px 15px #0000002b;
}

.collapse .panel p ~ .box {
    margin-top: 0 !important;
}

.content-section .faq-img {
    background: url(/wp-content/themes/ministrap-child/assets/images/mr-ringo-white-faq.svg) no-repeat;
    height: 233px;
    padding-left: 230px;
}

.content-section img.faq-img.faq-img-halloween {
    background: url(/wp-content/themes/ministrap-child/assets/images/halloween/mr-ringo-white-faq-halloween.png) no-repeat;
    background-size: contain;

}



.lang-ja .content-section .faq-img {
    background: url(/wp-content/themes/ministrap-child/assets/images/mr-ringo-samurai-faq-white-ja.svg) no-repeat;
    height: 233px;
    padding-left: 230px;
}
/* end collapse  section */

/*--------------------------------------------------------------
  # Buttons
--------------------------------------------------------------*/
.btn-container {
    background-color: #f8f8f8;
    text-align: center;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.btn-container &gt; .col-6:nth-child(1) {
    padding-right: 10px;
}

.btn-container &gt; .col-6:nth-child(2) {
    padding-left: 10px;
}

.btn-container .btn {
    width: 100%;
}

.btn {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;

    background-color: #3C9542;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    min-width: 240px;
    position: relative;
    border-radius: 25px;

    padding-left: 15px;
    padding-right: 15px;

    padding-left: 35px;
    padding-right: 35px;

    font: italic normal 600 12px/15px Montserrat;
}

#bonus-filter .btn,
#rating-box .btn,
#bonus-boxes .btn {
    height: 40px;
}

.btn.btn-arrow {
    padding: 0 3.25em 0 2.65em;
    text-indent: 0.8em;
}

/*#mobile-box .box &gt; .btn.d-md-none:after,*/
.btn.btn-arrow:after {
    font-family: "ccc";
    content: '\e806';
    font-size: 0.8em;
    position: absolute;
    right: 1.5em;
    text-indent: 0;
}

.btn-grey {
    background-color: #F8F8F8;
    color: #4B4F55;
}


p &gt; .internal-link.operator-logo.btn-grey {
    background-color: transparent;
}

.button.btn-disabled {
    background-color: #F8F8F8 !important;
    color: #959ba5 !important;
    cursor: not-allowed !important;
    user-select: none;
    border: 1px solid #e9e9e9;
}

.btn-green {
    background-color: #3C9542 !important;
    color: #fff !important;
}

.btn-orange {
    background-color: #EF9B34 !important;
    color: #fff !important;
}

.btn-blue {
    background-color: #262C4B;
    color: #fff;
}

.btn-light-blue {
    background-color: #0266A1;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #262C4B;
    box-shadow: 0px 0px 15px #00000040;
}

.content-section .btn-white:not(.button-show-more) {
    background-color: rgba(255, 255, 255, 0.51);
    color: #FFFFFF
}

.btn-transparent {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-border {
    background-color: #fff;
    border: 1px solid #86868659;
    color: #5B5B5B;
}

.btn-icon {
    padding-left: 3.5em;
}

.btn-icon i {
    position: absolute;
    left: 0.85em;
    font-size: 1.5em;
}

.btn.bonuscode {
    padding: 0;
}

.btn.btn-big {
    height: 75px;
    font-size: 1rem;
}

.btn.btn-med {
    height: 60px;
    font-size: 1rem;
}

@media (min-width: 991px) {
    .btn-btn-black-friday {
        top: -2vw;
    }

    .halloween-banner {
        top: 4.1vw;
        position: relative;
    }

}

@media (max-width: 767px) {
    .collapse .panel p + .btn {
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
  # Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
    padding: 0;
    background-color: transparent;
    color: #868686;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
}

ul.breadcrumb li {
    margin-bottom: 0;
}

ul.breadcrumb li:before {
    content: none;
}

.page-content .breadcrumb a {
    text-decoration: none;
    color: #868686;
}

.breadcrumb li + li::before {
    content: "/";
    position: initial;
    margin: 0;
    font-size: 1em;
    color: inherit;
}

/*--------------------------------------------------------------
  # Hover Effects
--------------------------------------------------------------*/
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.land-based-casino-boxes .box .map-info-window-bg-image:before,
.region-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    border-radius: 10px 0 0 10px;

    -webkit-transition: opacity 0.9s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out;
    -ms-transition: opacity 0.9s ease-in-out;
    -o-transition: opacity 0.9s ease-in-out;
    transition: opacity 0.9s ease-in-out;
}

.land-based-casino-boxes .box:hover .map-info-window-bg-image:before,
.region-box:hover::before {
    opacity: 0.4;
    filter: alpha(opacity=40);
    border-radius: 10px;
}

.region-box &gt; div {

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

.region-box:active &gt; div:nth-child(1), .region-box:focus &gt; div:nth-child(1), .region-box:hover &gt; div:nth-child(1) {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-pop {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
    color: #fff
}

.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-sweep-diagonal:active:before, .hvr-sweep-diagonal:focus:before, .hvr-sweep-diagonal:hover:before {
    left: 90%;
    -webkit-transition: all 1050ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1050ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1050ms cubic-bezier(0.19, 1, 0.22, 1);
}

.hvr-sweep-diagonal {
    overflow: hidden;
    position: relative;
}

.hvr-sweep-diagonal:before {
    background: #0080f0;
    border-left: 25px solid #0064bb;
    /*border-right: 17px solid #2499ff;*/
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1050ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1050ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1050ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}

.box.box-registration .hvr-sweep-diagonal:before {
    background: #b97a2e;
    border-left: 25px solid #986426;
}

.top10-casinos .row .btn.hvr-sweep-diagonal:before {
    background: #4cd152;
    border-left: 25px solid #3c9542;
}

.hvr-icon-forward {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-forward:hover::after, .hvr-icon-forward:focus::after, .hvr-icon-forward:active::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.hvr-icon-forward:after {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-white.hvr-sweep-diagonal:before,
.btn-show-more-bonuses.hvr-sweep-diagonal:before {
    background: #f2f2f2;
    border-left: 25px solid #d5d5d5;
}

.btn-grey.hvr-sweep-diagonal:before {
    background: #c2c2c2;
    border-left: 25px solid #a2a0a0;
}

.btn-show-more-bonuses.hvr-sweep-diagonal:active:before,
.btn-show-more-bonuses.hvr-sweep-diagonal:focus:before,
.btn-show-more-bonuses.hvr-sweep-diagonal:hover:before {
    left: 98%;
}

/* Ð”Ð° Ð¿Ð¾ÐºÐ°Ð¶Ð° Ð½Ð° ÐÐÐ¸ */

/* DE Homepage - casumo/betrug */
.collapse .panel p strong {

}</pre></body></html>