<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swim__calculator *,
.swim__calculator *:after,
.swim__calculator *:before {
    box-sizing: border-box;
}

.swim__calculator * {}

.swim__calculator {
    width: 100%;
    max-width: 470px;
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: inherit;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 
    -webkit-appearance: none;
    margin: 0;
   
}

input[type=number] {
    -moz-appearance: textfield;
    
}
#swim__race_calculator.swim__calculator {
    max-width: 750px;
}

.swim__wrap {
    padding: 16px;
}

.swim__calculator .swim__warning.swim__name .swim__name_text {
    color: red;
}

.swim__outer {
    background: #1976d2;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 52%);
    padding: 10px;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    display: none;
}

.swim__row {
    display: flex;
}

#swim__race_calculator .swim__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#swim__race_calculator .swim__outer .swim__row:nth-child(odd) {}

.swim__row {
    display: flex;
    align-items: center;
}

.swim__outer .swim__row:nth-last-child(1) {
    border-bottom: 0px solid rgb(255 255 255 / 28%);
}

.swim__race_btn {
    display: none;
}

#swim__race_calculator .swim__inner {
    display: flex;
}

#swim__race_calculator .swim__group {
    flex: 1;
    margin: 0 5px;
}

#swim__race_calculator .swim__group:nth-child(1) {
    flex: 0.75;
    margin: 0 5px;
}

.swim__cell {
    flex: 1;
    margin: 5px;
    text-align: center;
    background: white;
    color: #1976d2;
    font-size: 18px;
    padding: 5px 0px;
}

#swim__race_calculator .swim__cell {
    position: relative;
    width: 100%;
    margin: 0;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 13.75%;
    flex: 0 0 13.75%;
    max-width: 13.75%;
    display: -ms-flexbox;
    
    -ms-flex-align: center;
    align-items: center;
  
    padding-bottom: .5rem!important;
    padding-top: .5rem!important;
    text-align: center;
    color: #1976d2;
    font-size: 14px;
    text-align: center;
    background: transparent;
}

.swim__outer .swim__row:nth-child(1) .swim__cell {
    font-weight: bold;
}
@media screen and (max-width:992px) {
.swim__outer .swim__row:nth-child(1) .swim__cell {
font-size: 14px;
}
}
.swim__outer .swim__row:nth-last-child(1) .swim__cell {
    font-weight: bold;
}

#swim__race_calculator .swim__outer .swim__row:nth-last-child(1) .swim__cell {
    font-weight: normal;
}

#swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell {
    font-weight: bold;
}

#swim__race_calculator .swim__outer .swim__row:nth-child(1) .swim__cell {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

#swim__race_calculator .swim__outer .swim__row {}

#swim__race_calculator .swim__outer .swim__row:nth-child(1) {
    border: 0px solid #fff;
    background: #ffffff;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}

#swim__race_calculator .swim__outer .swim__row .swim__cell.swim__lower {
    color: #eca446;
}

#swim__race_calculator .swim__outer .swim__row .swim__cell {
    background: #1976d2;
    font-weight: normal;
    color: #fff;
}

#swim__race_calculator .swim__outer .swim__row .swim__cell:nth-child(1),
#swim__race_calculator .swim__outer .swim__row .swim__cell:nth-child(2) {
    background: #ffffff;
    color: #1976d2;
}

#swim__race_calculator .swim__outer .swim__row .swim__cell:nth-child(3) {
    background: #42A5F5;
    color: #000;
}

#swim__race_calculator .swim__outer .swim__row:nth-child(1) .swim__cell:nth-child(1),
#swim__race_calculator .swim__outer .swim__row:nth-child(1) .swim__cell:nth-child(2) {
    color: #1976d2;
}

#swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell {
    background: transparent;
}

#swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(1),
#swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(2),
#swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(6) {
    background: #1976d2;
    color: #fff;
    font-size: 17px;
}

#swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(6),
#swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(5) {
    background: #ccc;
    color: #000;
    font-weight: normal;
    font-size: 17px;
}

#swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(5) {}

#swim__race_calculator .swim__outer .swim__row .swim__cell.swim__speed_class_green {
    background: green;
    font-weight: bold;
    color: #fff;
}

#swim__race_calculator .swim__outer .swim__row .swim__cell.swim__speed_class_yellow {
    background: #FF8F00;
    font-weight: bold;
    color: #fff;
}

#swim__race_calculator .swim__outer .swim__row .swim__cell.swim__speed_class_red {
    background: red;
    font-weight: bold;
    color: #fff;
}

#swim__race_calculator .swim__outer .swim__row .swim__cell.swim__speed_class_black {
    background: #000;
    font-weight: bold;
    color: #fff;
}

#swim__race_calculator .swim__cell {}

#swim__race_calculator .swim__row:nth-child(1) .swim__cell {}

#swim__race_calculator .swim__outer {
    margin-bottom: 20px;
    padding: 0px;
    background: transparent;
    box-shadow: none;
}

#swim__race_calculator.swim__calculator input[type="number"] {
 
    max-height: 30px;
    text-align: left;
 
    max-width: 88px;
    line-height: 1.2;
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0px;
    background-image: none!important;
    height: auto;
    display: inline-block;
    
    font-size: 12px;
    font-weight: 400;
 
    border: 0px solid #ced4da;
 
    padding-left: 9px;
    border: 1px solid #000000;
}

#swim__race_calculator.swim__calculator span.swim__addons {
    background: #000;
    color: #fff;
    text-transform: lowercase;
    font-family: initial!important;
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    text-align: center;
    line-height: normal;
    font-size: 11px;
    background: rgb(229 229 229 / 0%);
    color: #979494;
    position: absolute;
    right: 11px;
    top: 13px;
}

.swim__inputs {
    display: flex;
}

.swim__inputs_width {
	width: 100%;
}

.swim__inputs .swim__input {
    flex: 1;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
}

.swim__name_num {
    position: absolute;
    left: 0;
    top: 7px;
    background: #FF8F00;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    display: none;
}

.swim__group {
    margin-bottom: 15px;
}

.swim__header {
    color: #000000;
    color: #FF8F00;
     
    font-family: Oswald!important;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 13px;
}

.swim__button {
    text-align: center;
}

.swim__button a {
    background: #e91e63;
    color: #ffffff;
    font-family: Oswald!important;
    text-transform: uppercase;
    padding: 5px 20px;
    text-align: center;
}

.swim__name_text {
   
    color: #000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-family: Oswald!important;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}

.swim__calculator .swim__title {
    background: #1976D2;
    background: -moz-linear-gradient(270deg, #1976D2 0, #2196F3 50%, #42A5F5 100%);
    background: -webkit-linear-gradient( 270deg, #1976D2 0, #2196F3 50%, #42A5F5 100%);
    background: linear-gradient( 270deg, #1976D2 0, #2196F3 50%, #42A5F5 100%);
   
    padding: 20px;
    align-items: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
    min-height: 102px;
    font-family: Oswald!important;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    line-height: 50px;
    font-weight: 700;
}

.swim__calculator input[type="number"] {
    padding: 8px 0;
    max-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #000;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    color: #000;
    max-width: 135px;
    line-height: 1.2;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0px;
    background-image: none!important;
    height: auto;
    display: inline-block;
}
 

.swim__calculator span.swim__addons {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald!important;
    width: 60px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    background: #e5e5e5;
    color: #979494;
}

.swim__calculator .swim__name {
    color: #404040;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.swim__switched {
    display: flex;
    margin-top: 10px;
}

.swim__switched_box {
    flex: 1;
    margin: 0 5px;
}

.swim__button.swim__race_btn {
    margin-top: 20px;
}

.swim__calculator .swim__switched label {
    width: 100%;
    background: rgb(228 228 228);
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    text-shadow: none;
    padding: 9px 5px;
    border: 0px solid rgb(236, 236, 236, 0.25);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    
    color: #000000;
}

.swim__calculator .swim__switched input[type="radio"] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.swim__calculator .swim__switched input:checked+label {
    background: #1976D2;
    color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #000;
    border: 2px solid #e4e4e4;
    border-radius: 4px;
    outline: 0;
}

.select2-container .select2-selection--single {
    height: 40px;
    padding-top: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-top: 2px;
    padding-left: 25px;
    font-family: Oswald!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 2px;
    right: 1px;
    background: #000;
  
    background-position: calc(100% - 1rem), 100% 0;
    background-size: 1em 1em;
    background-repeat: no-repeat;
    width: 50px;
    height: 36px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: #e4e4e4;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2;
    color: #000;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    text-transform: uppercase;
    font-size: 10px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-family: Oswald!important;
}

@media all and (max-width:1200px) {
    #swim__race_calculator .swim__outer .swim__row .swim__cell.swim__cell_speed {}
}



@media (max-width: 1210px) {
    #swim__race_calculator .swim__outer .swim__row.swim__row_total {
        margin-top: 10px;
        margin-bottom: 10px;
		margin-left: -2px;
    }
    #swim__race_calculator .swim__outer .swim__row:nth-child(1) .swim__cell {
        color: #fff;
        font-size: 10px;
        font-weight: bold;
    }
    #swim__race_calculator.swim__calculator span.swim__addons {
        display: none;
    }
    /*     #swim__race_calculator .swim__row:nth-child(1)&gt;div.swim__cell {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #swim__race_calculator .swim__row&gt;div.swim__cell {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #swim__race_calculator .swim__row&gt;div.swim__cell:nth-child(2) {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        text-align: left;
    }
    #swim__race_calculator .swim__row&gt;div.swim__cell:nth-child(1) {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #swim__race_calculator .swim__row&gt;div.swim__hidden {
        display: none;
    } */
    #swim__race_calculator.swim__calculator span.swim__addons {
        right: auto;
        left: 20%;
    }
    #swim__race_calculator.swim__calculator input[type="number"] {
        max-width: 100%;
    }
    #swim__race_calculator .swim__outer .swim__row .swim__cell:nth-child(1) {
        text-align: center;
    }
    #swim__race_calculator .swim__outer .swim__row:nth-child(1) .swim__cell {
        font-size: 9px;
        line-height: 10px;
    }
    #swim__race_calculator .swim__row:nth-child(1)&gt;div.swim__cell {
        min-height: 50px;
        font-size: 11px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    #swim__race_calculator .swim__row&gt;div.swim__cell {
        min-height: 45px;
        font-size: 10px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    #swim__race_calculator .swim__outer .swim__row .swim__cell.swim__cell_speed {
        font-size: 10px;
        line-height: 17px;
    }
    #swim__race_calculator.swim__calculator input[type="number"] {
        max-width: 100%;
        padding-left: 2px;
        font-size: 11px;
    }
    span#swim_race_total_score {}
    #swim__race_calculator .swim__outer .swim__row.swim__row_total&gt;div.swim__cell,
    #swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(1),
    #swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(2) {
        font-size: 11px;
    }
    #swim__race_calculator .swim__outer .swim__row.swim__row_total&gt;div.swim__cell {
        -ms-flex: 0 0 8.9%;
        flex: 0 0 8.9%;
        max-width: 8.9%;
    }
    #swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(6) {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
        font-size: 10px;
        min-height: 47px;
    }
    #swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(5) {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    #swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(2) {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }
    #swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(5) {
        font-size: 10px;
        min-height: 47px;
    }
    #swim__race_calculator .swim__outer .swim__row.swim__row_total .swim__cell:nth-child(1) {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
        max-width: 13%;
    }
}

@media all and (max-width:1000px) {
    #swim__race_calculator.swim__calculator span.swim__addons {
        left: 20%;
    }
}

@media all and (max-width:780px) {
    .swim__calculator span.inputs_addon {
        font-size: 10px;
        top: 5px;
        right: 10px;
    }
    #swim__race_calculator .swim__inner {
        display: block;
    }
    #swim__race_calculator.swim__calculator span.swim__addons {
        right: auto;
        left: 21%;
    }
}

@media all and (max-width:550px) {
    #swim__race_calculator .swim__outer .swim__row .swim__cell.swim__cell_speed {
    
    }
    #swim__race_calculator .swim__outer .swim__row:nth-child(1) .swim__cell {
        font-size: 9px;
        line-height: 20px;
    }
    #swim__race_calculator .swim__row&gt;div.swim__cell {}
}

@media all and (max-width:500px) {
	.swim__calculator input[type="number"] {
        max-width: 100px;
    }
    #swim__race_calculator .swim__outer .swim__row .swim__cell.swim__cell_speed {
        font-size: 10px;
    }
	
	.swim__calculator span.swim__addons {
		font-size: 12px;
	}
	.swim__inputs_width {
		width: 98%;
	}
}

@media all and (max-width: 395px) {
	.swim__calculator input[type="number"] {
        max-width: 90px;
    }
}

@media all and (max-width: 375px) {
	#swim__race_calculator .swim__outer .swim__row.swim__row_total {
		margin-left: -8px;
	}
	.swim__calculator input[type="number"] {
        max-width: 82px;
    }
	
}

@media all and (max-width: 360px) {
	.swim__calculator input[type="number"] {
        max-width: 80px;
    }
	.swim__inputs_width {
		width: 100%;
	}
}</pre></body></html>