﻿@charset "UTF-8";.feature-flags-container{padding:20px;font-family:arial,sans-serif;display:flex;flex-wrap:wrap;justify-content:space-between}.feature-flags-container h1{text-align:center;margin-bottom:20px;width:100%}.feature-flags-container .config-status{background-color:#f9f9f9;border:1px solid #ddd;border-radius:4px;padding:10px 20px;margin-bottom:20px;text-align:left;width:100%}.feature-flags-container .config-status p{margin:5px 0;font-size:14px}.feature-flags-container .config-status p strong{font-weight:700}.feature-flags-container .config-status p:first-of-type{margin-top:0}.feature-flags-container .config-status p:last-of-type{margin-bottom:0}.feature-flags-container .config-status .status-enabled{color:#0f0}.feature-flags-container .config-status .status-disabled{color:red}.feature-flags-container .left{flex:1;margin-right:20px}.feature-flags-container .right{flex:0 0 300px}.feature-flags-container .controls{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px}.feature-flags-container .controls button{margin:10px 0;padding:10px 20px;font-size:14px;border:none;border-radius:4px;background-color:#007bff;color:#fff;cursor:pointer}.feature-flags-container .controls button:hover{background-color:#0056b3}.feature-flags-container .feature-list{display:flex;flex-wrap:wrap;justify-content:flex-start}.feature-flags-container .feature-item{background:#f9f9f9;border:1px solid #ddd;border-radius:5px;padding:10px;margin:10px;width:auto;box-shadow:0 2px 4px rgba(0,0,0,.1)}.feature-flags-container .feature-item label{display:flex;flex-direction:column;margin-bottom:10px}.feature-flags-container .feature-item label .feature-name{font-weight:700;margin-bottom:5px}.feature-flags-container .feature-item label .feature-description{font-size:.9em;color:#666;margin-top:.5em}.feature-flags-container .feature-item label .feature-external-override{font-size:.5em;color:#666;margin-top:.5em;display:flex;align-items:center}.feature-flags-container .feature-item label .feature-external-override.active{font-weight:700;color:#00f}.feature-flags-container .feature-item label .feature-external-override.active:before{content:" ⚡️";margin-right:5px}.feature-flags-container .feature-item label .feature-external-override .copy-icon{margin-left:5px;cursor:pointer;font-size:1em;color:#007bff}.feature-flags-container .feature-item label .feature-external-override .copy-icon.copied:after{content:" ✅"}.feature-flags-container .feature-item label .feature-external-override .copy-icon:after{content:" 📋"}.feature-flags-container .feature-item label .feature-external-override .copy-icon:hover{color:#0056b3}.feature-flags-container .feature-item label .feature-external-override .copy-icon:focus{outline:none;box-shadow:0 0 0 3px rgba(0,123,255,.25)}.feature-flags-container .feature-item label .feature-external-override .feature-external-override{margin-top:.5em;display:block}.feature-flags-container .feature-item label input{margin-top:5px;padding:8px;font-size:14px;border:1px solid #ccc;border-radius:4px}.feature-flags-container .feature-item label input.overridden.local{background-color:#ffc}.feature-flags-container .feature-item label input.overridden.external{background-color:#cce5ff}.feature-flags-container .feature-item button{align-self:flex-start}.feature-flags-container .test-parameters{margin-top:20px;text-align:left}.feature-flags-container .test-parameters h2{font-size:18px;margin-bottom:10px}.feature-flags-container .test-parameters select,.feature-flags-container .test-parameters input{display:block;width:100%;padding:10px;margin-bottom:10px;font-size:14px;border:1px solid #ccc;border-radius:4px}.feature-flags-container .test-parameters button{padding:10px 20px;font-size:14px;border:none;border-radius:4px;background-color:#28a745;color:#fff;cursor:pointer}.feature-flags-container .test-parameters button:hover{background-color:#218838}.feature-flags-container .test-parameters div{margin-top:10px;font-size:14px;color:#333}.feature-flags-container .feature-item.on{border-color:#0f0;background-color:#e6ffe6}.feature-flags-container .feature-item.off{border-color:red;background-color:#ffe6e6}.feature-flags-container .feature-item.on.external-override-active,.feature-flags-container .feature-item.off.external-override-active{border-color:#00f}.overridden.external{border-color:#00f;background-color:#cce6ff}.overridden.local{border-color:#ff0;background-color:#ffc}.feature-group{margin-bottom:20px}.feature-group h2{text-align:left;margin-bottom:10px}.legend{margin-top:20px}.legend h2{font-size:1.2em;margin-bottom:10px}.legend ul{list-style:none;padding:0}.legend ul li{display:flex;align-items:center;margin-bottom:5px}.legend ul li .color-box{width:20px;height:20px;display:inline-block;margin-right:10px}.legend ul li .color-box.red{background-color:#ffe6e6;border:1px solid #FF0000}.legend ul li .color-box.green{background-color:#e6ffe6;border:1px solid #00FF00}.legend ul li .color-box.blue{background-color:#cce6ff;border:1px solid #0000FF}.legend ul li .color-box.yellow{background-color:#ffc;border:1px solid #FFFF00}.legend ul li .color-box.white{background-color:#fff;border:1px solid #6a6a6a}@media (max-width: 600px){.feature-flags-container{padding:10px;flex-direction:column}.feature-flags-container .right,.feature-flags-container .left,.feature-flags-container .feature-item{width:100%}.feature-flags-container .controls,.feature-flags-container .test-parameters{width:100%;padding:10px}}.container-fluid,.container{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width: 48em){.container{width:49rem}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width: 64em){.container{width:65rem}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-offset-0,.col-md-offset-1,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (min-width: 75em){.container{width:76rem}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:.5rem;padding-left:.5rem}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px rgba(0,0,0,.1),0 2px 15px rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-loader{background:#002880;bottom:0;color:#fff;font-size:16px;left:0;position:fixed;right:0;text-align:center;top:0;z-index:3000}.payment-loader--blue{background:#0032a0;display:flex;align-items:center}.payment-loader__container{width:394px;margin:0 auto;padding-top:10%;padding-bottom:10%}.payment-loader--ibe{background:#fff;color:#666}.payment-loader--generic-container{width:100%;max-width:588px;margin:0 auto;padding-top:32px;background:#fff;color:#666}@media screen and (max-width: 1279px) and (min-width: 1024px){.payment-loader__container{padding-top:5%;padding-bottom:5%}}@media screen and (max-width: 1023px) and (min-width: 600px){.payment-loader__container{padding-top:5%;padding-bottom:5%}}@media (max-width: 599px){.payment-loader__container{width:100%}.payment-loader--generic-container{width:auto;max-width:auto;padding:0 16px}}.payment-interstitial__description{margin-top:24px;margin-bottom:111px;font-size:1.2em;font-weight:200;line-height:1.5;text-align:center}.payment-interstitial__process-container{display:block;position:relative;width:100%;height:100%;margin-bottom:24px;transform:translateZ(0) scale(1);transform-origin:0 0;backface-visibility:hidden;text-align:center}.payment-interstitial__safety-container{text-align:center}.payment-interstitial__process{display:inline-block;position:relative;font-size:12px;font-weight:200;letter-spacing:1px;line-height:1.5}.payment-interstitial__loader:before{position:absolute;top:-30px;width:16px;height:16px;border:3px solid #FFFFFF;border-radius:50%;border-top-color:transparent;content:"";animation:loading-animation 1s linear infinite;box-sizing:content-box}.payment-interstitial__loader--ibe:before{border:3px solid #999999;border-top-color:transparent}.payment-interstitial__safety-image{display:inline-block;position:relative;top:2px;width:16px;margin-top:3px;padding-right:10px}.payment-interstitial__safety{display:inline-block;margin-top:4px;font-size:.9em;font-weight:200}@keyframes loading-animation{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.toast-co{display:flex}.toast-co__wrap-icon{margin-top:4px;margin-right:18px}.toast-co__text{flex-grow:5;align-items:center;margin-top:7px;padding-right:10px;color:#fff;font-size:16px;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.13;font-stretch:normal}.toast-co__wrap-button{display:flex;flex-grow:1;justify-content:flex-end}.toast-co .alert__close-button{width:32px;height:32px}.toast-co .alert__close-button img{margin-top:3px}.toast-container .Toastify__toast{border-radius:4px;width:426px}.toast-container .Toastify__toast--success{background:#008918}.toast-container .Toastify__toast--error{background:#d52525}.toast-container .Toastify__toast--info{background:#0060a9}.toast-container .Toastify__toast-icon{display:none}.toast-container .Toastify__toast-container--top-center{top:2em}@font-face{font-family:SuisseIntl;src:url(https://secure.copaair.com/assets/SuisseIntl-Light-WebS-wnCI6aYw.eot);src:url(https://secure.copaair.com/assets/SuisseIntl-Light-WebS-SOGSaRyi.woff2) format("woff2"),url(https://secure.copaair.com/assets/SuisseIntl-Light-WebS-2mngaTtn.woff) format("woff"),url(https://secure.copaair.com/assets/SuisseIntl-Light-WebS-D2IMiBwP.ttf) format("truetype"),url(https://secure.copaair.com/assets/SuisseIntl-Light-WebS-BkMZsP0A.svg#svgFontName) format("svg");font-weight:300;font-style:normal}@font-face{font-family:SuisseIntl;src:url(https://secure.copaair.com/assets/SuisseIntl-Regular-WebS-lH3f4PRf.eot);src:url(https://secure.copaair.com/assets/SuisseIntl-Regular-WebS-ychcctfH.woff2) format("woff2"),url(https://secure.copaair.com/assets/SuisseIntl-Regular-WebS-D_iMVERs.woff) format("woff"),url(https://secure.copaair.com/assets/SuisseIntl-Regular-WebS-CHlg3V-k.ttf) format("truetype"),url(https://secure.copaair.com/assets/SuisseIntl-Regular-WebS-DO95E5uH.svg#svgFontName) format("svg");font-weight:400;font-style:normal}@font-face{font-family:SuisseIntl;src:url(https://secure.copaair.com/assets/SuisseIntl-Medium-WebS-F_T6NX3X.eot);src:url(https://secure.copaair.com/assets/SuisseIntl-Medium-WebS-emzND1pB.woff2) format("woff2"),url(https://secure.copaair.com/assets/SuisseIntl-Medium-WebS-BOrW0VU0.woff) format("woff"),url(https://secure.copaair.com/assets/SuisseIntl-Medium-WebS-j89ZhAbU.ttf) format("truetype"),url(https://secure.copaair.com/assets/SuisseIntl-Medium-WebS-DF7upy96.svg#svgFontName) format("svg");font-weight:500;font-style:normal}@font-face{font-family:SuisseIntl;src:url(https://secure.copaair.com/assets/SuisseIntl-SemiBold-WebS-CSKTRZ8I.eot);src:url(https://secure.copaair.com/assets/SuisseIntl-SemiBold-WebS-DdkW6gpw.woff2) format("woff2"),url(https://secure.copaair.com/assets/SuisseIntl-SemiBold-WebS-DUt2GxI1.woff) format("woff"),url(https://secure.copaair.com/assets/SuisseIntl-SemiBold-WebS-DYsWry0j.ttf) format("truetype"),url(https://secure.copaair.com/assets/SuisseIntl-SemiBold-WebS-CvVQKuHk.svg#svgFontName) format("svg");font-weight:600;font-style:normal}@font-face{font-family:Gilroy;src:url(https://secure.copaair.com/assets/gilroy-regular-gZx_7pdO.otf) format("opentype");src:url(https://secure.copaair.com/assets/gilroy-regular-webfont-D4SNX1-i.woff2) format("woff2"),url(https://secure.copaair.com/assets/gilroy-regular-webfont-CCXn4GNT.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Gilroy;src:url(https://secure.copaair.com/assets/gilroy-medium-BbGT42By.otf) format("opentype");src:url(https://secure.copaair.com/assets/gilroy-medium-webfont-Bb4uiqhM.woff2) format("woff2"),url(https://secure.copaair.com/assets/gilroy-medium-webfont-C1zSPw1W.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Gilroy;src:url(https://secure.copaair.com/assets/gilroy-bold-XUGFDIlK.otf) format("opentype");src:url(https://secure.copaair.com/assets/gilroy-bold-webfont-do9W-bYP.woff2) format("woff2"),url(https://secure.copaair.com/assets/gilroy-bold-webfont-Ci0Fe_2d.woff) format("woff");font-weight:700;font-style:normal}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}.root{position:relative;-webkit-font-smoothing:antialiased;font-family:SuisseIntl;font-weight:300}.center{display:flex;flex-wrap:wrap;justify-content:center}.center-wrap{width:100%;max-width:1170px;padding:1px}@media (max-width: 480px){.toast-container{width:100vw;transform:translate(0)}}@media (max-width: 600px){.center-wrap{width:100%;padding-right:14px;padding-left:14px}.toast-container{width:100vw}}@media screen and (max-width: 900px) and (min-width: 1024px){.center-wrap{padding-right:20px;padding-left:20px}}@media screen and (max-width: 1170px) and (min-width: 1280px){.center-wrap{padding-right:24px;padding-left:24px}}.box{position:relative;min-height:1rem;margin-bottom:0;border:1px solid #FFFFFF;border-radius:2px;background:#0074e4;color:#fff;overflow:hidden;box-sizing:border-box}.disclaimer-text{display:block;margin-top:16px;color:#666;font-size:12px;font-weight:400}.select-container{line-height:0}.select-container__select-label{color:#333;font-size:14px;font-weight:400;line-height:20px}.select-container__select-label--hidden{display:none}.select-container__select-field{width:100%;height:48px;margin:18px 0 12px;padding:0 12px;border:1px solid #DBDAD8;border-radius:4px;background-color:#fff;color:#333;font-size:16px}.select-container__select-field--def{color:#999}.select-container__select-field:focus{border-color:#2d6bae;outline-width:0}.select-container__select-field--fullwidth{width:100%}.select-container__select-field--medium{width:50%}.select-container__select-field--small{width:20%}.select-container__select-field--error{border:solid 2px #E62021}.select-container__select-field--error-light{border:solid 2px #DEB739}.select-container__select-field--issuer-bank{font-size:16px}.select-container__select-field--state{margin-top:15px;margin-bottom:8px}.select-container__select-icon-arrow{background-image:linear-gradient(45deg,transparent 0%,transparent 10%,transparent 30%,transparent 40%,#AAAAAB 50%,#AAAAAB 60%,transparent 65%,transparent 80%,transparent 90%,transparent 100%),linear-gradient(-45deg,transparent 0%,transparent 10%,transparent 30%,transparent 40%,#AAAAAB 50%,#AAAAAB 60%,transparent 65%,transparent 80%,transparent 90%,transparent 100%);background-repeat:no-repeat;background-position:calc(100% - 15px) calc(1em + 4px),calc(100% - 10px) calc(1em + 4px),100% 0;background-size:6px 6px,6px 6px,1.5em 1.5em;-webkit-appearance:none;appearance:none}.select-container__status-span{display:none}.select-container__status-span--error{display:block;margin-left:16px;color:#e62021;font-size:14px}.select-container__wcag-description{display:none}@media screen and (max-width: 420px) and (min-width: 340px){.select-container__select-label{font-size:14px;line-height:20px}.select-container__select-field,.select-container__select-field--issuer-bank{font-size:14px}.select-container__status-span--error{font-size:12px}}@media screen and (max-width: 340px){.select-container__select-label{font-size:14px;line-height:20px}.select-container__select-field{font-size:13px}.select-container__select-field--issuer-bank,.select-container__status-span--error{font-size:12px}}.v-1_5.select-container__select-field--error{border:solid 2px #D52525}.v-1_5.select-container__status-span--error{display:block;margin-left:16px;color:#d52525;font-size:12px;line-height:16px;font-weight:400}.checkbox{display:flex;position:relative;padding:6px 0;font-size:22px;cursor:pointer}.checkbox__block{margin-left:8px}.checkbox__wcag-description{display:none}.checkbox__input{position:absolute;cursor:pointer;opacity:0}.checkbox__input:checked~.checkbox__checkmark{border:solid 1px #006CB3;background-color:#006cb3}.checkbox__input:checked~.checkbox__checkmark:after{display:block}.checkbox__input:focus~.checkbox__checkmark{box-shadow:0 0 0 1px #fff,0 0 0 3px #6195ed}.checkbox__label{display:inline-block;color:#666;font-size:14px;line-height:20px;vertical-align:middle}.checkbox__label--checked{color:#333}.checkbox__checkmark{display:block;position:relative;top:0;left:0;width:24px;height:24px;border:solid 1px #CCCCCB;border-radius:4px}.checkbox__checkmark:after{display:none;position:absolute;top:2px;left:9px;width:6px;height:14px;transform:rotate(45deg);border:solid #FFFFFF;border-width:0 2px 2px 0;content:""}.v-1_5.checkbox__input{position:absolute;cursor:pointer;opacity:0}.v-1_5.checkbox__input:checked~.checkbox__checkmark{border:solid 1px #0E68FF;background-color:#0e68ff}.v-1_5.checkbox__input:checked~.checkbox__checkmark:after{display:block}.v-1_5.checkbox__input:focus~.checkbox__checkmark{box-shadow:0 0 0 1px #fff,0 0 0 3px #6195ed}.v-1_5.checkbox__label{display:inline-block;color:#666;font-size:14px;font-weight:400;line-height:20px;vertical-align:middle}.v-1_5.checkbox__label--checked{color:#333}._list_container_1tnfr_30{list-style-position:outside;list-style-image:url("data:image/svg+xml, %3Csvg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF' /%3E%3C/svg%3E");list-style-image:url("data:image/svg+xml, <svg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF' /> </svg>");list-style-image:url("data:image/svg+xml, <svg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF'/> </svg>");list-style-image:url(data:image/svg+xml;base64,\ IDxzdmcgd2lkdGg9JzI0JyBoZWlnaHQ9JzE2JyB2aWV3Qm94PScwIDAgMjQgMjQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+IDxwYXRoIGQ9J00xMS42IDMuNEwxOS4yIDExSDFWMTNIMTkuMkwxMS42IDIwLjZMMTMgMjJMMjMgMTJMMTMgMkwxMS42IDMuNFonIGZpbGw9JyMwRTY4RkYnIC8+IDwvc3ZnPg==)}.payment-header{position:sticky;top:0;height:72px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);z-index:1000}.payment-header,.payment-header *{box-sizing:border-box}.payment-header__close{display:block;width:72px;height:72px;padding:25px;border:none;background-color:#fff;-webkit-appearance:none;appearance:none}.payment-header__close img{width:22px;height:22px}.payment-header--ccap-top{top:52px}.payment-header--max-height{top:53px;height:72px}.payment-header__wcag-description{display:none}.payment-header__divisor{width:1px;height:72px;background-color:#d1d1d1;opacity:.5}.payment-header__static-info{margin-left:19px}.payment-header__flex-wrapper{display:flex;align-items:center;justify-content:space-between;z-index:1}.payment-header__simple-flex{display:flex;align-items:center}.payment-header__flex-left{display:flex;flex:1;height:72px;margin-right:auto}.payment-header__flex-right{display:flex;flex:1;justify-content:flex-end;height:72px;margin-left:auto}.payment-header__fn-number{display:flex;flex:2;align-items:center;justify-content:flex-end;height:72px;padding:14px 2px 10px}.payment-header__fn-number-wrapper{width:115px;text-align:right}.payment-header__info-grey-text{color:#666;font-size:12px;font-weight:400;line-height:1.33}.payment-header__review-tif-text{color:#232323;font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:40px}@media (max-width: 600px){.payment-header__static-info{margin-left:7px}.payment-header__flex-right{flex:none}.payment-header__review-tif-text{font-size:20px;font-weight:700;letter-spacing:-.2px;line-height:24px}.payment-header__fn-number{display:none}}@media (max-width: 1024px) and (min-width: 600px){.payment-header__review-tif-text{font-size:24px;font-weight:700;letter-spacing:-.3px;line-height:32px}}@media (max-width: 1280px) and (min-width: 1024px){.payment-header__review-tif-text{font-size:28px;font-weight:700;letter-spacing:-.4px;line-height:32px}}@media screen and (max-width: 900px) and (min-width: 1024px){.payment-header__flex-right{flex:none}.payment-header__fn-number{display:none}}.v-1_5.payment-header__review-tif-text{color:#333;font-family:Gilroy;font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:40px}@media screen and (min-width: 1024px) and (max-width: 1279px){.v-1_5.payment-header__review-tif-text{font-size:28px;letter-spacing:-.4px;line-height:32px}}@media screen and (min-width: 600px) and (max-width: 1023px){.v-1_5.payment-header__review-tif-text{font-size:24px;letter-spacing:-.3px;line-height:32px}}@media screen and (min-width: 375px) and (max-width: 599px){.v-1_5.payment-header__review-tif-text{font-size:20px;letter-spacing:-.2px;line-height:24px}}.v-1_5.payment-header__info-grey-text{color:#666;font-family:SuisseIntl;font-size:12px;font-weight:400;letter-spacing:0px;line-height:16px}.form-section-title{margin-bottom:36px}.form-section-title__content{display:flex;flex-direction:column;padding:0;gap:8px}.form-section-title__title{color:#333;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px}.form-section-title__subtitle{margin-top:8px;color:#666;font-size:12px;font-weight:400}.v-1_5.form-section-title__title{color:#333;font-family:Gilroy;font-size:20px;font-weight:700;letter-spacing:0px;line-height:32px}@media screen and (min-width: 1024px) and (max-width: 1279px){.v-1_5.form-section-title__title{font-size:18px;line-height:24px}}@media screen and (min-width: 600px) and (max-width: 1023px){.v-1_5.form-section-title__title{font-size:18px;line-height:24px}}@media screen and (min-width: 375px) and (max-width: 599px){.v-1_5.form-section-title__title{font-size:18px;line-height:24px}}.v-1_5.form-section-title__subtitle{font-size:8px;font-weight:400;letter-spacing:0px;line-height:16px}.spinner-cc{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:3000}.spinner-cc__airplane{position:absolute;top:50%;right:auto;bottom:auto;left:50%;width:200px;height:200px;padding:0;transform:translate(-50%,-50%);border:0;overflow:hidden}.modal-delete-card-bit{display:flex;align-items:center;flex-direction:column}.modal-delete-card-bit__avatar{padding-bottom:24px}.modal-delete-card-bit__text{padding-bottom:20px;text-align:center}.spinner-co{width:20px;height:20px;margin-right:7px;border-radius:100%;animation:spin .7s infinite linear}@media screen and (min-width: 375px) and (max-width: 599px){.spinner-co{width:13px;height:13px}}.spinner-co--primary{border:2px solid #006CB3;border-top:2px solid rgba(0,0,0,0)}.spinner-co--secondary{border:2px solid #F3F3F3;border-top:2px solid rgba(0,0,0,0)}.spinner-co--white{border:2px solid #FFFFFF;border-top:2px solid rgba(0,0,0,0)}.spinner-co--grey{border:2px solid #AAAAAB;border-top:2px solid rgba(0,0,0,0);flex-shrink:0}.v-1_5.spinner-co--primary{border:2px solid #0E68FF;border-top:2px solid rgba(0,0,0,0)}.d-inline{display:inline-block}.nowrap{white-space:nowrap}.input-container{position:relative}.input-container__wcag-description{display:none}.input-container--light{margin-bottom:12px}.input-container__label-section{display:flex;justify-content:space-between;text-align:left}.input-container__input-label{color:#333;font-size:14px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:.86;font-stretch:normal}.input-container__input-label--light{color:#cccccb}.input-container__input-label--add-ffn{margin-left:0}.input-container__input-label--hidden{visibility:hidden}.input-container__input-field{height:48px;margin:11px 0 8px;padding:0 12px;border:1px solid #CCCCCB;border-radius:4px;background-color:#fff;color:#333;font-size:16px;box-sizing:border-box}.input-container__input-field:focus{border-color:#2d6bae;outline-width:0}.input-container__input-field::placeholder{color:#999;font-size:16px}.input-container__input-field:disabled{background-color:#f3f3f3;color:#999}.input-container__input-field--fullwidth{width:100%}.input-container__input-field--medium{width:50%}.input-container__input-field--error{border:solid 2px #E62021}.input-container__input-field--with-out-label{margin-top:23px}.input-container__spinner{display:block;position:absolute;top:-42px;right:12px;width:24px;height:24px}.input-container__status-block{position:relative}.input-container__error-icon-block{display:flex;align-items:flex-start;font-size:12px;letter-spacing:0;line-height:16px}.input-container__error-icon-block--pin-error{color:#666}.input-container__error-icon-block--cuilt-input{color:#666;font-weight:400}.input-container__error-icon{height:12px;margin-top:2px;padding-right:10px}.input-container__status-span{display:none}.input-container__status-span--error{display:block;margin-left:16px;color:#e62021;font-size:14px}.input-container__status-span--valid{display:block;position:absolute;top:-48px;right:12px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0%200h32v32H0z'/%3e%3cpath%20fill='%23CB9938'%20d='M21.637%209.853l1.936%201.936-9.496%209.324-5.34-5.34%201.908-1.874%203.453%203.453%207.54-7.5z'/%3e%3c/g%3e%3c/svg%3e") no-repeat}.input-container__status-span--disclaimer{display:block;color:#666;font-size:12px;font-weight:400}@media screen and (max-width: 900px) and (min-width: 577px){.input-container__status-span--error{font-size:13px}}@media screen and (max-width: 420px) and (min-width: 340px){.input-container__input-label{font-size:12px}.input-container__input-field{font-size:14px}.input-container__input-field::placeholder{font-size:14px}.input-container__status-span--error{font-size:12px}}@media screen and (max-width: 340px){.input-container__input-label{font-size:11px}.input-container__input-field{font-size:13px}.input-container__input-field::placeholder{font-size:13px}.input-container__status-span--error{font-size:12px}}.v-1_5.input-container__input-label{font-size:14px;line-height:20px}@media screen and (min-width: 600px) and (max-width: 1023px){.v-1_5.input-container__input-label{font-family:SuisseIntl;font-weight:400;letter-spacing:0px}}.v-1_5.input-container__status-span--error{color:#d52525;font-family:SuisseIntl;font-size:12px;font-weight:400;letter-spacing:0px;line-height:16px}.v-1_5.input-container__status-span--disclaimer{font-family:SuisseIntl;font-size:12px;font-weight:400;letter-spacing:0px;line-height:16px}.v-1_5.input-container__input-field--error{border:solid 2px #D52525}.layout-container{display:flex;flex-direction:row;align-content:center;justify-content:center}@media screen and (max-width: 1023px) and (min-width: 600px){.layout-container{flex-direction:column}}@media screen and (max-width: 599px){.layout-container{flex-direction:column}}.column-layout--left-container{display:flex;flex-direction:column;justify-content:center;width:100%;padding-right:80px;font-family:SuisseIntlRegularWebS}.column-layout--left-container--text{display:flex;flex-direction:column;justify-content:flex-start;width:100%;padding-right:80px;font-family:SuisseIntlRegularWebS}.column-layout--right-container{display:flex;flex-direction:column;justify-content:center;width:100%;padding-left:80px;border-left:1px solid rgba(209,209,209,.5)}.column-layout--right-container--text{display:flex;flex-direction:column;justify-content:flex-start;width:100%;padding-left:80px;border-left:1px solid rgba(209,209,209,.5)}@media screen and (max-width: 1279px) and (min-width: 1024px){.column-layout--left-container{padding-right:64px}.column-layout--right-container{padding-left:64px}}@media screen and (max-width: 1023px) and (min-width: 600px){.column-layout--left-container{padding-right:0}.column-layout--right-container{padding:48px 0 0;border-left:none}.column-layout--right-container--text{display:flex;flex-direction:column;justify-content:flex-start;width:100%;padding-left:0;border-left:none}}@media screen and (max-width: 599px){.column-layout--left-container{padding-right:0}.column-layout--right-container{padding:32px 0 0;border-left:none}.column-layout--right-container--text{display:flex;flex-direction:column;justify-content:flex-start;width:100%;padding-left:0;border-left:none}}.emd-modal-content__title{color:#0032a0;font-family:SuisseIntl;font-size:48px;font-weight:400;letter-spacing:-1.5px;line-height:64px}.emd-modal-content__bodyText{color:#666;font-family:SuisseIntl;font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.5;font-stretch:normal}.emd-modal-content__retries{display:flex;justify-content:center;min-height:208px}@media screen and (min-width: 1280px){.emd-modal-content__title{font-size:48px;letter-spacing:-1.5px;line-height:64px}}@media screen and (min-width: 1024px) and (max-width: 1279px){.emd-modal-content__title{font-size:40px;letter-spacing:-.94px;line-height:40px}}@media screen and (min-width: 600px) and (max-width: 1023px){.emd-modal-content__title{font-size:36px;letter-spacing:-.75px;line-height:40px}}@media screen and (min-width: 375px) and (max-width: 599px){.emd-modal-content__title{font-size:30px;line-height:32px}}.v-1_5 .emd-modal-content__title{color:#0032a0;font-family:SuisseIntl;font-size:48px;font-weight:400;letter-spacing:-1.5px;line-height:64px}.emd-certificate-applied__wrapper{display:block;margin-bottom:16px;border:1px solid #DBDAD8;border-radius:8px;box-sizing:border-box}.emd-certificate-applied__header-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:auto;padding:16px}.emd-certificate-applied__header-wrapper{display:flex;align-items:center}.emd-certificate-applied__certificate-icon{padding-right:17px}.emd-certificate-applied__close-icon{width:24px;height:24px;margin-top:3px;cursor:pointer;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e9.%20Icon/Subtract/Outline%3c/title%3e%3cdefs%3e%3cpath%20d='M12,2%20C6.5,2%202,6.5%202,12%20C2,17.5%206.5,22%2012,22%20C17.5,22%2022,17.5%2022,12%20C22,6.5%2017.5,2%2012,2%20Z%20M12,20%20C7.6,20%204,16.4%204,12%20C4,7.6%207.6,4%2012,4%20C16.4,4%2020,7.6%2020,12%20C20,16.4%2016.4,20%2012,20%20Z%20M17,13%20L7,13%20L7,11%20L17,11%20L17,13%20Z'%20id='path-1'%3e%3c/path%3e%3c/defs%3e%3cg%20id='9.-Icon/Subtract/Outline'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cuse%20id='Icon'%20fill='%23AAAAAB'%20fill-rule='nonzero'%20xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3c/svg%3e")}.emd-certificate-applied__close-icon:hover{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%202C6.5%202%202%206.5%202%2012C2%2017.5%206.5%2022%2012%2022C17.5%2022%2022%2017.5%2022%2012C22%206.5%2017.5%202%2012%202ZM12%2020C7.6%2020%204%2016.4%204%2012C4%207.6%207.6%204%2012%204C16.4%204%2020%207.6%2020%2012C20%2016.4%2016.4%2020%2012%2020ZM7%2013H17V11H7V13Z'%20fill='%23DB3131'/%3e%3cmask%20id='mask0_102_5001'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='2'%20y='2'%20width='20'%20height='20'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%202C6.5%202%202%206.5%202%2012C2%2017.5%206.5%2022%2012%2022C17.5%2022%2022%2017.5%2022%2012C22%206.5%2017.5%202%2012%202ZM12%2020C7.6%2020%204%2016.4%204%2012C4%207.6%207.6%204%2012%204C16.4%204%2020%207.6%2020%2012C20%2016.4%2016.4%2020%2012%2020ZM7%2013H17V11H7V13Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_102_5001)'%3e%3c/g%3e%3c/svg%3e")}.emd-certificate-applied__title{color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.emd-certificate-applied__value-wrapper{display:block;padding-right:24px;text-align:right}.emd-certificate-applied__value-content{display:flex}.emd-certificate-applied__certificate-title,.emd-certificate-applied__certificate-value{color:#333;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px}.emd-certificate-applied__body-content{padding:12px 24px;background-color:#f2f7fa}.emd-certificate-applied__body-text{color:#333;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px}@media screen and (max-width: 599px){.emd-certificate-applied__header-wrapper{display:flex;margin-bottom:18px}.emd-certificate-applied__header-content{display:block;height:auto}.emd-certificate-applied__value-wrapper{display:block;text-align:left}.emd-certificate-applied__certificate-value{font-size:16px}.emd-certificate-applied__value-content{display:flex;margin-bottom:16px}.emd-certificate-applied__value-content{display:flex;justify-content:space-between}}.emd-modal-information__title{color:#0060a9;font-family:SuisseIntl;font-size:32px;font-weight:500;letter-spacing:-1px;line-height:40px}.emd-modal-information__subTitle{color:#666;font-family:SuisseIntl;font-size:16px;font-weight:400;line-height:24px;padding-top:24px}.emd-modal-information__description{color:#666;font-family:SuisseIntl;font-size:16px;font-weight:400;line-height:24px}.emd-modal-information__container{padding-bottom:56px}.emd-modal-information__imgES{content:url(https://secure.copaair.com/assets/informationTravelCertificate-ES-Tt-Ihn2O.svg);display:flex;padding-top:56px;width:100%}.emd-modal-information__imgEN{content:url(https://secure.copaair.com/assets/informationTravelCertificate-EN-D7DzBEwU.svg);display:flex;padding-top:56px;width:100%}.emd-modal-information__imgPT{content:url(https://secure.copaair.com/assets/informationTravelCertificate-PT-7V8uLFpj.svg);display:flex;padding-top:56px;width:100%}.emd-modal-information__imgFR{content:url(https://secure.copaair.com/assets/informationTravelCertificate-FR-BRFFGyvg.svg);display:flex;padding-top:56px;width:100%}@media screen and (min-width: 600px) and (max-width: 1023px){.emd-modal-information__container{padding-bottom:48px}.emd-modal-information__imgES{content:url(https://secure.copaair.com/assets/informationTravelCertificate-ES-XS-DR7Z8hk6.svg)}.emd-modal-information__imgEN{content:url(https://secure.copaair.com/assets/informationTravelCertificate-EN-XS-DT5J4gut.svg)}.emd-modal-information__imgPT{content:url(https://secure.copaair.com/assets/informationTravelCertificate-PT-XS-CLnsINWW.svg)}.emd-modal-information__imgFR{content:url(https://secure.copaair.com/assets/informationTravelCertificate-FR-XS-BbOfvDBc.svg)}}@media screen and (min-width: 375px) and (max-width: 599px){.emd-modal-information__container{padding-bottom:48px}.emd-modal-information__imgES{content:url(https://secure.copaair.com/assets/informationTravelCertificate-ES-XS-DR7Z8hk6.svg)}.emd-modal-information__imgEN{content:url(https://secure.copaair.com/assets/informationTravelCertificate-EN-XS-DT5J4gut.svg)}.emd-modal-information__imgPT{content:url(https://secure.copaair.com/assets/informationTravelCertificate-PT-XS-CLnsINWW.svg)}.emd-modal-information__imgFR{content:url(https://secure.copaair.com/assets/informationTravelCertificate-FR-XS-BbOfvDBc.svg)}.emd-modal-information__title{font-size:20px}.emd-modal-information__img{padding-top:24px}}.v-1_5.emd-modal-information__title{color:#0032a0;font-family:Gilroy;font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:40px}@media screen and (min-width: 1024px) and (max-width: 1279px){.v-1_5.emd-modal-information__title{font-size:28px;letter-spacing:-.4px;line-height:32px}}@media screen and (min-width: 600px) and (max-width: 1023px){.v-1_5.emd-modal-information__title{font-size:24px;letter-spacing:-.3px;line-height:32px}}@media screen and (min-width: 375px) and (max-width: 599px){.v-1_5.emd-modal-information__title{font-size:20px;letter-spacing:-.2px;line-height:24px}}.emd-certificate{outline:0}.emd-certificate__wrapper{display:block;margin-bottom:16px;padding:24px;border:1px solid #DBDAD8;border-radius:8px;box-sizing:border-box}.emd-certificate__header-content,.emd-certificate__header-content--mobile{display:flex;flex-direction:row;align-items:center;width:100%;height:auto}.emd-certificate__Content__title{display:flex;width:100%;flex-direction:row;justify-content:space-between}.emd-certificate__Content__subTitle{display:flex;flex-direction:column}.emd-certificate__title{width:110%;color:#0e4a81;font-size:14px;font-weight:500;letter-spacing:0;line-height:24px}.emd-certificate__title--disabled{color:#aaaaab}.emd-certificate__subTitle{width:100%;color:#666;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;margin-top:16px}.emd-certificate__link{width:110%;color:#006cb3;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;margin-top:16px;text-decoration:underline}.emd-certificate__content-link{cursor:pointer}.emd-certificate__alert{padding-top:16px}.emd-certificate__emd-info-label{margin-bottom:0}.emd-certificate__error{display:flex;align-items:center;font-size:12px;letter-spacing:0;line-height:16px}.emd-certificate__error-icon{width:10px;height:10px;padding-right:10px}.emd-certificate__apply-button{border:1px solid #CCCCCB;border-radius:4px;display:flex;float:right;font-size:12px;height:24px;width:auto}.emd-certificate__apply-button--active{display:flex;width:auto;height:24px;float:right;border:1px solid #0D3050;border-radius:4px;color:#0d3050;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-align:center}.emd-certificate__apply-button--cancel{display:flex;width:87px;height:24px;float:right;border:1px solid #AAAAAB;border-radius:4px;color:#666;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-align:center}.emd-certificate__cancel-button{display:flex}.emd-certificate__cancel-button--img{padding-left:8px}.emd-certificate__body-content{margin-top:8px}.emd-certificate__form{display:flex;flex-direction:column;justify-content:space-between}.emd-certificate__emd-input-label{width:100%}.emd-certificate__emd-button-container{margin-top:24px}.emd-certificate__emd-button{height:48px}.emd-certificate__small-text{padding-left:20px;color:#666;font-size:12px;letter-spacing:0;line-height:16px}.emd-certificate__status-valid{display:block;position:absolute;top:12px;right:12px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0%200h32v32H0z'/%3e%3cpath%20fill='%23CB9938'%20d='M21.637%209.853l1.936%201.936-9.496%209.324-5.34-5.34%201.908-1.874%203.453%203.453%207.54-7.5z'/%3e%3c/g%3e%3c/svg%3e") no-repeat}@media screen and (min-width: 1024px) and (max-width: 1279px){.emd-certificate{margin-bottom:57px}.emd-certificate__wrapper{height:auto}}@media screen and (min-width: 600px) and (max-width: 1023px){.emd-certificate{margin-bottom:57px}.emd-certificate__header-content{display:flex;flex-direction:row;align-items:center;width:100%;height:auto;margin-bottom:0}.emd-certificate__title{width:100%;margin-bottom:0;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.emd-certificate__apply-button{float:right}.emd-certificate__apply-button--active{width:auto;padding:0 16px}.emd-certificate__body-content,.emd-certificate__form{display:block}.emd-certificate__emd-button-container{margin-top:0}.emd-certificate__emd-button{width:100%;height:40px}}@media screen and (min-width: 375px) and (max-width: 599px){.emd-certificate{margin-bottom:57px}.emd-certificate__wrapper{display:block;flex-direction:row;align-items:center;width:100%;height:auto;margin-bottom:16px;padding:24px;border:1px solid #DBDAD8;border-radius:8px;box-sizing:border-box}.emd-certificate__header-content{display:block;flex-direction:row;align-items:center;width:100%;height:auto;margin-bottom:0}.emd-certificate__header-content--mobile{display:flex;flex-direction:row;align-items:flex-end;width:100%;height:auto;margin-bottom:0}.emd-certificate__Content__title--opened{display:flex;width:100%;flex-direction:column}.emd-certificate__title{width:100%;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.emd-certificate__emd-button-container{margin-top:0}.emd-certificate__small-text{color:#666;font-size:12px;letter-spacing:0;line-height:16px}.emd-certificate__body-content,.emd-certificate__form{display:block}.emd-certificate__emd-button{width:100%;height:40px}.emd-certificate__apply-button{width:100%;float:none}.emd-certificate__apply-button--active{display:flex;width:100%;height:24px;margin-top:20px;padding:0;float:none;border:1px solid #0D3050;border-radius:4px;color:#0d3050;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-align:center}.emd-certificate__apply-button--cancel{width:48px;display:flex;justify-content:center;align-items:center;background-color:#fff}.emd-certificate__cancel-button{width:10px;height:10px}.emd-certificate__cancel-button--img{padding-left:0}.emd-certificate__close-button-container{display:flex}}.v-1_5.emd-certificate__link{width:110%;color:#0e68ff;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;margin-top:16px;text-decoration:underline}.v-1_5.emd-certificate__title{width:72%;color:#002880;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;padding-top:5px}.v-1_5.emd-certificate__title--disabled{color:#aaaaab}.v-1_5.emd-certificate__apply-button{border:1px solid #CCCCCB;border-radius:4px;display:flex;float:right;font-size:12px;height:24px;width:auto}.v-1_5.emd-certificate__apply-button--active{display:flex;width:auto;height:24px;float:right;border:1px solid #002880;border-radius:4px;color:#002880;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-align:center}.v-1_5.emd-certificate__apply-button--cancel{display:flex;width:87px;height:24px;float:right;border:1px solid #AAAAAB;border-radius:4px;color:#666;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-align:center}.v-1_5.emd-certificate__cancel-button{display:flex;font-size:12px}.v-1_5.emd-certificate__cancel-button--img{padding-left:8px}@media (max-width: 600px){.v-1_5.emd-certificate__apply-button{float:right}.v-1_5.emd-certificate__apply-button--active{width:auto;padding:0 16px}}@media screen and (min-width: 375px) and (max-width: 599px){.emd-certificate__title{padding-bottom:16px}}.v-1_5.saved-credit-cards__button-closed-form{display:flex;width:100%;height:72px;margin:8px 0;border:solid 1px #CCCCCB;border-radius:8px;background:none;cursor:pointer}.v-1_5.saved-credit-cards__button-closed-form__animated-arrow{position:relative;width:32px;height:32px;border:none;border-radius:50%;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20sketchtool%2056%20(101010)%20-%20https://sketch.com%20--%3e%3ctitle%3e18CB9A7B-0442-4989-8AC5-505C900D1809%3c/title%3e%3cdesc%3eCreated%20with%20sketchtool.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='01-Trip-Details'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Xs---Reservation-Summary'%20transform='translate(-272.000000,%20-618.000000)'%3e%3cg%20id='Group-6-Copy'%20transform='translate(16.000000,%20600.000000)'%3e%3cg%20id='Group-5'%20transform='translate(16.000000,%200.000000)'%3e%3cg%20id='11-UI/UI-Text/6-14px-Reg-(left-aligned)/2-Dark-Blue-(%230E4A81)'%20transform='translate(64.000000,%2012.000000)'%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20transform='translate(168.000000,%200.000000)'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20mask='url(%23mask-2)'%20id='↳-🎨Theme-Color'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23666666'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:rgba(216,216,216,.2)}.v-1_5.saved-credit-cards__button-closed-form:hover .saved-credit-cards__button-closed-form__animated-arrow{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3e09%20Icon/%20Keyboard%20Arrow%20/%20Right-C800%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%20id='11-UI/Color/_Global/C-800-(%23FFFFFF)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23FFFFFF'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#0e68ff}.v-1_5.saved-credit-cards__button-closed-form:active .saved-credit-cards__button-closed-form__animated-arrow{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3e09%20Icon/%20Keyboard%20Arrow%20/%20Right-C800%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%20id='11-UI/Color/_Global/C-800-(%23FFFFFF)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23FFFFFF'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#0e68ff;animation:rotate-90-cw .4s cubic-bezier(.25,.46,.45,.94) both}.v-1_5.saved-credit-cards__button-opened-form{display:flex;width:100%;margin:0;border-top:none;border-right:none;border-bottom:solid 1px rgba(204,204,203,.5);border-left:none;border-radius:0;background:none;cursor:pointer}.v-1_5.saved-credit-cards__button-opened-form__actived-arrow{position:relative;width:32px;height:32px;transform:rotate(-90deg);border:none;border-radius:50%;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3e09%20Icon/%20Keyboard%20Arrow%20/%20Right-C800%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%20id='11-UI/Color/_Global/C-800-(%23FFFFFF)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23FFFFFF'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#0e68ff}.v-1_5.saved-credit-cards__button-opened-form:active .saved-credit-cards__button-opened-form__actived-arrow{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20sketchtool%2056%20(101010)%20-%20https://sketch.com%20--%3e%3ctitle%3e18CB9A7B-0442-4989-8AC5-505C900D1809%3c/title%3e%3cdesc%3eCreated%20with%20sketchtool.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='01-Trip-Details'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Xs---Reservation-Summary'%20transform='translate(-272.000000,%20-618.000000)'%3e%3cg%20id='Group-6-Copy'%20transform='translate(16.000000,%20600.000000)'%3e%3cg%20id='Group-5'%20transform='translate(16.000000,%200.000000)'%3e%3cg%20id='11-UI/UI-Text/6-14px-Reg-(left-aligned)/2-Dark-Blue-(%230E4A81)'%20transform='translate(64.000000,%2012.000000)'%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20transform='translate(168.000000,%200.000000)'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20mask='url(%23mask-2)'%20id='↳-🎨Theme-Color'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23666666'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:rgba(216,216,216,.2);animation:rotate-90 .4s cubic-bezier(.25,.46,.45,.94) both}.v-1_5.saved-credit-cards__edit-button{width:auto;height:24px;border:1px solid #002880;border-radius:4px;color:#002880;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-align:center}.v-1_5.ellipsis-wrap__button{display:flex;width:32px;height:32px;margin-right:25px;border:none;border-radius:50%;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3e09%20Icon/%20Ellipsis%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpath%20d='M12,14%20C13.1045695,14%2014,13.1045695%2014,12%20C14,10.8954305%2013.1045695,10%2012,10%20C10.8954305,10%2010,10.8954305%2010,12%20C10,13.1045695%2010.8954305,14%2012,14%20Z%20M6,14%20C7.1045695,14%208,13.1045695%208,12%20C8,10.8954305%207.1045695,10%206,10%20C4.8954305,10%204,10.8954305%204,12%20C4,13.1045695%204.8954305,14%206,14%20Z%20M18,14%20C19.1045695,14%2020,13.1045695%2020,12%20C20,10.8954305%2019.1045695,10%2018,10%20C16.8954305,10%2016,10.8954305%2016,12%20C16,13.1045695%2016.8954305,14%2018,14%20Z'%20id='path-1'%3e%3c/path%3e%3c/defs%3e%3cg%20id='09-Icon/-Ellipsis'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%20fill='%23AAAAAB'%3e%3cg%20id='11-UI/Color/_Global/C-400-(%23AAAAAB)'%3e%3crect%20id='Base'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;font-family:SuisseIntl;cursor:pointer}.v-1_5.ellipsis-wrap__button:hover{background-color:rgba(216,216,216,.2)}.v-1_5.ellipsis-wrap__button:focus{background-color:rgba(216,216,216,.2)}.v-1_5.ellipsis-wrap__button:active{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3cpath%20id='active-a'%20d='M12,14%20C13.1045695,14%2014,13.1045695%2014,12%20C14,10.8954305%2013.1045695,10%2012,10%20C10.8954305,10%2010,10.8954305%2010,12%20C10,13.1045695%2010.8954305,14%2012,14%20Z%20M6,14%20C7.1045695,14%208,13.1045695%208,12%20C8,10.8954305%207.1045695,10%206,10%20C4.8954305,10%204,10.8954305%204,12%20C4,13.1045695%204.8954305,14%206,14%20Z%20M18,14%20C19.1045695,14%2020,13.1045695%2020,12%20C20,10.8954305%2019.1045695,10%2018,10%20C16.8954305,10%2016,10.8954305%2016,12%20C16,13.1045695%2016.8954305,14%2018,14%20Z'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20opacity='.8'%20transform='translate(4%204)'%3e%3cmask%20id='active-b'%20fill='%23fff'%3e%3cuse%20xlink:href='%23active-a'/%3e%3c/mask%3e%3cg%20fill='%23FFF'%20mask='url(%23active-b)'%3e%3crect%20width='24'%20height='24'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#0e68ff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button-container{width:100%}@media screen and (min-width: 1024px) and (max-width: 1279px){.pay-button{margin-bottom:120px}}@media screen and (min-width: 1280px){.pay-button{margin-bottom:120px}}.button{display:flex;align-items:center;justify-content:center;height:48px;border:none;border-radius:4px;background-color:transparent;color:#fff;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}.button__wcag-description{display:none}.button--button-link{width:60px;margin-right:32px;padding:0;border:none;background:transparent;color:#fff;font-size:14px;font-weight:500}.button--button-link:hover{background-color:#121212}.button--primary{border:none;background:linear-gradient(to left,#006cb3,#0060a9);box-shadow:0 2px 4px rgba(0,0,0,.15)}.button--primary:focus{background-color:#085e2e;box-shadow:0 5px 14px rgba(0,0,0,.25)}.button--secondary{background:linear-gradient(to left,#006cb3,#0060a9)}.button--tertiary{background:linear-gradient(to left,#12416e,#0d3050)}.button--tertiary:focus{background-color:#0d3050;box-shadow:0 5px 14px rgba(0,0,0,.25)}.button--quaternary{border:solid 1px #9B9B9B;background-color:#fff;color:#747472}.button--quaternary:focus{border:solid 1px #006CB3;background-color:rgba(0,108,179,.1);color:#006cb3}.button--quaternary:hover{border:solid 1px #006CB3;background-color:#fff;color:#006cb3}.button--outline-bg{padding:9px 20px;border:solid 1px #FFFFFF;border-radius:4px;background-color:transparent;color:#fff;font-size:14px;font-weight:600}.button--outline-bg:focus{background-color:#fff;color:#6195ed}.button--outline-bg:hover{background-color:#fff;color:#6195ed}.button--fullwidth{width:100%}.button--large{width:400px}.button--medium{width:189px;height:40px}.button--middle{width:140px;height:40px}.button--small{width:77px;height:32px}.button--custom{width:auto;height:auto;padding:0}.button--disabled{background:#d3d3d3;cursor:default}.button--custom-pin{height:48px;width:185px}.button--tertiary-disabled,.button--primary-disabled{background:rgba(13,48,80,.4);cursor:default}.button--outline-bg-disabled{background:#efefee;color:#aaaaab;cursor:default;font-family:SuisseIntl;width:auto}.v-1_5.button--primary{border:none;background:linear-gradient(to left,#0e68ff,#0032a0);box-shadow:0 2px 4px rgba(0,0,0,.15)}.v-1_5.button--primary:focus{background-color:#085e2e;box-shadow:0 5px 14px rgba(0,0,0,.25)}.v-1_5.button--secondary{background:linear-gradient(to left,#0e68ff,#0032a0)}.v-1_5.button--tertiary{background:linear-gradient(to left,#12416e,#001a66)}.v-1_5.button--tertiary:focus{background-color:#001a66;box-shadow:0 5px 14px rgba(0,0,0,.25)}.v-1_5.button--quaternary{border:solid 1px #9B9B9B;background-color:#fff;color:#747472}.v-1_5.button--quaternary:focus{border:solid 1px #0E68FF;background-color:rgba(0,108,179,.1);color:#0e68ff}.v-1_5.button--quaternary:hover{border:solid 1px #0E68FF;background-color:#fff;color:#0e68ff}._list_container_1tnfr_30{list-style-position:outside;list-style-image:url("data:image/svg+xml, %3Csvg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF' /%3E%3C/svg%3E");list-style-image:url("data:image/svg+xml, <svg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF' /> </svg>");list-style-image:url("data:image/svg+xml, <svg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF'/> </svg>");list-style-image:url(data:image/svg+xml;base64,\ IDxzdmcgd2lkdGg9JzI0JyBoZWlnaHQ9JzE2JyB2aWV3Qm94PScwIDAgMjQgMjQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+IDxwYXRoIGQ9J00xMS42IDMuNEwxOS4yIDExSDFWMTNIMTkuMkwxMS42IDIwLjZMMTMgMjJMMjMgMTJMMTMgMkwxMS42IDMuNFonIGZpbGw9JyMwRTY4RkYnIC8+IDwvc3ZnPg==)}.payment-alert__banner{display:flex;justify-content:center;width:1170px;margin:32px auto 0}@media screen and (max-width: 1280px) and (min-width: 1024px){.payment-alert__banner{width:960px}}@media screen and (max-width: 1024px) and (min-width: 600px){.payment-alert__banner{max-width:100%;padding:0 88px}}@media screen and (max-width: 600px){.payment-alert__banner{max-width:100%;padding:0 16px;margin-bottom:32px}}.wrapper{display:flex;align-items:center;justify-content:space-between;font-size:14px}.wrapper__fare-flight-info{display:flex;gap:5px}.wrapper__fare-flight-info--flight-info{color:#666;font-size:14px;letter-spacing:0;line-height:20px}.wrapper__fare-flight-info--second-line{display:flex;gap:5px}.wrapper__fare-flight-info--upsell{color:#0d8a44;font-family:SuisseIntl;font-style:normal;font-weight:500;font-size:14px;line-height:20px}.wrapper__fare-flight-info--passenger-info{color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.wrapper__price{color:#232323;font-size:14px;letter-spacing:0;line-height:20px;font-weight:400}@media screen and (min-width: 375px) and (max-width: 599px){.wrapper{display:flex;align-items:center;justify-content:space-between;font-size:14px}.wrapper__fare-flight-info{display:flex;flex-direction:column}.wrapper__fare-flight-info--second-line{display:flex;align-items:center;gap:5px}}.fare-flight-info{padding:16px 0 0}.fare-flight-info__wrapper{display:flex;justify-content:space-between}.fare-flight-info__segments-info{display:flex;justify-content:space-between;padding:0}.fare-flight-info__segments-info{color:#666;font-size:14px;letter-spacing:0;line-height:20px}.fare-flight-info__segment--first{display:flex;color:#666;font-size:14px;letter-spacing:0;line-height:20px}.fare-flight-info__segment--first__text{width:100px;padding-right:20px;color:#232323;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.fare-flight-info__segment--second{padding-left:4px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.fare-flight-info__segment--fareFlex{color:#0d8a44;font-family:SuisseIntl;font-style:normal;font-weight:400;font-size:14px;line-height:20px;padding-left:3px}.fare-flight-info__segment--last{color:#232323;font-size:14px;letter-spacing:0;line-height:20px}.fare-flight-info__segment--last__text{color:#232323;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;text-align:justify}.fare-flight-info__area-title{color:#232323;font-size:12px;font-weight:600;letter-spacing:1px;line-height:16px;text-transform:uppercase}.fare-flight-info__flight-info{padding:0;border-bottom:1px solid rgba(209,209,209,.5)}.fare-flight-info__border,.fare-flight-info__info-wrapper{padding:0}.miles-info{margin:8px auto}.miles-info__title{font-weight:600}@media (max-width: 600px){.fare-flight-info{margin:0 0 32px}.fare-flight-info__flight-info{padding:0}.fare-flight-info__segments-info{display:flex;align-items:center;padding:0;text-align:justify}.fare-flight-info__segment--first,.fare-flight-info__segment--second{display:block}}@media (max-width: 400px){.miles-info{align-items:start}.miles-info__text{flex-direction:column}}.v-1_5.fare-flight-info__area-title{color:#333;font-size:12px;font-weight:500;letter-spacing:1px;line-height:16px;text-transform:uppercase;font-family:SuisseIntl}.v-1_5.fare-flight-info__segment--first{display:flex;color:#666;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;flex-wrap:wrap}.v-1_5.fare-flight-info__segment--first__text{width:100px;padding-right:20px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.v-1_5.fare-flight-info__segment--last{color:#333;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;min-width:27%;text-align:end}.v-1_5.fare-flight-info__segment--last__text{color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;text-align:justify}.seat-selection-summary__type-selection{display:flex;align-items:center}.seat-selection-summary__extras--first{display:flex;color:#666;font-size:14px;letter-spacing:0;line-height:20px}.seat-selection-summary__extras--second{padding-left:4px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.seat-selection-summary__extras--last{color:#232323;font-size:14px;letter-spacing:0;line-height:20px}.seat-selection-summary__seat-image{padding-right:5px}@media (max-width: 600px){.seat-selection-summary{margin:0 0 32px}.seat-selection-summary__type-selection{font-size:13px}.seat-selection-summary__image{display:none}.seat-selection-summary__segments-info{display:flex;align-items:center;padding:0;text-align:justify}.seat-selection-summary__seat-image{align-self:baseline;padding-right:0}.seat-selection-summary__extras--first{display:block}.seat-selection-summary__extras--second{padding-left:4px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.seat-selection-summary__extras--last{min-width:70px;color:#232323;font-size:14px;letter-spacing:0;line-height:20px}.seat-selection-summary__extras--summary{margin:0}}.v-1_5.seat-selection-summary__extras--first{font-weight:400}.v-1_5.seat-selection-summary__extras--last{color:#333;font-size:14px;letter-spacing:0;line-height:20px;font-weight:400}.trip-extras-summary{width:486px;height:auto;border-radius:4px;box-shadow:0 4px 5px rgba(0,0,0,.08),0 3px 15px rgba(0,0,0,.08),0 2px 4px -1px rgba(0,0,0,.08)}.trip-extras-summary__type-selection{display:flex;align-items:center}.trip-extras-summary__segments-info{padding:0;border-bottom:1px solid rgba(209,209,209,.5)}.trip-extras-summary__segments-info--trip-extras{color:#666;font-size:14px;letter-spacing:0;line-height:20px;display:flex;justify-content:space-between;padding:0;align-items:center}.trip-extras-summary__extras--first{display:flex;color:#666;font-size:14px;letter-spacing:0;line-height:20px}.trip-extras-summary__extras--second{padding-left:4px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.trip-extras-summary__extras--last{color:#232323;font-size:14px;letter-spacing:0;line-height:20px}.trip-extras-summary__seat-image,.trip-extras-summary__insurance-image{padding-right:5px}.trip-extras-summary__area-title{color:#232323;font-size:12px;font-weight:600;letter-spacing:1px;line-height:16px;text-transform:uppercase}.trip-extras-summary__trip-details{border-bottom:1px solid rgba(209,209,209,.5)}.trip-extras-summary__flight-extras-info-wrapper{padding:0}.trip-extras-summary__instant-up{color:#ad7c59;font-size:14px;font-weight:400;line-height:20px}@media screen and (max-width: 1279px) and (min-width: 1024px){.trip-extras-summary{width:386px}}@media (max-width: 1023px){.trip-extras-summary{position:relative;width:100%}}@media screen and (max-width: 1023px) and (min-width: 600px){.trip-extras-summary{width:100%;margin:auto}}@media (max-width: 600px){.trip-extras-summary{margin:0 0 32px}.trip-extras-summary__type-selection{font-size:13px}.trip-extras-summary__insurance-image{padding-right:5px}.trip-extras-summary__segments-info{padding:0}.trip-extras-summary__extras--first{display:block}.trip-extras-summary__extras--second{padding-left:4px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.trip-extras-summary__extras--last{min-width:70px;color:#232323;font-size:14px;letter-spacing:0;line-height:20px;text-align:end}.trip-extras-summary__extras--summary{margin:0}}.v-1_5.trip-extras-summary__extras--first{display:flex;color:#666;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px}.v-1_5.trip-extras-summary__extras--last{color:#333;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;white-space:nowrap}.v-1_5.trip-extras-summary__area-title{color:#333;font-size:12px;font-weight:500;letter-spacing:1px;line-height:16px;text-transform:uppercase}.summary-additional-info{border-bottom:1px solid rgba(209,209,209,.5)}.summary-additional-info__type-selection{display:flex;flex-direction:column}.summary-additional-info__segments-info{color:#666;display:flex;font-size:14px;justify-content:space-between;letter-spacing:0;line-height:20px;padding:0}.summary-additional-info__segments-info:last-child{padding:0}.summary-additional-info__prefer-member{margin:8px 0;color:#8d7249;font-size:12px;letter-spacing:0;line-height:16px}.summary-additional-info__extras--first{display:flex;color:#666;font-size:14px;letter-spacing:0;line-height:20px}.summary-additional-info__extras--second{padding-left:4px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.summary-additional-info__extras--last{color:#232323;font-size:14px;letter-spacing:0;line-height:20px}.summary-additional-info__area-title{color:#232323;font-size:12px;font-weight:600;letter-spacing:1px;line-height:16px;text-transform:uppercase}.summary-additional-info__flight-extras-info-wrapper{padding:0}.summary-additional-info__applied-waivers{color:#8d7249;font-size:12px;letter-spacing:0;line-height:16px;margin-top:4px;white-space:nowrap}@media (max-width: 1023px){.summary-additional-info{position:relative;width:100%}}@media screen and (max-width: 1023px) and (min-width: 600px){.summary-additional-info{width:100%;margin:auto}}@media (max-width: 600px){.seat-selection-summary{margin:0 0 32px}.seat-selection-summary__type-selection{font-size:13px}.seat-selection-summary__segments-info{display:flex;align-items:center;padding:0;text-align:justify}.seat-selection-summary__extras--first{display:block}.seat-selection-summary__extras--second{padding-left:4px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.seat-selection-summary__extras--last{min-width:70px;color:#232323;font-size:14px;letter-spacing:0;line-height:20px}}.v-1_5.summary-additional-info__extras--last{color:#333;font-size:14px;letter-spacing:0;line-height:20px}.v-1_5.summary-additional-info__area-title{color:#333;font-size:12px;font-weight:600;letter-spacing:1px;line-height:16px;text-transform:uppercase}.seat-selection-summary__trip-extras{display:flex;justify-content:space-between;padding-bottom:8px}.seat-selection-summary__trip-extras__travel_certificate{color:#8d7249;font-size:14px;letter-spacing:0;line-height:20px;white-space:nowrap}.seat-selection-summary__trip-extras__description{color:#232323;font-size:14px;letter-spacing:0;line-height:20px;white-space:nowrap}.seat-selection-summary__trip-extras__discount-amount{margin:8px 0;color:#8d7249;font-size:12px;letter-spacing:0;line-height:16px;text-align:right}.seat-selection-summary__discount{margin:8px 0;color:#8d7249;font-size:12px;letter-spacing:0;line-height:16px}.seat-selection-summary__subtotal-miles{display:flex;flex-direction:row;justify-content:flex-end}.miles-tax{font-weight:500}.v-1_5.seat-selection-summary__discount{margin:8px 0;color:#8d7249;font-size:12px;letter-spacing:0;line-height:16px}.uplift-disclaimer-fee__container{display:flex;align-items:center;width:300px}.uplift-disclaimer-fee__container-flexpay{display:flex;align-items:center}.uplift-disclaimer-fee__container-uplift-summary{display:flex;align-items:center;justify-content:flex-end;width:100%}.uplift-disclaimer-fee__wrapper{color:#333;font-family:SuisseIntl;font-size:12px}.uplift-disclaimer-fee__descr{color:#333;font-family:SuisseIntl;font-size:14px}.uplift-disclaimer-fee__fee-test{display:flex;font-weight:500}.uplift-disclaimer-fee__fee{display:flex;font-size:12px;font-weight:400;line-height:16px}.uplift-disclaimer-fee__uplift-icon-container{display:flex;align-items:center;margin:0 0 0 3px}.uplift-disclaimer-fee__uplift-icon{width:36px}.uplift-disclaimer-fee__container-fee{display:flex}.uplift-disclaimer-fee__help-icon-button{width:15px;margin-left:5px;border:none;background-color:#fff;cursor:pointer}@media screen and (max-width: 1023px) and (min-width: 600px){.uplift-disclaimer-fee__fee-test{display:block}.uplift-disclaimer-fee__container{display:flex;align-items:center;width:160px}.uplift-disclaimer-fee__container-flexpay{display:flex;align-items:center}.uplift-disclaimer-fee__uplift-icon{width:36px}}@media screen and (max-width: 599px){.uplift-disclaimer-fee__fee-test{display:block}.uplift-disclaimer-fee__container{display:flex;align-items:center;width:190px}.uplift-disclaimer-fee__container-flexpay{display:flex;align-items:center}.uplift-disclaimer-fee__uplift-icon{width:36px}}.v-1_5.uplift-disclaimer-fee__wrapper{color:#333;font-family:SuisseIntl;font-size:12px;line-height:16px}.seat-selection-summary__trip-extras-total{display:flex;justify-content:space-between;padding:24px 0 0}.seat-selection-summary__trip-extras-total-pricelock{display:flex;justify-content:space-between;padding:12px 0 0}.seat-selection-summary__trip-extras-total-pricelock__text-pricelock{color:#232323;font-size:20px;letter-spacing:0;line-height:32px}.seat-selection-summary__total-miles{display:flex;flex-direction:row;justify-content:flex-end}@media screen and (max-width: 1279px) and (min-width: 1024px){.seat-selection-summary{width:386px}}@media screen and (max-width: 1023px) and (min-width: 600px){.seat-selection-summary{width:100%;margin:auto}}@media (max-width: 600px){.seat-selection-summary{margin:0 0 32px}}@media (max-width: 600px){.seat-selection-summary__total-miles{flex-direction:column;align-items:flex-end}}.copa-club{padding:16px 0 0}.copa-club__container{display:flex;justify-content:space-between;padding:0}.copa-club__left-side{display:flex;flex-direction:row}.copa-club__left-side--first{display:flex;color:#666;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px}.copa-club__left-side--second{color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.copa-club--right-side{display:flex;flex-direction:column;justify-content:center;color:#232323;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px}@media (max-width: 600px){.copa-club__left-side{flex-direction:column}.copa-club__left-side--first{display:unset;max-width:123px}}@media (max-width: 375px){.copa-club__left-side{flex-direction:column}.copa-club__left-side--first{display:unset;max-width:123px}}.seat-selection-summary__trip-information{display:flex;align-items:center;padding:31px 24px 0}.seat-selection-summary__container{border-bottom:1px solid rgba(209,209,209,.5)}.seat-selection-summary__image{width:64px;height:64px;border-radius:50%}.seat-selection-summary__segments-info{display:flex;justify-content:space-between;padding:0}.seat-selection-summary__segments-info{color:#666;font-size:14px;letter-spacing:0;line-height:20px}@media (max-width: 1023px){.seat-selection-summary{position:relative;width:100%}}@media screen and (max-width: 1023px) and (min-width: 600px){.seat-selection-summary{width:100%;margin:auto}section{width:100%}}@media (max-width: 600px){.seat-selection-summary{margin:0 0 32px}.seat-selection-summary__flight-title{padding:0}.seat-selection-summary__flight-title__flight{font-size:18px;font-weight:600;letter-spacing:0;line-height:24px}.seat-selection-summary__image{display:none}.seat-selection-summary__trip-information,.seat-selection-summary__segments-info-wrapper{padding:0}.seat-selection-summary__segment-codes-wrapper{display:flex;align-items:center}.seat-selection-summary__segment-codes-wrapper__first-segment{font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-align:justify}.seat-selection-summary__segment-codes-wrapper__second-segment{color:#232323;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;padding-left:20px}.seat-selection-summary__segment-date{position:absolute;margin-top:-35px;font-size:10px;letter-spacing:0;line-height:16px}.seat-selection-summary__segments-info{display:flex;align-items:center;padding:0;text-align:justify}}.v-1_5.seat-selection-summary__flight-title__flight{color:#333;font-family:Gilroy;font-size:16px;font-weight:700;letter-spacing:0px;line-height:24px}.v-1_5.seat-selection-summary__segment-date{font-family:SuisseIntl;font-weight:400;letter-spacing:0px}@media screen and (min-width: 1024px) and (max-width: 1279px){.v-1_5.seat-selection-summary__segment-date{font-size:14px;line-height:20px}}@media screen and (min-width: 600px) and (max-width: 1023px){.v-1_5.seat-selection-summary__segment-date{font-size:12px;line-height:16px}}.seat-selection-summary{width:486px;height:auto;border-radius:4px;box-shadow:0 4px 5px rgba(0,0,0,.08),0 3px 15px rgba(0,0,0,.08),0 2px 4px -1px rgba(0,0,0,.08)}.seat-selection-summary__certificate{font-weight:500}.seat-selection-summary__trip-information{display:flex;align-items:center;padding:0}.seat-selection-summary__image{width:58px;height:58px}.seat-selection-summary__image-mask{border-radius:50%;border:1px solid #999999;display:inline-flex;padding:2px}@media screen and (min-width: 375px) and (max-width: 599px){.seat-selection-summary__image-mask{display:none}}.seat-selection-summary__wrapper{display:flex;justify-content:space-between}.seat-selection-summary__flight-title{display:block;padding:0 20px}@media screen and (min-width: 375px) and (max-width: 599px){.seat-selection-summary__flight-title{padding:0}}.seat-selection-summary__flight-title__flight{font-size:20px;font-weight:500;letter-spacing:0;line-height:32px}.seat-selection-summary__flight-title__flight-section{color:#666;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;text-transform:capitalize}.seat-selection-summary__segments-icon{padding-left:12px}.seat-selection-summary__segments-info-wrapper{padding:0}.seat-selection-summary__segments-info{color:#666;display:flex;font-size:14px;justify-content:space-between;letter-spacing:0;line-height:20px;padding:0;margin-top:20px}.seat-selection-summary__segment-codes-wrapper{display:flex;align-items:center}.seat-selection-summary__segment-codes-wrapper__first-segment{color:#232323;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;padding-right:20px;width:auto}.seat-selection-summary__segment-codes-wrapper__second-segment{color:#232323;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;padding-left:20px;width:auto}.seat-selection-summary__segment-date{font-weight:400;text-transform:capitalize}.seat-selection-summary__flight-extras-info,.seat-selection-summary__flight-extras-info--less,.seat-selection-summary__taxes{padding:0}.seat-selection-summary__trip-extras{display:flex;justify-content:space-between;padding-bottom:0}.seat-selection-summary__trip-extras__description{color:#232323;font-size:14px;letter-spacing:0;line-height:20px}.seat-selection-summary__trip-extras-total{display:flex;justify-content:space-between;padding:0}.seat-selection-summary__trip-extras-total__text{color:#232323;font-size:20px;letter-spacing:0;line-height:32px}.seat-selection-summary__trip-extras-total__text--pricelock{color:#232323;font-size:14px;letter-spacing:0;line-height:20px}.seat-selection-summary__trip-extras-total-pricelock{display:flex;justify-content:space-between;padding:16px 0 0}.seat-selection-summary__trip-extras-total-pricelock__text-pricelock{color:#232323;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}.seat-selection-summary__trip-extras-wrapper{border-bottom:1px solid rgba(209,209,209,.5)}.seat-selection-summary__purchase-title-mobile,.seat-selection-summary__purchase-title-mobile--open{display:none;position:relative;width:100%;height:70px;padding:16px;border:none;border-bottom:1px solid rgba(209,209,209,.5);border-radius:0;background:transparent;color:#232323;text-align:left}.seat-selection-summary__purchase-title-mobile:after,.seat-selection-summary__purchase-title-mobile--open:after{position:absolute;top:33px;right:28px;width:0;height:0;border-top:6px solid #AAAAAB;border-right:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid transparent;content:""}.seat-selection-summary__purchase-title-mobile--open:after{top:27px;border-top:6px solid transparent;border-bottom:6px solid #AAAAAB;border-left:6px solid transparent}.seat-selection-summary__summary-purchase-mobile{display:none}.seat-selection-summary__title-mobile{color:#0e4a81;font-family:SuisseIntl;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.seat-selection-summary__total-price-mobile{font-size:16px;letter-spacing:0;line-height:24px}.seat-selection-summary__installments{color:#666;font-size:12px;line-height:16px;text-align:right}@media screen and (max-width: 1279px) and (min-width: 1024px){.seat-selection-summary{width:386px}.seat-selection-summary__segment-codes-wrapper__first-segment{padding-right:0}.seat-selection-summary__segment-codes-wrapper__second-segment{padding-left:15px}}@media (max-width: 1023px){.seat-selection-summary{position:relative;width:100%}.seat-selection-summary__purchase-title-mobile,.seat-selection-summary__purchase-title-mobile--open{display:block;padding:16px}.seat-selection-summary__summary-purchase-desktop{display:none}.seat-selection-summary__summary-purchase-mobile{display:block}.seat-selection-summary__view{display:none}}@media screen and (max-width: 1023px) and (min-width: 600px){.seat-selection-summary{width:100%;margin:auto}.seat-selection-summary__view{display:block;width:105px;margin-top:15px;color:#666;font-size:12px;letter-spacing:1px;line-height:16px}section{width:100%}}@media (max-width: 600px){.seat-selection-summary{margin:0}.seat-selection-summary__flight-title{padding:0}.seat-selection-summary__flight-title__flight{font-size:18px;font-weight:600;letter-spacing:0;line-height:24px}.seat-selection-summary__view{display:block;width:105px;margin-top:15px;color:#666;font-size:12px;letter-spacing:1px;line-height:16px}.seat-selection-summary__section{width:100%}.seat-selection-summary__image{display:none}.seat-selection-summary__trip-information,.seat-selection-summary__segments-info-wrapper{padding:0}.seat-selection-summary__segment-codes-wrapper{display:flex;align-items:center;margin-top:8px;margin-bottom:8px}.seat-selection-summary__segment-codes-wrapper__first-segment{font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-align:justify}.seat-selection-summary__segment-codes-wrapper__second-segment{color:#232323;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;padding-left:20px}.seat-selection-summary__segment-date{position:absolute;margin-top:-35px;font-size:10px;letter-spacing:0;line-height:16px}.seat-selection-summary__segments-info{display:flex;align-items:center;padding:0;text-align:justify}.seat-selection-summary__segment--first{display:grid}.seat-selection-summary__flight-extras-info--less{padding:0}.seat-selection-summary__view{display:none}}@media screen and (min-width: 600px) and (max-width: 1023px){.v-1_5.seat-selection-summary__view{display:block;min-width:98px;width:fit-content;padding-right:32px;margin-top:15px;color:#666;font-family:SuisseIntl;font-size:12px;font-weight:500;letter-spacing:1px;line-height:16px}}.v-1_5.seat-selection-summary__segment-codes-wrapper__first-segment{color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;padding-right:9px;width:auto}.v-1_5.seat-selection-summary__segment-codes-wrapper__second-segment{color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;padding-left:10px;width:auto}.v-1_5.seat-selection-summary__trip-extras__description{color:#333;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px}.v-1_5.seat-selection-summary__trip-extras-total__text{color:#333;font-size:19px;font-weight:400;letter-spacing:0;line-height:32px}.v-1_5.seat-selection-summary__trip-extras-total__text--pricelock{color:#333;font-size:20px;font-weight:400;letter-spacing:0;line-height:32px}.v-1_5.seat-selection-summary__trip-extras-total-pricelock__text-pricelock{color:#333;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}.v-1_5.seat-selection-summary__title-mobile{color:#002880;font-family:SuisseIntl;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.v-1_5.seat-selection-summary__segment-date{font-family:SuisseIntl;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-transform:capitalize}@media screen and (min-width: 1280px){.v-1_5.seat-selection-summary__segment-date{font-weight:500}}@media screen and (min-width: 1024px) and (max-width: 1279px){.v-1_5.seat-selection-summary__segment-date{margin-bottom:0}}.radio-button-container{display:inline-block;position:relative}.radio-button-container__wcag-description{display:none}.radio-button-container__label{display:inline-block;position:relative;height:16px;padding:0 0 0 16px;line-height:20px}.radio-button-container__label:after{position:absolute;top:0;left:0;content:""}.radio-button-container__label:before{position:absolute;top:0;left:0;width:16px;height:16px;border:1px solid #AAAAAB;border-radius:50%;content:""}.radio-button-container__input{position:absolute;width:18px;height:18px;margin:0;cursor:pointer;opacity:0;z-index:1}.radio-button-container__input:checked+label:before{border:1px solid #0060A9;background:linear-gradient(to bottom,#09f,#006cb3)}.radio-button-container__input:checked+label:after{top:6px;left:6px;width:6px;height:6px;border-radius:50%;background-color:#fff}.radio-button-container__input:disabled+label:before{border:1px solid #AAAAAB;background:#f8f8f8}.radio-button-container__input:disabled+label:after{top:6px;left:6px;width:6px;height:6px;border-radius:50%;background-color:#f8f8f8}.radio-button-container__input:checked:disabled+label:before{border:1px solid #AAAAAB;background:linear-gradient(to bottom,#aaaaab,#f8f8f8)}.radio-button-container__input:checked:disabled+label:after{top:6px;left:6px;width:6px;height:6px;border-radius:50%;background-color:#fff}.radio-button-container__input:focus{background-color:#0060a9}.radio-button-container__input:focus+label:before{box-shadow:0 0 0 3px #09f}.radio-button-container__span-text{display:block;margin-left:5px}@media (max-width: 599px){.radio-button-container{margin-right:0}}.v-1_5.radio-button-container__input{position:absolute;width:18px;height:18px;margin:0;cursor:pointer;opacity:0;z-index:1}.v-1_5.radio-button-container__input:checked+label:before{border:1px solid #0032A0;background:linear-gradient(to bottom,#09f,#0e68ff)}.v-1_5.radio-button-container__input:checked+label:after{top:6px;left:6px;width:6px;height:6px;border-radius:50%;background-color:#fff}.v-1_5.radio-button-container__input:disabled+label:before{border:1px solid #AAAAAB;background:#f8f8f8}.v-1_5.radio-button-container__input:disabled+label:after{top:6px;left:6px;width:6px;height:6px;border-radius:50%;background-color:#f8f8f8}.v-1_5.radio-button-container__input:checked:disabled+label:before{border:1px solid #AAAAAB;background:linear-gradient(to bottom,#aaaaab,#f8f8f8)}.v-1_5.radio-button-container__input:checked:disabled+label:after{top:6px;left:6px;width:6px;height:6px;border-radius:50%;background-color:#fff}.v-1_5.radio-button-container__input:focus{background-color:#0032a0}.v-1_5.radio-button-container__input:focus+label:before{box-shadow:0 0 0 3px #09f}.radio-button-group-container{display:flex}.radio-button-group-container__legend{color:#232a2f;font-size:14px;font-style:normal;font-weight:400;letter-spacing:0;line-height:20px;font-stretch:normal}.radio-button-group-container__status{margin-top:20px}.radio-button-group-container__error{display:block;margin-left:16px;font-size:14px}@media screen and (max-width: 1279px) and (min-width: 1024px){.radio-button-group-container{display:flex;flex-direction:row;align-items:baseline}}@media screen and (max-width: 599px){.radio-button-group-container{display:block}}.payment-form-pse__column{height:90px;margin-bottom:24px}.payment-form-pse__column-height-auto{min-height:90px;margin-bottom:24px;height:auto}.payment-form-pse__no-margin,.payment-form-pse__no-margin--mobile{height:50px;margin-bottom:0}.payment-form-pse__radio-buttons{color:#666;font-size:14px;letter-spacing:0;line-height:20px}.payment-form-pse__radio-button-container{display:flex;justify-content:space-evenly;width:60%}.payment-form-pse__radio-button-container-legend{display:flex;margin-bottom:16px}.payment-form-pse__select-input{font-size:16px;letter-spacing:0;line-height:24px}@media screen and (max-width: 599px){.payment-form-pse__radio-button-container{justify-content:start;width:100%}.payment-form-pse__radio-buttons{margin-right:0;padding-right:16px}.payment-form-pse__no-margin--mobile{height:75px;margin-bottom:8px}}.modal-buttons__buttons{display:flex;width:100%;background-color:#6195ed}.modal-buttons__wrap-btn1,.modal-buttons__wrap-btn2{width:50%}.modal-buttons__one-btn{width:100%}.modal-buttons__dynamic-border{border-bottom-left-radius:4px}.modal-buttons__btn{width:100%;height:120px}.modal-buttons__btn1{border-radius:0 0 0 4px;background-color:#f5f5f5;color:#666}.modal-buttons__btn2{border-radius:0 0 4px;background-image:linear-gradient(to left,#12416e,#0d3050)}.modal-buttons__only-one-btn{width:100%}.modal-buttons__wrap-buttons{width:100%;border-radius:4px}@media (max-width: 600px){.modal-buttons__wrap-btn1,.modal-buttons__wrap-btn2{width:50%}.modal-buttons__btn{height:64px}.modal-buttons__one-btn,.modal-buttons__only-one-btn{width:100%}}.v-1_5.modal-buttons__btn2{border-radius:0 0 4px;background-image:linear-gradient(to left,#12416e,#002880)}.modal-verical{width:1200px;border-radius:8px;background:#fff}.modal-verical__content-scroll{max-height:526px;overflow:auto}.modal-verical__close-button{display:flex;position:absolute;top:24px;right:-26px;align-items:center;justify-content:center;width:52px;height:52px;border:none;border-radius:50%;background-color:#006cb3;color:#fff;z-index:100}.modal-verical__wcag-close-button{display:none}.modal-verical__modal-body{padding-top:100px}.demo-three-modal__underlay-hidden-modal{position:fixed;top:0;left:0;width:99%;height:100%;z-index:-1}.auto-check-header{margin-top:50px}@media (max-width: 576px){.modal-verical{width:90vw}.modal-verical__content-scroll{top:10px;max-height:70vh}.modal-verical__close-button{right:-18px;width:36px;height:36px}.auto-check-header{margin-top:30px}}@media screen and (max-width: 1200px) and (min-width: 577px){.modal-verical{width:90vw}.modal-verical__content-scroll{max-height:80vh}}.v-1_5.modal-verical__close-button{display:flex;position:absolute;top:24px;right:-26px;align-items:center;justify-content:center;width:52px;height:52px;border:none;border-radius:50%;background-color:#0e68ff;color:#fff;z-index:100}.price-summary-parent{max-width:792px}.price-summary{position:relative;padding-top:104px}.price-summary__header{margin:0 104px}.price-summary__header h5{margin-bottom:16px;color:#000;font-size:12px;font-weight:500;letter-spacing:1px}.price-summary__header h2{padding-bottom:28px;color:#0060a9;font-size:40px;font-weight:400;letter-spacing:-1.25px;line-height:48px}.price-summary__flight-interline{padding:56px 0 60px;color:#666;font-size:12px;text-align:center}.price-summary__top-division{display:flex;height:26px;padding-bottom:36px}.price-summary__top-division-icon{display:block;width:24px;height:24px;margin:0 auto}.price-summary__top-division-line{width:100%;height:50%;border-bottom:1px solid #D1D1D1}.price-summary__top-division-center{margin:0 24px;text-align:center}.price-summary__top-division-text{color:#666;font-size:12px;font-weight:500;letter-spacing:1px}.price-summary__flight-detail{margin:0 104px 28px;padding-bottom:24px;border-bottom:1px solid #D1D1D1}.price-summary__flight-number{color:#666;font-size:12px;font-weight:400;text-align:center}.price-summary__flight-destination{color:#121212;font-size:20px;font-weight:500;line-height:32px;text-align:center}.price-summary__flight-traveler{display:flex;justify-content:space-between;padding:13px 0 2px;border-bottom:dashed 1px #D1D1D1}.price-summary__flight-traveler:last-child{border-bottom:none}.price-summary__traveler{margin-left:7px}.price-summary__price{margin-right:7px}.price-summary__price{text-align:right}.price-summary__traveler-name{color:#666;font-size:16px;font-weight:400}.price-summary__traveler-seat{color:#006cb3;font-size:16px;font-weight:400;line-height:32px}.price-summary__traveler-section{min-height:16px;color:#666;font-size:10px;font-weight:700;letter-spacing:.83px}.price-summary__traveler-price{color:#232323;font-size:16px;font-weight:400}.price-summary__summary-price{margin:0 104px 23px}.price-summary__summary-price>div{display:flex;justify-content:space-between;margin:0 7px 4px}.price-summary__price-description{color:#232323;font-size:14px;font-weight:400;line-height:20px}.price-summary__price-value{color:#232323;font-size:14px;font-weight:400}.price-summary__taxes-details{margin-bottom:23px}.price-summary__total{display:flex;justify-content:space-between;margin:0 104px;padding-top:20px;padding-bottom:80px;border-top:1px solid #D1D1D1;color:#232323;font-size:32px;font-weight:400;letter-spacing:-1px}.price-summary__total>div{margin:0 7px 4px}.price-summary__total--number{display:flex;letter-spacing:2px}.price-summary__total--code{padding:0 0 0 10px;letter-spacing:0}@media (max-width: 600px){.price-summary__header{margin:0 16px}.price-summary__header h2{font-size:30px}.price-summary__flight-detail{margin:0 16px 28px}.price-summary__summary-price{margin:0 16px 23px}.price-summary__total{margin:0 16px;font-size:20px}}@media (max-width: 1280px) and (min-width: 1024px){.price-summary__header{margin:0 95px}.price-summary__flight-detail{margin:0 95px 28px}.price-summary__summary-price{margin:0 95px 23px}.price-summary__total{margin:0 95px}}.v-1_5.price-summary__traveler-seat{color:#0e68ff;font-size:16px;font-weight:400;line-height:32px}.v-1_5.price-summary__header h2{padding-bottom:28px;color:#0032a0;font-size:40px;font-weight:400;letter-spacing:-1.25px;line-height:48px}.alert__close-button,.alert__text,.alert__icon{display:inline-block;vertical-align:middle}.button-container-bar{width:auto}.alert{position:relative;max-height:0;transition:max-height .3s;overflow:hidden;box-sizing:border-box}.alert__wrapper{display:flex;justify-content:space-between;padding:11px 24px 13px 16px}.alert__wrapper-clock{justify-content:flex-start}.alert__button-wrapper{display:flex;flex-grow:2}.alert__icon{width:20px;height:30px;margin-right:18px}.alert__text{margin-top:5px;margin-right:10px;color:#fff;font-size:16px;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.5;font-stretch:normal}.alert__text a{color:#fff;font-weight:700}.alert__text-upper-bar{color:#fff;font-family:SuisseIntlMediumWebM,sans-serif;font-size:16px;font-weight:400}.alert__text-clock-bar{min-width:320px}.alert__close-button{min-width:32px;height:32px;padding:0;border:none;border-radius:16px;background-color:rgba(0,0,0,.2);text-align:center}.alert__add-button{width:auto;height:24px;margin-top:5px;padding:0 12px;transition:max-height .3s;border:1px solid #FFFFFF;border-radius:4px;background:transparent;font-family:SuisseIntlMediumWebM,sans-serif;font-size:12px;font-weight:400;box-shadow:none}.alert__add-button:hover{background:#fff;color:#0060a9;box-shadow:none}.alert--info{background:#0060a9}.alert--clock{position:sticky;top:0;width:100%;background:#0060a9;z-index:800}.alert--success{background:#008918}.alert--danger{background:#d80d24}.alert--warning{background:#fff}.alert--show-anchored{max-height:100px;transition:max-height .3s}.alert--show-fixed{position:fixed;top:0;width:100%;max-height:100px;transition:max-height .3s;z-index:10000}@media (max-width: 600px){.alert__text{font-size:14px}.alert__button-wrapper{display:block}.alert__text-clock-bar{min-width:230px}}@media (max-width: 1280px){.alert--show-anchored{max-height:200px}.alert__button-wrapper{display:block}}@media (max-width: 1170px){.alert__button-wrapper{display:block}}.v-1_5.alert__add-button{width:auto;height:24px;margin-top:5px;padding:0 12px;transition:max-height .3s;border:1px solid #FFFFFF;border-radius:4px;background:transparent;font-family:SuisseIntlMediumWebM,sans-serif;font-size:12px;font-weight:400;box-shadow:none}.v-1_5.alert__add-button:hover{background:#fff;color:#0032a0;box-shadow:none}.v-1_5.alert--info{background:#0032a0}.v-1_5.alert--clock{position:sticky;top:0;width:100%;background:#0e68ff;z-index:800}@media (max-width: 600px){.v-1_5 .alert__button-wrapper{display:inherit}}@media (max-width: 1280px){.v-1_5 .alert__button-wrapper{display:inherit}}@media (max-width: 1170px){.v-1_5 .alert__button-wrapper{display:inherit}}.modal-back-origin-bit{display:flex;align-items:center;flex-direction:column}.modal-back-origin-bit__avatar{padding-bottom:24px}.modal-back-origin-bit__text{padding-bottom:20px;text-align:center}.payment-method-box{width:100%;box-sizing:border-box}.payment-method-box__container{display:flex;align-items:center}.payment-method-box__cards{display:flex;flex-grow:2}.payment-method-box__text-tc{margin:0 16px 9px 0;color:#232323;font-family:SuisseIntl,sans-serif;font-size:20px;font-weight:500;letter-spacing:0;line-height:24px}.payment-method-box__icon-diners-club{width:32px;height:24px}.payment-method-box__icon-uatp{width:32px;height:24px;vertical-align:middle}.payment-method-box__icon-card-right{margin-right:15px;width:32px;height:36px}.payment-method-box__installment{display:flex}.payment-method-box__credit-cards{display:block;flex-grow:2;align-items:center}.v-1_5.payment-method-box__text-tc{color:#333;font-family:Gilroy;font-size:20px;font-weight:700;letter-spacing:0px;line-height:32px;margin:0 16px 9px 0}@media screen and (min-width: 1024px) and (max-width: 1279px){.v-1_5.payment-method-box__text-tc{font-size:18px;letter-spacing:0px;line-height:24px;margin:0 16px 9px 0}}@media screen and (min-width: 600px) and (max-width: 1023px){.v-1_5.payment-method-box__text-tc{font-size:18px;line-height:24px}}@media screen and (min-width: 375px) and (max-width: 599px){.v-1_5.payment-method-box__text-tc{font-size:18px;line-height:24px}}.v-1_5.payment-method-box__text-tc-redesign{color:#333;font-family:Gilroy;font-size:20px;font-weight:700;letter-spacing:0px;line-height:32px;margin:0 16px 9px 0}.payment-option-section-container{height:auto;padding:0;border:solid 1px #CCCCCB;border-radius:8px}.payment-option-section-container-active{height:auto;padding:0;border:solid 1px #002880;border-radius:8px}.payment-option-section{display:flex;align-items:center;width:100%;padding:20px;color:#666;font-family:SuisseIntl}.payment-option-section--selected{display:flex;border:1px solid rgba(0,96,169,.5);border-radius:8px}.payment-option-section__cta{display:flex;align-items:center;font-size:14px;font-weight:500;line-height:20px}.payment-option-section__cta:after{position:relative;width:7px;height:7px;margin-left:5px;transform:rotate(45deg);border-top:2px solid #666666;border-right:2px solid #666666;background:transparent;content:""}.payment-option-section__show-cta{display:flex;align-items:center}.payment-option-section__show-cta:after{position:relative;width:7px;height:7px;margin-left:5px;transform:rotate(-45deg);border-top:2px solid #666666;border-right:2px solid #666666;background:transparent;content:""}.payment-option-section__body{display:flex;flex-direction:column;flex-grow:2;margin-right:20px;text-align:left}.payment-option-section__icon{display:flex;flex-direction:column;margin-right:20px}.payment-option-section__title{color:#0e4a81;font-size:14px;font-weight:600;line-height:20px}.payment-option-section__subt{font-size:12px;font-weight:400;line-height:16px}@media (max-width: 599px){.payment-option-section{padding:20px 22px 20px 16px}.payment-option-section__icon{margin-right:16px}.payment-option-section__text{display:none}}.v-1_5.payment-option-section__title{color:#002880;font-size:14px;font-weight:500;line-height:20px}.change-payment__container{margin-bottom:16px;margin-top:16px}.change-payment__arrow{margin-right:12px}.change-payment__arrow-ccap{margin-right:12px;align-items:center;margin-bottom:-6px}.change-payment__method{padding:5px 0;color:#006cb3;font-family:SuisseIntl;font-size:14px;font-weight:500;line-height:20px}.v-1_5.change-payment__method{padding:5px 0;color:#0e68ff;font-family:SuisseIntl;font-size:14px;font-weight:500;line-height:20px}.connect-miles-info{display:flex;flex-direction:row;align-items:center;margin-bottom:32px;border-radius:8px;background:linear-gradient(to left,#0d3050,#006cb3);color:#fff;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px}.connect-miles-info__logo{padding:24px 20px 26px 24px}.connect-miles-info__img{align-self:flex-start;width:80px;height:15px}.connect-miles-info__info-wrapper{display:flex;flex-direction:row}.connect-miles-info__name{margin:auto 16px auto 5px}.connect-miles-info__pill-status{width:83px;height:20px;border:1px solid rgba(255,255,255,.4);border-radius:12px}.connect-miles-info__pill-status--member{background:#0060a9}.connect-miles-info__pill-status--silver{background:#062660}.connect-miles-info__pill-status--gold{background:#8d702a}.connect-miles-info__pill-status--platinum{background:#54575a}.connect-miles-info__pill-status--presidential{background:#121212}.connect-miles-info__status-name{padding:1px 9px;text-align:center}.connect-miles-info__miles{display:flex;flex-flow:column;flex-grow:1;align-items:flex-end;min-width:100px;margin:16px 32px}.connect-miles-info__miles-text{margin-bottom:4px}.connect-miles-info__amount{font-size:16px}.connect-miles-info-ccap{margin-bottom:32px}@media screen and (max-width: 1023px) and (min-width: 600px){.connect-miles-info{margin-top:-32px}.connect-miles-info__miles{margin:24px 16px}.connect-miles-info__name{margin:28px 16px 28px 24px}.connect-miles-info__pill-status{width:83px;height:20px;margin:25px 80px 25px 15px;border:1px solid rgba(255,255,255,.4);border-radius:12px}}@media (max-width: 599px){.connect-miles-info{margin-top:-10px}.connect-miles-info__miles{margin:24px 16px}.connect-miles-info__logo{display:none}.connect-miles-info__info-wrapper{display:flex;flex-direction:column;margin:10px 10px 10px 16px}.connect-miles-info__name{margin:auto 16px 4px 5px}.connect-miles-info__amount{text-align:end}}.v-1_5.connect-miles-info{display:flex;flex-direction:row;align-items:center;margin-bottom:32px;border-radius:8px;background:#0032a0;color:#fff;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px}.v-1_5.connect-miles-info__pill-status--member{background:#0032a0}.pin-container{border:solid 1px #CCCCCB;border-radius:8px;font-family:SuisseIntl;height:auto;margin-bottom:32px;padding:0}.pin-container__title{align-items:center;color:#0e4a81;display:flex;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;margin:24px 24px 0}.pin-container__error{flex-flow:row wrap;height:40px;margin:28px 24px 24px;width:488px}.pin-container__fields{display:flex;flex-flow:row wrap;margin:28px 24px 24px}.pin-container__input{width:285px}.pin-container__button{padding:24px 0 24px 24px}.pin-container__button--disable{background:#dbdad8}.v-1_5.pin-container__title{align-items:center;color:#002880;display:flex;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;margin:24px 24px 0}.pin-success-container{align-items:center;border:solid 1px #CCCCCB;border-radius:8px;color:#333;display:flex;font-family:SuisseIntl;font-size:14px;font-weight:500;height:auto;letter-spacing:0;line-height:20px;padding:24px 22px;margin-bottom:32px}.pin-success-container__title{height:20px;margin-left:15px;width:191px}.go-forward__container{display:flex;margin-bottom:0}.go-forward__arrow{margin-left:8px}.go-forward__button{color:#006cb3;font-family:SuisseIntl;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;padding:0}.v-1_5.go-forward__button{color:#0e68ff;font-family:SuisseIntl;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;padding:0}.textarea-container{position:relative}.textarea-container__label-section{display:flex;justify-content:space-between;text-align:left}.textarea-container__label{color:#333;font-size:14px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:.86;font-stretch:normal}.textarea-container__textarea{background-color:#fff;border-radius:4px;border:1px solid #CCCCCB;box-sizing:border-box;color:#333;font-family:SuisseIntl;font-size:16px;height:149px;margin:11px 0 0;padding:12px;resize:none;overflow:scroll;outline:none;width:550px}.textarea-container__textarea::placeholder{color:#666;font-family:SuisseIntl;font-size:16px;letter-spacing:0;line-height:24px}.textarea-container__textarea[aria-invalid=true]{border:solid 2px #E62021}.textarea-container__error-icon-block{align-items:flex-start;display:flex;font-family:SuisseIntl;font-size:12px;letter-spacing:0;line-height:16px;margin-bottom:20px}.textarea-container__error-icon{height:12px;margin-top:2px;padding-right:4px}.v-1_5.textarea-container__textarea[aria-invalid=true]{border:solid 2px #D52525}.ivr__continue-button{height:170px;margin-top:0}@media screen and (min-width: 1024px) and (max-width: 1279px){.ivr__continue-button{margin-bottom:120px}}@media screen and (min-width: 1280px){.ivr__continue-button{margin-bottom:120px}}.ivr__button{background:#0060a9}.ivr__button--disabled{background:#d1d1d1}.ivr__error-alert{margin-top:40px}.v-1_5.ivr__button{background:#0032a0}.payment-safetypay-bank-selector__logo{display:flex}.payment-safetypay-bank-selector__img{margin-right:16px;height:24px;width:24px;margin-bottom:24px}.applied-waivers-box{align-items:center;border-radius:8px;border:1px solid #CCCCCB;display:flex;height:72px;width:549px}.applied-waivers-box__title{color:#333;font-family:SuisseIntl;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;margin-left:32px}.applied-waivers-box__title--disabled{color:#aaaaab}.applied-waivers-box__applied-waivers{color:#666;font-family:SuisseIntl;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;margin:2px}.waivers-form{border-radius:0 0 8px 8px;border-top:1px solid #CCCCCB;box-shadow:0 2px 4px rgba(0,0,0,.15);display:flex;flex-direction:column}.waivers-form__alert{margin:23px 24px 16px}.waivers-form__subtitle{color:#666;font-family:SuisseIntl;font-size:12px;letter-spacing:0;line-height:16px;margin:24px}.waivers-form__content{display:flex;flex-direction:row;margin:0 24px}.waivers-form__checkbox{margin-right:25px}.waivers-form__button{background:#0060a9;font-family:SuisseIntl;font-size:12px;font-weight:500;height:24px;letter-spacing:0;line-height:16px;margin:24px;text-align:center;width:72px}.waivers-form__button--disable{background:#dbdad8}.v-1_5.waivers-form__button{background:#0032a0;font-family:SuisseIntl;font-size:12px;font-weight:500;height:24px;letter-spacing:0;line-height:16px;margin:24px;text-align:center;width:72px}.apply-waivers-box{border-radius:8px;border:1px solid #CCCCCB}.apply-waivers-box__expanded{border-bottom:1px solid #CCCCCB;display:flex}.apply-waivers-box__button{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:72px;justify-content:space-between;width:549px}.apply-waivers-box__button-closed{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20sketchtool%2056%20(101010)%20-%20https://sketch.com%20--%3e%3ctitle%3e18CB9A7B-0442-4989-8AC5-505C900D1809%3c/title%3e%3cdesc%3eCreated%20with%20sketchtool.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='01-Trip-Details'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Xs---Reservation-Summary'%20transform='translate(-272.000000,%20-618.000000)'%3e%3cg%20id='Group-6-Copy'%20transform='translate(16.000000,%20600.000000)'%3e%3cg%20id='Group-5'%20transform='translate(16.000000,%200.000000)'%3e%3cg%20id='11-UI/UI-Text/6-14px-Reg-(left-aligned)/2-Dark-Blue-(%230E4A81)'%20transform='translate(64.000000,%2012.000000)'%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20transform='translate(168.000000,%200.000000)'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20mask='url(%23mask-2)'%20id='↳-🎨Theme-Color'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23666666'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;height:32px;margin-right:24px;position:relative;width:32px}.apply-waivers-box__button-opened{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3e09%20Icon/%20Keyboard%20Arrow%20/%20Right-C800%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%20id='11-UI/Color/_Global/C-800-(%23FFFFFF)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23FFFFFF'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#006cb3;border-radius:50%;border:none;height:32px;margin-right:24px;position:relative;transform:rotate(-90deg);width:32px}.apply-waivers-box__title{color:#333;font-family:SuisseIntl;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px;margin-left:32px}.v-1_5.apply-waivers-box__button-opened{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3e09%20Icon/%20Keyboard%20Arrow%20/%20Right-C800%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%20id='11-UI/Color/_Global/C-800-(%23FFFFFF)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23FFFFFF'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#0e68ff;border-radius:50%;border:none;height:32px;margin-right:24px;position:relative;transform:rotate(-90deg);width:32px}.upliftiframe-form__checkboxes-container{margin-left:10px}.v-1_5.payment-page__subtitle{font-family:SuisseIntl;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;padding-top:8px}.v-1_5.payment-page__title-info-text{font-family:Gilroy;font-size:20px;font-weight:700;letter-spacing:-.5px;line-height:32px}@media screen and (min-width: 1024px) and (max-width: 1279px){.v-1_5.payment-page__title-info-text{font-size:18px;letter-spacing:-.4px;line-height:24px}}@media screen and (min-width: 600px) and (max-width: 1023px){.v-1_5.payment-page__title-info-text{font-size:18px;letter-spacing:-.3px;line-height:24px}}@media screen and (min-width: 375px) and (max-width: 599px){.v-1_5.payment-page__title-info-text{font-size:18px;letter-spacing:-.2px;line-height:24px}}.v-1_5.payment-page__payments-methods-title{margin-bottom:32px;color:#333;font-size:20px}._list_container_1tnfr_30{list-style-position:outside;list-style-image:url("data:image/svg+xml, %3Csvg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF' /%3E%3C/svg%3E");list-style-image:url("data:image/svg+xml, <svg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF' /> </svg>");list-style-image:url("data:image/svg+xml, <svg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF'/> </svg>");list-style-image:url(data:image/svg+xml;base64,\ IDxzdmcgd2lkdGg9JzI0JyBoZWlnaHQ9JzE2JyB2aWV3Qm94PScwIDAgMjQgMjQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+IDxwYXRoIGQ9J00xMS42IDMuNEwxOS4yIDExSDFWMTNIMTkuMkwxMS42IDIwLjZMMTMgMjJMMjMgMTJMMTMgMkwxMS42IDMuNFonIGZpbGw9JyMwRTY4RkYnIC8+IDwvc3ZnPg==)}.error-not-found__content{padding-top:15%}@media (max-width: 1024px){.error-not-found__content{padding-top:25%}}@media (max-width: 900px){.error-not-found__content{padding-top:44%}}@media (max-width: 600px){.error-not-found__content{padding-top:50%}}.saved-credit-cards{display:flex;flex-direction:column}.saved-credit-cards__container{margin:16px 0}.saved-credit-cards__arrow{display:flex;align-content:center}.saved-credit-cards__button-closed-form{display:flex;width:100%;height:72px;margin:8px 0;border:solid 1px #CCCCCB;border-radius:8px;background:none;cursor:pointer}.saved-credit-cards__button-closed-form:first-child{margin-top:0}.saved-credit-cards__button-closed-form__animated-arrow{position:relative;width:32px;height:32px;border:none;border-radius:50%;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20sketchtool%2056%20(101010)%20-%20https://sketch.com%20--%3e%3ctitle%3e18CB9A7B-0442-4989-8AC5-505C900D1809%3c/title%3e%3cdesc%3eCreated%20with%20sketchtool.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='01-Trip-Details'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Xs---Reservation-Summary'%20transform='translate(-272.000000,%20-618.000000)'%3e%3cg%20id='Group-6-Copy'%20transform='translate(16.000000,%20600.000000)'%3e%3cg%20id='Group-5'%20transform='translate(16.000000,%200.000000)'%3e%3cg%20id='11-UI/UI-Text/6-14px-Reg-(left-aligned)/2-Dark-Blue-(%230E4A81)'%20transform='translate(64.000000,%2012.000000)'%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20transform='translate(168.000000,%200.000000)'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20mask='url(%23mask-2)'%20id='↳-🎨Theme-Color'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23666666'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:rgba(216,216,216,.2)}.saved-credit-cards__button-closed-form:hover .saved-credit-cards__button-closed-form__animated-arrow{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3e09%20Icon/%20Keyboard%20Arrow%20/%20Right-C800%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%20id='11-UI/Color/_Global/C-800-(%23FFFFFF)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23FFFFFF'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#006cb3}.saved-credit-cards__button-closed-form:active .saved-credit-cards__button-closed-form__animated-arrow{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3e09%20Icon/%20Keyboard%20Arrow%20/%20Right-C800%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%20id='11-UI/Color/_Global/C-800-(%23FFFFFF)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23FFFFFF'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#006cb3;animation:rotate-90-cw .4s cubic-bezier(.25,.46,.45,.94) both}.saved-credit-cards__button-opened-form{display:flex;width:100%;margin:0;border-top:none;border-right:none;border-bottom:solid 1px rgba(204,204,203,.5);border-left:none;border-radius:0;background:none;cursor:pointer}.saved-credit-cards__button-opened-form__actived-arrow{position:relative;width:32px;height:32px;transform:rotate(-90deg);border:none;border-radius:50%;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2058%20(84663)%20-%20https://sketch.com%20--%3e%3ctitle%3e09%20Icon/%20Keyboard%20Arrow%20/%20Right-C800%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%20id='11-UI/Color/_Global/C-800-(%23FFFFFF)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23FFFFFF'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#006cb3}.saved-credit-cards__button-opened-form:active .saved-credit-cards__button-opened-form__actived-arrow{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='12px'%20viewBox='0%200%208%2012'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20sketchtool%2056%20(101010)%20-%20https://sketch.com%20--%3e%3ctitle%3e18CB9A7B-0442-4989-8AC5-505C900D1809%3c/title%3e%3cdesc%3eCreated%20with%20sketchtool.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0.6%2010.6%205.2%206%200.6%201.4%202%200%208%206%202%2012'%3e%3c/polygon%3e%3c/defs%3e%3cg%20id='01-Trip-Details'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Xs---Reservation-Summary'%20transform='translate(-272.000000,%20-618.000000)'%3e%3cg%20id='Group-6-Copy'%20transform='translate(16.000000,%20600.000000)'%3e%3cg%20id='Group-5'%20transform='translate(16.000000,%200.000000)'%3e%3cg%20id='11-UI/UI-Text/6-14px-Reg-(left-aligned)/2-Dark-Blue-(%230E4A81)'%20transform='translate(64.000000,%2012.000000)'%3e%3cg%20id='09-Icon/-Keyboard-Arrow-/-Right'%20transform='translate(168.000000,%200.000000)'%3e%3cg%20id='↳-⚙️Icon-Theme'%20transform='translate(8.000000,%206.000000)'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20id='Mask'%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20mask='url(%23mask-2)'%20id='↳-🎨Theme-Color'%3e%3cg%20transform='translate(-8.000000,%20-6.000000)'%3e%3cg%3e%3crect%20id='Base'%20fill='%23666666'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:rgba(216,216,216,.2);animation:rotate-90 .4s cubic-bezier(.25,.46,.45,.94) both}.saved-credit-cards__general-container{display:flex;justify-content:space-between;width:100%;padding:20px}.saved-credit-cards__container-left,.saved-credit-cards__container-right{display:flex;align-items:center}.saved-credit-cards__ellipsis{margin-top:20px;margin-left:-100px}.saved-credit-cards__non-expired-ellipsis{margin-top:20px}.saved-credit-cards__cc-card-icon{width:24px}.saved-credit-cards__cc-code{padding:0 16px 0 24px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.saved-credit-cards__non-expired-card{color:#666;font-size:12px;letter-spacing:0;line-height:16px}.saved-credit-cards__expired-card{color:#db3131;font-size:12px;letter-spacing:0;line-height:16px}.saved-credit-cards__edit-button-container{margin-top:24px}.saved-credit-cards__edit-button{width:auto;height:24px;border:1px solid #0D3050;border-radius:4px;color:#0d3050;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-align:center}.saved-credit-cards__ellipsis-and-button-wrapper{display:flex;justify-content:flex-end;width:40%;padding-right:20px}@media screen and (max-width: 599px){.saved-credit-cards__cc-code{padding:0 12px}.saved-credit-cards__edit-button-container{padding-right:10px}}.ellipsis-wrap .popup-content{min-width:160px;padding:0;border-radius:8px;font-family:SuisseIntl}.ellipsis-wrap__button{display:flex;width:32px;height:32px;margin-right:25px;border:none;border-radius:50%;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3e09%20Icon/%20Ellipsis%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpath%20d='M12,14%20C13.1045695,14%2014,13.1045695%2014,12%20C14,10.8954305%2013.1045695,10%2012,10%20C10.8954305,10%2010,10.8954305%2010,12%20C10,13.1045695%2010.8954305,14%2012,14%20Z%20M6,14%20C7.1045695,14%208,13.1045695%208,12%20C8,10.8954305%207.1045695,10%206,10%20C4.8954305,10%204,10.8954305%204,12%20C4,13.1045695%204.8954305,14%206,14%20Z%20M18,14%20C19.1045695,14%2020,13.1045695%2020,12%20C20,10.8954305%2019.1045695,10%2018,10%20C16.8954305,10%2016,10.8954305%2016,12%20C16,13.1045695%2016.8954305,14%2018,14%20Z'%20id='path-1'%3e%3c/path%3e%3c/defs%3e%3cg%20id='09-Icon/-Ellipsis'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%20fill='%23AAAAAB'%3e%3cg%20id='11-UI/Color/_Global/C-400-(%23AAAAAB)'%3e%3crect%20id='Base'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;font-family:SuisseIntl;cursor:pointer}.ellipsis-wrap__button:hover{background-color:rgba(216,216,216,.2)}.ellipsis-wrap__button:focus{background-color:rgba(216,216,216,.2)}.ellipsis-wrap__button:active{background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3cpath%20id='active-a'%20d='M12,14%20C13.1045695,14%2014,13.1045695%2014,12%20C14,10.8954305%2013.1045695,10%2012,10%20C10.8954305,10%2010,10.8954305%2010,12%20C10,13.1045695%2010.8954305,14%2012,14%20Z%20M6,14%20C7.1045695,14%208,13.1045695%208,12%20C8,10.8954305%207.1045695,10%206,10%20C4.8954305,10%204,10.8954305%204,12%20C4,13.1045695%204.8954305,14%206,14%20Z%20M18,14%20C19.1045695,14%2020,13.1045695%2020,12%20C20,10.8954305%2019.1045695,10%2018,10%20C16.8954305,10%2016,10.8954305%2016,12%20C16,13.1045695%2016.8954305,14%2018,14%20Z'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20opacity='.8'%20transform='translate(4%204)'%3e%3cmask%20id='active-b'%20fill='%23fff'%3e%3cuse%20xlink:href='%23active-a'/%3e%3c/mask%3e%3cg%20fill='%23FFF'%20mask='url(%23active-b)'%3e%3crect%20width='24'%20height='24'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-color:#006cb3}.ellipsis-wrap__button-wrap{display:flex;align-items:center;width:100%;padding:12px 0 12px 7px;border:none;border-radius:8px;background-color:transparent;font-family:SuisseIntl;font-size:16px;line-height:24px}.ellipsis-wrap__button-list{display:flex;z-index:3}.ellipsis-wrap__button-list:not(last-child){border-bottom:solid 1px #CCCCCB}.ellipsis-wrap__button-list:hover{background-color:#e0ebf2}.ellipsis-wrap__button-list:first-child{border-radius:8px 8px 0 0}.ellipsis-wrap__button-list:last-child{border-radius:0 0 8px 8px}.ellipsis-wrap__button-text{color:#121212}.ellipsis-wrap__icon{margin-right:12px}.ellipsis-wrap__wcag-description{display:none}.ellipsis-wrap__is-border-top{border-radius:8px 8px 0 0}.ellipsis-wrap__is-border-bottom{border-radius:0 0 8px 8px}.promotional-banner{background:#0060a9;border-radius:8px;display:flex;flex-direction:row;padding:24px}.promotional-banner__title{color:#0032a0;font-size:14px;font-weight:400;line-height:20px;padding-left:13px}.promotional-banner__img{margin-bottom:8px;width:112px;height:30px}@media (max-width: 600px){.promotional-banner{flex-direction:column}.promotional-banner__title{padding-left:0}.promotional-banner__img{margin-bottom:0;padding-bottom:16px;height:45px}}.v-1_5.promotional-banner{align-items:center;background:#eff5ff;border-radius:8px;display:flex;flex-direction:row;padding:24px}@media (max-width: 600px){.v-1_5.promotional-banner{align-items:flex-start;flex-direction:column}.v-1_5.promotional-banner__title{padding-left:0}.v-1_5.promotional-banner__img{height:21px;margin-bottom:0;padding-bottom:16px;width:108px}}.payment-page{background-color:#fff;font-family:SuisseIntl;font-size:60px}@media screen and (max-width: 1280px) and (min-width: 1024px){.payment-page__payment-info-container{width:960px}.payment-page__title-mobile{display:none}.payment-page__form-container{width:542px}.payment-page__summary-container{width:386px;margin-left:32px}.payment-page__disclaimer-desktop{width:386px}.payment-page__disclaimer-mobile{display:none}.payment-page__title-info-text{font-size:18px;line-height:24px;font-weight:700}}@media screen and (max-width: 1024px) and (min-width: 600px){.payment-page__summary-container{width:100%;margin-bottom:0;margin-left:0}.payment-page__payment-info-container{flex-direction:column-reverse;align-items:center;width:100%;padding:0 88px}.payment-page__form-container{width:100%;margin:0}.payment-page__form-container.container-spacing{margin-top:0}.payment-page__title{display:none}.payment-page__title-mobile{display:block;width:75%;margin-left:88px}.payment-page__summary-position-wrapper{position:relative;top:0}.payment-page__disclaimer-desktop{display:none}.payment-page__disclaimer-mobile{display:block}.payment-page__subtitle{padding-bottom:0}.payment-page__title-info-text{font-size:18px;line-height:24px;font-weight:700}.payment-page__disclaimer-chile{display:none}}@media (max-width: 600px){.payment-page__summary-container{width:100%;margin-bottom:0;margin-left:0}.payment-page__title-info{width:auto;padding:0 16px 24px}.payment-page__payment-info{padding:0 16px}.payment-page__payment-info-container{flex-direction:column-reverse;width:100%}.payment-page__title-info-container{width:100%}.payment-page__title-info-text{font-size:18px;line-height:24px;font-weight:700}.payment-page__title-mobile{display:block;margin-left:16px}.payment-page__title{display:none}.payment-page__form-container{width:100%}.payment-page__form-container.container-spacing{margin-top:0}.payment-page__summary-position-wrapper{position:relative;top:0}.payment-page__disclaimer-desktop{display:none}.payment-page__disclaimer-mobile{display:block}.payment-page__subtitle{padding-bottom:0}.payment-page__disclaimer-chile{display:none}}.saved-credit-cards-redesign{display:flex;flex-direction:column}@keyframes rotate-90-cw{0%{transform:rotate(0)}to{transform:rotate(-90deg)}}@keyframes rotate-90{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}.saved-credit-cards-redesign__container{border:solid 1px #CCCCCB;border-radius:8px;padding-bottom:16px;margin-bottom:32px}.saved-credit-cards-redesign__container-title{display:flex;flex-direction:row;align-items:center;margin-bottom:16px;margin-top:24px;margin-left:16px}.saved-credit-cards-redesign__title{padding-left:8px}.saved-credit-cards-redesign__arrow{display:flex;align-content:center}.saved-credit-cards-redesign__button-closed-form{display:flex;width:100%;height:72px;margin:4px 0;border-radius:8px;background:none;cursor:pointer}.saved-credit-cards-redesign__button-closed-form:first-child{margin-top:0}.saved-credit-cards-redesign__button-opened-form{display:flex;width:100%;margin:0;border-top:none;border-right:none;border-left:none;border-radius:0;background:none;cursor:pointer}.saved-credit-cards-redesign__general-container{display:flex;justify-content:space-between;width:100%;padding:20px}.saved-credit-cards-redesign__general-container:hover{background-color:#eff5ff;margin-left:16px;margin-right:16px}.saved-credit-cards-redesign__container-left,.saved-credit-cards-redesign__container-right{display:flex;align-items:center}.saved-credit-cards-redesign__ellipsis{margin-left:-50px}.saved-credit-cards-redesign__cc-card-icon{width:24px}.saved-credit-cards-redesign__cc-code{padding:0 16px 0 24px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.saved-credit-cards-redesign__non-expired-card{color:#666;font-size:12px;letter-spacing:0;line-height:16px}.saved-credit-cards-redesign__expired-card{color:#db3131;font-size:12px;letter-spacing:0;line-height:16px}.saved-credit-cards-redesign__edit-button-container{margin-top:24px}.saved-credit-cards-redesign__edit-button{width:auto;height:24px;border:1px solid #0D3050;border-radius:4px;color:#0d3050;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-align:center}.saved-credit-cards-redesign__divider{padding-left:16px;padding-right:16px}.saved-credit-cards-redesign__input{padding-bottom:24px}@media screen and (max-width: 599px){.saved-credit-cards-redesign__cc-code{padding:0 12px}.saved-credit-cards-redesign__edit-button-container{padding-right:10px}}.ellipsis-wrap-redesign .popup-content{min-width:160px;padding:0;border-radius:8px;font-family:SuisseIntl}.ellipsis-wrap-redesign__button{display:flex;width:32px;height:32px;margin-right:-2px;margin-top:20px;border:none;border-radius:50%;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2054.1%20(76490)%20-%20https://sketchapp.com%20--%3e%3ctitle%3e09%20Icon/%20Ellipsis%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpath%20d='M12,14%20C13.1045695,14%2014,13.1045695%2014,12%20C14,10.8954305%2013.1045695,10%2012,10%20C10.8954305,10%2010,10.8954305%2010,12%20C10,13.1045695%2010.8954305,14%2012,14%20Z%20M6,14%20C7.1045695,14%208,13.1045695%208,12%20C8,10.8954305%207.1045695,10%206,10%20C4.8954305,10%204,10.8954305%204,12%20C4,13.1045695%204.8954305,14%206,14%20Z%20M18,14%20C19.1045695,14%2020,13.1045695%2020,12%20C20,10.8954305%2019.1045695,10%2018,10%20C16.8954305,10%2016,10.8954305%2016,12%20C16,13.1045695%2016.8954305,14%2018,14%20Z'%20id='path-1'%3e%3c/path%3e%3c/defs%3e%3cg%20id='09-Icon/-Ellipsis'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cg%20fill-rule='nonzero'%3e%3c/g%3e%3cg%20id='11-UI/Color/Theme/0-Grayscale'%20mask='url(%23mask-2)'%20fill='%23AAAAAB'%3e%3cg%20id='11-UI/Color/_Global/C-400-(%23AAAAAB)'%3e%3crect%20id='Base'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;font-family:SuisseIntl;cursor:pointer}.ellipsis-wrap-redesign__button:focus{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='4'%20viewBox='0%200%2016%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%202C4%203.10457%203.10457%204%202%204C0.895431%204%200%203.10457%200%202C0%200.895431%200.895431%200%202%200C3.10457%200%204%200.895431%204%202ZM10%202C10%203.10457%209.10457%204%208%204C6.89543%204%206%203.10457%206%202C6%200.895431%206.89543%200%208%200C9.10457%200%2010%200.895431%2010%202ZM14%204C15.1046%204%2016%203.10457%2016%202C16%200.895431%2015.1046%200%2014%200C12.8954%200%2012%200.895431%2012%202C12%203.10457%2012.8954%204%2014%204Z'%20fill='%230E68FF'/%3e%3c/svg%3e") center no-repeat}.ellipsis-wrap-redesign__button:active{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='4'%20viewBox='0%200%2016%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%202C4%203.10457%203.10457%204%202%204C0.895431%204%200%203.10457%200%202C0%200.895431%200.895431%200%202%200C3.10457%200%204%200.895431%204%202ZM10%202C10%203.10457%209.10457%204%208%204C6.89543%204%206%203.10457%206%202C6%200.895431%206.89543%200%208%200C9.10457%200%2010%200.895431%2010%202ZM14%204C15.1046%204%2016%203.10457%2016%202C16%200.895431%2015.1046%200%2014%200C12.8954%200%2012%200.895431%2012%202C12%203.10457%2012.8954%204%2014%204Z'%20fill='%230E68FF'/%3e%3c/svg%3e") center no-repeat}.ellipsis-wrap-redesign__button-wrap{display:flex;align-items:center;width:100%;padding:12px 0 12px 7px;border:none;border-radius:8px;background-color:transparent;font-family:SuisseIntl;font-size:16px;line-height:24px}.ellipsis-wrap-redesign__button-list{display:flex;z-index:3}.ellipsis-wrap-redesign__button-list:not(last-child){border-bottom:solid 1px #CCCCCB}.ellipsis-wrap-redesign__button-list:hover{background-color:#e0ebf2}.ellipsis-wrap-redesign__button-list:first-child{border-radius:8px 8px 0 0}.ellipsis-wrap-redesign__button-list:last-child{border-radius:0 0 8px 8px}.ellipsis-wrap-redesign__button-text{color:#121212}.ellipsis-wrap-redesign__button-text-delete{color:#d52525}.ellipsis-wrap-redesign__icon{margin-right:12px}.ellipsis-wrap-redesign__wcag-description{display:none}.ellipsis-wrap-redesign__is-border-top{border-radius:8px 8px 0 0}.ellipsis-wrap-redesign__is-border-bottom{border-radius:0 0 8px 8px}.save-credit-card-form-redesign__form{background:#f9f9f8;border-top:solid 1px #0032A0;padding:24px 0 20px;margin-left:16px;margin-right:16px}.save-credit-card-form-redesign__padding{padding:0 24px}.save-credit-card-form-redesign__installments{margin-bottom:0;border-bottom:0}.save-credit-card-form-redesign__subtitle{position:absolute;margin-top:-42px;margin-left:24px;color:#666;font-size:12px;font-weight:400}.save-credit-card-form-redesign__desktop{display:inline}.save-credit-card-form-redesign__mobile{display:none}.save-credit-card-form-redesign .__react_component_tooltip{box-shadow:0 12px 17px 2px rgba(0,0,0,.06),0 5px 22px 4px rgba(0,0,0,.06),0 7px 8px -4px rgba(0,0,0,.1)}.save-credit-card-form-redesign .__react_component_tooltip.place-right,.save-credit-card-form-redesign .__react_component_tooltip.place-left{margin-left:0}@media screen and (max-width: 1023px) and (min-width: 600px){.save-credit-card-form-redesign__desktop{display:none}.save-credit-card-form-redesign__mobile{display:inline}}@media (max-width: 599px){.save-credit-card-form-redesign__desktop{display:none}.save-credit-card-form-redesign__mobile{display:inline}}.small-price-banner{position:sticky;display:none;flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid #ccc;top:0;height:72px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);z-index:1000}.small-price-banner__total{display:flex;flex-direction:row;padding-left:20px}.small-price-banner__title{color:#333;font-weight:400;font-size:14px;line-height:20px}.small-price-banner__price{color:#333;font-weight:700;font-size:16px;line-height:24px;padding-left:5px}.small-price-banner__button{padding-right:20px}@media (max-width: 600px){.small-price-banner{display:flex}}@media (max-width: 375px){.small-price-banner{display:flex}}.promotional-banner-redesign{background:#eff5ff;border-radius:8px;display:flex;flex-direction:row;margin:32px 0;align-items:stretch;width:fit-content}.promotional-banner-redesign__flex-img{display:flex;align-items:center}.promotional-banner-redesign__flex-img img{width:137px;height:140px;object-fit:cover;border-top-left-radius:8px;border-bottom-left-radius:8px}.promotional-banner-redesign__content{display:flex;justify-content:center;flex-direction:column;padding:24px}.promotional-banner-redesign__title{color:#0032a0;font-size:16px;font-weight:700;line-height:24px}.promotional-banner-redesign__description{color:#333;font-size:14px;font-weight:400;line-height:20px}@media (max-width: 600px){.promotional-banner-redesign{margin-bottom:32px;margin-top:0}.promotional-banner-redesign__flex-img{display:none}.promotional-banner-redesign__flex-img img{height:120px}}@media (max-width: 375px){.promotional-banner-redesign{margin-bottom:32px;margin-top:0}.promotional-banner-redesign__content{padding:16px}}.payment-page{background-color:#fcfcfc;font-family:SuisseIntl;font-size:60px}.payment-page__container,.payment-page__payment-info{display:flex;flex-direction:column;align-items:center}.payment-page__payment-info-container{display:flex;justify-content:center;width:1170px}.payment-page__form-container{width:558px}.payment-page__summary-container{position:relative;width:486px;margin-bottom:120px;margin-left:126px}.payment-page__title-info-text{padding-bottom:8px;color:#0e4a81;letter-spacing:-1px;font-size:20px;line-height:32px;font-weight:700}.payment-page__title{display:block}.payment-page__subtitle{padding-top:8px;color:#666;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}.payment-page__title-mobile{display:none}.payment-page__payments-methods{margin-top:52px;margin-bottom:80px;border-top:1px solid #CCCCCB}.payment-page__payments-methods--open{margin-top:0;margin-bottom:0;padding-top:0;border-top:none}.payment-page__payments-methods-title{margin-bottom:32px;color:#232323;font-size:20px}.payment-page__summary-position-wrapper{display:block;position:sticky;top:105px}.payment-page__disclaimer-desktop{display:block;width:486px;margin-top:24px;color:#666;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px}.payment-page__disclaimer-mobile{display:none;height:120px;color:#666;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px}.payment-page__uplift-iframe{margin-top:32px}.payment-page-ccap__container{margin-top:0}.payment-page-ccap__summary-container{margin-left:32px}.payment-page__desktop{display:inline}.payment-page__mobile{display:none}.payment-page__container-button-form{padding-bottom:24px}@media screen and (max-width: 1280px) and (min-width: 1024px){.payment-page__payment-info-container{width:960px}.payment-page__title-mobile{display:none}.payment-page__form-container{width:542px}.payment-page__summary-container{width:386px;margin-left:32px}.payment-page__disclaimer-desktop{width:386px}.payment-page__disclaimer-mobile{display:none}.payment-page__title-info-text{font-size:18px;line-height:24px;font-weight:700}.payment-page__desktop{display:inline}.payment-page__mobile{display:none}}@media screen and (max-width: 1024px) and (min-width: 600px){.payment-page__summary-container{width:100%;margin-bottom:0;margin-left:0}.payment-page__payment-info-container{flex-direction:column-reverse;align-items:center;width:100%;padding:0 88px}.payment-page__form-container{width:100%;margin:0}.payment-page__form-container.container-spacing{margin-top:0}.payment-page__title{display:none}.payment-page__title-mobile{display:block;width:75%;margin-left:88px}.payment-page__summary-position-wrapper{position:relative;top:0}.payment-page__disclaimer-desktop{display:none}.payment-page__disclaimer-mobile{display:block}.payment-page__subtitle{padding-bottom:0}.payment-page__title-info-text{font-size:18px;line-height:24px;font-weight:700}.payment-page__disclaimer-chile,.payment-page__desktop{display:none}.payment-page__mobile{display:inline}}@media (max-width: 600px){.payment-page__summary-container{width:100%;margin-bottom:0;margin-left:0}.payment-page__title-info{width:auto;padding:0 16px 24px}.payment-page__payment-info{padding:0 16px}.payment-page__payment-info-container{flex-direction:column-reverse;width:100%}.payment-page__title-info-container{width:100%}.payment-page__title-info-text{font-size:18px;line-height:24px;font-weight:700}.payment-page__title-mobile{display:block;margin-left:16px}.payment-page__title{display:none}.payment-page__form-container{width:100%}.payment-page__form-container.container-spacing{margin-top:0}.payment-page__summary-position-wrapper{position:relative;top:0}.payment-page__disclaimer-desktop{display:none}.payment-page__disclaimer-mobile{display:block}.payment-page__subtitle{padding-bottom:0}.payment-page__disclaimer-chile,.payment-page__desktop{display:none}.payment-page__mobile{display:inline}}.breadcrumb-wrapper{padding-bottom:56px}@media (max-width: 600px){.breadcrumb-wrapper{padding-top:32px}}._table_header_1tnfr_1{color:#002880;font-size:14px;font-weight:400;line-height:20px}._table_header_item_1tnfr_8{border-bottom:1px solid rgba(0,40,128,.5);padding:.5rem 0}._table_row_1tnfr_13{border-bottom:1px solid rgba(204,204,203,.5)}._table_body_1tnfr_17{color:#666;font-weight:400;font-size:14px;line-height:20px;text-align:center}._images_1tnfr_25{max-width:100%;margin-bottom:32px}._list_container_1tnfr_30{list-style-position:outside;list-style-image:url("data:image/svg+xml, %3Csvg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF' /%3E%3C/svg%3E");list-style-image:url("data:image/svg+xml, <svg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF' /> </svg>");list-style-image:url("data:image/svg+xml, <svg width='24' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M11.6 3.4L19.2 11H1V13H19.2L11.6 20.6L13 22L23 12L13 2L11.6 3.4Z' fill='%230E68FF'/> </svg>");list-style-image:url(data:image/svg+xml;base64,\ IDxzdmcgd2lkdGg9JzI0JyBoZWlnaHQ9JzE2JyB2aWV3Qm94PScwIDAgMjQgMjQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+IDxwYXRoIGQ9J00xMS42IDMuNEwxOS4yIDExSDFWMTNIMTkuMkwxMS42IDIwLjZMMTMgMjJMMjMgMTJMMTMgMkwxMS42IDMuNFonIGZpbGw9JyMwRTY4RkYnIC8+IDwvc3ZnPg==)}._list_container_1tnfr_30>li{padding-left:16px}.ccv-input__security-tool-tip{display:flex}.ccv-input__security-tool-tip-title{width:162px}.ccv-input__security-tool-tip-icon{margin-left:20px}.v-1_5.payment-form__button{margin-top:26px;background:#0c7e3e}.v-1_5.payment-form__button--disabled{background:#d1d1d1}.payment-form-redesign{display:flex;width:100%;margin-top:21px;margin-bottom:39px}.payment-form-redesign__main-container{width:100%}.payment-form-redesign__container-security-code{display:flex}.payment-form-redesign__expiration-date{display:flex;width:65%}.payment-form-redesign__security-code{display:flex;width:35%;padding-left:11px}.payment-form-redesign__column{min-height:102px;margin-bottom:20px}.payment-form-redesign__column-space-1{margin-bottom:36px}.payment-form-redesign__column:last-child{margin-bottom:0}.payment-form-redesign__column-bit{min-height:102px}.payment-form-redesign__column-bit-space-1{margin-bottom:36px}.payment-form-redesign__column-bit:last-child{margin-bottom:0}.payment-form-redesign__column-bit-height-auto{height:auto;margin-bottom:8px}.payment-form-redesign__column-height-auto{height:auto;margin-bottom:24px}.payment-form-redesign__button{margin-top:26px;background:#0d8a44}.payment-form-redesign__button--disabled{background:#d1d1d1}.payment-form-redesign__button--pay-and-confirm{margin-top:26px;margin-bottom:120px}.payment-form-redesign__button__desktop{display:inline}.payment-form-redesign__button__mobile{display:none}.payment-form-redesign__inner-spacing{margin-top:24px}.payment-form-redesign__icon-cards{position:absolute;right:10px;margin-top:20px}.payment-form-redesign__icon-cards-bit{position:absolute;right:10px;margin-top:-10px}.payment-form-redesign__icon-cards-cvv{position:absolute;right:10px;margin-top:10px}.payment-form-redesign__secure-text{-webkit-text-security:disc}.payment-form-redesign__custome-theme{padding:16px;border-radius:4px;font-size:12px;font-weight:400;opacity:1!important;z-index:100000}.payment-form-redesign__padding-left-0{padding-left:0}.payment-form-redesign__padding-right-0{padding-right:0}.payment-form-redesign__padding-bottom-0{padding-bottom:24px}.payment-form-redesign__padding-bottom-1{padding-bottom:32px}.payment-form-redesign__padding-top-0{padding-top:32px}.payment-form-redesign__checkbox-label{display:flex}.payment-form-redesign__checkbox-label__text{padding:0 3px}.payment-form-redesign__link-text{color:#006cb3;font-weight:500;text-decoration:none}.payment-form-redesign__section-title{margin-bottom:36px;color:#333;font-family:SuisseIntl;font-size:16px;font-weight:500}.payment-form-redesign__section-title--section-two{margin-top:40px}.payment-form-redesign__checkboxes-container{margin-left:10px}.payment-form-redesign .__react_component_tooltip{box-shadow:0 12px 17px 2px rgba(0,0,0,.06),0 5px 22px 4px rgba(0,0,0,.06),0 7px 8px -4px rgba(0,0,0,.1)}.payment-form-redesign .__react_component_tooltip.place-right,.payment-form-redesign .__react_component_tooltip.place-left{margin-left:0}.payment-form-redesign__status-valid{display:block;position:absolute;top:12px;right:12px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0%200h32v32H0z'/%3e%3cpath%20fill='%23CB9938'%20d='M21.637%209.853l1.936%201.936-9.496%209.324-5.34-5.34%201.908-1.874%203.453%203.453%207.54-7.5z'/%3e%3c/g%3e%3c/svg%3e") no-repeat}.payment-form-redesign__chile-retract-disclaimer{color:#666}@media screen and (max-width: 1023px) and (min-width: 600px){.payment-form-redesign{justify-content:center;width:100%}.payment-form-redesign__inner-spacing{margin-top:24px}.payment-form-redesign__button--pay-and-confirm{margin-bottom:0}.payment-form-redesign__button__desktop{display:none}.payment-form-redesign__button__mobile{display:inline}}@media (max-width: 599px){.payment-form-redesign,.payment-form-redesign__main-container{width:100%}.payment-form-redesign__inner-spacing{margin-top:24px}.payment-form-redesign__button--pay-and-confirm{margin-bottom:0}.payment-form-redesign__button__desktop{display:none}.payment-form-redesign__button__mobile{display:inline}.payment-form-redesign__security-code{padding-left:7px}}.edit-cc-form{padding-top:32px}.edit-cc-form__container{display:flex;flex-direction:column;justify-content:center;width:100%}.edit-cc-form__row{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;padding-top:32px}.edit-cc-form__row-bit{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.edit-cc-form__column-left-form,.edit-cc-form__column-right-form{width:49%}.edit-cc-form__column{height:102px;margin-bottom:5px}.edit-cc-form__form{padding:81px 0}.edit-cc-form__phone-bit{padding-top:12px}.edit-cc-form__container-special{display:flex;justify-content:space-between}.edit-cc-form__box-container{display:flex;align-items:center;height:72px;border:solid 1px #666666;border-radius:8px}.edit-cc-form__card-icon,.edit-cc-form__uatp-icon{width:48px;padding-left:24px}.edit-cc-form__cc-code{padding:0 16px 0 23px;color:#333;font-size:14px;font-weight:500;letter-spacing:0;line-height:20px}.edit-cc-form__label-section{display:flex;color:#333;font-family:SuisseIntl;font-size:14px;font-weight:400}.edit-cc-form__non-expired-card{color:#666;font-size:12px;letter-spacing:0;line-height:16px}.edit-cc-form__title{padding-bottom:8px;color:#0e4a81;font-size:32px;font-weight:500;letter-spacing:-1px;line-height:40px}.edit-cc-form__form-title{margin-bottom:0}.edit-cc-form__subtitle{padding-bottom:24px;color:#666;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}.edit-cc-form__subtitle-form{padding-top:45px}.edit-cc-form__custome-theme{padding:16px;border-radius:4px;font-size:12px;font-weight:400;opacity:1!important;z-index:100000}.edit-cc-form__padding-left-0{padding-left:0}.edit-cc-form__padding-right-0{padding-right:0}.edit-cc-form__padding-left-intern{height:0;padding-left:0}.edit-cc-form__padding-right-intern{padding-right:0}.edit-cc-form__container-buttons{display:flex;flex-wrap:wrap;justify-content:space-between;padding:56px 0 110px}.edit-cc-form__column-right-btn{display:flex;justify-content:space-between;width:49%}.edit-cc-form__column-right-btn-bit{display:flex;justify-content:space-between}.edit-cc-form__column-left-btn{display:flex;justify-content:flex-start;width:49%}.edit-cc-form__column-left-btn-bit{display:flex;justify-content:flex-start;width:49%;padding-top:5px}.edit-cc-form__button-update{width:59%}.edit-cc-form__button-back{width:39%}.edit-cc-form__button-back-bit{width:132px;margin-right:5px}.edit-cc-form__button-delete{width:none;padding:5px 0;color:#d52525;font-family:SuisseIntl;font-size:14px;font-weight:500;line-height:20px}.edit-cc-form__delete-icon{padding-right:13px}.edit-cc-form__update-btn{background-color:#0e4a81;font-family:SuisseIntl;font-weight:500}.edit-cc-form__back-btn{border:1px solid #0D3050;color:#0d3050;font-family:SuisseIntl;font-weight:500}.edit-cc-form__icons{padding-left:12px}.edit-cc-form .__react_component_tooltip{box-shadow:0 12px 17px 2px rgba(0,0,0,.06),0 5px 22px 4px rgba(0,0,0,.06),0 7px 8px -4px rgba(0,0,0,.1)}.edit-cc-form .__react_component_tooltip.place-right,.edit-cc-form .__react_component_tooltip.place-left{margin-left:0}.edit-cc-form .min-height-input{min-height:132px}@media screen and (min-width: 1024px) and (max-width: 1279px){.edit-cc-form__row{display:flex;flex-wrap:wrap;justify-content:center;padding:0}.edit-cc-form__row-individual{padding:12px 0 16px}.edit-cc-form__padding-left-0{padding-right:0}.edit-cc-form__padding-right-0{padding-left:0}.edit-cc-form__container-buttons{display:flex;justify-content:space-between;flex-wrap:nowrap;align-items:center}.edit-cc-form__column-right-btn{display:flex;flex-direction:column-reverse;justify-content:space-between;width:100%}.edit-cc-form__column-left-btn{display:flex;justify-content:center;width:100%}.edit-cc-form__button-update{width:50%;padding-bottom:16px}.edit-cc-form__button-back{width:100%;padding-bottom:16px}.edit-cc-form__button-delete{padding:5px 0}.edit-cc-form__padding-left-intern{margin-bottom:-10px}}@media screen and (min-width: 600px) and (max-width: 1023px){.edit-cc-form__row{display:flex;flex-wrap:wrap;justify-content:center;padding:0}.edit-cc-form__container-buttons{display:flex;justify-content:space-between}.edit-cc-form__column-right-btn{display:flex;flex-direction:column-reverse;justify-content:space-between;width:100%}.edit-cc-form__column-right-btn-bit{display:flex;flex-direction:row;width:100%;margin-top:25px;justify-content:space-between}.edit-cc-form__column-left-btn{display:flex;justify-content:center;width:100%}.edit-cc-form__column-left-btn-bit{display:flex;justify-content:flex-start;padding-top:8px;width:49%}.edit-cc-form__button-update{width:100%;padding-bottom:16px}.edit-cc-form__button-update-bit{display:flex;justify-content:center;padding-bottom:16px;width:100%}.edit-cc-form__row-individual{padding:12px 0 16px}.edit-cc-form__button-back{width:100%;padding-bottom:16px}.edit-cc-form__button-back-bit{display:flex;justify-content:center;padding-bottom:16px;width:100%}.edit-cc-form__button-delete{padding:5px 0}.edit-cc-form__padding-left-0{padding-right:0}.edit-cc-form__padding-right-0{padding-left:0}.edit-cc-form__padding-left-intern{margin-bottom:-10px}}@media screen and (min-width: 375px) and (max-width: 599px){.edit-cc-form__container-buttons{display:flex;flex-direction:column-reverse;justify-content:space-between;padding:32px 0 48px}.edit-cc-form__column-right-btn-bit{display:flex;flex-direction:column-reverse;justify-content:center;width:100%}.edit-cc-form__column-left-btn-bit{display:flex;justify-content:center;align-items:center;width:100%;padding-top:32px}.edit-cc-form__button-back-bit{padding-bottom:16px;padding-left:0;width:auto}.edit-cc-form__button-update-bit{padding-bottom:9px;padding-left:0;width:auto}.edit-cc-form__label-section{font-size:12px}}.v-1_5.edit-cc-form__title{padding-bottom:8px;color:#002880;font-size:32px;font-weight:500;letter-spacing:-1px;line-height:40px}.v-1_5.edit-cc-form__update-btn{background-color:#002880;font-family:SuisseIntl;font-weight:500}.v-1_5.edit-cc-form__back-btn{border:1px solid #002880;color:#002880;font-family:SuisseIntl;font-weight:500}.edit-credit-card-page{display:flex;justify-content:center;background-color:#fff;font-family:SuisseIntl;font-size:40px}.edit-credit-card-page__container{width:996px;padding:0 88px}@media screen and (max-width: 1023px) and (min-width: 600px){.edit-credit-card-page__container{width:100%;padding:0 88px}}@media (max-width: 599px){.edit-credit-card-page__container{width:100%;padding:0 16px}}.my-wallet-form{padding-left:100px;padding-right:48px}.my-wallet-form .bitmin-height{min-height:138px}.my-wallet-form .status-valid{display:block;position:absolute;top:32px;right:12px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0%200h32v32H0z'/%3e%3cpath%20fill='%23CB9938'%20d='M21.637%209.853l1.936%201.936-9.496%209.324-5.34-5.34%201.908-1.874%203.453%203.453%207.54-7.5z'/%3e%3c/g%3e%3c/svg%3e") no-repeat}.my-wallet-form__container{display:flex;flex-direction:column;justify-content:center;width:100%}.my-wallet-form__container .min-height-input{min-height:132px}.my-wallet-form__row{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.my-wallet-form__padding-left-0{padding-right:32px}.my-wallet-form__padding-right-0{padding-right:0}.my-wallet-form__container-special{display:flex;justify-content:space-between}.my-wallet-form__form-title{margin-bottom:0}.my-wallet-form__subtitle{padding-bottom:24px;color:#666;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}.my-wallet-form__subtitle-form{padding-top:32px;padding-bottom:32px}.my-wallet-form__padding-left-intern{height:0;padding-left:0}.my-wallet-form__padding-right-intern{padding-right:0;padding-top:28px}.my-wallet-form__container-buttons,.my-wallet-form__edit-container-buttons{display:flex;flex-wrap:wrap;justify-content:space-between;padding:32px 0 48px}.my-wallet-form__container-buttons-add{justify-content:flex-end}.my-wallet-form__column-right-btn,.my-wallet-form__edit-column-right-btn{display:flex}.my-wallet-form__button-back,.my-wallet-form__edit-button-back{width:180px;height:44px}.my-wallet-form__button-update,.my-wallet-form__edit-button-update{padding-left:16px;width:280px;height:44px}.my-wallet-form__update-btn{background-color:#0e4a81;font-family:SuisseIntl;font-weight:500}.my-wallet-form__column-left-btn{display:flex;justify-content:flex-start;width:49%;padding-top:8px}.my-wallet-form__delete-icon{padding-right:13px}.my-wallet-form__delete-alert-content{display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden;margin-top:10px}.my-wallet-form__delete-alert-type{display:flex;flex-direction:column}.my-wallet-form__delete-alert-type-title{padding-bottom:10px}.my-wallet-form__delete-alert-message{display:flex;align-items:center;flex-direction:row;padding-left:80px;height:100}.my-wallet-form__modal{display:flex;align-items:center;flex-direction:column}.my-wallet-form__avatar{padding-bottom:24px}.my-wallet-form__text{padding-bottom:20px;text-align:center}@media screen and (min-width: 1024px) and (max-width: 1279px){.my-wallet-form__edit-container-buttons{padding:32px 0 48px;flex-wrap:nowrap;align-items:center}}@media screen and (min-width: 600px) and (max-width: 1023px){.my-wallet-form__edit-container-buttons{padding:32px 0 48px}.my-wallet-form__row{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:0}.my-wallet-form__padding-left-0{padding-right:0;padding-left:0}.my-wallet-form__padding-right-0{padding-left:0}.my-wallet-form__column-right-btn{display:flex;flex-direction:row;justify-content:space-between;width:100%}.my-wallet-form__edit-column-right-btn{display:flex;flex-direction:row;width:100%;margin-top:25px;justify-content:space-between}.my-wallet-form__button-back{width:50%;height:44px;padding-bottom:16px;padding-left:16px}.my-wallet-form__edit-button-back{width:50%;height:44px;padding-bottom:16px}.my-wallet-form__edit-button-update,.my-wallet-form__button-update{width:50%;height:44px;padding-bottom:16px;padding-left:16px}.my-wallet-form__padding-left-intern{margin-bottom:-10px}.my-wallet-form__delete-alert-content{flex-direction:column}.my-wallet-form__delete-alert-message{padding-left:0}}@media screen and (min-width: 375px) and (max-width: 599px){.my-wallet-form{padding-left:16px;padding-right:16px}.my-wallet-form__row{display:flex;flex-wrap:wrap;justify-content:center;padding:0}.my-wallet-form__container-buttons,.my-wallet-form__edit-container-buttons{display:flex;flex-direction:column-reverse;justify-content:space-between}.my-wallet-form__column-right-btn,.my-wallet-form__edit-column-right-btn{display:flex;flex-direction:column-reverse;justify-content:center;width:100%}.my-wallet-form__button-back,.my-wallet-form__edit-button-back{width:auto;padding-bottom:16px;padding-left:0}.my-wallet-form__edit-button-update,.my-wallet-form__button-update{width:auto;padding-bottom:16px;padding-left:0;margin-bottom:16px}.my-wallet-form__padding-left-0{padding-right:0;padding-left:0}.my-wallet-form__padding-right-0{padding-left:0}.my-wallet-form__padding-left-intern{margin-bottom:-10px}.my-wallet-form__delete-alert-content{flex-direction:column}.my-wallet-form__delete-alert-message{padding-left:0}.my-wallet-form__column-left-btn{display:flex;justify-content:center;align-items:center;width:100%;padding-top:32px}}.paypal-form__button{margin-top:26px;background:#002880}.paypal-form__button--disabled{background:#d1d1d1}.paypal-form .container-spacing{padding-top:0;padding-bottom:0}@media screen and (min-width: 1280px){.container-spacing{margin-top:32px;margin-bottom:0}}@media screen and (min-width: 1024px) and (max-width: 1279px){.container-spacing{margin-top:32px;margin-bottom:0}}@media screen and (min-width: 600px) and (max-width: 1023px){.container-spacing{margin-top:32px;margin-bottom:0}}@media screen and (min-width: 375px) and (max-width: 599px){.container-spacing{margin-top:32px;margin-bottom:0}}@media screen and (min-width: 1280px){.inner-spacing{margin-top:24px;margin-bottom:0}}@media screen and (min-width: 1024px) and (max-width: 1279px){.inner-spacing{margin-top:24px;margin-bottom:0}}@media screen and (min-width: 600px) and (max-width: 1023px){.inner-spacing{margin-top:24px;margin-bottom:0}}@media screen and (min-width: 375px) and (max-width: 599px){.inner-spacing{margin-top:24px;margin-bottom:0}}@media screen and (min-width: 1280px){.inner-section-spacing{margin-top:24px;margin-bottom:0}}@media screen and (min-width: 1024px) and (max-width: 1279px){.inner-section-spacing{margin-top:24px;margin-bottom:0}}@media screen and (min-width: 600px) and (max-width: 1023px){.inner-section-spacing{margin-top:24px;margin-bottom:0}}@media screen and (min-width: 375px) and (max-width: 599px){.inner-section-spacing{margin-top:24px;margin-bottom:0}}@media screen and (min-width: 1280px){.item-spacing{margin-top:8px;margin-bottom:0}}@media screen and (min-width: 1024px) and (max-width: 1279px){.item-spacing{margin-top:8px;margin-bottom:0}}@media screen and (min-width: 600px) and (max-width: 1023px){.item-spacing{margin-top:8px;margin-bottom:0}}@media screen and (min-width: 375px) and (max-width: 599px){.item-spacing{margin-top:8px;margin-bottom:0}}.container-padding{padding:24px}.inner-padding{padding:0 0 24px}.item-padding{padding:0}@media screen and (min-width: 1280px){.inner-section-padding{padding:0 0 24px}}@media screen and (min-width: 1024px) and (max-width: 1279px){.inner-section-padding{padding:0 0 24px}}@media screen and (min-width: 600px) and (max-width: 1023px){.inner-section-padding{padding:0 0 24px}}@media screen and (min-width: 375px) and (max-width: 599px){.inner-section-padding{padding:0 0 24px}}.no-margin-y{margin-top:0;margin-bottom:0}.no-margin-x{margin-left:0;margin-right:0}.no-margin{margin:0}.no-padding-y{padding-top:0;padding-bottom:0}.no-padding-x{padding-left:0;padding-right:0}.no-padding{padding:0}.min-height-input{min-height:120px}.margin-bottom-input{margin-bottom:8px}.payment-form{display:flex;width:100%;margin-top:21px;margin-bottom:39px}.payment-form__main-container{width:100%}.payment-form__container-security-code{display:flex;justify-content:space-between}.payment-form__expiration-date{display:flex;width:50%}.payment-form__column{min-height:102px;margin-bottom:20px}.payment-form__column-space-1{margin-bottom:36px}.payment-form__column:last-child{margin-bottom:0}.payment-form__column-bit{min-height:102px}.payment-form__column-bit-space-1{margin-bottom:36px}.payment-form__column-bit:last-child{margin-bottom:0}.payment-form__column-bit-height-auto{height:auto;margin-bottom:8px}.payment-form__column-height-auto{height:auto;margin-bottom:5px}.payment-form__button{margin-top:26px;background:#0d8a44}.payment-form__button--disabled{background:#d1d1d1}.payment-form__button--pay-and-confirm{margin-top:26px;margin-bottom:120px}.payment-form__inner-spacing{margin-top:24px}.payment-form__icon-cards{position:absolute;right:10px;margin-top:20px}.payment-form__icon-cards-bit{position:absolute;right:10px;margin-top:-10px}.payment-form__icon-cards-cvv{position:absolute;right:10px;margin-top:10px}.payment-form__secure-text{-webkit-text-security:disc}.payment-form__custome-theme{padding:16px;border-radius:4px;font-size:12px;font-weight:400;opacity:1!important;z-index:100000}.payment-form__padding-left-0{padding-left:0}.payment-form__padding-right-0{padding-right:0}.payment-form__checkbox-label{display:flex}.payment-form__checkbox-label__text{padding:0 3px}.payment-form__link-text{color:#006cb3;font-weight:500;text-decoration:none}.payment-form__section-title{margin-bottom:36px;color:#333;font-family:SuisseIntl;font-size:16px;font-weight:500}.payment-form__section-title--section-two{margin-top:40px}.payment-form__checkboxes-container{margin-left:10px}.payment-form .__react_component_tooltip{box-shadow:0 12px 17px 2px rgba(0,0,0,.06),0 5px 22px 4px rgba(0,0,0,.06),0 7px 8px -4px rgba(0,0,0,.1)}.payment-form .__react_component_tooltip.place-right,.payment-form .__react_component_tooltip.place-left{margin-left:0}.payment-form__status-valid{display:block;position:absolute;top:12px;right:12px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0%200h32v32H0z'/%3e%3cpath%20fill='%23CB9938'%20d='M21.637%209.853l1.936%201.936-9.496%209.324-5.34-5.34%201.908-1.874%203.453%203.453%207.54-7.5z'/%3e%3c/g%3e%3c/svg%3e") no-repeat}.payment-form__chile-retract-disclaimer{color:#666}@media screen and (max-width: 1023px) and (min-width: 600px){.payment-form{justify-content:center;width:100%}.payment-form__inner-spacing{margin-top:24px}.payment-form__button--pay-and-confirm{margin-bottom:0}}@media (max-width: 599px){.payment-form,.payment-form__main-container{width:100%}.payment-form__inner-spacing{margin-top:24px}.payment-form__button--pay-and-confirm{margin-bottom:0}}.v-1_5.save-credit-card-form__subtitle{position:absolute;margin-top:-42px;margin-left:24px;color:#666;font-size:12px;line-height:16px;font-weight:400}.save-credit-card-form__form{margin-top:-94px;padding:144px 0 20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.15)}.save-credit-card-form__padding{padding:0 24px}.save-credit-card-form__installments{margin-bottom:0;border-bottom:0}.save-credit-card-form__subtitle{position:absolute;margin-top:-42px;margin-left:24px;color:#666;font-size:12px;font-weight:400}.save-credit-card-form .__react_component_tooltip{box-shadow:0 12px 17px 2px rgba(0,0,0,.06),0 5px 22px 4px rgba(0,0,0,.06),0 7px 8px -4px rgba(0,0,0,.1)}.save-credit-card-form .__react_component_tooltip.place-right,.save-credit-card-form .__react_component_tooltip.place-left{margin-left:0}.autocomplete{position:relative}.autocomplete__wcag-description{display:none}.autocomplete__wrapper{position:relative}.autocomplete__select-label{color:#333;font-size:14px;font-weight:400}.autocomplete__hint{position:absolute;width:100%;height:40px;margin-top:10px;padding-left:16px;border:1px solid rgba(0,0,0,0);border-radius:4px;background-color:#f8f8f8;color:#bfc1c3;font-size:16px;z-index:-1;box-sizing:border-box}.autocomplete__label-container{display:flex;justify-content:space-between}.autocomplete__input{width:100%;height:47px;margin-top:10px;padding-left:16px;border:1px solid #DBDAD8;border-radius:4px;background-color:#fff;color:#333;font-size:16px;box-sizing:border-box}.autocomplete__input:focus{border-color:#2d6bae;outline-width:0}.autocomplete__input::placeholder{color:#999;font-size:16px}.autocomplete__input:disabled{background-color:#f3f3f3;color:#999}.autocomplete__input--error{border:solid 1px #E62021}.autocomplete__input--show-hint{background-color:#fff}.autocomplete__menu{width:100%;margin:0;padding:0;background-color:#fff;box-shadow:5px 5px 5px rgba(0,0,0,.08);list-style-type:none}.autocomplete__menu--overlay{position:absolute;top:100%;left:0;z-index:100}.autocomplete__menu--hidden{display:none}.autocomplete__option{position:relative;height:40px;color:#333;font-size:16px;cursor:pointer}.autocomplete__option:hover{background-color:rgba(0,108,179,.1)}.autocomplete__option:active{background-color:#efefee}.autocomplete__option-text{position:absolute;top:11px;left:16px}.autocomplete__status-span{position:absolute;left:16px;margin-top:6px;color:#e62021;font-size:14px}.autocomplete__status-valid{display:block;position:absolute;top:32px;right:12px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0%200h32v32H0z'/%3e%3cpath%20fill='%23CB9938'%20d='M21.637%209.853l1.936%201.936-9.496%209.324-5.34-5.34%201.908-1.874%203.453%203.453%207.54-7.5z'/%3e%3c/g%3e%3c/svg%3e") no-repeat}@media screen and (max-width: 420px) and (min-width: 340px){.autocomplete__select-label{font-size:13px}.autocomplete__input{font-size:14px}.autocomplete__input::placeholder{font-size:14px}.autocomplete__status-span{font-size:12px}}@media screen and (max-width: 340px){.autocomplete__select-label{font-size:11px}.autocomplete__input{font-size:13px}.autocomplete__input::placeholder{font-size:12px}.autocomplete__status-span{font-size:12px}}.v-1_5.autocomplete__select-label{color:#333;font-size:14px;font-weight:400;line-height:20px}.v-1_5.autocomplete__input--error{border:solid 2px #D52525}.v-1_5.autocomplete__status-span{position:absolute;left:16px;margin-top:6px;color:#d52525;font-size:12px;font-weight:400;line-height:12px}.v-1_5.autocomplete__status-valid{display:block;position:absolute;top:38px;right:12px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M0%200h32v32H0z'/%3e%3cpath%20fill='%23CB9938'%20d='M21.637%209.853l1.936%201.936-9.496%209.324-5.34-5.34%201.908-1.874%203.453%203.453%207.54-7.5z'/%3e%3c/g%3e%3c/svg%3e") no-repeat}
