#payment-logos{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;padding-bottom:20px;padding-top:20px;}#payment-logos .payment-platform{flex-grow:1;text-align:center;}@media screen and (min-width:992px){#payment-logos{flex-wrap:nowrap;}}
:root{--gm-navy:#0B1F3B;--gm-navy-2:#102a4d;--gm-bg:#f4f6f9;--gm-white:#ffffff;--gm-shadow:0 15px 40px rgba(0,0,0,0.25);--gm-radius:16px;}#gm-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.45);z-index:10050;display:none;align-items:center;justify-content:center;padding:18px;}#gm-popup{width:420px;max-width:100%;background:var(--gm-white);border-radius:18px;box-shadow:var(--gm-shadow);overflow:hidden;transform:translateY(10px);opacity:0;transition:all .25s ease;font-family:Arial,sans-serif;}#gm-popup-overlay.active{display:flex;}#gm-popup-overlay.active #gm-popup{transform:translateY(0);opacity:1;}#gm-popup-header{background:var(--gm-navy);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:10px;}#gm-popup-logo{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}#gm-popup-logo .gm-avatar-logo{width:30px;height:30px;border-radius:50%;background:#162f57;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-family:Georgia,"Times New Roman",serif;font-size:13px;border:2px solid rgba(255,255,255,0.85);line-height:1;}#gm-popup-title{font-weight:700;font-size:14px;line-height:1.1;}#gm-popup-sub{font-size:12px;opacity:.9;margin-top:2px;}#gm-popup-close{margin-left:auto;cursor:pointer;font-size:20px;line-height:1;opacity:.95;}#gm-popup-body{padding:14px 16px 16px;background:#fff;color:#1b1b1b;font-size:14px;line-height:1.45;}#gm-popup-actions{display:flex;gap:10px;margin-top:12px;}.gm-btn{border:none;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center;transition:transform .08s ease,opacity .2s ease;}.gm-btn:active{transform:scale(0.98);}.gm-btn-primary{background:var(--gm-navy);color:#fff;flex:1;}.gm-btn-ghost{background:#eef2f7;color:#1b1b1b;flex:1;}#gm-fab{position:fixed;bottom:24px;right:24px;width:64px;height:64px;background:var(--gm-navy);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:9999;box-shadow:0 10px 25px rgba(11,31,59,0.35);user-select:none;}#gm-fab::before,#gm-fab::after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(11,31,59,0.28);animation:gmPulse 2.6s infinite;z-index:-1;}#gm-fab::after{animation-delay:1.3s;}@keyframes gmPulse{0%{transform:scale(1);opacity:.65;}100%{transform:scale(1.85);opacity:0;}}#gm-badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:#c62828;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;}#gm-fab .gm-logo{width:34px;height:34px;border-radius:50%;background:#162f57;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,0.85);color:#fff;font-weight:800;letter-spacing:.5px;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1;}#gm-widget{position:fixed;bottom:100px;right:24px;width:360px;max-width:calc(100% - 32px);background:var(--gm-white);border-radius:var(--gm-radius);box-shadow:var(--gm-shadow);overflow:hidden;z-index:10000;font-family:Arial,sans-serif;opacity:0;transform:translateY(18px);pointer-events:none;transition:all .25s ease;}#gm-widget.active{opacity:1;transform:translateY(0);pointer-events:auto;}#gm-header{background:var(--gm-navy);color:#fff;padding:14px;display:flex;align-items:center;gap:10px;}#gm-avatar{width:44px;height:44px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}#gm-avatar .gm-avatar-logo{width:34px;height:34px;border-radius:50%;background:#162f57;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-family:Georgia,"Times New Roman",serif;font-size:14px;border:2px solid rgba(255,255,255,0.85);line-height:1;}#gm-title{font-weight:700;font-size:14px;line-height:1.1;}#gm-status{font-size:12px;opacity:.85;margin-top:2px;}#gm-close{margin-left:auto;cursor:pointer;font-size:20px;line-height:1;opacity:.95;}#gm-messages{background:var(--gm-bg);padding:14px;height:260px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;}.gm-msg{max-width:85%;padding:10px 14px;border-radius:18px;font-size:14px;line-height:1.35;background:#fff;color:#1b1b1b;box-shadow:0 2px 10px rgba(0,0,0,0.06);white-space:pre-wrap;}.gm-msg.user{align-self:flex-end;background:var(--gm-navy);color:#fff;box-shadow:0 2px 12px rgba(11,31,59,0.18);}.gm-msg.bot{align-self:flex-start;}.gm-msg.gm-typing{background:transparent;box-shadow:none;padding:6px 4px;}.gm-typing-dots{display:flex;gap:4px;align-items:flex-end;}.gm-dot{width:6px;height:6px;border-radius:50%;background:#a4a9b5;animation:gmDotBounce 1s infinite ease-in-out;}.gm-dot:nth-child(2){animation-delay:.15s;}.gm-dot:nth-child(3){animation-delay:.3s;}@keyframes gmDotBounce{0%,80%,100%{transform:translateY(0);opacity:.3;}40%{transform:translateY(-4px);opacity:1;}}#gm-inputbar{display:flex;gap:8px;padding:10px;border-top:1px solid #ddd;align-items:center;background:#fff;}#gm-input{flex:1;color:#333;padding:10px 14px;border-radius:20px;border:1px solid #cfcfcf;outline:none;}#gm-send{width:44px;height:44px;border-radius:50%;border:none;background:var(--gm-navy);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;}#gm-send:disabled{opacity:.6;cursor:not-allowed;}@media (max-width:480px){#gm-widget{right:16px;bottom:90px;width:calc(100% - 32px);}#gm-fab{right:18px;bottom:18px;width:58px;height:58px;}}
html.js .js-webform-visually-hidden,html.js .js-webform-visually-hidden[style*="display: none"]{position:absolute !important;display:inline !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.js-form-item.js-webform-states-hidden,.js-form-submit.js-webform-states-hidden,.js-form-wrapper.js-webform-states-hidden,.js-webform-text-format-hidden > .js-text-format-wrapper{display:none;}.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}.webform-element-description p:first-child{margin-top:0;}.webform-element-description p:last-child{margin-bottom:0;}.form-item .container-inline{margin:2px 0;}.form-checkboxes .form-required:after,.form-radios .form-required:after{display:none;}.webform-element--title-inline > label{display:inline;padding-right:0.5em;}.webform-element--title-inline > div.container-inline{display:inline;}.form-composite.webform-fieldset--title-inline legend{float:left;margin:0.4em 0.5em 0.4em 0;}[dir=rtl] .form-composite.webform-fieldset--title-inline legend{float:right;margin-right:0;margin-left:0.5em;}.form-composite.webform-fieldset--title-inline .fieldset-wrapper,.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div{display:inline;}.webform-element--title-inline .form-radios,.webform-element--title-inline .form-checkboxes{display:inline;}.webform-submission-form strong.error.form-item--error-message{display:block;}.webform-readonly input[type="date"],.webform-readonly input[type="datetime-local"],.webform-readonly input[type="email"],.webform-readonly input[type="number"],.webform-readonly input[type="password"],.webform-readonly input[type="search"],.webform-readonly input[type="tel"],.webform-readonly input[type="text"],.webform-readonly input[type="time"],.webform-readonly input[type="url"],.webform-readonly textarea{color:#6B6B6B;border-color:#bbb;background:#ededed;}
.webform-details-toggle-state-wrapper{text-align:right;margin-top:1em;}[dir="rtl"] .webform-details-toggle-state-wrapper{text-align:left;}.webform-details-toggle-state-wrapper + details{margin-top:0;}.webform-details-toggle-state{margin-top:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;text-decoration:none;color:#337ab7;}.webform-details-toggle-state:hover,.webform-details-toggle-statelink:focus{text-decoration:underline;}.webform-tabs .webform-details-toggle-state-wrapper{float:right;}@media screen and (max-width:600px){.webform-tabs .webform-details-toggle-state-wrapper{float:none;}}
.webform-message--close .messages{position:relative;padding-right:35px;}.webform-message--close .webform-message__link{display:none;}html.js .webform-message--close .webform-message__link{position:absolute;top:11px;right:10px;display:block;font-size:24px;line-height:24px;}html[dir="rtl"].js .webform-message--close .webform-message__link{top:11px;right:inherit;left:10px;}.webform-message__link{opacity:0.33;color:inherit;}.webform-message__link:link{text-decoration:none;border-bottom:none;}.webform-message__link:hover,.webform-message__link:focus,.webform-message__link:active{text-decoration:none;opacity:1;color:inherit;border-bottom:none;}html.js .js-webform-message--close-storage{display:none;}.js-webform-message--close .button--dismiss{display:none;}
.antibot-message{border:1px solid;border-width:1px 1px 1px 0;border-radius:2px;padding:15px;word-wrap:break-word;overflow-wrap:break-word;margin:9px 0 10px 8px;}.antibot-message-warning{background-color:#fdf8ed;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;color:#734c00;box-shadow:-8px 0 0 #e09600;}.antibot-message-error{background-color:#fcf4f2;color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;box-shadow:-8px 0 0 #e62600;}
