.ph_book_search_widget_container {
display: flex;
flex-direction: row;
width: 100%;
max-width: 100%;
height: 60px;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
background-color: #fff;
padding: 10px;
position: relative;
overflow: visible;
}
.ph_book_search_widget_container_column {
border-radius: 0.4em;
flex-direction: column;
align-items: stretch;
height: 100%;
gap: .5rem;
}
.ph_book_search_widget_container_column .ph_book_search_button_container {
display: flex !important;
flex-direction: row !important;
align-items: center;
justify-content: space-around !important;
place-content: initial;
}
.ph_book_search_widget_container_column .ph_book_search_number_of_participants_container {
display: flex;
align-items: center;
justify-content: space-between;
margin: 5px;
padding: 15px 0px;
max-height: 30px;
}
.ph_book_search_widget_container_column > div {
max-width: 100% !important;
width: 100% !important;
} .ph_book_search_date_container,
.ph_book_search_date_container1,
.ph_book_search_asset_name_container,
.ph_book_search_number_of_participants_container {
flex: 1;
padding: 0 5px;
box-sizing: border-box;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
border-right-style: inset !important;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ph_book_search_number_of_participants_container a {
text-align: center !important;
color: #626161 !important;
}
.ph_book_search_asset_name_container {
color: #626161 !important;
} .ph_book_search_date_container input,
.ph_book_search_date_container1 input,
.ph_book_search_asset_name_container select,
.ph_book_search_number_of_participants_container,
.ph_book_search_button_container button {
width: 100%;
height: 100%;
padding: 5px;
margin: -1px;
box-sizing: border-box;
background-color: rgb(255, 255, 255) !important;
border: transparent !important;
border-radius: 4px;
color: #333;
text-align: left;
white-space: nowrap;
overflow-wrap: break-word;
cursor: pointer;
outline-color: transparent !important;
text-overflow: ellipsis;
} .ph_book_search_button_container {
flex-grow: 1;
border-right-style: none !important;
padding: 0 0px;
box-sizing: border-box;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex-wrap: wrap;
}
.ph_book_search_date_container {
display: flex;
justify-content: space-between;
width: 37%;
min-width: 20% !important;
}
.ph_book_search_widget_container input[type="text"] {
flex: 1;
margin-right: 10px;
box-shadow: none;
padding: 8px;
border-radius: 4px;
outline-color: transparent;
text-align: left;
border-style: none;
background-color: white;
cursor: pointer;
}
.ph_book_search_date_container1 {
display: flex;
justify-content: space-between;
width: 37%;
min-width: 20% !important;
}
.ph_book_search_number_of_participants_buttons {
background-color: transparent !important;
outline-color: transparent !important;
height: 36px;
cursor: pointer;
border-style: none;
position: absolute;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
max-width: 14%;
}
.ph_book_search_date_container input[type="text"]:last-child {
margin-right: 0;
}
.ph_book_search_date_container1 input[type="text"]:last-child {
margin-right: 0;
} .ph_book_search_asset_name {
background: white;
padding: 10px;
cursor: pointer;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
margin-top: 4px;
}
.ph_book_search_asset_item {
padding: 10px;
cursor: pointer;
border-bottom: 1px solid #ddd;
overflow: hidden;
text-overflow: ellipsis;
}
.ph_book_search_asset_item:last-child {
border-bottom: none;
}
.ph_book_search_asset_item:hover {
background: #f0f0f0;
} .ph_popup {
display: none;
position: absolute;
background: #ffffff;
overflow: auto;
min-width: 160px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
padding: 9px;
border-radius: 5px;
max-width: 316px;
margin-top: 0.5%;
border: .5px solid #e6e6e6;
z-index: 1000;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.show {
display: block;
}
.close {
display: inline-block;
font-size: 24px;
color: #333;
text-decoration: none;
}
.ph_content {
margin-bottom: 10px;
}
#ph_book_search_number_of_participants_button:target {
display: block;
}
.ph_participant-group {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
padding: 0 10px;
border-radius: 5px;
}
.ph_participant-group label {
width: 150px;
margin-right: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ph_controls {
display: flex;
align-items: center;
border: thin double !important;
margin: -3px !important;
box-sizing: border-box;
}
.ph_controls button {
background-color: transparent;
margin: 0 5px;
cursor: pointer;
font-size: 18px;
padding: 5px 10px;
border: none;
flex-shrink: 0;
}
.ph_controls button.ph-booking-participant-plus {
color: green;
outline-style: none !important;
}
.ph_controls button.ph-booking-participant-minus {
color: red;
outline-style: none !important;
}
.ph_controls button:hover {
background-color: #e6e6e6;
outline-style: none !important;
}
.ph_controls button.ph-booking-participant-plus:hover {
background-color: #d5efff;
color: darkgreen;
outline-style: none !important;
}
.ph_controls button.ph-booking-participant-minus:hover {
background-color: #d5efff;
color: darkred;
outline-style: none !important;
}
.ph_controls input {
width: 50px;
text-align: center;
margin: 0 5px !important;
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
margin: -1px -18px -1px -5px !important;
padding: 5px;
flex-shrink: 0;
} #ph_booking_searchsubmit,
#ph_booking_clear {
max-width: 100Px;
width: 100px;
height: 100%;
padding: 6px;
border: none;
box-sizing: border-box;
font-size: 16px;
border-radius: 0px;
text-align: center !important;
cursor: pointer;
} .ph_product_main {
font-family: Arial, sans-serif;
}
.ph_product_section {
background-color: white;
padding: 20px;
border-radius: 11px;
max-width: 466px;
box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
font-family: Arial, sans-serif;
color: #333;
}
.ph_outer_container {
position: relative;
min-height: 200px;
}
.ph_outer_container p {
font-size: 1.2em;
margin-bottom: 15px;
}
.ph_product_container,
.ph_booking_container {
display: flex;
flex-direction: column;
gap: 15px;
}
.ph_product_row,
.ph_booking_row {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #f3f3f3;
}
.ph_product_row:last-child {
border-bottom: none;
}
.ph_product_container label,
.ph_booking_container label {
font-weight: bold;
width: 40%;
color: darkgray;
}
.ph_label {
color: black;
}
#ph_booking_cost {
font-weight: bold;
color: black;
} .ph_loading_spinner {
position: absolute;
top: 50%;
left: 50%;
width: 50px;
height: 50px;
margin-left: -25px;
margin-top: -25px;
border: 5px solid #f3f3f3;
border-top: 5px solid #a8a8a8;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ph_outer_container.loaded .ph_loading_spinner {
display: none;
}
.ph_outer_container.loaded .ph_product_container {
display: block;
}.daterangepicker {
position: absolute;
color: inherit;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ddd;
width: 278px;
max-width: none; padding: 15px;
margin-top: 7px;
top: 100px;
left: 20px;
z-index: 3001;
display: none;
font-family: arial;
font-size: 15px;
line-height: 1em;
}
.daterangepicker:before, .daterangepicker:after {
position: absolute;
display: inline-block;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.daterangepicker:before {
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
top: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
right: 9px;
}
.daterangepicker.opensleft:after {
right: 10px;
}
.daterangepicker.openscenter:before {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.openscenter:after {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.opensright:before {
left: 9px;
}
.daterangepicker.opensright:after {
left: 10px;
}
.daterangepicker.drop-up {
margin-top: -7px;
}
.daterangepicker.drop-up:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
float: none;
}
.daterangepicker.single .drp-selected {
display: none;
}
.daterangepicker.show-calendar .drp-calendar {
display: block;
}
.daterangepicker.show-calendar .drp-buttons {
display: block;
}
.daterangepicker.auto-apply .drp-buttons {
display: none;
}
.daterangepicker .drp-calendar {
display: none; max-width: 335px !important;
}
.daterangepicker .drp-calendar.left {
padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
border: none;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
color: #fff;
border: solid black;
border-width: 0 2px 2px 0;
border-radius: 0;
display: inline-block;
padding: 3px;
}
.daterangepicker .calendar-table .next span {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
white-space: nowrap;
text-align: center;
vertical-align: middle;
min-width: 32px; width: 49px;
height: 24px;
line-height: 24px;
font-size: 12px;
border-radius: 4px;
border: 1px solid transparent;
white-space: nowrap;
cursor: pointer;
color: black;
font-weight: bold;
}
.daterangepicker .calendar-table {
border: 1px solid #fff;
border-radius: 4px;
background-color: #fff;
}
.daterangepicker .calendar-table table {
width: 100%;
margin: -14px;
border-spacing: 0;
border-collapse: collapse;
table-layout: fixed; width: 120%; }
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
background-color: #eee;
border-color: transparent;
color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
background-color: #fff;
border-color: transparent;
color: #000000;
font-weight: bold;
}
.daterangepicker td.in-range { border-color: transparent;
color: #000;
border-radius: 0;
}
.daterangepicker td.start-date {
border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
background-color: #357ebd;
border-color: transparent; color: #ff0000;
font-weight: bold;
}
.daterangepicker th.month {
width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default;
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%;
}
.daterangepicker select.yearselect {
width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
width: 50px;
margin: 0 auto;
background: #eee;
border: 1px solid #eee; padding: 6px;
outline: 0; font-size: 15px;
}
.daterangepicker .calendar-time {
text-align: center; margin: 21px auto 0 auto;
line-height: 30px;
position: relative;
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed;
}
.daterangepicker .drp-buttons {
clear: both;
text-align: right;
padding: 8px;
border-top: 1px solid #ddd;
display: none;
line-height: 12px;
vertical-align: middle;
}
.daterangepicker .drp-selected {
display: inline-block;
font-size: 12px;
padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
margin-left: 8px;
font-size: 12px;
font-weight: bold;
padding: 4px 8px;
background-color: #2271b1; color: white;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
float: none;
text-align: left;
margin: 0;
}
.daterangepicker.show-calendar .ranges {
margin-top: 8px;
}
.daterangepicker .ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%;
}
.daterangepicker .ranges li {
font-size: 12px;
padding: 8px 12px;
cursor: pointer;
}
.daterangepicker .ranges li:hover {
background-color: #eee;
}
.daterangepicker .ranges li.active {
background-color: #08c;
color: #fff;
} @media (min-width: 564px) {
.daterangepicker {
width: auto;
}
.daterangepicker .ranges ul {
width: 140px;
}
.daterangepicker.single .ranges ul {
width: 100%;
}
.daterangepicker.single .drp-calendar.left {
clear: none;
margin-right: 10% !important;
}
.daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
float: left;
}
.daterangepicker {
direction: ltr;
text-align: left;
}
.daterangepicker .drp-calendar.left {
clear: left;
margin-right: 0;
}
.daterangepicker .drp-calendar.left .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker .drp-calendar.right { margin-left: 93px;
}
.daterangepicker .drp-calendar.right .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker .drp-calendar.left .calendar-table {
padding-right: 8px;
}
.daterangepicker .ranges, .daterangepicker .drp-calendar {
float: left;
}
}
@media (min-width: 730px) {
.daterangepicker .ranges {
width: auto;
}
.daterangepicker .ranges {
float: left;
}
.daterangepicker.rtl .ranges {
float: right;
}
.daterangepicker .drp-calendar.left {
clear: none !important;
}
}
.daterangepicker.ltr.show-calendar.opensright {
top: 430.703px; left: 656.031px;
right: 520px;
}@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fd8ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752ht8ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fj8ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fz8ghe4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752gt8g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fd8ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752ht8ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fj8ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fz8ghe4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752gt8g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fd8ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752ht8ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fj8ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fz8ghe4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752gt8g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fd8ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752ht8ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fj8ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fz8ghe4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752gt8g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fd8ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752ht8ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fj8ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fz8ghe4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752gt8g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fd8ghe4.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752ht8ghe4.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fj8ghe4.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752fz8ghe4.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/oswald-tk3iwkuhhaijg752gt8g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtthomdyw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtvxomdyw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuhomdyw.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttxomdyw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtunomdyw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttnomdyw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtt3omdyw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuxom.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtthomdyw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtvxomdyw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuhomdyw.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttxomdyw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtunomdyw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttnomdyw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtt3omdyw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuxom.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtthomdyw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtvxomdyw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuhomdyw.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttxomdyw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtunomdyw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttnomdyw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtt3omdyw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuxom.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtthomdyw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtvxomdyw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuhomdyw.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttxomdyw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtunomdyw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttnomdyw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtt3omdyw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuxom.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtthomdyw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtvxomdyw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuhomdyw.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttxomdyw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtunomdyw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttnomdyw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtt3omdyw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuxom.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtthomdyw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtvxomdyw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuhomdyw.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttxomdyw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtunomdyw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttnomdyw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtt3omdyw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuxom.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtthomdyw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtvxomdyw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuhomdyw.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttxomdyw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtunomdyw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttnomdyw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtt3omdyw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuxom.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtthomdyw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtvxomdyw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuhomdyw.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttxomdyw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtunomdyw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttnomdyw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtt3omdyw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuxom.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtthomdyw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtvxomdyw.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuhomdyw.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttxomdyw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtunomdyw.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevttnomdyw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtt3omdyw.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0zipqlx3qulc5a4pnr4c5oaxrsfnnlkbcepevtuxom.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5apdu2ui.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ardu2ui.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a_du2ui.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5aldu2ui.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a3du2ui.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ahdu2ui.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5addu2ui.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a7duw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5apdu2ui.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ardu2ui.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a_du2ui.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5aldu2ui.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a3du2ui.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ahdu2ui.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5addu2ui.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a7duw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5apdu2ui.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ardu2ui.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a_du2ui.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5aldu2ui.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a3du2ui.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ahdu2ui.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5addu2ui.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a7duw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5apdu2ui.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ardu2ui.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a_du2ui.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5aldu2ui.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a3du2ui.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ahdu2ui.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5addu2ui.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a7duw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5apdu2ui.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ardu2ui.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a_du2ui.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5aldu2ui.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a3du2ui.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ahdu2ui.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5addu2ui.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a7duw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5apdu2ui.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ardu2ui.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a_du2ui.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5aldu2ui.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a3du2ui.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ahdu2ui.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5addu2ui.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a7duw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5apdu2ui.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ardu2ui.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a_du2ui.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5aldu2ui.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a3du2ui.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ahdu2ui.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5addu2ui.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a7duw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5apdu2ui.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ardu2ui.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a_du2ui.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5aldu2ui.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a3du2ui.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ahdu2ui.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5addu2ui.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a7duw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5apdu2ui.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ardu2ui.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a_du2ui.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5aldu2ui.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a3du2ui.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5ahdu2ui.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5addu2ui.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://atvextremeatl.com/wp-content/uploads/elementor/google-fonts/fonts/notosans-o-0bipqlx3qulc5a4pnb6ryti20_6n1iphjc5a7duw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}