/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/* Minify_CSS_UriRewriter::$debugText

*/

/* oc-style.css */

/* 1   */ .oc-filter-wrapper form {
/* 2   */     display: -ms-grid !important;
/* 3   */     display: grid !important;
/* 4   */     grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
/* 5   */     gap: 10px 30px;
/* 6   */     height: auto !important;
/* 7   */     width: 100% !important;
/* 8   */     list-style: none;
/* 9   */     align-items: end;
/* 10  */ }
/* 11  */ .oc-input-group label {
/* 12  */     font-weight: 600;
/* 13  */     font-size: 14px;
/* 14  */     line-height: 149.8%;
/* 15  */     letter-spacing: -0.02em;
/* 16  */     color: #000000;
/* 17  */ }
/* 18  */ .oc-input-group input {
/* 19  */     background: #FFFFFF !important;
/* 20  */     border: 1px solid #000000 !important;
/* 21  */     height: 57px !important;
/* 22  */     width: 100% !important;
/* 23  */     padding: 0 !important;
/* 24  */ }
/* 25  */ .oc-input-group select{
/* 26  */     background: #FFFFFF;
/* 27  */     border: 1px solid #000000;
/* 28  */     height: 57px;
/* 29  */     width: 100%;
/* 30  */     padding: 11px 37px 11px 11px;
/* 31  */     appearance: none;
/* 32  */ }
/* 33  */ .oc-input-group select option, .oc-input-group select, .oc-input-group .on-filter-select-box {
/* 34  */     font-family: "proxima-nova" !important;
/* 35  */ }
/* 36  */ .oc-filter-wrapper form button{
/* 37  */     font-size: 20px ;
/* 38  */     font-weight: 700 ;
/* 39  */     letter-spacing: 0.12em;
/* 40  */     line-height: 21.36px;
/* 41  */     padding: 18px 42px ;
/* 42  */     border-radius: 2px;
/* 43  */     letter-spacing: 0.12em ;
/* 44  */     border-color: #fd4f00 ;
/* 45  */     background: #fd4f00 ;
/* 46  */     color: #fff ;
/* 47  */     text-transform: uppercase;
/* 48  */     height: 57px;
/* 49  */     border-style: solid;
/* 50  */     /* width: 207px; */

/* oc-style.css */

/* 51  */     cursor: pointer;
/* 52  */     font-family: "proxima-nova" !important;
/* 53  */ }
/* 54  */ .oc-filter-wrapper form button:hover{
/* 55  */     border-color: #000000 !important;
/* 56  */     background: #fff !important;
/* 57  */     color: #000 !important;
/* 58  */ }
/* 59  */ .on-filter-select-box{
/* 60  */     position: relative;
/* 61  */ }
/* 62  */ .on-filter-select-box:after {
/* 63  */     line-height: 35px;
/* 64  */     -webkit-font-smoothing: antialiased;
/* 65  */     font-family: awb-icons;
/* 66  */     font-size: 22px;
/* 67  */     content: "\f107";
/* 68  */     right: 15px;
/* 69  */     top: 10px;
/* 70  */     position: absolute;
/* 71  */     display: none;
/* 72  */ }
/* 73  */ .on-filter-select-box select{
/* 74  */     background: url(../img/select_arrow.png) no-repeat 92%;
/* 75  */     -webkit-appearance: none;
/* 76  */ }
/* 77  */
/* 78  */ /*
/* 79  *| #oc-display-search-results{
/* 80  *|     display: flex;
/* 81  *|     flex-wrap: wrap;
/* 82  *|     justify-content: flex-start;
/* 83  *|     gap: 30px 0;
/* 84  *|     margin: 30px -15px 0;
/* 85  *| }
/* 86  *| #oc-display-search-results:after{
/* 87  *|     content: '';
/* 88  *|     flex-basis: 378px;
/* 89  *| }
/* 90  *|
/* 91  *|
/* 92  *| #oc-display-search-results > div{
/* 93  *|     position: relative;
/* 94  *|     cursor: pointer;
/* 95  *|     border: 1px solid #CCC;
/* 96  *|     padding: 20px;
/* 97  *|     flex: 0 0 calc(33.33% - 30px);
/* 98  *|     margin: 0 15px;
/* 99  *|     border-radius: 4px;
/* 100 *| }

/* oc-style.css *|

/* 101 *|
/* 102 *| p.oc-filter-result-airport, p.oc-filter-result-job-place{
/* 103 *|     font-size: 12px;
/* 104 *|     margin: 0 !important;
/* 105 *|     color: #757575;
/* 106 *|     text-transform: uppercase;
/* 107 *|     ;
/* 108 *| }
/* 109 *|
/* 110 *| #oc-display-search-results > div .oc-filter-result-job-title{
/* 111 *|     font-size: 32px;
/* 112 *|     margin: 0;
/* 113 *|     font-weight: 700;
/* 114 *| }
/* 115 *|
/* 116 *| #oc-display-search-results > div a{
/* 117 *|     font-size: 20px;
/* 118 *|     font-weight: 700;
/* 119 *|     letter-spacing: 0.12em;
/* 120 *|     line-height: 21.36px;
/* 121 *|     padding: 18px 20px;
/* 122 *|     border-radius: 2px;
/* 123 *|     letter-spacing: 0.12em;
/* 124 *|     border-color: #fd4f00;
/* 125 *|     background: #fd4f00;
/* 126 *|     color: #fff;
/* 127 *|     text-transform: uppercase;
/* 128 *|     height: 57px;
/* 129 *|     border-style: solid;
/* 130 *|     display: inline-block;
/* 131 *|     margin-top: 20px;
/* 132 *|     transition: duration 1s;
/* 133 *|     border-width: 2px;
/* 134 *| }
/* 135 *|
/* 136 *|
/* 137 *| #oc-display-search-results > div a:hover {
/* 138 *|     border-color: #000000 !important;
/* 139 *|     background: #fff !important;
/* 140 *|     color: #000 !important;
/* 141 *| }
/* 142 *| */
/* 143 */ .otg-search-pg-title h2{
/* 144 */     font-weight: 700 !important;
/* 145 */     font-size: 32px !important;
/* 146 */     line-height: 34px !important;
/* 147 */     letter-spacing: -0.02em !important;
/* 148 */     color: #000000 !important;
/* 149 */     font-family: "proxima-nova" !important;
/* 150 */ }

/* oc-style.css */

/* 151 */ #oc-display-search-results > h2{
/* 152 */     font-weight: 700 !important;
/* 153 */     font-size: 32px !important;
/* 154 */     line-height: 34px !important;
/* 155 */     letter-spacing: -0.02em !important;
/* 156 */     display: block;
/* 157 */     margin-top: 40px;
/* 158 */     font-family: "proxima-nova" !important;
/* 159 */     margin-bottom: 0 !important;
/* 160 */ }
/* 161 */ #oc-display-search-results-inner-wrapper{
/* 162 */     display: grid !important;
/* 163 */     grid-template-columns: 1fr 1fr 1fr;
/* 164 */     gap: 30px 30px;
/* 165 */     height: auto !important;
/* 166 */     width: 100% !important;
/* 167 */     list-style: none;
/* 168 */     margin-top: 20px;
/* 169 */ }
/* 170 */ .oc-search-page-filter-results{
/* 171 */     margin: 0 !important;
/* 172 */     height: auto !important;
/* 173 */     overflow: hidden;
/* 174 */     position: relative !important;
/* 175 */     display: block !important;
/* 176 */     width: auto !important;
/* 177 */     padding: 20px !important;
/* 178 */     border: 1px solid #CCCCCC;
/* 179 */     border-radius: 4px;
/* 180 */ }
/* 181 */ .oc-filter-result-airport, .oc-filter-result-job-place{
/* 182 */     font-weight: 600;
/* 183 */     font-size: 12px;
/* 184 */     line-height: 14px;
/* 185 */     text-transform: uppercase;
/* 186 */     color: #757575;
/* 187 */     display: block;
/* 188 */ }
/* 189 */ .oc-filter-result-job-place{
/* 190 */     margin-bottom: 70px !important;
/* 191 */ }
/* 192 */ .oc-filter-result-job-title{
/* 193 */     font-weight: 700;
/* 194 */     font-size: 32px;
/* 195 */     line-height:35px;
/* 196 */     letter-spacing: -0.02em;
/* 197 */     margin-top: 18px !important;
/* 198 */     margin-bottom: 10px !important;
/* 199 */     height: auto;
/* 200 */     display: block;

/* oc-style.css */

/* 201 */ }
/* 202 */ .oc-search-page-filter-results .otg-button{
/* 203 */     padding: 13px 20px !important;
/* 204 */     position: absolute !important;
/* 205 */     /*bottom: 14px !important;*/
/* 206 */     bottom: 21px !important;
/* 207 */ }
/* 208 */ .otg-button{
/* 209 */     border: 1px solid #fd4f00;
/* 210 */ }
/* 211 */ .otg-button:hover{
/* 212 */     border: 1px solid #0000;
/* 213 */ }
/* 214 */
/* 215 */ .oc-detail-pg-side-bar-heading{
/* 216 */     font-weight: 700;
/* 217 */     font-size: 32px;
/* 218 */     line-height: 34px;
/* 219 */     letter-spacing: -0.02em;
/* 220 */     color: #000000;
/* 221 */     margin-bottom: 30px;
/* 222 */ }
/* 223 */ .oc-detail-pg-side-bar-field-label{
/* 224 */     font-weight: 400;
/* 225 */     font-size: 16px;
/* 226 */     line-height: 18px;
/* 227 */     letter-spacing: -0.02em;
/* 228 */     color: #000000;
/* 229 */     margin-bottom: 4px !important;
/* 230 */ }
/* 231 */ .oc-detail-pg-side-bar-field-input{
/* 232 */     font-weight: 700;
/* 233 */     font-size: 20px;
/* 234 */     line-height: 110%;
/* 235 */     letter-spacing: -0.02em;
/* 236 */     margin-bottom: 40px !important;
/* 237 */ }
/* 238 */ .oc-detail-pg-side-bar-section{
/* 239 */     background: #FFFFFF;
/* 240 */     border: 1px solid #CCCCCC;
/* 241 */     border-radius: 2px;
/* 242 */     padding: 30px;
/* 243 */ }
/* 244 */ .oc-sidebar-maps-area{
/* 245 */     margin-top: 30px;
/* 246 */     position: relative;
/* 247 */ }
/* 248 */ .oc-sidebar-maps-area>div{
/* 249 */     height: 376px;
/* 250 */ }

/* oc-style.css */

/* 251 */ .oc-sidebar-maps-area .oc-job-details-map-btn{
/* 252 */     position: absolute;
/* 253 */     bottom: 0;
/* 254 */     padding: 14px 13px !important;
/* 255 */ }
/* 256 */ .oc-job-content-main-wrapper{
/* 257 */     display: flex;
/* 258 */ }
/* 259 */ .oc-content-left-section{
/* 260 */     width: 65%;
/* 261 */ }
/* 262 */ .oc-content-right-section{
/* 263 */     width: 35%;
/* 264 */ }
/* 265 */ .oc-content-left-section-addr{
/* 266 */     font-weight: 600;
/* 267 */     font-size: 12px;
/* 268 */     line-height: 14px;
/* 269 */     letter-spacing: 0.08em;
/* 270 */     text-transform: uppercase;
/* 271 */     color: #FD4F00;
/* 272 */     margin-bottom: 0px !important;
/* 273 */ }
/* 274 */ .oc-content-left-section-title{
/* 275 */     font-weight: 800;
/* 276 */     font-size: 48px;
/* 277 */     line-height: 53px;
/* 278 */     letter-spacing: -0.02em;
/* 279 */     margin-top: 16px !important;
/* 280 */     margin-bottom: 20px !important;
/* 281 */ }
/* 282 */ .oc-content-left-section .otg-button{
/* 283 */     padding: 13px 52px !important;
/* 284 */     display: inline-block;
/* 285 */     margin-bottom: 40px;
/* 286 */ }
/* 287 */ .oc-content-left-section-description{
/* 288 */     margin-right: 100px !important;
/* 289 */ }
/* 290 */ .oc-pagination-ul .current a{
/* 291 */     color: #FFFFFF;
/* 292 */ }
/* 293 */ .oc-pagination-ul .paginationjs-page:not(.current){
/* 294 */     border: 1px solid #000000 !important;
/* 295 */     background-color: #ffffff !important;
/* 296 */     color: #000000 !important;
/* 297 */     width: 44px !important;
/* 298 */     height: 44px !important;
/* 299 */     font-weight: 700;
/* 300 */     font-size: 24px;

/* oc-style.css */

/* 301 */     line-height: 26px;
/* 302 */     list-style: none;
/* 303 */     display: inline-flex;
/* 304 */     justify-content: center;
/* 305 */     align-items: center;
/* 306 */     margin: 0 3px;
/* 307 */     cursor: pointer;
/* 308 */ }
/* 309 */ .oc-pagination-ul .paginationjs-prev  {
/* 310 */     align-items: center;
/* 311 */     justify-content: center;
/* 312 */     display: inline-flex;
/* 313 */     margin-right: 8px;
/* 314 */     font-weight: 700;
/* 315 */     font-size: 24px;
/* 316 */     line-height: 26px;
/* 317 */     text-transform: uppercase;
/* 318 */     letter-spacing: 0.12em;
/* 319 */     position: relative;
/* 320 */ }
/* 321 */ .oc-pagination-ul .paginationjs-prev ::before {
/* 322 */     content: "" !important;
/* 323 */     background-image: url(../img/arrow-next.png) !important;
/* 324 */     background-repeat: no-repeat !important;
/* 325 */     display: flex !important;
/* 326 */     height: 100% !important;
/* 327 */     width: 35px !important;
/* 328 */     position: absolute;
/* 329 */     z-index: 1;
/* 330 */     top: 30% !important;
/* 331 */     left: -44px !important;
/* 332 */     transform: translateY(0%) !important;
/* 333 */     transform: translate(0, -50%) rotate(180deg) !important;
/* 334 */     -webkit-transform: translate(0, -50%) rotate(180deg) !important;
/* 335 */ }
/* 336 */ .oc-pagination-ul .paginationjs-next {
/* 337 */     align-items: center;
/* 338 */     justify-content: center;
/* 339 */     display: inline-flex;
/* 340 */     margin-left: 8px;
/* 341 */     font-weight: 700;
/* 342 */     font-size: 24px;
/* 343 */     line-height: 26px;
/* 344 */     text-transform: uppercase;
/* 345 */     letter-spacing: 0.12em;
/* 346 */     position: relative;
/* 347 */ }
/* 348 */ .oc-pagination-ul .paginationjs-next::after{
/* 349 */     content: "" !important;
/* 350 */     background-image: url(../img/arrow-next.png) !important;

/* oc-style.css */

/* 351 */     background-repeat: no-repeat !important;
/* 352 */     display: flex;
/* 353 */     height: 100%;
/* 354 */     width: 35px;
/* 355 */     position: absolute;
/* 356 */     z-index: 1;
/* 357 */     top: 20% !important;
/* 358 */     right: -44px !important;
/* 359 */     transform: translateY(0%) !important;
/* 360 */ }
/* 361 */ .hide{
/* 362 */     display: none !important;
/* 363 */ }
/* 364 */ #oc-search-results-pagination .paginationjs-ellipsis{
/* 365 */     display: none !important;
/* 366 */ }
/* 367 */ .oc-additional-jobs-wrapper{
/* 368 */     display: grid !important;
/* 369 */     grid-template-columns: 1fr 1fr 1fr;
/* 370 */     gap: 30px 30px;
/* 371 */     height: auto !important;
/* 372 */     width: 100% !important;
/* 373 */     list-style: none;
/* 374 */     margin-top: 30px;
/* 375 */ }
/* 376 */ .oc-additional-jobs-heading{
/* 377 */     font-weight: 700;
/* 378 */     font-size: 32px;
/* 379 */     line-height: 34px;
/* 380 */     letter-spacing: -0.02em;
/* 381 */     color: #000000;
/* 382 */     margin-top: 50px !important;
/* 383 */     margin-bottom: 0 !important;
/* 384 */ }
/* 385 */ .oc-content-left-section-description{
/* 386 */     font-weight: 400;
/* 387 */     font-size: 20px;
/* 388 */     line-height: 22px;
/* 389 */     letter-spacing: -0.02em;
/* 390 */     color: #000000;
/* 391 */ }
/* 392 */ .oc-content-left-section-description .oc-des-title{
/* 393 */     font-weight: 700;
/* 394 */     font-size: 32px;
/* 395 */     line-height: 45px;
/* 396 */     letter-spacing: -0.02em;
/* 397 */     color: #000000;
/* 398 */     margin-bottom: 16px;
/* 399 */ }
/* 400 */ .oc-content-left-section-description .oc-des-sub-title{

/* oc-style.css */

/* 401 */     font-weight: 700;
/* 402 */     font-size: 20px;
/* 403 */     line-height: 30px;
/* 404 */     letter-spacing: -0.02em;
/* 405 */     color: #000000;
/* 406 */     margin-bottom: 5px;
/* 407 */ }
/* 408 */ .oc-jobs-social-share-wrapper .heateor_sss_facebook .heateor_sss_svg,
/* 409 */ .oc-jobs-social-share-wrapper .heateor_sss_button_linkedin .heateor_sss_svg,
/* 410 */ .oc-jobs-social-share-wrapper .heateor_sss_button_twitter .heateor_sss_svg{
/* 411 */     background: #e8e8e8!important;
/* 412 */     border-width: 0px;
/* 413 */     border-style: solid;
/* 414 */     border-color: transparent;
/* 415 */     border-radius: 999px;
/* 416 */     opacity: 1;
/* 417 */     display: inline-block;
/* 418 */     vertical-align: middle;
/* 419 */     overflow: hidden;
/* 420 */     padding: 0;
/* 421 */     cursor: pointer;
/* 422 */     margin-top: 0px !important;
/* 423 */     margin-bottom: 0px !important;
/* 424 */     margin-right: 0 !important;
/* 425 */ }
/* 426 */ .oc-jobs-social-share-wrapper{
/* 427 */     display: flex;
/* 428 */     justify-content: flex-end;
/* 429 */     margin-top: 100px !important;
/* 430 */     margin-bottom: 40px !important;
/* 431 */ }
/* 432 */ .oc-jobs-social-share-wrapper> div{
/* 433 */
/* 434 */     margin-left: 26px !important;
/* 435 */ }
/* 436 */ .oc-content-right-section .oc-sidebar-maps-area iframe{
/* 437 */     height: 376px;
/* 438 */ }
/* 439 */ #oc_reg_number{
/* 440 */     padding: 11px !important;
/* 441 */     font-family: "proxima-nova" !important;
/* 442 */ }
/* 443 */ .otg-search-filter-mob{
/* 444 */     display: none !important;
/* 445 */ }
/* 446 */ .otg-banner-search > .fusion-builder-row{
/* 447 */     position: absolute !important;
/* 448 */     bottom: 13%;
/* 449 */ }
/* 450 */ .otg-info-box-banner{

/* oc-style.css */

/* 451 */     min-height: 740px;
/* 452 */ }
/* 453 */ .otg-section-content-left{
/* 454 */     margin-right: 0 !important;
/* 455 */ }
/* 456 */ .otg-career-content-list-section ul, .otg-career-content-list-section p{
/* 457 */     list-style: none;
/* 458 */     padding: 0;
/* 459 */     font-weight: 400;
/* 460 */     font-size: 20px;
/* 461 */     line-height: 48px;
/* 462 */     letter-spacing: -0.02em;
/* 463 */     color: #0E0E0E;
/* 464 */   /*  margin-bottom: 60px;*/
/* 465 */ }
/* 466 */ .otg-oc-filter-reset{
/* 467 */     -webkit-appearance: none;
/* 468 */     -webkit-border-radius: 0;
/* 469 */ }
/* 470 */ .oc-pagination-ul{
/* 471 */     padding-left: 0 !important;
/* 472 */ }
/* 473 */ .ilightbox-social{
/* 474 */     display: none !important;
/* 475 */ }
/* 476 */ @media only screen and (max-width: 1024px){
/* 477 */     .oc-filter-wrapper form{
/* 478 */         grid-template-columns:1fr 1fr 1fr;
/* 479 */     }
/* 480 */     /*#otg-banner-search-filter .oc-filter-wrapper form{
/* 481 *|         gap: 10px 10px;
/* 482 *|     }
/* 483 *|     #otg-banner-search-filter .otg-banner-search .oc-filter-wrapper {
/* 484 *|         padding: 0 15px 15px 15px;
/* 485 *|     }
/* 486 *|     #otg-banner-search-filter .oc-input-group input, .oc-input-group select{
/* 487 *|         height: 37px !important;
/* 488 *|     }
/* 489 *|     #otg-banner-search-filter .otg-button{
/* 490 *|         padding: 8px 42px !important;
/* 491 *|     }*/
/* 492 */     #oc-display-search-results-inner-wrapper, .oc-additional-jobs-wrapper{
/* 493 */         grid-template-columns:1fr 1fr;
/* 494 */     }
/* 495 */ }
/* 496 */ @media only screen and (max-width: 767px){
/* 497 */     .oc-filter-wrapper form{
/* 498 */         grid-template-columns:1fr;
/* 499 */     }
/* 500 */     #oc-display-search-results-inner-wrapper, .oc-additional-jobs-wrapper{

/* oc-style.css */

/* 501 */         grid-template-columns:1fr;
/* 502 */     }
/* 503 */     .oc-content-left-section{
/* 504 */         width: 100%;
/* 505 */     }
/* 506 */     .oc-content-right-section{
/* 507 */         width: 100%;
/* 508 */     }
/* 509 */     .oc-job-content-main-wrapper{
/* 510 */        flex-direction: column;
/* 511 */     }
/* 512 */     .otg-search-filter-mob{
/* 513 */         display: block !important;
/* 514 */     }
/* 515 */     .otg-banner-search > .fusion-builder-row{
/* 516 */         position: unset !important;
/* 517 */     }
/* 518 */     .otg-banner-search .otg-banner-search{
/* 519 */         display: none;
/* 520 */     }
/* 521 */     .oc-content-left-section-description{
/* 522 */         margin-right: 0 !important;
/* 523 */     }
/* 524 */     .oc-jobs-social-share-wrapper {
/* 525 */         margin-top: 40px !important;
/* 526 */     }
/* 527 */     .otg-header-banner-subtitle-text.otg-banner-subtitle-single p {
/* 528 */         padding: 3px 16px 3px 16px !important;
/* 529 */     }
/* 530 */ }
/* 531 */ @media only screen and (max-width: 500px){
/* 532 */     #oc-search-results-pagination .oc-pagination-ul .paginationjs-page{
/* 533 */         width: 30px !important;
/* 534 */         height: 30px !important;
/* 535 */         font-size: 20px;
/* 536 */     }
/* 537 */     .oc-pagination-ul .paginationjs-next, .oc-pagination-ul .paginationjs-prev {
/* 538 */         height: 44px;
/* 539 */         width: auto;
/* 540 */         font-size: 20px;
/* 541 */     }
/* 542 */     .oc-pagination-ul .paginationjs-next::after{
/* 543 */         top: 39% !important;
/* 544 */         right: -35px !important;
/* 545 */         background-size: 20px;
/* 546 */     }
/* 547 */     .oc-pagination-ul .paginationjs-prev ::before{
/* 548 */         top: 8% !important;
/* 549 */         left: -37px !important;
/* 550 */         background-size: 20px;

/* oc-style.css */

/* 551 */     }
/* 552 */ }
/* 553 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* sr7.css */

/* 1  */ /*!
/* 2  *|               - C S S -
/* 3  *|         VERSION 1.0.0 - DATE: 2023-01-06
/* 4  *| 	@author: Krisztian Horvath ThemePunch OHG.
/* 5  *|         - Slider Revolution 7.0 -
/* 6  *|
/* 7  *|         GET LICENSE AT:
/* 8  *| https://www.themepunch.com/links/slider_revolution_wordpress_regular_license
/* 9  *|
/* 10 *| LICENSE:
/* 11 *| Copyright (c) 2023, ThemePunch. All rights reserved.
/* 12 *| This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
/* 13 *| */.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* Minify_CSS_UriRewriter::$debugText

*/

/* addtoany.min.css */

/* 1 */ .addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1  */ /*
/* 2  *| Theme Name: Avada
/* 3  *| Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
/* 4  *| Theme URI: https://avada.com/
/* 5  *| Author: ThemeFusion
/* 6  *| Author URI: https://themeforest.net/user/ThemeFusion
/* 7  *| License: Themeforest Split Licence
/* 8  *| Version: 7.15.6
/* 9  *| Requires PHP: 5.6
/* 10 *| Requires at least: 4.9
/* 11 *| Text Domain: Avada
/* 12 *| */
/* 13 */
/* 14 */ /* Classes needed by Theme Check */
/* 15 */ .wp-caption-text,
/* 16 */ .gallery-caption,
/* 17 */ .bypostauthor {
/* 18 */ }
/* 19 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /*
/* 2    *|  Theme Name:   Avada Child
/* 3    *|  Theme URI:    https://avada.theme-fusion.com/avada-child/
/* 4    *|  Description:  Avada Child Theme
/* 5    *|  Author:       PIT Solutions
/* 6    *|  Author URI:   https://www.pitsolutions.ch/
/* 7    *|  Template:     Avada
/* 8    *|  Version:      1.0.0
/* 9    *|  License:      GNU General Public License v2 or later
/* 10   *|  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
/* 11   *|  Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
/* 12   *|  Text Domain:  Avadachild
/* 13   *| */
/* 14   */
/* 15   */ /*
/* 16   *|  * The Typekit service used to deliver this font or fonts for use on websites
/* 17   *|  * is provided by Adobe and is subject to these Terms of Use
/* 18   *|  * http://www.adobe.com/products/eulas/tou_typekit. For font license
/* 19   *|  * information, see the list below.
/* 20   *|  *
/* 21   *|  * proxima-nova:
/* 22   *|  *   - http://typekit.com/eulas/00000000000000007735e602
/* 23   *|  *   - http://typekit.com/eulas/00000000000000007735e60a
/* 24   *|  *   - http://typekit.com/eulas/00000000000000007735e603
/* 25   *|  *   - http://typekit.com/eulas/00000000000000007735e604
/* 26   *|  *   - http://typekit.com/eulas/00000000000000007735e611
/* 27   *|  *   - http://typekit.com/eulas/00000000000000007735e622
/* 28   *|  *   - http://typekit.com/eulas/00000000000000007735e60d
/* 29   *|  *   - http://typekit.com/eulas/00000000000000007735e619
/* 30   *|  *   - http://typekit.com/eulas/00000000000000007735e609
/* 31   *|  *   - http://typekit.com/eulas/00000000000000007735e616
/* 32   *|  *   - http://typekit.com/eulas/00000000000000007735e605
/* 33   *|  *   - http://typekit.com/eulas/00000000000000007735e60e
/* 34   *|  * proxima-nova-extra-condensed:
/* 35   *|  *   - http://typekit.com/eulas/00000000000000007735e618
/* 36   *|  *   - http://typekit.com/eulas/00000000000000007735e60b
/* 37   *|  *   - http://typekit.com/eulas/00000000000000007735e629
/* 38   *|  *   - http://typekit.com/eulas/00000000000000007735e620
/* 39   *|  *
/* 40   *|  * © 2009-2022 Adobe Systems Incorporated. All Rights Reserved.
/* 41   *|  */
/* 42   */ /*{"last_published":"2022-07-08 20:56:53 UTC"}*/
/* 43   */
/* 44   */ @import url("https://p.typekit.net/p.css?s=1&k=ire3znp&ht=tk&f=137.138.139.140.169.170.173.174.175.176.25136.25137.156.157.161.162&a=109371800&app=typekit&e=css");
/* 45   */
/* 46   */ @font-face {
/* 47   */   font-family: "proxima-nova";
/* 48   */   src: url("https://use.typekit.net/af/e3ed45/00000000000000007735e602/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),
/* 49   */     url("https://use.typekit.net/af/e3ed45/00000000000000007735e602/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),
/* 50   */     url("https://use.typekit.net/af/e3ed45/00000000000000007735e602/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");

/* style.css */

/* 51   */   font-display: auto;
/* 52   */   font-style: normal;
/* 53   */   font-weight: 900;
/* 54   */   font-stretch: normal;
/* 55   */ }
/* 56   */
/* 57   */ @font-face {
/* 58   */   font-family: "proxima-nova";
/* 59   */   src: url("https://use.typekit.net/af/d83550/00000000000000007735e60a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff2"),
/* 60   */     url("https://use.typekit.net/af/d83550/00000000000000007735e60a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("woff"),
/* 61   */     url("https://use.typekit.net/af/d83550/00000000000000007735e60a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3") format("opentype");
/* 62   */   font-display: auto;
/* 63   */   font-style: italic;
/* 64   */   font-weight: 900;
/* 65   */   font-stretch: normal;
/* 66   */ }
/* 67   */
/* 68   */ @font-face {
/* 69   */   font-family: "proxima-nova";
/* 70   */   src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
/* 71   */     url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
/* 72   */     url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
/* 73   */   font-display: auto;
/* 74   */   font-style: normal;
/* 75   */   font-weight: 700;
/* 76   */   font-stretch: normal;
/* 77   */ }
/* 78   */
/* 79   */ @font-face {
/* 80   */   font-family: "proxima-nova";
/* 81   */   src: url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
/* 82   */     url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
/* 83   */     url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
/* 84   */   font-display: auto;
/* 85   */   font-style: italic;
/* 86   */   font-weight: 700;
/* 87   */   font-stretch: normal;
/* 88   */ }
/* 89   */
/* 90   */ @font-face {
/* 91   */   font-family: "proxima-nova";
/* 92   */   src: url("https://use.typekit.net/af/8738d8/00000000000000007735e611/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),
/* 93   */     url("https://use.typekit.net/af/8738d8/00000000000000007735e611/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),
/* 94   */     url("https://use.typekit.net/af/8738d8/00000000000000007735e611/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
/* 95   */   font-display: auto;
/* 96   */   font-style: normal;
/* 97   */   font-weight: 800;
/* 98   */   font-stretch: normal;
/* 99   */ }
/* 100  */

/* style.css */

/* 101  */ @font-face {
/* 102  */   font-family: "proxima-nova";
/* 103  */   src: url("https://use.typekit.net/af/58acf5/00000000000000007735e622/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff2"),
/* 104  */     url("https://use.typekit.net/af/58acf5/00000000000000007735e622/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff"),
/* 105  */     url("https://use.typekit.net/af/58acf5/00000000000000007735e622/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("opentype");
/* 106  */   font-display: auto;
/* 107  */   font-style: italic;
/* 108  */   font-weight: 800;
/* 109  */   font-stretch: normal;
/* 110  */ }
/* 111  */
/* 112  */ @font-face {
/* 113  */   font-family: "proxima-nova";
/* 114  */   src: url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
/* 115  */     url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
/* 116  */     url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
/* 117  */   font-display: auto;
/* 118  */   font-style: normal;
/* 119  */   font-weight: 600;
/* 120  */   font-stretch: normal;
/* 121  */ }
/* 122  */
/* 123  */ @font-face {
/* 124  */   font-family: "proxima-nova";
/* 125  */   src: url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),
/* 126  */     url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),
/* 127  */     url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
/* 128  */   font-display: auto;
/* 129  */   font-style: italic;
/* 130  */   font-weight: 600;
/* 131  */   font-stretch: normal;
/* 132  */ }
/* 133  */
/* 134  */ @font-face {
/* 135  */   font-family: "proxima-nova";
/* 136  */   src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
/* 137  */     url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
/* 138  */     url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
/* 139  */   font-display: auto;
/* 140  */   font-style: normal;
/* 141  */   font-weight: 400;
/* 142  */   font-stretch: normal;
/* 143  */ }
/* 144  */
/* 145  */ @font-face {
/* 146  */   font-family: "proxima-nova";
/* 147  */   src: url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
/* 148  */     url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
/* 149  */     url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
/* 150  */   font-display: auto;

/* style.css */

/* 151  */   font-style: italic;
/* 152  */   font-weight: 400;
/* 153  */   font-stretch: normal;
/* 154  */ }
/* 155  */
/* 156  */ @font-face {
/* 157  */   font-family: "proxima-nova";
/* 158  */   src: url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
/* 159  */     url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
/* 160  */     url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
/* 161  */   font-display: auto;
/* 162  */   font-style: normal;
/* 163  */   font-weight: 500;
/* 164  */   font-stretch: normal;
/* 165  */ }
/* 166  */
/* 167  */ @font-face {
/* 168  */   font-family: "proxima-nova";
/* 169  */   src: url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"),
/* 170  */     url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"),
/* 171  */     url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
/* 172  */   font-display: auto;
/* 173  */   font-style: italic;
/* 174  */   font-weight: 500;
/* 175  */   font-stretch: normal;
/* 176  */ }
/* 177  */
/* 178  */ @font-face {
/* 179  */   font-family: "proxima-nova-extra-condensed";
/* 180  */   src: url("https://use.typekit.net/af/de3701/00000000000000007735e618/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
/* 181  */     url("https://use.typekit.net/af/de3701/00000000000000007735e618/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
/* 182  */     url("https://use.typekit.net/af/de3701/00000000000000007735e618/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
/* 183  */   font-display: auto;
/* 184  */   font-style: italic;
/* 185  */   font-weight: 700;
/* 186  */   font-stretch: normal;
/* 187  */ }
/* 188  */
/* 189  */ @font-face {
/* 190  */   font-family: "proxima-nova-extra-condensed";
/* 191  */   src: url("https://use.typekit.net/af/7cc641/00000000000000007735e60b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
/* 192  */     url("https://use.typekit.net/af/7cc641/00000000000000007735e60b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
/* 193  */     url("https://use.typekit.net/af/7cc641/00000000000000007735e60b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
/* 194  */   font-display: auto;
/* 195  */   font-style: normal;
/* 196  */   font-weight: 700;
/* 197  */   font-stretch: normal;
/* 198  */ }
/* 199  */
/* 200  */ @font-face {

/* style.css */

/* 201  */   font-family: "proxima-nova-extra-condensed";
/* 202  */   src: url("https://use.typekit.net/af/6a4fa5/00000000000000007735e629/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
/* 203  */     url("https://use.typekit.net/af/6a4fa5/00000000000000007735e629/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
/* 204  */     url("https://use.typekit.net/af/6a4fa5/00000000000000007735e629/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
/* 205  */   font-display: auto;
/* 206  */   font-style: italic;
/* 207  */   font-weight: 400;
/* 208  */   font-stretch: normal;
/* 209  */ }
/* 210  */
/* 211  */ @font-face {
/* 212  */   font-family: "proxima-nova-extra-condensed";
/* 213  */   src: url("https://use.typekit.net/af/4c1fee/00000000000000007735e620/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
/* 214  */     url("https://use.typekit.net/af/4c1fee/00000000000000007735e620/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
/* 215  */     url("https://use.typekit.net/af/4c1fee/00000000000000007735e620/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
/* 216  */   font-display: auto;
/* 217  */   font-style: normal;
/* 218  */   font-weight: 400;
/* 219  */   font-stretch: normal;
/* 220  */ }
/* 221  */
/* 222  */ .tk-proxima-nova {
/* 223  */   font-family: "proxima-nova", sans-serif;
/* 224  */ }
/* 225  */
/* 226  */ .tk-proxima-nova-extra-condensed {
/* 227  */   font-family: "proxima-nova-extra-condensed", sans-serif;
/* 228  */ }
/* 229  */
/* 230  */ body {
/* 231  */   font-family: "proxima-nova" !important;
/* 232  */   letter-spacing: -0.02em !important;
/* 233  */ }
/* 234  */
/* 235  */ a {
/* 236  */   color: #0400CC;
/* 237  */   text-decoration: underline;
/* 238  */ }
/* 239  */
/* 240  */ /*remove this later start*/
/* 241  */ .home .otg-homepage-head-title {
/* 242  */   font-family: "proxima-nova", sans-serif !important;
/* 243  */   font-style: normal !important;
/* 244  */   font-weight: 900 !important;
/* 245  */   font-size: 128px !important;
/* 246  */   line-height: 82.8% !important;
/* 247  */   text-align: center !important;
/* 248  */   margin: 0 !important;
/* 249  */   letter-spacing: 0.02em !important;
/* 250  */ }

/* style.css */

/* 251  */
/* 252  */ .otg-header-banner-bg-overlay .otg-homepage-head-title {
/* 253  */   letter-spacing: 0.02em !important;
/* 254  */ }
/* 255  */
/* 256  */ .otg-homepage-head-title {
/* 257  */   font-family: "proxima-nova", sans-serif !important;
/* 258  */   letter-spacing: -0.02em !important;
/* 259  */   line-height: 96px !important;
/* 260  */ }
/* 261  */
/* 262  */ /*remove this later end*/
/* 263  */ .home .otg-homepage-head-title h1 {
/* 264  */   font-family: "proxima-nova", sans-serif !important;
/* 265  */   font-style: normal !important;
/* 266  */   font-weight: 900 !important;
/* 267  */   font-size: 128px !important;
/* 268  */   line-height: 82.8% !important;
/* 269  */   text-align: center !important;
/* 270  */   margin: 0 !important;
/* 271  */   letter-spacing: 0.02em !important;
/* 272  */ }
/* 273  */
/* 274  */ .otg-header-banner-bg-overlay .otg-homepage-head-title h1 {
/* 275  */   letter-spacing: 0.02em !important;
/* 276  */ }
/* 277  */
/* 278  */ .otg-homepage-head-title h1 {
/* 279  */   font-family: "proxima-nova", sans-serif !important;
/* 280  */   letter-spacing: -0.02em !important;
/* 281  */   line-height: 96px !important;
/* 282  */   font-size: 96px !important;
/* 283  */   font-weight: 900 !important;
/* 284  */ }
/* 285  */
/* 286  */ .otg-homepage-news-section-title {
/* 287  */   font-family: "proxima-nova", sans-serif !important;
/* 288  */   font-style: normal !important;
/* 289  */   font-weight: 900 !important;
/* 290  */   font-size: 128px !important;
/* 291  */   line-height: 91.8% !important;
/* 292  */   text-align: center !important;
/* 293  */   margin: 0 !important;
/* 294  */   letter-spacing: 0.02em !important;
/* 295  */ }
/* 296  */
/* 297  */ .otg-section-title h2 {
/* 298  */   font-family: "proxima-nova" !important;
/* 299  */   font-style: normal !important;
/* 300  */   font-weight: 700 !important;

/* style.css */

/* 301  */   font-size: 48px !important;
/* 302  */   line-height: 106.8% !important;
/* 303  */ }
/* 304  */
/* 305  */ .otg-home-three-column-section {
/* 306  */   font-family: "proxima-nova" !important;
/* 307  */   font-style: normal !important;
/* 308  */   font-weight: 400 !important;
/* 309  */   font-size: 20px !important;
/* 310  */   line-height: 149.8% !important;
/* 311  */ }
/* 312  */
/* 313  */ .otg-section-content p,
/* 314  */ .otg-section-content ul {
/* 315  */   font-family: "proxima-nova" !important;
/* 316  */   font-style: normal !important;
/* 317  */   font-weight: 400 !important;
/* 318  */   font-size: 20px !important;
/* 319  */   line-height: 149.8% !important;
/* 320  */   margin-bottom: 35px !important;
/* 321  */   letter-spacing: -0.02em;
/* 322  */   color: #0E0E0E;
/* 323  */ }
/* 324  */
/* 325  */ .otg-section-content p:last-child {
/* 326  */   /* margin-bottom: 45px !important;*/
/* 327  */   margin-bottom: 0px !important;
/* 328  */ }
/* 329  */
/* 330  */ .otg-button {
/* 331  */   font-size: 20px !important;
/* 332  */   font-weight: 700 !important;
/* 333  */   letter-spacing: 0.12em !important;
/* 334  */   line-height: 21.36px !important;
/* 335  */   padding: 18px 42px !important;
/* 336  */   border-radius: 2px !important;
/* 337  */   letter-spacing: 0.12em !important;
/* 338  */   border-color: #fd4f00 !important;
/* 339  */   background: #fd4f00 !important;
/* 340  */   color: #fff !important;
/* 341  */ }
/* 342  */
/* 343  */ .otg-button:focus-visible,
/* 344  */ .otg-contact-code-block .fsSubmitButton:focus-visible,
/* 345  */ .otg-diversity-form .fsSubmitButton:focus-visible,
/* 346  */ .otg-home-seemore-btn:focus-visible,
/* 347  */ .otg-location-carousel-invert .slick-next:focus-visible,
/* 348  */ .otg-location-carousel-invert .slick-prev:focus-visible,
/* 349  */ .slick-dots li button:focus-visible:before,
/* 350  */ lite-vimeo>.ltv-playbtn:focus-visible,

/* style.css */

/* 351  */ .flex-nav-next .flex-next:focus-visible,
/* 352  */ .flex-nav-prev .flex-prev:focus-visible,
/* 353  */ .flex-control-nav li a:focus-visible,
/* 354  */ .otg-press-pg-skip-content:focus-visible div,
/* 355  */ .otg-custom-tag-play-btn:focus-visible,
/* 356  */ input:focus-visible {
/* 357  */   /*outline: 2px solid #000000 !important;*/
/* 358  */   outline: 2px solid blue !important;
/* 359  */ }
/* 360  */
/* 361  */ .fsRowBody input[type=text]:focus-visible,
/* 362  */ .fsRowBody input[type=email]:focus-visible,
/* 363  */ .fsRowBody input[type=number]:focus-visible,
/* 364  */ .fsRowBody input[type=tel]:focus-visible,
/* 365  */ .fsForm select:focus-visible,
/* 366  */ .otg-contact-code-block textarea.fsRequired:focus-visible,
/* 367  */ .otg-contact-code-block .fsForm textarea.fsField:focus-visible,
/* 368  */ .otg-diversity-form textarea.fsField:focus-visible,
/* 369  */ .fsRowBody input[type=checkbox]:focus-visible,
/* 370  */ .otg-contact-code-block input[type=checkbox]:focus-visible,
/* 371  */ .fsRowBody input[type=radio]:focus-visible,
/* 372  */ .otg-contact-code-block input[type=radio]:focus-visible {
/* 373  */   outline: 2px solid blue !important;
/* 374  */ }
/* 375  */
/* 376  */ #otg-header-logo-title,
/* 377  */ #otg-footer-logo-title {
/* 378  */   overflow: visible !important;
/* 379  */ }
/* 380  */
/* 381  */ #toTop:focus-visible {
/* 382  */   outline: 2px solid blue !important;
/* 383  */ }
/* 384  */
/* 385  */ :focus-visible {
/* 386  */   outline: 2px solid blue !important;
/* 387  */ }
/* 388  */
/* 389  */ @supports not selector(:focus-visible) {
/* 390  */
/* 391  */   .otg-location-carousel-invert .slick-next:focus,
/* 392  */   .otg-location-carousel-invert .slick-prev:focus,
/* 393  */   .slick-dots li button:focus:before,
/* 394  */   lite-vimeo>.ltv-playbtn:focus,
/* 395  */   .flex-nav-next .flex-next:focus,
/* 396  */   .flex-nav-prev .flex-prev:focus,
/* 397  */   .flex-control-nav li a:focus,
/* 398  */   .otg-press-pg-skip-content:focus div,
/* 399  */   #toTop:focus {
/* 400  */     outline: 2px solid blue !important;

/* style.css */

/* 401  */     outline-offset: 3px !important;
/* 402  */   }
/* 403  */
/* 404  */   .otg-button:focus,
/* 405  */   .otg-home-seemore-btn:focus,
/* 406  */   .otg-custom-tag-play-btn:focus,
/* 407  */   .otg-contact-code-block .fsSubmitButton:focus {
/* 408  */     outline: 0 !important;
/* 409  */     border: 2px solid blue !important;
/* 410  */   }
/* 411  */
/* 412  */   .fsRowBody input[type=text]:focus,
/* 413  */   .fsRowBody input[type=email]:focus,
/* 414  */   .fsRowBody input[type=number]:focus,
/* 415  */   .fsRowBody input[type=tel]:focus,
/* 416  */   .fsForm select:focus,
/* 417  */   .fsForm textarea.fsRequired:focus,
/* 418  */   .otg-contact-code-block textarea.fsField:focus,
/* 419  */   .fsRowBody input[type=checkbox]:focus,
/* 420  */   .otg-contact-code-block input[type=checkbox]:focus,
/* 421  */   .otg-contact-code-block input[type=radio]:focus,
/* 422  */   .fsRowBody input[type=radio]:focus,
/* 423  */   .select-selected:focus {
/* 424  */     outline: 2px solid blue !important;
/* 425  */     outline-offset: 0 !important;
/* 426  */   }
/* 427  */
/* 428  */   *:focus {
/* 429  */     outline: 2px solid blue !important;
/* 430  */     outline-offset: 3px !important;
/* 431  */   }
/* 432  */
/* 433  */ }
/* 434  */
/* 435  */ .otg-header .otg-main-logo a {
/* 436  */   display: block;
/* 437  */   display: inline-block;
/* 438  */   z-index: 1;
/* 439  */   /* overflow: hidden;*/
/* 440  */   position: relative;
/* 441  */   vertical-align: middle;
/* 442  */   max-width: 100%;
/* 443  */   line-height: 1;
/* 444  */   transition: none !important;
/* 445  */ }
/* 446  */
/* 447  */ .slick-slide div a {
/* 448  */   float: left;
/* 449  */ }
/* 450  */

/* style.css */

/* 451  */ .wp-block-button__link {
/* 452  */   font-size: 20px !important;
/* 453  */   font-weight: 700 !important;
/* 454  */   letter-spacing: 0.12em !important;
/* 455  */   line-height: 21.36px !important;
/* 456  */   padding: 18px 42px !important;
/* 457  */   border-radius: 2px !important;
/* 458  */   letter-spacing: 0.12em !important;
/* 459  */   background: #fd4f00;
/* 460  */   border-color: #fd4f00;
/* 461  */   color: #fff !important;
/* 462  */   border: 1px solid #fd4f00;
/* 463  */   text-transform: uppercase;
/* 464  */ }
/* 465  */
/* 466  */ .otg-button span {
/* 467  */   color: #fff !important;
/* 468  */ }
/* 469  */
/* 470  */ .otg-button:hover,
/* 471  */ .otg-contact-code-block .fsSubmitButton:hover {
/* 472  */   border-color: #000000 !important;
/* 473  */   background: #fff !important;
/* 474  */   color: #000 !important;
/* 475  */ }
/* 476  */
/* 477  */ .otg-button:hover span {
/* 478  */   color: #000 !important;
/* 479  */ }
/* 480  */
/* 481  */ .flex-direction-nav a {
/* 482  */   overflow: visible !important;
/* 483  */ }
/* 484  */
/* 485  */ .wp-block-button {
/* 486  */   display: flex !important;
/* 487  */   justify-content: center;
/* 488  */   margin-top: 20px;
/* 489  */   margin-bottom: 20px;
/* 490  */ }
/* 491  */
/* 492  */ .wp-block-button__link:hover {
/* 493  */   color: #000 !important;
/* 494  */   background: #fff;
/* 495  */   border-color: #000;
/* 496  */   border: 1px solid #000;
/* 497  */ }
/* 498  */
/* 499  */ .otg-section-content p strong,
/* 500  */ .otg-preflight-inner-content p strong {

/* style.css */

/* 501  */   font-size: 24px;
/* 502  */   line-height: 36px;
/* 503  */   color: #0E0E0E !important;
/* 504  */ }
/* 505  */
/* 506  */ .otg-text-white,
/* 507  */ a.otg-text-white:hover {
/* 508  */   color: #fff;
/* 509  */ }
/* 510  */
/* 511  */ .otg-hidden, .fsHiddenField {
/* 512  */   display: none !important;
/* 513  */ }
/* 514  */
/* 515  */ .fusion-carousel-border .fusion-image-wrapper {
/* 516  */   border: none !important;
/* 517  */ }
/* 518  */
/* 519  */ span.otg-video-play-icon-div {
/* 520  */   position: absolute;
/* 521  */   top: 50%;
/* 522  */   left: 50%;
/* 523  */   cursor: pointer;
/* 524  */ }
/* 525  */
/* 526  */ .fusion-text.fusion-text-1,
/* 527  */ .fusion-text.fusion-text-1 p {
/* 528  */   margin: 0 !important;
/* 529  */ }
/* 530  */
/* 531  */ .vp-controls-wrapper {
/* 532  */   display: none;
/* 533  */ }
/* 534  */
/* 535  */ /* Preloader style start */
/* 536  */ #otg-preloader {
/* 537  */   position: fixed;
/* 538  */   background: #2b2b2b;
/* 539  */   top: 0;
/* 540  */   left: 0;
/* 541  */   width: 100%;
/* 542  */   height: 100%;
/* 543  */   z-index: 999;
/* 544  */ }
/* 545  */
/* 546  */ #otg-loader {
/* 547  */   display: block;
/* 548  */   position: relative;
/* 549  */   left: 50%;
/* 550  */   top: 50%;

/* style.css */

/* 551  */   width: 150px;
/* 552  */   height: 150px;
/* 553  */   margin: -75px 0 0 -75px;
/* 554  */   border-radius: 50%;
/* 555  */   border: 3px solid transparent;
/* 556  */   border-top-color: #fd4f00;
/* 557  */   -webkit-animation: spin 2s linear infinite;
/* 558  */   animation: spin 2s linear infinite;
/* 559  */ }
/* 560  */
/* 561  */ #otg-loader:before {
/* 562  */   content: "";
/* 563  */   position: absolute;
/* 564  */   top: 5px;
/* 565  */   left: 5px;
/* 566  */   right: 5px;
/* 567  */   bottom: 5px;
/* 568  */   border-radius: 50%;
/* 569  */   border: 3px solid transparent;
/* 570  */   border-top-color: #fd4f00;
/* 571  */   -webkit-animation: spin 3s linear infinite;
/* 572  */   animation: spin 3s linear infinite;
/* 573  */ }
/* 574  */
/* 575  */ #otg-loader:after {
/* 576  */   content: "";
/* 577  */   position: absolute;
/* 578  */   top: 15px;
/* 579  */   left: 15px;
/* 580  */   right: 15px;
/* 581  */   bottom: 15px;
/* 582  */   border-radius: 50%;
/* 583  */   border: 3px solid transparent;
/* 584  */   border-top-color: #fd4f00;
/* 585  */   -webkit-animation: spin 1.5s linear infinite;
/* 586  */   animation: spin 1.5s linear infinite;
/* 587  */ }
/* 588  */
/* 589  */ @-webkit-keyframes spin {
/* 590  */   0% {
/* 591  */     -webkit-transform: rotate(0deg);
/* 592  */     -ms-transform: rotate(0deg);
/* 593  */     transform: rotate(0deg);
/* 594  */   }
/* 595  */
/* 596  */   100% {
/* 597  */     -webkit-transform: rotate(360deg);
/* 598  */     -ms-transform: rotate(360deg);
/* 599  */     transform: rotate(360deg);
/* 600  */   }

/* style.css */

/* 601  */ }
/* 602  */
/* 603  */ @keyframes spin {
/* 604  */   0% {
/* 605  */     -webkit-transform: rotate(0deg);
/* 606  */     -ms-transform: rotate(0deg);
/* 607  */     transform: rotate(0deg);
/* 608  */   }
/* 609  */
/* 610  */   100% {
/* 611  */     -webkit-transform: rotate(360deg);
/* 612  */     -ms-transform: rotate(360deg);
/* 613  */     transform: rotate(360deg);
/* 614  */   }
/* 615  */ }
/* 616  */
/* 617  */ /*#otg-loader {
/* 618  *|   display: block;
/* 619  *|   position: relative;
/* 620  *|   left: 50%;
/* 621  *|   top: 50%;
/* 622  *|   width: 150px;
/* 623  *|   height: 150px;
/* 624  *|   margin: -75px 0 0 -75px;
/* 625  *|   border-radius: 50%;
/* 626  *|   border: 3px solid transparent;
/* 627  *|   border-top-color: #fd4f00;
/* 628  *|   -webkit-animation: spin 2s linear infinite;
/* 629  *|   animation: spin 2s linear infinite;
/* 630  *| }
/* 631  *| #otg-loader:before {
/* 632  *|   content: "";
/* 633  *|   position: absolute;
/* 634  *|   top: 5px;
/* 635  *|   left: 5px;
/* 636  *|   right: 5px;
/* 637  *|   bottom: 5px;
/* 638  *|   border-radius: 50%;
/* 639  *|   border: 3px solid transparent;
/* 640  *|   border-top-color: #fd4f00;
/* 641  *|   -webkit-animation: spin 3s linear infinite;
/* 642  *|   animation: spin 3s linear infinite;
/* 643  *| }
/* 644  *| #otg-loader:after {
/* 645  *|   content: "";
/* 646  *|   position: absolute;
/* 647  *|   top: 15px;
/* 648  *|   left: 15px;
/* 649  *|   right: 15px;
/* 650  *|   bottom: 15px;

/* style.css *|

/* 651  *|   border-radius: 50%;
/* 652  *|   border: 3px solid transparent;
/* 653  *|   border-top-color: #fd4f00;
/* 654  *|   -webkit-animation: spin 1.5s linear infinite;
/* 655  *|   animation: spin 1.5s linear infinite;
/* 656  *| }
/* 657  *| @-webkit-keyframes spin {
/* 658  *|   0% {
/* 659  *|     -webkit-transform: rotate(0deg);
/* 660  *|     -ms-transform: rotate(0deg);
/* 661  *|     transform: rotate(0deg);
/* 662  *|   }
/* 663  *|   100% {
/* 664  *|     -webkit-transform: rotate(360deg);
/* 665  *|     -ms-transform: rotate(360deg);
/* 666  *|     transform: rotate(360deg);
/* 667  *|   }
/* 668  *| }
/* 669  *| @keyframes spin {
/* 670  *|   0% {
/* 671  *|     -webkit-transform: rotate(0deg);
/* 672  *|     -ms-transform: rotate(0deg);
/* 673  *|     transform: rotate(0deg);
/* 674  *|   }
/* 675  *|   100% {
/* 676  *|     -webkit-transform: rotate(360deg);
/* 677  *|     -ms-transform: rotate(360deg);
/* 678  *|     transform: rotate(360deg);
/* 679  *|   }
/* 680  *| }*/
/* 681  */ /* Preloader style end */
/* 682  */
/* 683  */ ul#menu-otg-footer-menu li {
/* 684  */   font-size: 16px;
/* 685  */ }
/* 686  */
/* 687  */ ul#menu-otg-footer-menu li a span.menu-text,
/* 688  */ .otg-footer-menu-wrapper ul li a.otg-text-white,
/* 689  */ .otg-footer-copyright-wrapper p {
/* 690  */   font-weight: 500;
/* 691  */   font-size: 16px;
/* 692  */   letter-spacing: -0.02em;
/* 693  */   color: #FFFFFF;
/* 694  */ }
/* 695  */
/* 696  */ .otg-footer-copyright-wrapper p {
/* 697  */   line-height: 14px;
/* 698  */ }
/* 699  */
/* 700  */ .fusion-form-form-wrapper .fusion-form-field.rate_radio_button {

/* style.css */

/* 701  */   margin: 0 !important;
/* 702  */ }
/* 703  */
/* 704  */ /* slick slider styles */
/* 705  */ .slider {
/* 706  */   overflow: visible !important;
/* 707  */ }
/* 708  */
/* 709  */ .slick-dots {
/* 710  */   bottom: -30px !important;
/* 711  */ }
/* 712  */
/* 713  */ .slick-dots li.slick-active button:before {
/* 714  */   color: #fff !important;
/* 715  */ }
/* 716  */
/* 717  */ .slick-dots li button::before {
/* 718  */   color: #fff !important;
/* 719  */ }
/* 720  */
/* 721  */ .slick-dots li {
/* 722  */   margin: 0;
/* 723  */ }
/* 724  */
/* 725  */ .slick-slide {
/* 726  */   position: relative;
/* 727  */ }
/* 728  */
/* 729  */ .slick-list {
/* 730  */   padding: 0 150px !important;
/* 731  */ }
/* 732  */
/* 733  */ .slick-slide img {
/* 734  */   width: 100%;
/* 735  */   object-fit: cover;
/* 736  */   /*height: auto;*/
/* 737  */   height: calc(100vh - 285px);
/* 738  */   aspect-ratio: 378/578;
/* 739  */ }
/* 740  */
/* 741  */ .otg-crewmember-carousel .slick-slide img {
/* 742  */   aspect-ratio: auto;
/* 743  */ }
/* 744  */
/* 745  */ .slick-slide .carousel-img::after {
/* 746  */   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.42%, #000000 100%);
/* 747  */   content: "";
/* 748  */   content: "";
/* 749  */   height: 100%;
/* 750  */   width: 100%;

/* style.css */

/* 751  */   position: absolute;
/* 752  */   left: 0;
/* 753  */   top: 0;
/* 754  */ }
/* 755  */
/* 756  */ .carousel-img p {
/* 757  */   z-index: 1;
/* 758  */   line-height: 30px;
/* 759  */ }
/* 760  */
/* 761  */ /*.slick-slide p {
/* 762  *|   position: absolute;
/* 763  *|   bottom: 0;
/* 764  *|   left: 24px;
/* 765  *| }*/
/* 766  */ .slick-next,
/* 767  */ .flex-nav-next .flex-next {
/* 768  */   right: 43px !important;
/* 769  */   /*right: 2% !important;*/
/* 770  */   z-index: 999 !important;
/* 771  */ }
/* 772  */
/* 773  */ .slick-prev,
/* 774  */ .flex-nav-prev .flex-prev {
/* 775  */   left: 43px !important;
/* 776  */   /*left: 2% !important;*/
/* 777  */   z-index: 999 !important;
/* 778  */ }
/* 779  */
/* 780  */ .slick-slide {
/* 781  */   margin-left: 5px;
/* 782  */   margin-right: 5px;
/* 783  */ }
/* 784  */
/* 785  */ .otg-location-carousel.fusion-layout-column {
/* 786  */   justify-content: center;
/* 787  */ }
/* 788  */
/* 789  */ .otg-location-carousel h2,
/* 790  */ .otg-arrow-doodle h2,
/* 791  */ .otg-smiley-doodle h2 span,
/* 792  */ .otg-bottom-doodle h2 span,
/* 793  */ .otg-center-doodle h2 span,
/* 794  */ .otg-top-doodle-cibo h2 span,
/* 795  */ .otg-tech-section-doodle-1,
/* 796  */ .otg-tech-section-doodle-2,
/* 797  */ .otg-bottom-doubleLine-doodle h2 span {
/* 798  */   position: relative;
/* 799  */   display: inline-block;
/* 800  */ }

/* style.css */

/* 801  */
/* 802  */ .otg-top-left-doodle,
/* 803  */ .otg-top-left-new-doodle {
/* 804  */   position: relative;
/* 805  */   display: inline;
/* 806  */ }
/* 807  */
/* 808  */ .otg-form-container{
/* 809  */ 	overflow: hidden;
/* 810  */ }
/* 811  */
/* 812  */
/* 813  */ #formstack-iframe {
/* 814  */   width: 100%;
/* 815  */   border: none;
/* 816  */   overflow: hidden;
/* 817  */   display: block;
/* 818  */   margin-top: -70px ;
/* 819  */ }
/* 820  */
/* 821  */ .otg-form-otgexp_com_general_inquiry .otg-form-iframe {
/* 822  */ 	 height: 1005px;
/* 823  */ }
/* 824  */
/* 825  */ .otg-form-otgexp_com_feedback{
/* 826  */ 	background: #ffffff;
/* 827  */     margin-bottom: 100px;
/* 828  */ }
/* 829  */ .otg-form-otgexp_com_feedback .otg-form-iframe {
/* 830  */ 	height: 1700px;
/* 831  */ 	margin-bottom: -145px;
/* 832  */ }
/* 833  */
/* 834  */ .otg-form-refund_request  #formstack-iframe {
/* 835  */     margin-top: -110px;
/* 836  */ }
/* 837  */
/* 838  */ .otg-form-refund_request .otg-form-iframe {
/* 839  */ 	height: 1700px;
/* 840  */ }
/* 841  */
/* 842  */ .otg-form-receipt_request #formstack-iframe  {
/* 843  */ 	margin-top: -110px;
/* 844  */ }
/* 845  */
/* 846  */ .otg-form-receipt_request .otg-form-iframe {
/* 847  */ 	height: 1450px;
/* 848  */ }
/* 849  */
/* 850  */

/* style.css */

/* 851  */ .otg-form-flo_request_copy #formstack-iframe  {
/* 852  */ 	margin-top: -110px;
/* 853  */ }
/* 854  */
/* 855  */ .otg-form-flo_request_copy .otg-form-iframe {
/* 856  */ 	height: 1195px;
/* 857  */ }
/* 858  */
/* 859  */ .otg-form-otgexp_com_press_inquiry #formstack-iframe  {
/* 860  */ 	margin-top: -70px;
/* 861  */ }
/* 862  */
/* 863  */ .otg-form-otgexp_com_press_inquiry .otg-form-iframe {
/* 864  */ 	height: 1280px;
/* 865  */ }
/* 866  */
/* 867  */ /*.otg-location-carousel h2::after{
/* 868  *|   width: 50%;
/* 869  *|     top: auto;
/* 870  *|     bottom: -15px;
/* 871  *|     content: "";
/* 872  *|     position: absolute;
/* 873  *|     height: 2px;
/* 874  *|     z-index: 1;
/* 875  *|     left: 0;
/* 876  *|     right: 0;
/* 877  *|     margin-left: auto;
/* 878  *|     margin-right: auto;
/* 879  *|     background: rgba(255, 255, 255, 0.28);
/* 880  *|     display: flex;
/* 881  *| }*/
/* 882  */ .slick-next:before,
/* 883  */ .slick-prev:before {
/* 884  */   display: none;
/* 885  */ }
/* 886  */
/* 887  */ .slick-next,
/* 888  */ .flex-nav-next .flex-next {
/* 889  */   background-image: url("/wp-content/themes/Avada-child/assets/images/prev-round.png") !important;
/* 890  */   background-repeat: no-repeat !important;
/* 891  */   background-position: center center !important;
/* 892  */   height: 50px !important;
/* 893  */   width: 50px !important;
/* 894  */   cursor: pointer;
/* 895  */   transform: translate(0, -50%) rotate(180deg) !important;
/* 896  */   -webkit-transform: translate(0, -50%) rotate(180deg) !important;
/* 897  */ }
/* 898  */
/* 899  */ .slick-prev,
/* 900  */ .flex-nav-prev .flex-prev {

/* style.css */

/* 901  */   background-image: url("/wp-content/themes/Avada-child/assets/images/prev-round.png") !important;
/* 902  */   background-repeat: no-repeat !important;
/* 903  */   background-position: center center !important;
/* 904  */   height: 50px !important;
/* 905  */   width: 50px !important;
/* 906  */   cursor: pointer;
/* 907  */ }
/* 908  */
/* 909  */ .slick-next:hover,
/* 910  */ .flex-nav-next .flex-next:hover {
/* 911  */   background-image: url("/wp-content/themes/Avada-child/assets/images/prev-round-hover.png") !important;
/* 912  */   transform: translate(0, -50%) rotate(180deg);
/* 913  */   -webkit-transform: translate(0, -50%) rotate(180deg);
/* 914  */ }
/* 915  */
/* 916  */ .slick-prev:hover,
/* 917  */ .flex-nav-prev .flex-prev:hover {
/* 918  */   background-image: url("/wp-content/themes/Avada-child/assets/images/prev-round-hover.png") !important;
/* 919  */ }
/* 920  */
/* 921  */ .slick-dots li {
/* 922  */   width: 8px !important;
/* 923  */   height: 8px !important;
/* 924  */   margin: 0 3px !important;
/* 925  */ }
/* 926  */
/* 927  */ .otg-location-carousel .slick-dots {
/* 928  */   bottom: -55px !important;
/* 929  */ }
/* 930  */
/* 931  */ .otg-location-carousel .slick-dotted.slick-slider {
/* 932  */   margin-top: 10px;
/* 933  */ }
/* 934  */
/* 935  */ .otg-homepage-video {
/* 936  */   max-width: 100% !important;
/* 937  */   max-height: 100% !important;
/* 938  */   /*max-height: 800px !important;*/
/* 939  */ }
/* 940  */
/* 941  */ lite-vimeo>.ltv-playbtn {
/* 942  */   background: transparent !important;
/* 943  */   width: 90px !important;
/* 944  */   height: 90px !important;
/* 945  */ }
/* 946  */
/* 947  */ lite-vimeo>.ltv-playbtn::after {
/* 948  */   content: "";
/* 949  */   background-image: url("/wp-content/themes/Avada-child/assets/images/playBtn.png") !important;
/* 950  */   background-repeat: no-repeat !important;

/* style.css */

/* 951  */   background-position: center center !important;
/* 952  */   height: 78px !important;
/* 953  */   width: 78px !important;
/* 954  */   opacity: 1 !important;
/* 955  */   display: block;
/* 956  */   cursor: pointer;
/* 957  */ }
/* 958  */
/* 959  */ lite-vimeo:hover>.ltv-playbtn {
/* 960  */   background: transparent !important;
/* 961  */ }
/* 962  */
/* 963  */ lite-vimeo>.ltv-playbtn::before {
/* 964  */   display: none;
/* 965  */ }
/* 966  */
/* 967  */ .otg-tech-video .video-wrapper,
/* 968  */ .otg-tech-video video {
/* 969  */   position: relative;
/* 970  */   overflow: visible !important;
/* 971  */ }
/* 972  */
/* 973  */ .otg-tech-video .otg-custom-tag-play-btn {
/* 974  */   position: absolute;
/* 975  */   top: 50%;
/* 976  */   left: 50%;
/* 977  */   transform: translate(-50%, -50%);
/* 978  */   z-index: 1;
/* 979  */   border-radius: 0.5em;
/* 980  */   transition: all .2s cubic-bezier(0, 0, .2, 1);
/* 981  */   outline: 0;
/* 982  */   border: 0;
/* 983  */   cursor: pointer;
/* 984  */   background: transparent !important;
/* 985  */   padding: 0;
/* 986  */   margin: 0 !important;
/* 987  */   overflow: visible !important;
/* 988  */ }
/* 989  */
/* 990  */ .otg-tech-video .otg-custom-tag-play-btn:after {
/* 991  */   content: "";
/* 992  */   background-image: url("/wp-content/themes/Avada-child/assets/images/playBtn.png") !important;
/* 993  */   background-repeat: no-repeat !important;
/* 994  */   background-position: center center !important;
/* 995  */   height: 120px !important;
/* 996  */   width: 120px !important;
/* 997  */   opacity: 1 !important;
/* 998  */   display: block;
/* 999  */   /*position: absolute;
/* 1000 *|   top: 50%;

/* style.css *|

/* 1001 *|   left: 50%;
/* 1002 *|   transform: translate(-50%, -50%);*/
/* 1003 */   cursor: pointer;
/* 1004 */   z-index: 99999999999 !important;
/* 1005 */   background-size: contain;
/* 1006 */   overflow: visible !important;
/* 1007 */ }
/* 1008 */
/* 1009 */ .otg-footer-sub-title p {
/* 1010 */   line-height: 21px;
/* 1011 */   letter-spacing: 0.1em;
/* 1012 */   font-size: 14px;
/* 1013 */   font-weight: 700;
/* 1014 */   font-family: "proxima-nova" !important;
/* 1015 */ }
/* 1016 */
/* 1017 */ .otg-section-content {
/* 1018 */   margin-right: 43px;
/* 1019 */   /*margin-right: 57px;*/
/* 1020 */ }
/* 1021 */
/* 1022 */ .otg-section-title h2,
/* 1023 */ .otg-section-title {
/* 1024 */   font-size: 48px !important;
/* 1025 */   font-weight: 800 !important;
/* 1026 */   line-height: 53px !important;
/* 1027 */ }
/* 1028 */
/* 1029 */ .otg-doodle h2 span {
/* 1030 */   position: relative;
/* 1031 */   display: inline-block;
/* 1032 */ }
/* 1033 */
/* 1034 */ .otg-doodle h2 span::after {
/* 1035 */   content: "";
/* 1036 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Underline_01.svg") !important;
/* 1037 */   background-repeat: no-repeat !important;
/* 1038 */   display: flex;
/* 1039 */   height: 100%;
/* 1040 */   width: 100%;
/* 1041 */   position: absolute;
/* 1042 */   z-index: 1;
/* 1043 */   background-size: 100%;
/* 1044 */   margin-top: 5px;
/* 1045 */ }
/* 1046 */
/* 1047 */ .otg-top-doodle h2::before {
/* 1048 */   content: "";
/* 1049 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Highlight_01.svg") !important;
/* 1050 */   background-repeat: no-repeat !important;

/* style.css */

/* 1051 */   display: flex;
/* 1052 */   height: 35px;
/* 1053 */   width: 35px;
/* 1054 */   position: absolute;
/* 1055 */   z-index: 1;
/* 1056 */   right: -30px;
/* 1057 */   top: -15px;
/* 1058 */ }
/* 1059 */
/* 1060 */ .otg-center-doodle h2 span::after {
/* 1061 */   content: "";
/* 1062 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Highlight_02.svg") !important;
/* 1063 */   background-repeat: no-repeat !important;
/* 1064 */   display: flex;
/* 1065 */   height: 37px;
/* 1066 */   width: 100%;
/* 1067 */   top: -35px;
/* 1068 */   position: absolute;
/* 1069 */   z-index: 1;
/* 1070 */   background-size: contain;
/* 1071 */ }
/* 1072 */
/* 1073 */ .otg-bottom-doodle h2 span::after {
/* 1074 */   content: "";
/* 1075 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Underline_02.svg") !important;
/* 1076 */   background-repeat: no-repeat !important;
/* 1077 */   display: flex;
/* 1078 */   height: 20px;
/* 1079 */   width: 100%;
/* 1080 */   position: absolute;
/* 1081 */   z-index: 1;
/* 1082 */   background-size: contain;
/* 1083 */   bottom: -20px;
/* 1084 */ }
/* 1085 */
/* 1086 */ .otg-bottom-doubleLine-doodle h2 span::after {
/* 1087 */   content: "";
/* 1088 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Underline_03.svg") !important;
/* 1089 */   background-repeat: no-repeat !important;
/* 1090 */   display: flex;
/* 1091 */   height: 20px;
/* 1092 */   width: 100%;
/* 1093 */   position: absolute;
/* 1094 */   z-index: 1;
/* 1095 */   background-size: contain;
/* 1096 */   bottom: -20px;
/* 1097 */ }
/* 1098 */
/* 1099 */ .otg-smiley-doodle h2::after {
/* 1100 */   content: "";

/* style.css */

/* 1101 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Smiley.svg") !important;
/* 1102 */   background-repeat: no-repeat !important;
/* 1103 */   display: inline;
/* 1104 */   height: 45px;
/* 1105 */   width: 45px;
/* 1106 */   position: absolute;
/* 1107 */   z-index: 1;
/* 1108 */   margin-left: 8px;
/* 1109 */   margin-top: 8px;
/* 1110 */ }
/* 1111 */
/* 1112 */ .otg-smiley-doodle-support h2::after {
/* 1113 */   margin-left: 12px;
/* 1114 */   margin-top: 12px;
/* 1115 */ }
/* 1116 */
/* 1117 */ .otg-arrow-doodle h2::before {
/* 1118 */   content: "";
/* 1119 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Arrow_01.svg") !important;
/* 1120 */   background-repeat: no-repeat !important;
/* 1121 */   display: flex;
/* 1122 */   height: 94px;
/* 1123 */   width: 94px;
/* 1124 */   position: absolute;
/* 1125 */   z-index: 1;
/* 1126 */   right: -90px;
/* 1127 */   top: -40px;
/* 1128 */ }
/* 1129 */
/* 1130 */ .otg-top-left-doodle::before {
/* 1131 */   content: "";
/* 1132 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Highlight_03.svg") !important;
/* 1133 */   background-repeat: no-repeat !important;
/* 1134 */   display: flex;
/* 1135 */   height: 35px;
/* 1136 */   width: 35px;
/* 1137 */   position: absolute;
/* 1138 */   z-index: 1;
/* 1139 */   left: -25px;
/* 1140 */   top: -15px;
/* 1141 */ }
/* 1142 */
/* 1143 */ .otg-top-left-new-doodle::before {
/* 1144 */   content: "";
/* 1145 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Highlight_04.svg") !important;
/* 1146 */   background-repeat: no-repeat !important;
/* 1147 */   display: flex;
/* 1148 */   height: 54px;
/* 1149 */   width: 48px;
/* 1150 */   position: absolute;

/* style.css */

/* 1151 */   z-index: 1;
/* 1152 */   left: -25px;
/* 1153 */   top: -25px;
/* 1154 */ }
/* 1155 */
/* 1156 */ .otg-top-doodle-cibo h2 span::before {
/* 1157 */   content: "";
/* 1158 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Highlight_01.svg") !important;
/* 1159 */   background-repeat: no-repeat !important;
/* 1160 */   display: flex;
/* 1161 */   height: 35px;
/* 1162 */   width: 35px;
/* 1163 */   position: absolute;
/* 1164 */   z-index: 1;
/* 1165 */   right: -30px;
/* 1166 */   top: -15px;
/* 1167 */ }
/* 1168 */
/* 1169 */ .otg-tech-section-doodle-2:after {
/* 1170 */   background-size: auto !important;
/* 1171 */   content: "";
/* 1172 */   background-image: url(/wp-content/themes/Avada-child/assets/images/Underline_02.svg) !important;
/* 1173 */   background-repeat: no-repeat !important;
/* 1174 */   display: flex;
/* 1175 */   height: 20px;
/* 1176 */   width: 100%;
/* 1177 */   position: absolute;
/* 1178 */   z-index: 1;
/* 1179 */   bottom: -15px;
/* 1180 */ }
/* 1181 */
/* 1182 */ .otg-tech-section-doodle-1::before {
/* 1183 */   content: "";
/* 1184 */   background-image: url(/wp-content/themes/Avada-child/assets/images/Underline_02.svg) !important;
/* 1185 */   background-repeat: no-repeat !important;
/* 1186 */   display: flex;
/* 1187 */   height: 20px;
/* 1188 */   width: 100%;
/* 1189 */   position: absolute;
/* 1190 */   z-index: 1;
/* 1191 */   background-size: contain;
/* 1192 */   bottom: -15px;
/* 1193 */ }
/* 1194 */
/* 1195 */ .otg-location-carousel .slick-list {
/* 1196 */   margin: 0 -15px !important;
/* 1197 */ }
/* 1198 */
/* 1199 */ .otg-location-carousel .fusion-builder-row {
/* 1200 */   max-width: 100% !important;

/* style.css */

/* 1201 */ }
/* 1202 */
/* 1203 */ .otg-location-carousel .fusion-builder-row .fusion-layout-column {
/* 1204 */   display: block !important;
/* 1205 */ }
/* 1206 */
/* 1207 */ .otg-location-carousel .fusion-builder-row .fusion-layout-column .fusion-column-wrapper {
/* 1208 */   margin-left: 0 !important;
/* 1209 */ }
/* 1210 */
/* 1211 */ .otg-homepage-news-section-title {
/* 1212 */   line-height: 118px !important;
/* 1213 */   letter-spacing: -0.002em !important;
/* 1214 */   margin-top: 30px !important;
/* 1215 */ }
/* 1216 */
/* 1217 */ .otg-home-seemore-btn {
/* 1218 */   font-weight: 700 !important;
/* 1219 */   font-size: 20px !important;
/* 1220 */   line-height: 106.8% !important;
/* 1221 */   /* letter-spacing: 0.12em !important;*/
/* 1222 */   letter-spacing: 0.22em !important;
/* 1223 */   min-width: 300px;
/* 1224 */   border-width: 2px !important;
/* 1225 */ }
/* 1226 */
/* 1227 */ .otg-location-carousel .slick-dotted.slick-slider {
/* 1228 */   margin-bottom: 60px !important;
/* 1229 */ }
/* 1230 */
/* 1231 */ .otg-location-carousel .otg-slider-ap-code {
/* 1232 */   color: #fff;
/* 1233 */   font-size: 16px;
/* 1234 */   line-height: 24px;
/* 1235 */   margin-bottom: 0;
/* 1236 */   font-weight: 700;
/* 1237 */   letter-spacing: -0.02em;
/* 1238 */ }
/* 1239 */
/* 1240 */ .otg-location-carousel .otg-slider-ap-title {
/* 1241 */   color: #fff;
/* 1242 */   margin-bottom: 15px;
/* 1243 */ }
/* 1244 */
/* 1245 */ /*.otg-location-carousel-invert.otg-location-carousel h2::after {
/* 1246 *|   background: rgba(0, 0, 0, 0.28);
/* 1247 *| }*/
/* 1248 */ .otg-location-carousel-invert .slick-next,
/* 1249 */ .flex-nav-next .flex-next {
/* 1250 */   background-image: url("/wp-content/themes/Avada-child/assets/images/prev-round.png") !important;

/* style.css */

/* 1251 */   transform: translate(0, -50%) rotate(180deg);
/* 1252 */   -webkit-transform: translate(0, -50%) rotate(180deg);
/* 1253 */ }
/* 1254 */
/* 1255 */ .otg-location-carousel-invert .slick-prev,
/* 1256 */ .flex-nav-prev .flex-prev {
/* 1257 */   background-image: url("/wp-content/themes/Avada-child/assets/images/prev-round.png") !important;
/* 1258 */ }
/* 1259 */
/* 1260 */ .otg-location-carousel-invert .slick-next:hover,
/* 1261 */ .flex-nav-next .flex-next:hover {
/* 1262 */   /*background-image: url("/wp-content/themes/Avada-child/assets/images/prev-invert-hover.png") !important;*/
/* 1263 */   background-image: url("/wp-content/themes/Avada-child/assets/images/prev-round-hover.png") !important;
/* 1264 */   transform: translate(0, -50%) rotate(180deg);
/* 1265 */   -webkit-transform: translate(0, -50%) rotate(180deg);
/* 1266 */ }
/* 1267 */
/* 1268 */ .otg-location-carousel-invert .slick-prev:hover,
/* 1269 */ .flex-nav-prev .flex-prev:hover {
/* 1270 */   /*background-image: url("/wp-content/themes/Avada-child/assets/images/prev-invert-hover.png") !important;*/
/* 1271 */   background-image: url("/wp-content/themes/Avada-child/assets/images/prev-round-hover.png") !important;
/* 1272 */ }
/* 1273 */
/* 1274 */ .otg-location-carousel-invert .slick-dots li.slick-active button:before {
/* 1275 */   color: #000 !important;
/* 1276 */ }
/* 1277 */
/* 1278 */ .otg-location-carousel-invert .slick-dots li button::before {
/* 1279 */   /* color: rgba(0, 0, 0, 0.34) !important;*/
/* 1280 */   color: #949494 !important;
/* 1281 */ }
/* 1282 */
/* 1283 */ .otg-location-carousel .slick-dots li button::before {
/* 1284 */   font-size: 10px !important;
/* 1285 */ }
/* 1286 */
/* 1287 */ .otg-slider-text-wrapper {
/* 1288 */   position: absolute;
/* 1289 */   display: block;
/* 1290 */   bottom: 0;
/* 1291 */   z-index: 1;
/* 1292 */   left: 24px;
/* 1293 */ }
/* 1294 */
/* 1295 */ .otg-header-wrapper {
/* 1296 */   justify-content: flex-end !important;
/* 1297 */   height: 100%;
/* 1298 */ }
/* 1299 */
/* 1300 */ .orange {

/* style.css */

/* 1301 */   color: #ff6900;
/* 1302 */ }
/* 1303 */
/* 1304 */ #fusion-slider-50,
/* 1305 */ #content {
/* 1306 */   position: relative;
/* 1307 */ }
/* 1308 */
/* 1309 */ .slides li .background-image::after {
/* 1310 */   background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 9.38%, rgba(0, 0, 0, 0.71) 46.88%, rgba(0, 0, 0, 0) 100%) !important;
/* 1311 */   content: "";
/* 1312 */   height: 43%;
/* 1313 */   width: 100%;
/* 1314 */   position: absolute;
/* 1315 */   left: 0;
/* 1316 */   top: 0;
/* 1317 */   background-position: center center;
/* 1318 */   background-repeat: no-repeat;
/* 1319 */   border-width: 0px;
/* 1320 */   border-style: solid;
/* 1321 */   background-size: cover;
/* 1322 */ }
/* 1323 */
/* 1324 */ .otg-header-banner-bg-overlay::after {
/* 1325 */   background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.64) 20.37%) !important;
/* 1326 */   content: "";
/* 1327 */   height: 100%;
/* 1328 */   width: 100%;
/* 1329 */   position: absolute;
/* 1330 */   left: 0;
/* 1331 */   top: 0;
/* 1332 */   background-position: center center;
/* 1333 */   background-repeat: no-repeat;
/* 1334 */   border-width: 0px;
/* 1335 */   border-style: solid;
/* 1336 */   background-size: cover;
/* 1337 */ }
/* 1338 */
/* 1339 */ .otg-no-overlay::after {
/* 1340 */   background-image: none !important;
/* 1341 */ }
/* 1342 */
/* 1343 */ .otg-footer-heading-wrapper {
/* 1344 */   padding-top: 90px;
/* 1345 */   padding-bottom: 50px;
/* 1346 */ }
/* 1347 */
/* 1348 */ .otg-footer-copyright-wrapper {
/* 1349 */   padding-bottom: 40px !important;
/* 1350 */ }

/* style.css */

/* 1351 */
/* 1352 */ .otg-footer-menu-wrapper ul li,
/* 1353 */ #menu-otg-footer-menu li {
/* 1354 */   margin-bottom: 12px !important;
/* 1355 */ }
/* 1356 */
/* 1357 */ /*.otg-footer-copyright-wrapper .fusion-builder-row {
/* 1358 *|   align-items: center !important;
/* 1359 *| }*/
/* 1360 */ .otg-header-banner-subtitle-text {
/* 1361 */   margin-left: auto;
/* 1362 */   margin-right: auto;
/* 1363 */   margin-top: 25px !important;
/* 1364 */ }
/* 1365 */
/* 1366 */ .otg-header-banner-subtitle-text h3 {
/* 1367 */   font-weight: 700 !important;
/* 1368 */   font-size: 24px !important;
/* 1369 */   line-height: 35px !important;
/* 1370 */   display: table;
/* 1371 */   color: #000000 !important;
/* 1372 */   background-color: #fff;
/* 1373 */   text-align: center;
/* 1374 */   margin-left: auto !important;
/* 1375 */   margin-right: auto !important;
/* 1376 */   margin-bottom: 0 !important;
/* 1377 */   letter-spacing: 1.92px !important;
/* 1378 */   text-transform: uppercase !important;
/* 1379 */   font-family: "proxima-nova" !important;
/* 1380 */   margin-top: 0;
/* 1381 */ }
/* 1382 */
/* 1383 */ .home .otg-header-banner-subtitle-text h3:first-child {
/* 1384 */   padding: 5px 28px 0 28px;
/* 1385 */ }
/* 1386 */
/* 1387 */ .home .otg-header-banner-subtitle-text h3:last-child {
/* 1388 */   padding: 0px 31px 5px 31px;
/* 1389 */ }
/* 1390 */
/* 1391 */ .otg-header-banner-subtitle-text h3:first-child {
/* 1392 */   padding: 5px 28px 0 28px;
/* 1393 */ }
/* 1394 */
/* 1395 */ .otg-header-banner-subtitle-text h3:last-child {
/* 1396 */   padding: 6px 22px 5px 21px;
/* 1397 */
/* 1398 */ }
/* 1399 */
/* 1400 */ /*.otg-header-banner-subtitle-text p:before{

/* style.css *|

/* 1401 *|   content: "";
/* 1402 *|   background-color: #fff;
/* 1403 *|   height: 100%;
/* 1404 *|   width: 100%;
/* 1405 *|   display: flex;
/* 1406 *| }*/
/* 1407 */ /*.otg-homepage-logos-wrapper .fusion-layout-column img{
/* 1408 *|   width: 200px;
/* 1409 *|   height: 40px;
/* 1410 *| }*/
/* 1411 */ .otg-company-logo .fusion-column-wrapper>div {
/* 1412 */   text-align: center;
/* 1413 */ }
/* 1414 */
/* 1415 */ /*press*/
/* 1416 */
/* 1417 */ .otg-press-listing-view-btn-wrapper {
/* 1418 */   padding: 17px 40px;
/* 1419 */   line-height: 21px;
/* 1420 */   font-size: 18px;
/* 1421 */   position: relative;
/* 1422 */   text-align: center;
/* 1423 */   text-decoration: none;
/* 1424 */   cursor: pointer;
/* 1425 */   box-sizing: border-box;
/* 1426 */   display: inline-block;
/* 1427 */   background: #fd4f00;
/* 1428 */   border-color: #fd4f00;
/* 1429 */   text-transform: uppercase;
/* 1430 */   font-weight: 400;
/* 1431 */   letter-spacing: 1px;
/* 1432 */   border: 1px solid #fd4f00;
/* 1433 */ }
/* 1434 */
/* 1435 */ .otg-press-listing-view-btn-wrapper:hover {
/* 1436 */   background: #fff;
/* 1437 */   border-color: #000;
/* 1438 */ }
/* 1439 */
/* 1440 */ .otg-press-listing-view-btn-wrapper:hover .otg-press-listing-view-more {
/* 1441 */   color: #000;
/* 1442 */ }
/* 1443 */
/* 1444 */ .otg-press-listing-view-more {
/* 1445 */   transition: all .2s;
/* 1446 */   color: #ffff;
/* 1447 */   font-size: 18px;
/* 1448 */   line-height: 21px;
/* 1449 */   text-align: center;
/* 1450 */ }

/* style.css */

/* 1451 */
/* 1452 */ .otg-press-tabs .title-heading-left {
/* 1453 */   color: #818181;
/* 1454 */   font-size: 18px !important;
/* 1455 */   opacity: 1;
/* 1456 */   float: left;
/* 1457 */   display: inline;
/* 1458 */   width: auto;
/* 1459 */   margin-right: 50px !important;
/* 1460 */   text-transform: none !important;
/* 1461 */   letter-spacing: 0.02em !important;
/* 1462 */   font-weight: bold !important;
/* 1463 */   border-bottom: 3px solid #FD4F00;
/* 1464 */   font-size: 36px !important;
/* 1465 */ }
/* 1466 */
/* 1467 */ /*remove later start*/
/* 1468 */ .otg-press-tabs ul li.press_links h4 {
/* 1469 */   margin-top: 0px;
/* 1470 */   font-weight: 600 !important;
/* 1471 */   font-size: 12px !important;
/* 1472 */   line-height: 118.8% !important;
/* 1473 */   letter-spacing: 0.08em !important;
/* 1474 */   text-transform: uppercase !important;
/* 1475 */   color: #757575 !important;
/* 1476 */   letter-spacing: 0.08em;
/* 1477 */ }
/* 1478 */
/* 1479 */ /*remove later end*/
/* 1480 */ .otg-press-tabs ul li.press_links .otg-press-section-tile-title {
/* 1481 */   margin-top: 0px;
/* 1482 */   font-weight: 600 !important;
/* 1483 */   font-size: 12px !important;
/* 1484 */   line-height: 118.8% !important;
/* 1485 */   letter-spacing: 0.08em !important;
/* 1486 */   text-transform: uppercase !important;
/* 1487 */   color: #757575 !important;
/* 1488 */   letter-spacing: 0.08em;
/* 1489 */   font-family: "proxima-nova" !important;
/* 1490 */ }
/* 1491 */
/* 1492 */ .otg-press-tabs ul li.press_links h3 {
/* 1493 */   margin-top: 18px;
/* 1494 */   font-weight: 700 !important;
/* 1495 */   font-size: 32px !important;
/* 1496 */   line-height: 35px !important;
/* 1497 */   letter-spacing: -0.02em !important;
/* 1498 */   color: #000000 !important;
/* 1499 */   margin-bottom: 45px;
/* 1500 */   font-family: "proxima-nova" !important;

/* style.css */

/* 1501 */ }
/* 1502 */
/* 1503 */ .otg-press-tabs ul li.press_links .otg-press-posts-read-more-btn {
/* 1504 */   font-style: normal;
/* 1505 */   font-weight: 800;
/* 1506 */   font-size: 12px;
/* 1507 */   line-height: 118.8%;
/* 1508 */   letter-spacing: 0.08em;
/* 1509 */   text-transform: uppercase;
/* 1510 */   color: #000000;
/* 1511 */   position: absolute;
/* 1512 */   bottom: 20px;
/* 1513 */   transition: transform 3000ms;
/* 1514 */   transform: none;
/* 1515 */ }
/* 1516 */
/* 1517 */ .otg-press-logo-outer-wrapper .fusion-column-wrapper {
/* 1518 */   margin-left: 1.8% !important;
/* 1519 */   margin-right: 1.8% !important;
/* 1520 */ }
/* 1521 */
/* 1522 */ .pagination {
/* 1523 */   margin-left: 35px !important;
/* 1524 */   margin-right: 35px !important;
/* 1525 */ }
/* 1526 */
/* 1527 */ .pagination .current {
/* 1528 */   border-color: #FD4F00 !important;
/* 1529 */   background-color: #FD4F00 !important;
/* 1530 */   color: #fff !important;
/* 1531 */   width: 44px !important;
/* 1532 */   height: 44px !important;
/* 1533 */   font-weight: 700;
/* 1534 */   font-size: 24px;
/* 1535 */   line-height: 26px;
/* 1536 */ }
/* 1537 */
/* 1538 */ .pagination .inactive {
/* 1539 */   width: 44px !important;
/* 1540 */   height: 44px !important;
/* 1541 */   font-weight: 700;
/* 1542 */   font-size: 24px;
/* 1543 */   line-height: 26px;
/* 1544 */ }
/* 1545 */
/* 1546 */ .page-text,
/* 1547 */ .page-numbers {
/* 1548 */   font-weight: 700;
/* 1549 */   font-size: 24px;
/* 1550 */   line-height: 26px;

/* style.css */

/* 1551 */   text-transform: uppercase;
/* 1552 */   letter-spacing: 0.12em;
/* 1553 */
/* 1554 */ }
/* 1555 */
/* 1556 */ .page-numbers {
/* 1557 */   display: inline-flex;
/* 1558 */   position: relative;
/* 1559 */   float: none;
/* 1560 */   margin: 0 4px;
/* 1561 */   padding: 0;
/* 1562 */   border: 1px solid;
/* 1563 */   border-color: #d6d6d6;
/* 1564 */   align-items: center;
/* 1565 */   justify-content: center;
/* 1566 */   width: 44px;
/* 1567 */   height: 44px;
/* 1568 */ }
/* 1569 */
/* 1570 */ .pagination-prev .page-text,
/* 1571 */ .page-numbers.prev {
/* 1572 */   margin-right: 8px;
/* 1573 */ }
/* 1574 */
/* 1575 */ .pagination-prev::before {
/* 1576 */   content: "" !important;
/* 1577 */   background-image: url("/wp-content/themes/Avada-child/assets/images/arrow-next.png") !important;
/* 1578 */   background-repeat: no-repeat !important;
/* 1579 */   display: flex !important;
/* 1580 */   height: 100% !important;
/* 1581 */   width: 35px !important;
/* 1582 */   position: absolute;
/* 1583 */   z-index: 1;
/* 1584 */   top: 23% !important;
/* 1585 */   left: -44px !important;
/* 1586 */   transform: translateY(0%) !important;
/* 1587 */   transform: translate(0, -50%) rotate(180deg) !important;
/* 1588 */   -webkit-transform: translate(0, -50%) rotate(180deg) !important;
/* 1589 */ }
/* 1590 */
/* 1591 */ .page-numbers.prev::before {
/* 1592 */   content: "" !important;
/* 1593 */   background-image: url("/wp-content/themes/Avada-child/assets/images/arrow-next.png") !important;
/* 1594 */   background-repeat: no-repeat !important;
/* 1595 */   display: flex !important;
/* 1596 */   height: 100% !important;
/* 1597 */   width: 35px !important;
/* 1598 */   position: absolute;
/* 1599 */   z-index: 1;
/* 1600 */   top: 16% !important;

/* style.css */

/* 1601 */   left: -44px !important;
/* 1602 */   transform: translateY(0%) !important;
/* 1603 */   transform: translate(0, -50%) rotate(180deg) !important;
/* 1604 */   -webkit-transform: translate(0, -50%) rotate(180deg) !important;
/* 1605 */ }
/* 1606 */
/* 1607 */ .pagination-next::after {
/* 1608 */   content: "" !important;
/* 1609 */   background-image: url("/wp-content/themes/Avada-child/assets/images/arrow-next.png") !important;
/* 1610 */   background-repeat: no-repeat !important;
/* 1611 */   display: flex;
/* 1612 */   height: 100%;
/* 1613 */   width: 35px;
/* 1614 */   position: absolute;
/* 1615 */   z-index: 1;
/* 1616 */   top: 23% !important;
/* 1617 */   right: -44px !important;
/* 1618 */   transform: translateY(0%) !important;
/* 1619 */
/* 1620 */ }
/* 1621 */
/* 1622 */ .page-numbers.next::after {
/* 1623 */   content: "" !important;
/* 1624 */   background-image: url("/wp-content/themes/Avada-child/assets/images/arrow-next.png") !important;
/* 1625 */   background-repeat: no-repeat !important;
/* 1626 */   display: flex;
/* 1627 */   height: 100%;
/* 1628 */   width: 35px;
/* 1629 */   position: absolute;
/* 1630 */   z-index: 1;
/* 1631 */   top: 30% !important;
/* 1632 */   right: -44px !important;
/* 1633 */   transform: translateY(0%) !important;
/* 1634 */ }
/* 1635 */
/* 1636 */ .pagination-next .page-text,
/* 1637 */ .page-numbers.next {
/* 1638 */   margin-left: 8px;
/* 1639 */ }
/* 1640 */
/* 1641 */ /*.pagination .page-numbers:not(.current){
/* 1642 *|   width: 30px;
/* 1643 *|   height: 30px;
/* 1644 *|   display: inline-flex;
/* 1645 *|   position: relative;
/* 1646 *|   float: none;
/* 1647 *|   margin: 0 4px;
/* 1648 *|   padding: 0;
/* 1649 *|   border: 1px solid;
/* 1650 *|   border-color: #d6d6d6;

/* style.css *|

/* 1651 *|   align-items: center;
/* 1652 *|   justify-content: center;
/* 1653 *|   width: 44px !important;
/* 1654 *|   height: 44px !important;
/* 1655 *|   font-weight: 700;
/* 1656 *|   font-size: 24px;
/* 1657 *|   line-height: 26px;
/* 1658 *| }*/
/* 1659 */ .pagination .page-numbers.prev,
/* 1660 */ .pagination .page-numbers.next {
/* 1661 */   border: none;
/* 1662 */   width: auto;
/* 1663 */   position: relative;
/* 1664 */ }
/* 1665 */
/* 1666 */ .pagination .page-numbers.prev::before {
/* 1667 */   font-family: awb-icons;
/* 1668 */   content: "\f104";
/* 1669 */   position: absolute;
/* 1670 */   top: 50%;
/* 1671 */   transform: translateY(-51%);
/* 1672 */   left: -1em;
/* 1673 */ }
/* 1674 */
/* 1675 */ .pagination .page-numbers.next::after {
/* 1676 */   font-family: awb-icons;
/* 1677 */   content: "\f105";
/* 1678 */   position: absolute;
/* 1679 */   top: 50%;
/* 1680 */   transform: translateY(-51%);
/* 1681 */   right: -1em;
/* 1682 */ }
/* 1683 */
/* 1684 */ .otg-post-title {
/* 1685 */   margin-bottom: 0 !important;
/* 1686 */ }
/* 1687 */
/* 1688 */ .otg-post-title h2 {
/* 1689 */   font-weight: 800 !important;
/* 1690 */   font-size: 72px !important;
/* 1691 */   line-height: 100.8% !important;
/* 1692 */   margin-top: 31px !important;
/* 1693 */   font-family: "proxima-nova" !important;
/* 1694 */ }
/* 1695 */
/* 1696 */ .fontawesome-icon {
/* 1697 */   margin-top: 25px !important;
/* 1698 */   margin-bottom: 55px !important;
/* 1699 */   width: 48px !important;
/* 1700 */   height: 48px !important;

/* style.css */

/* 1701 */   color: #000000 !important;
/* 1702 */   margin-right: 26px !important;
/* 1703 */ }
/* 1704 */
/* 1705 */ /* preFlight */
/* 1706 */ #otg-preflight-posts-wrapper-focus #otg-contents {
/* 1707 */   opacity: 1;
/* 1708 */ }
/* 1709 */
/* 1710 */ .otg-preflight-publish-date {
/* 1711 */   line-height: 106.8% !important;
/* 1712 */   font-weight: 600 !important;
/* 1713 */   font-size: 20px !important;
/* 1714 */   text-transform: uppercase !important;
/* 1715 */ }
/* 1716 */
/* 1717 */ .otg-grid-wrapper h2,
/* 1718 */ .otg-grid-wrapper p,
/* 1719 */ .otg-button,
/* 1720 */ .otg-contact-code-block .fsSubmitButton,
/* 1721 */ .otg-contact-code-block .fusion-title h2.title-heading-center {
/* 1722 */   font-family: "proxima-nova" !important;
/* 1723 */ }
/* 1724 */
/* 1725 */ .otg-preflight-related-posts .fusion-title {
/* 1726 */   display: none;
/* 1727 */ }
/* 1728 */
/* 1729 */ .otg-prefight-inner-page-icon-fb {
/* 1730 */   font-size: 27.64px !important;
/* 1731 */   line-height: 47.28px !important;
/* 1732 */ }
/* 1733 */
/* 1734 */ .otg-prefight-inner-page-icon-ln {
/* 1735 */   font-size: 22.64px !important;
/* 1736 */   line-height: 48.28px !important;
/* 1737 */ }
/* 1738 */
/* 1739 */ .otg-preflight-inner-content-area .fusion-builder-row,
/* 1740 */ .otg-preflight-inner-content-area .fusion-column-wrapper {
/* 1741 */   margin-left: 0px !important;
/* 1742 */   margin-right: 0px !important;
/* 1743 */ }
/* 1744 */
/* 1745 */ .otg-preflight-related-posts ul li img {
/* 1746 */   height: auto;
/* 1747 */   aspect-ratio: 378/210;
/* 1748 */   object-fit: cover;
/* 1749 */ }
/* 1750 */

/* style.css */

/* 1751 */ .otg-preflight-inner-content .wp-block-separator {
/* 1752 */   display: none;
/* 1753 */ }
/* 1754 */
/* 1755 */ .otg-preflight-inner-content ul {
/* 1756 */   list-style: none;
/* 1757 */   padding-left: 0 !important;
/* 1758 */ }
/* 1759 */
/* 1760 */ .otg-preflight-inner-content h2 {
/* 1761 */   font-weight: 600 !important;
/* 1762 */   margin-bottom: 35px !important;
/* 1763 */ }
/* 1764 */
/* 1765 */ .otg-preflight-inner-content p {
/* 1766 */   font-size: 20px;
/* 1767 */   line-height: 30px;
/* 1768 */   font-weight: 400;
/* 1769 */   margin-bottom: 35px !important;
/* 1770 */ }
/* 1771 */
/* 1772 */ .otg-preflight-inner-content p img,
/* 1773 */ .otg-preflight-inner-content h1 img,
/* 1774 */ .otg-preflight-inner-content figure img,
/* 1775 */ .otg-preflight-inner-content h6 img {
/* 1776 */   display: block;
/* 1777 */   margin-left: auto;
/* 1778 */   margin-right: auto;
/* 1779 */ }
/* 1780 */
/* 1781 */ .otg-preflight-inner-content p:last-child {
/* 1782 */   margin-bottom: 6px !important;
/* 1783 */ }
/* 1784 */
/* 1785 */ .otg-preflight-related-posts {
/* 1786 */   margin-top: 4px !important;
/* 1787 */ }
/* 1788 */
/* 1789 */ .otg-preflight-related-posts .fusion-carousel-positioner {
/* 1790 */   margin-left: 0px !important;
/* 1791 */   margin-bottom: 60px;
/* 1792 */ }
/* 1793 */
/* 1794 */ .otg-preflight-related-posts ul.fusion-carousel-holder {
/* 1795 */   display: -ms-grid;
/* 1796 */   display: grid;
/* 1797 */   grid-template-columns: 1fr 1fr 1fr;
/* 1798 */   gap: 60px 30px;
/* 1799 */   height: auto !important;
/* 1800 */   width: 100% !important;

/* style.css */

/* 1801 */ }
/* 1802 */
/* 1803 */ .otg-preflight-posts-wrapper .fusion-posts-container {
/* 1804 */   display: -ms-grid;
/* 1805 */   display: grid;
/* 1806 */   grid-template-columns: 1fr 1fr 1fr;
/* 1807 */   gap: 60px 30px;
/* 1808 */   height: auto !important;
/* 1809 */   margin: 0 !important;
/* 1810 */ }
/* 1811 */
/* 1812 */ .isotope {
/* 1813 */   transition-property: none !important;
/* 1814 */   transition: none !important;
/* 1815 */   transition-duration: 0s !important;
/* 1816 */ }
/* 1817 */
/* 1818 */ .otg-grid-wrapper .otg-preflight-posts-wrapper .fusion-post-grid,
/* 1819 */ .otg-preflight-related-posts ul li.fusion-carousel-item {
/* 1820 */   margin: 0 !important;
/* 1821 */   height: 100% !important;
/* 1822 */   overflow: hidden;
/* 1823 */   position: relative !important;
/* 1824 */   display: block !important;
/* 1825 */   width: auto !important;
/* 1826 */   top: 0 !important;
/* 1827 */   left: 0 !important;
/* 1828 */   padding: 0 !important;
/* 1829 */ }
/* 1830 */
/* 1831 */ .otg-preflight-posts-wrapper .fusion-image-wrapper img {
/* 1832 */   object-fit: cover;
/* 1833 */   height: auto;
/* 1834 */   aspect-ratio: 378/210;
/* 1835 */ }
/* 1836 */
/* 1837 */ .otg-preflight-posts-wrapper .fusion-post-content-wrapper {
/* 1838 */   padding: 0 !important;
/* 1839 */ }
/* 1840 */
/* 1841 */ .otg-preflight-posts-wrapper .fusion-post-content-wrapper .fusion-post-content {
/* 1842 */   margin-bottom: 0 !important;
/* 1843 */ }
/* 1844 */
/* 1845 */ .otg-preflight-posts-wrapper .fusion-post-content-wrapper h2,
/* 1846 */ .otg-preflight-related-posts ul li.fusion-carousel-item h4.fusion-carousel-title {
/* 1847 */   margin-top: 18px;
/* 1848 */   font-weight: 700 !important;
/* 1849 */   font-size: 32px !important;
/* 1850 */   line-height: 35px !important;

/* style.css */

/* 1851 */   letter-spacing: -0.02em !important;
/* 1852 */   color: #000000 !important;
/* 1853 */   margin-bottom: 5px;
/* 1854 */ }
/* 1855 */
/* 1856 */ .otg-preflight-posts-wrapper .fusion-post-content-wrapper p,
/* 1857 */ .otg-preflight-related-posts ul li.fusion-carousel-item .fusion-carousel-meta {
/* 1858 */   margin-top: 18px;
/* 1859 */   font-weight: 600 !important;
/* 1860 */   font-size: 12px !important;
/* 1861 */   line-height: 118.8% !important;
/* 1862 */   letter-spacing: 0.08em !important;
/* 1863 */   text-transform: uppercase !important;
/* 1864 */   color: #000000 !important;
/* 1865 */ }
/* 1866 */
/* 1867 */ .fusion-body .fusion-layout-column.otg-info-box {
/* 1868 */   transform: translateY(50px);
/* 1869 */ }
/* 1870 */
/* 1871 */ .sticky {
/* 1872 */   position: fixed !important;
/* 1873 */   background-color: #000 !important;
/* 1874 */   padding-top: 10px !important;
/* 1875 */   padding-bottom: 10px !important;
/* 1876 */   width: 100%;
/* 1877 */   z-index: 200000 !important;
/* 1878 */ }
/* 1879 */
/* 1880 */ .otg-culinary-blk-bg-text p span {
/* 1881 */   color: #FFFFFF !important;
/* 1882 */ }
/* 1883 */
/* 1884 */ .otg-culinary-blk-bg-text p {
/* 1885 */   line-height: 30px !important;
/* 1886 */   margin-bottom: 35px !important;
/* 1887 */   letter-spacing: -0.02em;
/* 1888 */   color: #FFFFFF !important;
/* 1889 */ }
/* 1890 */
/* 1891 */ .otg-culinary-blk-bg-text p:last-child {
/* 1892 */   margin-bottom: 0 !important;
/* 1893 */ }
/* 1894 */
/* 1895 */ .otg-home-three-column-section {
/* 1896 */   display: -ms-grid;
/* 1897 */   display: grid;
/* 1898 */   grid-template-columns: 1fr 1fr 1fr;
/* 1899 */   gap: 0 94px;
/* 1900 */   margin: 0 !important;

/* style.css */

/* 1901 */ }
/* 1902 */
/* 1903 */ .otg-home-three-column-section::before {
/* 1904 */   display: none !important;
/* 1905 */ }
/* 1906 */
/* 1907 */ .otg-home-three-column-section .fusion-column {
/* 1908 */   width: 100%;
/* 1909 */   padding: 0 !important;
/* 1910 */ }
/* 1911 */
/* 1912 */ .otg-header-banner-bg-overlay,
/* 1913 */ .slides li .background-image {
/* 1914 */   height: 80vh !important;
/* 1915 */ }
/* 1916 */
/* 1917 */ .otg-post-title {
/* 1918 */   font-weight: 800 !important;
/* 1919 */   font-size: 72px;
/* 1920 */   line-height: 100.8%;
/* 1921 */ }
/* 1922 */
/* 1923 */ .privacy-policy .otg-homepage-head-title,
/* 1924 */ .page-id-14871 .otg-homepage-head-title {
/* 1925 */   font-weight: 800 !important;
/* 1926 */   font-size: 72px !important;
/* 1927 */   line-height: 100.8% !important;
/* 1928 */   letter-spacing: -0.02em !important;
/* 1929 */ }
/* 1930 */
/* 1931 */ .privacy-policy .otg-privacy-pg-subtitle p,
/* 1932 */ .page-id-14871 .otg-privacy-pg-subtitle p {
/* 1933 */   font-weight: 600;
/* 1934 */   font-size: 20px !important;
/* 1935 */   line-height: 106.8%;
/* 1936 */   letter-spacing: 0.09em;
/* 1937 */   text-transform: uppercase;
/* 1938 */   margin-top: 30px;
/* 1939 */   margin-bottom: 60px !important;
/* 1940 */ }
/* 1941 */
/* 1942 */ .privacy-policy .otg-privacy-pg-section-title h2,
/* 1943 */ .page-id-14871 .otg-privacy-pg-section-title h2 {
/* 1944 */   font-weight: 700 !important;
/* 1945 */   font-size: 32px !important;
/* 1946 */   line-height: 100.8% !important;
/* 1947 */   letter-spacing: -0.02em !important;
/* 1948 */   margin-bottom: 10px !important;
/* 1949 */   font-family: "proxima-nova" !important;
/* 1950 */ }

/* style.css */

/* 1951 */
/* 1952 */ .privacy-policy .otg-privacy-pg-section-title-spacing h2 {
/* 1953 */   line-height: 115% !important;
/* 1954 */ }
/* 1955 */
/* 1956 */ .privacy-policy .otg-privacy-pg-section-content p,
/* 1957 */ .privacy-policy .otg-privacy-pg-section-content ol,
/* 1958 */ .privacy-policy .otg-privacy-pg-section-content div,
/* 1959 */ .privacy-policy .otg-privacy-pg-section-content h3,
/* 1960 */ .page-id-14871 .otg-privacy-pg-section-content p,
/* 1961 */ .page-id-14871 .otg-privacy-pg-section-content h3,
/* 1962 */ .page-id-14871 .otg-privacy-pg-section-content div {
/* 1963 */   font-weight: 400;
/* 1964 */   font-size: 20px;
/* 1965 */   line-height: 150% !important;
/* 1966 */   letter-spacing: -0.02em;
/* 1967 */   margin-bottom: 35px;
/* 1968 */   color: #0E0E0E;
/* 1969 */   font-family: "proxima-nova" !important;
/* 1970 */ }
/* 1971 */
/* 1972 */ .privacy-policy .otg-privacy-pg-section-content h3,
/* 1973 */ .page-id-14871 .otg-privacy-pg-section-content h3 {
/* 1974 */   font-weight: 700;
/* 1975 */   margin-bottom: 0;
/* 1976 */   margin-top: 0;
/* 1977 */ }
/* 1978 */
/* 1979 */ .privacy-policy .otg-privacy-pg-section-content ol {
/* 1980 */   /*color: #0400CC;*/
/* 1981 */   padding-left: 27px;
/* 1982 */ }
/* 1983 */
/* 1984 */ .privacy-policy .otg-privacy-pg-section-content ol[type="a"],
/* 1985 */ .privacy-policy .otg-privacy-pg-section-content ol[type="i"] {
/* 1986 */   color: #0E0E0E;
/* 1987 */   text-decoration: none;
/* 1988 */ }
/* 1989 */
/* 1990 */ .privacy-policy .otg-privacy-pg-section-dca-title h1,
/* 1991 */ .page-id-14871 .otg-privacy-pg-section-dca-title h1 {
/* 1992 */   font-style: normal;
/* 1993 */   font-weight: 700;
/* 1994 */   font-size: 32px;
/* 1995 */   line-height: 115%;
/* 1996 */   margin-bottom: 10px !important;
/* 1997 */ }
/* 1998 */
/* 1999 */ #menu-otg-main-menu li .menu-text {
/* 2000 */   font-weight: 500;

/* style.css */

/* 2001 */   font-size: 14px;
/* 2002 */   line-height: 17px;
/* 2003 */   letter-spacing: 0.04em;
/* 2004 */   text-transform: uppercase;
/* 2005 */   font-family: "proxima-nova" !important;
/* 2006 */ }
/* 2007 */
/* 2008 */ .privacy-policy .otg-header,
/* 2009 */ .page-id-14871 .otg-header {
/* 2010 */   background-color: #000 !important;
/* 2011 */ }
/* 2012 */
/* 2013 */ .otg-header {
/* 2014 */   padding-top: 0 !important;
/* 2015 */   padding-bottom: 0 !important;
/* 2016 */   padding-right: 72px !important;
/* 2017 */   padding-left: 70px !important;
/* 2018 */
/* 2019 */ }
/* 2020 */
/* 2021 */ .otg-header.fusion-fullwidth.fusion-builder-row-1 {
/* 2022 */   /*z-index: 222222222222222222 !important;*/
/* 2023 */   z-index: 99999 !important;
/* 2024 */ }
/* 2025 */
/* 2026 */ .otg-header .otg-main-logo img {
/* 2027 */   padding: 18px 0;
/* 2028 */ }
/* 2029 */
/* 2030 */ .otg-header .fusion-menu-element-wrapper .fusion-open-nav-submenu:before {
/* 2031 */   /*content: "";
/* 2032 *|   background-image: url("/wp-content/themes/Avada-child/assets/images/menu_dropdown.png") !important;
/* 2033 *|   background-repeat: no-repeat !important;
/* 2034 *|   display: block;
/* 2035 *|   height: 10px;
/* 2036 *|   width: 10px;
/* 2037 *|   position: absolute;
/* 2038 *|   z-index: 1;*/
/* 2039 */   font-size: 19px;
/* 2040 */   margin-bottom: 3px;
/* 2041 */ }
/* 2042 */
/* 2043 */ .otg-header .fusion-menu-element-wrapper .fusion-open-nav-submenu {
/* 2044 */   margin-left: 4px !important;
/* 2045 */   padding-left: 0 !important;
/* 2046 */ }
/* 2047 */
/* 2048 */ .otg-press-tabs ul {
/* 2049 */   display: -ms-grid !important;
/* 2050 */   display: grid !important;

/* style.css */

/* 2051 */   grid-template-columns: 1fr 1fr 1fr;
/* 2052 */   gap: 30px 30px;
/* 2053 */   height: auto !important;
/* 2054 */   width: 100% !important;
/* 2055 */   list-style: none;
/* 2056 */   padding-left: 0 !important;
/* 2057 */   margin: 0 !important;
/* 2058 */ }
/* 2059 */
/* 2060 */ .otg-press-tabs ul li .otg-press-pg-skip-content div {
/* 2061 */   margin: 0 !important;
/* 2062 */   height: 100% !important;
/* 2063 */   overflow: hidden;
/* 2064 */   position: relative !important;
/* 2065 */   display: block !important;
/* 2066 */   width: auto !important;
/* 2067 */   top: 0 !important;
/* 2068 */   left: 0 !important;
/* 2069 */   padding: 20px !important;
/* 2070 */   border: 1px solid #CCCCCC;
/* 2071 */   border-radius: 4px;
/* 2072 */ }
/* 2073 */
/* 2074 */ .otg-press-tabs ul li .otg-press-pg-skip-content div:hover {
/* 2075 */   border: 2px solid #FD4F00;
/* 2076 */   box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
/* 2077 */   border-radius: 4px;
/* 2078 */   transition: border-width 3000ms;
/* 2079 */   border-width: 2px;
/* 2080 */ }
/* 2081 */
/* 2082 */ .otg-press-tabs ul li .otg-press-pg-skip-content div:hover .otg-press-posts-read-more-btn {
/* 2083 */   transition: transform 3000ms;
/* 2084 */   transform: translateY(-20px);
/* 2085 */ }
/* 2086 */
/* 2087 */ .otg-press-tabs ul li span.otg-read-more-doodle-underline,
/* 2088 */ .otg-press-tabs ul li span.otg-read-more-doodle {
/* 2089 */   position: relative;
/* 2090 */   display: inline-block;
/* 2091 */ }
/* 2092 */
/* 2093 */ .otg-press-tabs ul li span.otg-read-more-doodle-underline::before {
/* 2094 */   content: "";
/* 2095 */   background-image: url("/wp-content/themes/Avada-child/assets/images/press_underline.png") !important;
/* 2096 */   background-repeat: no-repeat !important;
/* 2097 */   display: flex;
/* 2098 */   height: 20px;
/* 2099 */   width: 100%;
/* 2100 */   position: absolute;

/* style.css */

/* 2101 */   z-index: 1;
/* 2102 */   background-size: contain;
/* 2103 */   bottom: -20px;
/* 2104 */ }
/* 2105 */
/* 2106 */ .otg-press-tabs ul li span.otg-read-more-doodle::after {
/* 2107 */   content: "";
/* 2108 */   background-image: url("/wp-content/themes/Avada-child/assets/images/CTA_Arrow.svg") !important;
/* 2109 */   background-repeat: no-repeat !important;
/* 2110 */   display: inline;
/* 2111 */   height: 14px;
/* 2112 */   width: 32px;
/* 2113 */   position: absolute;
/* 2114 */   z-index: 1;
/* 2115 */ }
/* 2116 */
/* 2117 */ .otg-privacy-pg-section-content a {
/* 2118 */   color: #0400CC;
/* 2119 */   text-decoration: underline;
/* 2120 */   text-underline-offset: 4px;
/* 2121 */ }
/* 2122 */
/* 2123 */ .otg-contact-code-block .fsSectionHeader {
/* 2124 */   padding: 0 !important;
/* 2125 */   margin-bottom: 0 !important;
/* 2126 */ }
/* 2127 */
/* 2128 */ .otg-contact-code-block .fsSectionHeader h2,
/* 2129 */ .otg-contact-form-block h2 {
/* 2130 */   font-family: "proxima-nova" !important;
/* 2131 */   font-style: normal !important;
/* 2132 */   font-weight: 800 !important;
/* 2133 */   font-size: 48px !important;
/* 2134 */   line-height: 106.8% !important;
/* 2135 */   letter-spacing: -0.02em !important;
/* 2136 */   color: #000000 !important;
/* 2137 */   margin-bottom: 33px !important;
/* 2138 */ }
/* 2139 */
/* 2140 */ .otg-contact-code-block .fsRow .fsRowBody .fsLabel,
/* 2141 */ .otg-contact-code-block .fsRow .fsRowBody .fsLabel,
/* 2142 */ .otg-contact-select label,
/* 2143 */ /* .otg-diversity-form .fsRow .fsRowBody .fsLabel,
/* 2144 *| .otg-diversity-form .fsRow .fsRowBody .fsLabel, */
/* 2145 */ .otg-diversity-form .fsLabel,
/* 2146 */ .otg-diversity-form label {
/* 2147 */   font-family: "proxima-nova" !important;
/* 2148 */   font-style: normal;
/* 2149 */   font-weight: 600;
/* 2150 */   font-size: 20px;

/* style.css */

/* 2151 */   line-height: 149.8%;
/* 2152 */   letter-spacing: -0.02em;
/* 2153 */   color: #0E0E0E;
/* 2154 */   margin-bottom: 10px !important;
/* 2155 */
/* 2156 */ }
/* 2157 */
/* 2158 */ .otg-contact-code-block .fsRequiredMarker,
/* 2159 */ .otg-diversity-form .fsRequiredMarker {
/* 2160 */   color: #0E0E0E;
/* 2161 */ }
/* 2162 */
/* 2163 */ .otg-diversity-form .fsRequiredMarker {
/* 2164 */   margin-left: 3.75px !important;
/* 2165 */   font-size: 22px;
/* 2166 */   font-weight: 700;
/* 2167 */   font-family: Verdana;
/* 2168 */   float: none;
/* 2169 */ }
/* 2170 */
/* 2171 */ .otg-contact-code-block .fsRow .fsRowBody .fsField:not(input[type=checkbox]),
/* 2172 */ .otg-contact-code-block .fsRow .fsRowBody .fsOtherField,
/* 2173 */ .otg-diversity-form .fsRow .fsRowBody .fsOtherField,
/* 2174 */ .otg-contact-code-block input[type=text],
/* 2175 */ .otg-contact-code-block input[type=email],
/* 2176 */ .otg-contact-code-block input[type=tel],
/* 2177 */ .otg-contact-code-block textarea,
/* 2178 */ .otg-diversity-form input[type=tel],
/* 2179 */ .otg-diversity-form input[type=text],
/* 2180 */ .otg-diversity-form input[type=email] {
/* 2181 */   background: #FFFFFF;
/* 2182 */   border: 1px solid #000000;
/* 2183 */   padding: 9px 20px;
/* 2184 */   font-weight: 400;
/* 2185 */   font-size: 20px;
/* 2186 */   line-height: 149.8%;
/* 2187 */   letter-spacing: -0.02em;
/* 2188 */   color: #0E0E0E;
/* 2189 */   border-radius: 0;
/* 2190 */   font-family: "proxima-nova" !important;
/* 2191 */ }
/* 2192 */
/* 2193 */
/* 2194 */ .otg-contact-code-block input[type=checkbox]:checked::before {
/* 2195 */   background-color: blue;
/* 2196 */   border-color: blue;
/* 2197 */ }
/* 2198 */
/* 2199 */ .otg-diversity-form .fsRow .fsRowBody .fsField:not(input[type=checkbox]) {
/* 2200 */   border: 1px solid #000000;

/* style.css */

/* 2201 */   padding: 9px 20px;
/* 2202 */   font-weight: 400;
/* 2203 */   font-size: 20px;
/* 2204 */   line-height: 149.8%;
/* 2205 */   letter-spacing: -0.02em;
/* 2206 */   color: #0E0E0E;
/* 2207 */   border-radius: 0;
/* 2208 */   font-family: "proxima-nova" !important;
/* 2209 */ }
/* 2210 */
/* 2211 */ .otg-contact-code-block .fsRow .fsRowBody .fsOptionLabel {
/* 2212 */   background: #FFFFFF;
/* 2213 */   color: #0E0E0E;
/* 2214 */   border: 0;
/* 2215 */   font-size: 20px;
/* 2216 */   line-height: 40px;
/* 2217 */   padding: 0;
/* 2218 */ }
/* 2219 */
/* 2220 */ .otg-contact-code-block form,
/* 2221 */ .otg-contact-form-block,
/* 2222 */ .otg-diversity-form,
/* 2223 */ .otg-diversity-form .fsBody.fsEmbed,
/* 2224 */ .otg-diversity-form form,
/* 2225 */ .otg-bd-form-container {
/* 2226 */   padding: 0 !important;
/* 2227 */   max-width: 786px;
/* 2228 */   margin-right: auto !important;
/* 2229 */   margin-left: auto !important;
/* 2230 */   margin-top: 0 !important;
/* 2231 */   margin-bottom: 0 !important;
/* 2232 */ }
/* 2233 */
/* 2234 */
/* 2235 */
/* 2236 */ .otg-contact-code-block .fsSubmitButton,
/* 2237 */ .otg-diversity-form .fsSubmitButton {
/* 2238 */   font-size: 20px !important;
/* 2239 */   font-weight: 700 !important;
/* 2240 */   letter-spacing: 0.12em !important;
/* 2241 */   line-height: 21.36px !important;
/* 2242 */   padding: 18px 42px !important;
/* 2243 */   border-radius: 2px !important;
/* 2244 */   letter-spacing: 0.12em !important;
/* 2245 */   width: 300px !important;
/* 2246 */   text-transform: uppercase;
/* 2247 */   background-color: rgb(255, 105, 0);
/* 2248 */   border: 1px solid transparent;
/* 2249 */   color: #fff;
/* 2250 */   margin: 0 !important;

/* style.css */

/* 2251 */   cursor: pointer;
/* 2252 */ }
/* 2253 */
/* 2254 */ .StyledErrorBanner-sc-lo45jw-0 {
/* 2255 */
/* 2256 */   width: 100%;
/* 2257 */   border: 1px solid rgb(255, 60, 60);
/* 2258 */   background-color: rgb(250, 233, 233);
/* 2259 */   color: rgb(21, 35, 43);
/* 2260 */   padding: calc(30px);
/* 2261 */   margin-bottom: 51px;
/* 2262 */   border-radius: 3px;
/* 2263 */   display: block;
/* 2264 */   box-sizing: border-box;
/* 2265 */   word-break: break-all;
/* 2266 */ }
/* 2267 */
/* 2268 */ .StyledErrorBanner-sc-lo45jw-0 span {
/* 2269 */   display: block;
/* 2270 */   font-size: 15px;
/* 2271 */   color: rgb(21, 35, 43);
/* 2272 */   text-decoration: none;
/* 2273 */   margin-bottom: 15px;
/* 2274 */   font-weight: bold;
/* 2275 */ }
/* 2276 */
/* 2277 */ .StyledErrorBanner-sc-lo45jw-0 span .StyledErrorBannerIcon-sc-1h7h2q-0 {
/* 2278 */   float: left;
/* 2279 */   background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMTAwMHB4IiBoZWlnaHQ9IjEwMDBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI2ZmM0MzQyIgZD0iTTQ5OS43LDBDMjIzLjYsMCwwLDIyMy42LDAsNDk5LjdDMCw3NzUuOCwyMjMuNiwxMDAwLDQ5OS43LDEwMDBTMTAwMCw3NzYuNCwxMDAwLDQ5OS43QzEwMDAsMjIzLjYsNzc2LjQsMCw0OTkuNywwegoJIE01MDAuMyw3NzVjLTQxLjYsMC03NS0zMy40LTc1LTc1czMzLjQtNzUsNzUtNzVzNzUsMzMuNCw3NSw3NVM1NDEuOSw3NzUsNTAwLjMsNzc1eiBNNTc0LDQ4OGMwLDQxLjQtMzMuNiw3NS03NSw3NWgwCgljLTQxLjQsMC03NS0zMy42LTc1LTc1VjI2M2MwLTQxLjQsMzMuNi03NSw3NS03NWgwYzQxLjQsMCw3NSwzMy42LDc1LDc1VjQ4OHoiLz4KPC9zdmc+Cg==);
/* 2280 */   background-size: cover;
/* 2281 */   width: 15px;
/* 2282 */   height: 15px;
/* 2283 */   display: inline-block;
/* 2284 */   margin-right: 7px;
/* 2285 */ }
/* 2286 */
/* 2287 */ .StyledErrorBanner-sc-lo45jw-0 a {
/* 2288 */
/* 2289 */   display: block;
/* 2290 */   font-size: 11px;
/* 2291 */   color: rgb(21, 35, 43);
/* 2292 */   text-decoration: underline;
/* 2293 */   margin-bottom: 0px;
/* 2294 */   font-weight: normal;
/* 2295 */ }
/* 2296 */
/* 2297 */ .fsValidationError {
/* 2298 */
/* 2299 */   width: 100%;
/* 2300 */   border: 1px solid rgb(255, 60, 60);

/* style.css */

/* 2301 */   background-color: rgb(250, 233, 233);
/* 2302 */   color: rgb(21, 35, 43);
/* 2303 */   padding: 7px 12px;
/* 2304 */   margin-bottom: 7px;
/* 2305 */   border-radius: 3px;
/* 2306 */   display: block;
/* 2307 */   box-sizing: border-box;
/* 2308 */   word-break: break-all;
/* 2309 */ }
/* 2310 */
/* 2311 */ .fsValidationError span {
/* 2312 */
/* 2313 */   display: block;
/* 2314 */   font-size: 11px;
/* 2315 */   color: rgb(21, 35, 43);
/* 2316 */   text-decoration: none;
/* 2317 */   margin-bottom: 0px !important;
/* 2318 */   font-weight: normal;
/* 2319 */ }
/* 2320 */
/* 2321 */ .fsValidationError span .StyledErrorBannerIcon-sc-1h7h2q-0 {
/* 2322 */
/* 2323 */   float: left;
/* 2324 */   background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMTAwMHB4IiBoZWlnaHQ9IjEwMDBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI2ZmM0MzQyIgZD0iTTQ5OS43LDBDMjIzLjYsMCwwLDIyMy42LDAsNDk5LjdDMCw3NzUuOCwyMjMuNiwxMDAwLDQ5OS43LDEwMDBTMTAwMCw3NzYuNCwxMDAwLDQ5OS43QzEwMDAsMjIzLjYsNzc2LjQsMCw0OTkuNywwegoJIE01MDAuMyw3NzVjLTQxLjYsMC03NS0zMy40LTc1LTc1czMzLjQtNzUsNzUtNzVzNzUsMzMuNCw3NSw3NVM1NDEuOSw3NzUsNTAwLjMsNzc1eiBNNTc0LDQ4OGMwLDQxLjQtMzMuNiw3NS03NSw3NWgwCgljLTQxLjQsMC03NS0zMy42LTc1LTc1VjI2M2MwLTQxLjQsMzMuNi03NSw3NS03NWgwYzQxLjQsMCw3NSwzMy42LDc1LDc1VjQ4OHoiLz4KPC9zdmc+Cg==);
/* 2325 */   background-size: cover;
/* 2326 */   width: 15px;
/* 2327 */   height: 15px;
/* 2328 */   display: inline-block;
/* 2329 */   margin-right: 7px;
/* 2330 */ }
/* 2331 */
/* 2332 */ .fsValidationError span .FieldInlineError__ErrorItem-sc-14nhiib-0 {
/* 2333 */   margin-left: 21px;
/* 2334 */ }
/* 2335 */
/* 2336 */ .otg-diversity-form .fsSubmitButton:hover {
/* 2337 */   border-color: #000000 !important;
/* 2338 */   background: #fff !important;
/* 2339 */   color: #000 !important;
/* 2340 */ }
/* 2341 */
/* 2342 */ .otg-contact-code-block .fsBody,
/* 2343 */ .otg-contact-code-block .fsBody .fsFieldRow,
/* 2344 */ .otg-contact-code-block .fsBody .fsRowBody {
/* 2345 */   padding: 0 !important;
/* 2346 */   font-family: "proxima-nova" !important;
/* 2347 */ }
/* 2348 */
/* 2349 */ .otg-contact-code-block .fsSubmit,
/* 2350 */ .otg-diversity-form .fsSubmit {

/* style.css */

/* 2351 */   margin-top: 20px !important;
/* 2352 */   padding: 0 !important;
/* 2353 */   text-align: left;
/* 2354 */   margin-bottom: 90px;
/* 2355 */ }
/* 2356 */
/* 2357 */ .otg-contact-select {
/* 2358 */   margin: 0 !important;
/* 2359 */ }
/* 2360 */
/* 2361 */ .otg-contact-form-block abbr[title] {
/* 2362 */   text-decoration: none !important;
/* 2363 */   margin-left: 3.75px !important;
/* 2364 */   font-size: 22px;
/* 2365 */   font-weight: 700;
/* 2366 */   font-family: Verdana;
/* 2367 */   float: none;
/* 2368 */ }
/* 2369 */
/* 2370 */ .fsPagination .fsPreviousButton,
/* 2371 */ .fsPagination .fsNextButton {
/* 2372 */   display: none !important;
/* 2373 */ }
/* 2374 */
/* 2375 */ .otg-header-banner-bg-overlay.otg-small-banner {
/* 2376 */   height: 50vh !important;
/* 2377 */ }
/* 2378 */
/* 2379 */ .otg-header-banner-bg-overlay.otg-medium-banner {
/* 2380 */   height: 60vh !important;
/* 2381 */ }
/* 2382 */
/* 2383 */ .otg-tech-section-content {
/* 2384 */   margin-right: 19px;
/* 2385 */   font-family: "proxima-nova" !important;
/* 2386 */   font-style: normal !important;
/* 2387 */   font-weight: 400 !important;
/* 2388 */   font-size: 20px !important;
/* 2389 */   line-height: 149.8% !important;
/* 2390 */   margin-bottom: 35px !important;
/* 2391 */   color: #0E0E0E;
/* 2392 */ }
/* 2393 */
/* 2394 */ .otg-tech-section-content p {
/* 2395 */   margin-bottom: 35px !important;
/* 2396 */ }
/* 2397 */
/* 2398 */ .otg-tech-video .fusion-column-wrapper {
/* 2399 */   margin-left: 0 !important;
/* 2400 */   margin-right: 0 !important;

/* style.css */

/* 2401 */ }
/* 2402 */
/* 2403 */ .otg-tech-section-content p:last-child {
/* 2404 */   margin-bottom: 0px !important;
/* 2405 */ }
/* 2406 */
/* 2407 */ .otg-tech-right-align-content .otg-section-content {
/* 2408 */   margin-right: 0 !important;
/* 2409 */ }
/* 2410 */
/* 2411 */ .otg-tech-listing-content ul li::marker {
/* 2412 */   font-size: 12px;
/* 2413 */ }
/* 2414 */
/* 2415 */ .otg-tech-listing-content {
/* 2416 */   margin-right: 54px;
/* 2417 */ }
/* 2418 */
/* 2419 */ .otg-tech-listing-content ul {
/* 2420 */   padding-left: 29px !important;
/* 2421 */ }
/* 2422 */
/* 2423 */ .otg-contact-code-block .fsSubFieldGroup .fsNameFirst,
/* 2424 */ .otg-contact-code-block .fsSubFieldGroup .fsNameLast,
/* 2425 */ .otg-diversity-form .fsSubFieldGroup .fsNameFirst,
/* 2426 */ .otg-diversity-form .fsSubFieldGroup .fsNameLast,
/* 2427 */ .otg-diversity-form .fsSubFieldGroup .fsFieldAddress,
/* 2428 */ .otg-diversity-form .fsSubFieldGroup .fsFieldAddress2,
/* 2429 */ .otg-diversity-form .fsSubFieldGroup .fsFieldCity,
/* 2430 */ .otg-diversity-form .fsSubFieldGroup .fsFieldState,
/* 2431 */ .otg-diversity-form .fsSubFieldGroup .fsFieldZip {
/* 2432 */   display: flex;
/* 2433 */   flex-direction: column;
/* 2434 */ }
/* 2435 */
/* 2436 */ .otg-diversity-form .fsSubFieldGroup .fsFieldState {
/* 2437 */   position: relative;
/* 2438 */ }
/* 2439 */
/* 2440 */ .otg-diversity-form .fsSubFieldGroup .fsFieldState .select-selected {
/* 2441 */   line-height: 127.8%;
/* 2442 */   display: none;
/* 2443 */ }
/* 2444 */
/* 2445 */ /* .otg-diversity-form .fsSubFieldGroup .fsFieldState select {
/* 2446 *|   display: none !important;
/* 2447 *|
/* 2448 *| } */
/* 2449 */
/* 2450 */ .otg-bd-form-bottom-text {

/* style.css */

/* 2451 */   margin-top: 36px;
/* 2452 */ }
/* 2453 */
/* 2454 */ .otg-footer-heading h2,
/* 2455 */ .home .otg-footer-heading h2 {
/* 2456 */   font-size: 72px !important;
/* 2457 */   line-height: 72px !important;
/* 2458 */   text-align: left !important;
/* 2459 */   letter-spacing: 0.02em !important;
/* 2460 */ }
/* 2461 */
/* 2462 */ .otg-contact-code-block .fsSubFieldGroup label,
/* 2463 */ .otg-diversity-form .fsSubFieldGroup label,
/* 2464 */ .otg-contact-code-block .fsLabel {
/* 2465 */   order: -1;
/* 2466 */   font-family: "proxima-nova" !important;
/* 2467 */   font-style: normal;
/* 2468 */   font-weight: 600;
/* 2469 */   font-size: 20px;
/* 2470 */   line-height: 149.8%;
/* 2471 */   letter-spacing: -0.02em;
/* 2472 */   color: #0E0E0E;
/* 2473 */   margin-bottom: 6px;
/* 2474 */ }
/* 2475 */
/* 2476 */ .otg-contact-code-block .fsRowBody.fsCell.fsFieldCell.fsFirst.fsLast span.fsRequiredLabel,
/* 2477 */ .otg-diversity-form .fsRowBody.fsCell.fsFieldCell.fsFirst.fsLast span.fsRequiredLabel,
/* 2478 */ .otg-diversity-form .fsRowBody.fsCell.fsFieldCell.fsFirst.fsLast span.fsLabel {
/* 2479 */   display: none;
/* 2480 */ }
/* 2481 */
/* 2482 */ .otg-contact-code-block ::placeholder,
/* 2483 */ .otg-diversity-form ::placeholder {
/* 2484 */   color: #0E0E0E;
/* 2485 */   font-family: "proxima-nova" !important;
/* 2486 */ }
/* 2487 */
/* 2488 */ .otg-contact-code-block :-ms-input-placeholder,
/* 2489 */ .otg-diversity-form :-ms-input-placeholder {
/* 2490 */   /* Internet Explorer 10-11 */
/* 2491 */   color: #0E0E0E;
/* 2492 */   font-family: "proxima-nova" !important;
/* 2493 */ }
/* 2494 */
/* 2495 */ .otg-contact-code-block ::-ms-input-placeholder,
/* 2496 */ .otg-diversity-form ::-ms-input-placeholder {
/* 2497 */   /* Microsoft Edge */
/* 2498 */   color: #0E0E0E;
/* 2499 */   font-family: "proxima-nova" !important;
/* 2500 */ }

/* style.css */

/* 2501 */
/* 2502 */ .otg-contact-code-block .vertical.fs-clear label,
/* 2503 */ .otg-diversity-form .vertical.fs-clear label {
/* 2504 */   margin-bottom: 15px;
/* 2505 */ }
/* 2506 */
/* 2507 */ .otg-contact-code-block .fsRow .fsRowBody input[type=checkbox]:before,
/* 2508 */ .otg-contact-code-block input[type=checkbox]::before,
/* 2509 */ .otg-contact-code-block .fsRow .fsRowBody input[type=checkbox],
/* 2510 */ .otg-contact-code-block input[type=checkbox] {
/* 2511 */   width: 30px;
/* 2512 */   height: 30px;
/* 2513 */ }
/* 2514 */
/* 2515 */ .fusion-text.fusion-text-5.otg-diversity-form{
/* 2516 */ width: 100%;
/* 2517 */ }
/* 2518 */ /**** custom select styles start****/
/* 2519 */
/* 2520 */ /*the container must be positioned relative:*/
/* 2521 */ .fsFirst,
/* 2522 */ .otg-contact-select,
/* 2523 */ .otg_contact_select {
/* 2524 */   position: relative;
/* 2525 */ }
/* 2526 */
/* 2527 */ .selectWrap {
/* 2528 */   position: relative;
/* 2529 */ }
/* 2530 */
/* 2531 */ .fsFirst select,
/* 2532 */ .otg-contact-select select,
/* 2533 */ .otg-contact-select .select-arrow {
/* 2534 */   display: none !important;
/* 2535 */   /*hide original SELECT element:*/
/* 2536 */ }
/* 2537 */
/* 2538 */ .otg_contact_select select,
/* 2539 */ .otg-diversity-form select {
/* 2540 */   padding: 9px 45px 9px 20px;
/* 2541 */   cursor: pointer;
/* 2542 */   user-select: none;
/* 2543 */   font-weight: 400;
/* 2544 */   font-size: 20px;
/* 2545 */   line-height: 149.8%;
/* 2546 */   letter-spacing: 0.02em;
/* 2547 */   color: #0E0E0E;
/* 2548 */   background: #FFFFFF;
/* 2549 */   border: 1px solid #000000;
/* 2550 */   position: relative;

/* style.css */

/* 2551 */   width: 100%;
/* 2552 */   appearance: none;
/* 2553 */   background-image: url("/wp-content/themes/Avada-child/assets/images/dropdown_arrow.png") !important;
/* 2554 */   background-repeat: no-repeat !important;
/* 2555 */   background-position: right 1rem center;
/* 2556 */   background-size: 1em;
/* 2557 */
/* 2558 */
/* 2559 */ }
/* 2560 */
/* 2561 */ .otg-diversity-form select {
/* 2562 */   height: auto;
/* 2563 */ }
/* 2564 */
/* 2565 */ .otg-contact-select .select-selected,
/* 2566 */ .otg_contact_select .select-selected {
/* 2567 */   background-color: #FFFFFF;
/* 2568 */ }
/* 2569 */
/* 2570 */ /*style the arrow inside the select element:*/
/* 2571 */ .otg-contact-select .select-selected:after,
/* 2572 */ .otg_contact_select .select-selected:after {
/* 2573 */   content: "";
/* 2574 */   top: 50px;
/* 2575 */   right: 20px;
/* 2576 */   border: 6px solid transparent;
/* 2577 */   border-color: #fff transparent transparent transparent;
/* 2578 */   background-image: url("/wp-content/themes/Avada-child/assets/images/dropdown_arrow.png") !important;
/* 2579 */   background-repeat: no-repeat !important;
/* 2580 */   display: flex;
/* 2581 */   height: 20px;
/* 2582 */   width: 20px;
/* 2583 */   position: absolute;
/* 2584 */   z-index: 1;
/* 2585 */   background-size: contain;
/* 2586 */ }
/* 2587 */
/* 2588 */ .otg-contact-select .select-selected:after,
/* 2589 */ .otg_contact_select .select-selected:after {
/* 2590 */   top: 15px;
/* 2591 */ }
/* 2592 */
/* 2593 */ .fieldset-content .select-selected:after {
/* 2594 */   top: 10px;
/* 2595 */   right: 11px;
/* 2596 */ }
/* 2597 */
/* 2598 */ /*point the arrow upwards when the select box is open (active):*/
/* 2599 */ /*.select-selected.select-arrow-active:after {
/* 2600 *|   border-color: transparent transparent #fff transparent;

/* style.css *|

/* 2601 *|   top: 7px;
/* 2602 *| }*/
/* 2603 */
/* 2604 */ /*style the items (options), including the selected item:*/
/* 2605 */ .otg-contact-select .select-items div,
/* 2606 */ .otg_contact_select .select-items div {
/* 2607 */   padding: 2px 0 2px 15px;
/* 2608 */   cursor: pointer;
/* 2609 */   user-select: none;
/* 2610 */   font-weight: 400;
/* 2611 */   font-size: 20px;
/* 2612 */   line-height: 149.8%;
/* 2613 */   letter-spacing: 0.02em;
/* 2614 */   color: #0E0E0E;
/* 2615 */ }
/* 2616 */
/* 2617 */ .otg-contact-select .select-selected {
/* 2618 */   padding: 9px 45px 9px 20px;
/* 2619 */   cursor: pointer;
/* 2620 */   user-select: none;
/* 2621 */   font-weight: 400;
/* 2622 */   font-size: 20px;
/* 2623 */   line-height: 149.8%;
/* 2624 */   letter-spacing: 0.02em;
/* 2625 */   color: #0E0E0E;
/* 2626 */   background: #FFFFFF;
/* 2627 */   border: 1px solid #000000;
/* 2628 */   position: relative;
/* 2629 */ }
/* 2630 */
/* 2631 */ .otg_contact_select .select-selected {
/* 2632 */   display: none;
/* 2633 */ }
/* 2634 */
/* 2635 */ /*style items (options):*/
/* 2636 */ .otg-contact-select .select-items,
/* 2637 */ .otg_contact_select .select-items {
/* 2638 */   position: absolute;
/* 2639 */   /* top: 57%;*/
/* 2640 */   top: 52%;
/* 2641 */   left: 1.03%;
/* 2642 */   right: 1.37%;
/* 2643 */   z-index: 100;
/* 2644 */   background: #E8E8E8;
/* 2645 */   box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
/* 2646 */   border-radius: 9px;
/* 2647 */   padding: 7px 0;
/* 2648 */   font-family: "proxima-nova" !important;
/* 2649 */   height: 252px;
/* 2650 */   overflow: auto;

/* style.css */

/* 2651 */   padding: 5px;
/* 2652 */ }
/* 2653 */
/* 2654 */ .otg_contact_select #label-field141987812 .select-items {
/* 2655 */   height: auto;
/* 2656 */ }
/* 2657 */
/* 2658 */ .otg-contact-select .select-items {
/* 2659 */   top: 25%;
/* 2660 */   height: auto;
/* 2661 */ }
/* 2662 */
/* 2663 */ .fieldset-content .select-items {
/* 2664 */   width: 100px;
/* 2665 */   top: 25%;
/* 2666 */   height: auto;
/* 2667 */   margin-left: auto;
/* 2668 */   margin-right: auto;
/* 2669 */ }
/* 2670 */
/* 2671 */ .fieldset-content .select-selected {
/* 2672 */   width: 120px;
/* 2673 */   height: 45px;
/* 2674 */   position: relative;
/* 2675 */   display: inline-block;
/* 2676 */   /* margin-right: 15px;*/
/* 2677 */ }
/* 2678 */
/* 2679 */
/* 2680 */ /*hide the items when the select box is closed:*/
/* 2681 */ .select-hide {
/* 2682 */   display: none;
/* 2683 */ }
/* 2684 */
/* 2685 */ .otg-contact-select .select-items div:hover,
/* 2686 */ .otg_contact_select .select-items div:hover {
/* 2687 */   background-color: #D0D0D0;
/* 2688 */   padding: 2px 0 2px 15px;
/* 2689 */ }
/* 2690 */
/* 2691 */ .otg-contact-select .same-as-selected,
/* 2692 */ .otg_contact_select .same-as-selected {
/* 2693 */   background-color: #D0D0D0;
/* 2694 */ }
/* 2695 */
/* 2696 */ /**** custom select styles end ****/
/* 2697 */
/* 2698 */ #label130409228 .fieldset-content,
/* 2699 */ #label124440436 .fieldset-content {
/* 2700 */   display: flex;

/* style.css */

/* 2701 */ }
/* 2702 */
/* 2703 */ #label130409228 .fieldset-content .selectWrap,
/* 2704 */ #label124440436 .fieldset-content .selectWrap {
/* 2705 */   position: relative;
/* 2706 */   margin-right: 15px;
/* 2707 */ }
/* 2708 */
/* 2709 */ /*#menu-otg-main-menu li ul.sub-menu li a{
/* 2710 *|   font-weight: 500;
/* 2711 *|   font-size: 14px;
/* 2712 *|   line-height: 17px;
/* 2713 *|   letter-spacing: 0.04em;
/* 2714 *|   text-transform: uppercase;
/* 2715 *|   color: #000000 !important;
/* 2716 *|   padding-top: 0 !important;
/* 2717 *|   padding-left: 16px !important;
/* 2718 *|   padding-bottom: 16px !important;
/* 2719 *| }
/* 2720 *| #menu-otg-main-menu li ul.sub-menu li:first-child a{
/* 2721 *|   padding-top: 16px !important;
/* 2722 *| }
/* 2723 *| #menu-otg-main-menu li ul.sub-menu li:last-child a{
/* 2724 *|   padding-bottom: 18px !important;
/* 2725 *| }*/
/* 2726 */ #menu-otg-main-menu li.current-menu-item>a,
/* 2727 */ #menu-otg-main-menu li ul.sub-menu li.current-menu-item a {
/* 2728 */   color: #fd4f00 !important;
/* 2729 */ }
/* 2730 */
/* 2731 */ .otg-hypen:after {
/* 2732 */   content: "-";
/* 2733 */   display: inline;
/* 2734 */   height: 100%;
/* 2735 */   width: 100%;
/* 2736 */   position: absolute;
/* 2737 */   z-index: 1;
/* 2738 */ }
/* 2739 */
/* 2740 */ .otg-right-align-img .fusion-column-inner-bg {
/* 2741 */   margin-left: 0 !important;
/* 2742 */   margin-right: 0 !important;
/* 2743 */ }
/* 2744 */
/* 2745 */ .heateor_sss_facebook .heateor_sss_svg,
/* 2746 */ .heateor_sss_button_linkedin .heateor_sss_svg,
/* 2747 */ .heateor_sss_button_twitter .heateor_sss_svg {
/* 2748 */   margin-top: 25px !important;
/* 2749 */   margin-bottom: 55px !important;
/* 2750 */   width: 48px !important;

/* style.css */

/* 2751 */   height: 48px !important;
/* 2752 */   color: #000000 !important;
/* 2753 */   margin-right: 26px !important;
/* 2754 */ }
/* 2755 */
/* 2756 */ .heateor_sss_facebook .heateor_sss_svg svg,
/* 2757 */ .heateor_sss_button_linkedin .heateor_sss_svg svg,
/* 2758 */ .heateor_sss_button_twitter .heateor_sss_svg svg {
/* 2759 */   display: none !important;
/* 2760 */   position: relative;
/* 2761 */ }
/* 2762 */
/* 2763 */ .heateor_sss_facebook span:after {
/* 2764 */   content: "";
/* 2765 */   background-image: url("/wp-content/themes/Avada-child/assets/images/facebook.png") !important;
/* 2766 */   background-repeat: no-repeat !important;
/* 2767 */   display: flex;
/* 2768 */   height: 48px;
/* 2769 */   width: 48px;
/* 2770 */   position: absolute;
/* 2771 */   z-index: 100000;
/* 2772 */   background-position: center;
/* 2773 */ }
/* 2774 */
/* 2775 */ .heateor_sss_button_linkedin span:after {
/* 2776 */   content: "";
/* 2777 */   background-image: url("/wp-content/themes/Avada-child/assets/images/linkedin.png") !important;
/* 2778 */   background-repeat: no-repeat !important;
/* 2779 */   display: flex;
/* 2780 */   height: 48px;
/* 2781 */   width: 48px;
/* 2782 */   position: absolute;
/* 2783 */   z-index: 100000;
/* 2784 */   background-position: center;
/* 2785 */ }
/* 2786 */
/* 2787 */ .heateor_sss_button_twitter span:after {
/* 2788 */   content: "";
/* 2789 */   background-image: url("/wp-content/themes/Avada-child/assets/images/twiter.png") !important;
/* 2790 */   background-repeat: no-repeat !important;
/* 2791 */   display: flex;
/* 2792 */   height: 48px;
/* 2793 */   width: 48px;
/* 2794 */   position: absolute;
/* 2795 */   z-index: 100000;
/* 2796 */   background-position: center;
/* 2797 */ }
/* 2798 */
/* 2799 */ /*.restaurant-facebook1:before{
/* 2800 *|   content: "" !important;

/* style.css *|

/* 2801 *|   background-image: url("/wp-content/themes/Avada-child/assets/images/facebook.png") !important;
/* 2802 *|   background-repeat: no-repeat !important;
/* 2803 *|   display: flex !important;
/* 2804 *|   height: 100% !important;
/* 2805 *|   width: 100% !important;
/* 2806 *|   position: absolute;
/* 2807 *|   z-index: 1;
/* 2808 *| }*/
/* 2809 */ #sliders-container .tfs-slider,
/* 2810 */ #sliders-container .fusion-slider-container {
/* 2811 */   height: 80vh !important;
/* 2812 */ }
/* 2813 */
/* 2814 */ .otg-exp-inner-pg-airport-code h2 {
/* 2815 */   font-weight: 800 !important;
/* 2816 */   font-size: 40px !important;
/* 2817 */   line-height: 40px !important;
/* 2818 */   letter-spacing: -0.02em !important;
/* 2819 */   color: #757575 !important;
/* 2820 */   font-family: "proxima-nova" !important;
/* 2821 */ }
/* 2822 */
/* 2823 */ .otg-exp-inner-pg-title h2 {
/* 2824 */   font-weight: 800 !important;
/* 2825 */   font-size: 72px !important;
/* 2826 */   line-height: 73px !important;
/* 2827 */   letter-spacing: -0.02em !important;
/* 2828 */   color: #000000 !important;
/* 2829 */   font-family: "proxima-nova" !important;
/* 2830 */   margin-top: 10px;
/* 2831 */   margin-bottom: 45px;
/* 2832 */ }
/* 2833 */
/* 2834 */ .otg-press-pg-button-mob {
/* 2835 */   padding: 9px 31px !important;
/* 2836 */ }
/* 2837 */
/* 2838 */ .collapsed-nav-icon-open.fa-bars::before {
/* 2839 */   content: "" !important;
/* 2840 */   background-image: url("/wp-content/themes/Avada-child/assets/images/Menu-button.svg") !important;
/* 2841 */   background-repeat: no-repeat !important;
/* 2842 */   display: flex !important;
/* 2843 */   height: 22px !important;
/* 2844 */   width: 42px !important;
/* 2845 */   position: absolute;
/* 2846 */   z-index: 1;
/* 2847 */   left: -29px;
/* 2848 */ }
/* 2849 */
/* 2850 */ .collapsed-nav-icon-open.fa-bars {

/* style.css */

/* 2851 */   transition: none !important;
/* 2852 */ }
/* 2853 */
/* 2854 */ .collapsed-nav-icon-close.fa-times {
/* 2855 */   transition: none !important;
/* 2856 */   color: #fff !important;
/* 2857 */   font-size: 2em;
/* 2858 */   width: 2em !important;
/* 2859 */ }
/* 2860 */
/* 2861 */ .collapsed-nav-icon-close.fa-times::before {
/* 2862 */   position: absolute;
/* 2863 */   right: 42px;
/* 2864 */ }
/* 2865 */
/* 2866 */ #otg-preloader {
/* 2867 */   display: block;
/* 2868 */ }
/* 2869 */
/* 2870 */ .otg-loc-code-text h2 {
/* 2871 */   font-weight: 900 !important;
/* 2872 */   font-size: 128px !important;
/* 2873 */   line-height: 129px !important;
/* 2874 */   letter-spacing: -0.02em !important;
/* 2875 */   color: #FD4F00 !important;
/* 2876 */   font-family: "proxima-nova" !important;
/* 2877 */ }
/* 2878 */
/* 2879 */ .otg-location-main-heading h2 {
/* 2880 */   margin-top: 0;
/* 2881 */   margin-bottom: 0;
/* 2882 */   line-height: 55px !important;
/* 2883 */ }
/* 2884 */
/* 2885 */ .otg-margin-right-remove {
/* 2886 */   margin-right: 0 !important;
/* 2887 */ }
/* 2888 */
/* 2889 */ .otg_location_spec {
/* 2890 */   margin-bottom: 30px;
/* 2891 */ }
/* 2892 */
/* 2893 */ .otg-location-terminal-heading h3 {
/* 2894 */   font-family: "proxima-nova" !important;
/* 2895 */   font-style: normal !important;
/* 2896 */   font-weight: 400 !important;
/* 2897 */   font-size: 20px !important;
/* 2898 */   line-height: 22px !important;
/* 2899 */   letter-spacing: 0.1em !important;
/* 2900 */   color: #000000 !important;

/* style.css */

/* 2901 */   text-transform: uppercase !important;
/* 2902 */   position: relative;
/* 2903 */ }
/* 2904 */
/* 2905 */ .otg-location-terminal-heading h3::after {
/* 2906 */   width: 100%;
/* 2907 */   top: auto;
/* 2908 */   bottom: -10px;
/* 2909 */   content: "";
/* 2910 */   position: absolute;
/* 2911 */   height: 1px;
/* 2912 */   z-index: 1;
/* 2913 */   left: 0;
/* 2914 */   right: 0;
/* 2915 */   background: #CCCCCC;
/* 2916 */   display: flex;
/* 2917 */ }
/* 2918 */
/* 2919 */ .otg-location-terminal-content h4.otg-location-terminal-section-strong-title {
/* 2920 */   margin-bottom: 5px !important;
/* 2921 */   font-weight: 700;
/* 2922 */   font-family: "proxima-nova" !important;
/* 2923 */   font-style: normal;
/* 2924 */   font-size: 20px;
/* 2925 */   line-height: 22px;
/* 2926 */   letter-spacing: -0.02em;
/* 2927 */   color: #000000;
/* 2928 */   margin-top: 0 !important;
/* 2929 */ }
/* 2930 */
/* 2931 */ .otg-location-terminal-content p.otg-location-terminal-section-p {
/* 2932 */   font-family: "proxima-nova" !important;
/* 2933 */   font-style: normal;
/* 2934 */   font-weight: 400;
/* 2935 */   font-size: 20px;
/* 2936 */   line-height: 22px;
/* 2937 */   letter-spacing: -0.02em;
/* 2938 */   color: #000000;
/* 2939 */   margin-bottom: 30px !important;
/* 2940 */ }
/* 2941 */
/* 2942 */ .otg-location-terminal-content {
/* 2943 */   margin-bottom: 40px !important;
/* 2944 */ }
/* 2945 */
/* 2946 */ .flex-control-nav li {
/* 2947 */   margin: 0 3px !important;
/* 2948 */ }
/* 2949 */
/* 2950 */ .flex-control-nav li a {

/* style.css */

/* 2951 */   width: 8px !important;
/* 2952 */   height: 8px !important;
/* 2953 */   box-shadow: none !important;
/* 2954 */ }
/* 2955 */
/* 2956 */ #sliders-container .tfs-slider .flex-control-nav {
/* 2957 */   bottom: -11px !important;
/* 2958 */ }
/* 2959 */
/* 2960 */ .flex-nav-next .flex-next,
/* 2961 */ .flex-nav-prev .flex-prev {
/* 2962 */   background-color: transparent !important;
/* 2963 */   z-index: 2222222 !important;
/* 2964 */   opacity: 1 !important;
/* 2965 */   color: transparent !important;
/* 2966 */   display: block !important;
/* 2967 */ }
/* 2968 */
/* 2969 */ .flex-nav-next .flex-next:hover,
/* 2970 */ .flex-nav-prev .flex-prev:hover {
/* 2971 */   color: transparent !important;
/* 2972 */ }
/* 2973 */
/* 2974 */ /*preflight new*/
/* 2975 */ .otg-preflight-page-listing {
/* 2976 */   display: flex;
/* 2977 */   /*gap: 30px;*/
/* 2978 */ }
/* 2979 */
/* 2980 */ .otg-preflight-page-listing-colLeft {
/* 2981 */   display: flex;
/* 2982 */   flex-direction: column;
/* 2983 */   align-items: flex-start;
/* 2984 */   padding: 35px;
/* 2985 */   background: #FFC895;
/* 2986 */   border-radius: 2px;
/* 2987 */   width: 50%;
/* 2988 */   margin-right: 30px;
/* 2989 */ }
/* 2990 */
/* 2991 */ .preflight-page-links {
/* 2992 */   display: flex;
/* 2993 */   flex-direction: column;
/* 2994 */   align-items: flex-start;
/* 2995 */   padding: 30px;
/* 2996 */   background: #FFFFFF;
/* 2997 */   border: 1px solid #CCCCCC;
/* 2998 */   border-radius: 2px;
/* 2999 */ }
/* 3000 */

/* style.css */

/* 3001 */ .hiring-page-links {
/* 3002 */
/* 3003 */   position: relative;
/* 3004 */   padding-bottom: 130px;
/* 3005 */ }
/* 3006 */
/* 3007 */ .otg-preflight-page-listing-colRight {
/* 3008 */   display: flex;
/* 3009 */   flex-direction: column;
/* 3010 */   /*gap: 30px;*/
/* 3011 */   width: 50%;
/* 3012 */ }
/* 3013 */
/* 3014 */ .preflight-page-latest-post span {
/* 3015 */   font-family: "proxima-nova" !important;
/* 3016 */   font-style: normal;
/* 3017 */   font-weight: 600;
/* 3018 */   font-size: 20px;
/* 3019 */   line-height: 21px;
/* 3020 */   letter-spacing: 0.09em;
/* 3021 */   text-transform: uppercase;
/* 3022 */   color: #000000;
/* 3023 */   /* margin-bottom: 30px;*/
/* 3024 */   position: relative;
/* 3025 */   display: inline;
/* 3026 */ }
/* 3027 */
/* 3028 */ .preflight-page-links span {
/* 3029 */   font-family: "proxima-nova" !important;
/* 3030 */   font-style: normal;
/* 3031 */   font-weight: 600;
/* 3032 */   font-size: 20px;
/* 3033 */   line-height: 21px;
/* 3034 */   letter-spacing: 0.09em;
/* 3035 */   color: #757575;
/* 3036 */   text-transform: uppercase;
/* 3037 */   margin-bottom: 20px;
/* 3038 */ }
/* 3039 */
/* 3040 */ .preflight-page-latest-post h2 {
/* 3041 */   font-family: "proxima-nova" !important;
/* 3042 */   font-style: normal !important;
/* 3043 */   font-weight: 800 !important;
/* 3044 */   font-size: 48px !important;
/* 3045 */   line-height: 48px !important;
/* 3046 */   letter-spacing: -0.02em !important;
/* 3047 */   color: #000000 !important;
/* 3048 */   margin-bottom: 30px;
/* 3049 */   margin-top: 20px;
/* 3050 */ }

/* style.css */

/* 3051 */
/* 3052 */ .preflight-page-links h2 {
/* 3053 */   font-family: "proxima-nova" !important;
/* 3054 */   font-style: normal !important;
/* 3055 */   font-weight: 800 !important;
/* 3056 */   font-size: 32px !important;
/* 3057 */   line-height: 32px !important;
/* 3058 */   letter-spacing: -0.02em !important;
/* 3059 */   color: #000000 !important;
/* 3060 */   margin-bottom: 20px;
/* 3061 */ }
/* 3062 */
/* 3063 */ .preflight-page-links p,
/* 3064 */ .preflight-page-latest-post p {
/* 3065 */   font-family: "proxima-nova" !important;
/* 3066 */   font-style: normal;
/* 3067 */   font-weight: 400;
/* 3068 */   font-size: 20px;
/* 3069 */   line-height: 30px;
/* 3070 */   letter-spacing: -0.02em;
/* 3071 */   color: #0E0E0E !important;
/* 3072 */   margin-bottom: 0 !important;
/* 3073 */ }
/* 3074 */
/* 3075 */ /*.preflight-page-latest-post p{
/* 3076 *|   display: -webkit-box;
/* 3077 *|     -webkit-line-clamp: 6;
/* 3078 *|     -webkit-box-orient: vertical;
/* 3079 *|     overflow: hidden;
/* 3080 *| }*/
/* 3081 */ .preflight-page-links p {
/* 3082 */   display: -webkit-box;
/* 3083 */   -webkit-line-clamp: 2;
/* 3084 */   -webkit-box-orient: vertical;
/* 3085 */   overflow: hidden;
/* 3086 */ }
/* 3087 */
/* 3088 */ .hiring-page-links p {
/* 3089 */   margin-bottom: 20px !important;
/* 3090 */ }
/* 3091 */
/* 3092 */ .hiring-page-links .otg-button {
/* 3093 */   position: absolute;
/* 3094 */   bottom: 0px;
/* 3095 */   margin-bottom: 30px;
/* 3096 */   left: 10%;
/* 3097 */   right: 10%;
/* 3098 */   text-align: center;
/* 3099 */ }
/* 3100 */

/* style.css */

/* 3101 */
/* 3102 */ .otg-hiring-events p {
/* 3103 */   display: block;
/* 3104 */ }
/* 3105 */
/* 3106 */ .otg-hiring-events .otg-button {
/* 3107 */   margin-top: 40px;
/* 3108 */ }
/* 3109 */
/* 3110 */
/* 3111 */ .otg-preflight-top-doodle span::before {
/* 3112 */   content: "";
/* 3113 */   background-image: url(/wp-content/themes/Avada-child/assets/images/Highlight_01.svg) !important;
/* 3114 */   background-repeat: no-repeat !important;
/* 3115 */   display: flex;
/* 3116 */   height: 35px;
/* 3117 */   width: 35px;
/* 3118 */   position: absolute;
/* 3119 */   z-index: 1;
/* 3120 */   right: -30px;
/* 3121 */   top: -22px;
/* 3122 */ }
/* 3123 */
/* 3124 */ .preflight-page-links:first-child {
/* 3125 */   margin-bottom: 30px;
/* 3126 */ }
/* 3127 */
/* 3128 */ .preflight-page-links:last-child {
/* 3129 */   margin-bottom: 0px;
/* 3130 */ }
/* 3131 */
/* 3132 */ /*instagram related css */
/* 3133 */ #sb_instagram #sbi_images {
/* 3134 */   display: grid !important;
/* 3135 */   grid-template-columns: 1fr 1fr 1fr 1fr;
/* 3136 */   gap: 30px 30px;
/* 3137 */   height: auto !important;
/* 3138 */   width: 100% !important;
/* 3139 */   list-style: none;
/* 3140 */   padding: 0 !important;
/* 3141 */   margin: 0 !important;
/* 3142 */ }
/* 3143 */
/* 3144 */ #sb_instagram #sbi_images .sbi_item {
/* 3145 */   width: 100% !important;
/* 3146 */   padding: 0 !important;
/* 3147 */   overflow: visible;
/* 3148 */ }
/* 3149 */
/* 3150 */ #sb_instagram svg:not(:root).svg-inline--fa {

/* style.css */

/* 3151 */   display: none !important;
/* 3152 */ }
/* 3153 */
/* 3154 */ #sb_instagram .sb_instagram_header .sbi_header_img {
/* 3155 */   width: 28px !important;
/* 3156 */ }
/* 3157 */
/* 3158 */ #sb_instagram .sb_instagram_header .sbi_header_text {
/* 3159 */   padding: 0 !important;
/* 3160 */ }
/* 3161 */
/* 3162 */ #sb_instagram .sb_instagram_header .sbi_header_text h3 {
/* 3163 */   display: none;
/* 3164 */ }
/* 3165 */
/* 3166 */ #sb_instagram .sb_instagram_header {
/* 3167 */   padding: 0 !important;
/* 3168 */   margin-bottom: 30px !important;
/* 3169 */ }
/* 3170 */
/* 3171 */ #sb_instagram {
/* 3172 */   padding: 0 !important;
/* 3173 */ }
/* 3174 */
/* 3175 */ #sb_instagram .sb_instagram_header .sbi_header_text p.sbi_bio {
/* 3176 */   font-family: "proxima-nova" !important;
/* 3177 */   margin-left: 38px !important;
/* 3178 */   font-weight: 800;
/* 3179 */   font-size: 24px;
/* 3180 */   line-height: 26px;
/* 3181 */   letter-spacing: -0.02em;
/* 3182 */   color: #000000;
/* 3183 */ }
/* 3184 */
/* 3185 */ #sb_instagram #sbi_images img {
/* 3186 */   object-fit: cover;
/* 3187 */ }
/* 3188 */
/* 3189 */ #sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover {
/* 3190 */   opacity: 0 !important;
/* 3191 */ }
/* 3192 */
/* 3193 */ .sbi_photo {
/* 3194 */   display: inline-block;
/* 3195 */ }
/* 3196 */
/* 3197 */ .sbi_photo:focus-visible {
/* 3198 */   outline: 2px solid blue !important;
/* 3199 */ }
/* 3200 */

/* style.css */

/* 3201 */ .otg-preflight-pg-insta-heading p {
/* 3202 */   margin-bottom: 30px !important;
/* 3203 */ }
/* 3204 */
/* 3205 */ /*.otg-preflight-pg-insta-heading p b*/
/* 3206 */ .otg-preflight-pg-insta-heading h2 {
/* 3207 */   font-family: "proxima-nova" !important;
/* 3208 */   font-style: normal !important;
/* 3209 */   font-weight: 800 !important;
/* 3210 */   font-size: 24px !important;
/* 3211 */   line-height: 110% !important;
/* 3212 */   letter-spacing: -0.02em !important;
/* 3213 */   color: #000000 !important;
/* 3214 */   display: inline-block;
/* 3215 */   margin-bottom: 30px;
/* 3216 */ }
/* 3217 */
/* 3218 */ .otg-preflight-pg-insta-heading a {
/* 3219 */   margin-right: 8px;
/* 3220 */ }
/* 3221 */
/* 3222 */ .hide,
/* 3223 */ .otg-form-div {
/* 3224 */   display: none;
/* 3225 */ }
/* 3226 */
/* 3227 */ .otg-contact-code-block .fsRow .fsRowBody input[type=radio],
/* 3228 */ .otg-contact-code-block input[type=radio] {
/* 3229 */   width: 25px !important;
/* 3230 */   height: 25px !important;
/* 3231 */   padding: 0 !important;
/* 3232 */   border: 0 !important;
/* 3233 */ }
/* 3234 */
/* 3235 */ .otg-contact-code-block .fsRow .fsRowBody input[type=radio]:before,
/* 3236 */ .otg-contact-code-block input[type=radio]::before {
/* 3237 */   width: 25px !important;
/* 3238 */   height: 25px !important;
/* 3239 */ }
/* 3240 */
/* 3241 */ .otg-contact-code-block input[type=radio]:checked::before {
/* 3242 */   border: 1px solid blue;
/* 3243 */   background: blue;
/* 3244 */ }
/* 3245 */
/* 3246 */ /*  */
/* 3247 */ .show {
/* 3248 */   display: block;
/* 3249 */ }
/* 3250 */

/* style.css */

/* 3251 */ .fsboxshadow .fsBody .fsForm {
/* 3252 */   box-shadow: none !important;
/* 3253 */ }
/* 3254 */
/* 3255 */ .otg-cibo-logo-img-wrapper {
/* 3256 */   background: #F1F1F1;
/* 3257 */   padding: 139px 47px;
/* 3258 */   /*width: 582px;
/* 3259 *|   height: 380px;*/
/* 3260 */   margin-left: auto;
/* 3261 */   margin-right: 0;
/* 3262 */ }
/* 3263 */
/* 3264 */ .otg-cibo-img-div {
/* 3265 */   font-style: normal;
/* 3266 */   font-weight: 400;
/* 3267 */   font-size: 13px;
/* 3268 */   line-height: 16px;
/* 3269 */   color: #000000;
/* 3270 */   font-family: "proxima-nova" !important;
/* 3271 */   margin-top: 16px;
/* 3272 */   margin-left: 18px;
/* 3273 */   letter-spacing: normal;
/* 3274 */ }
/* 3275 */
/* 3276 */ .otg-cibo-logo-img-wrapper:before {
/* 3277 */   content: "";
/* 3278 */   height: 102px;
/* 3279 */   width: 2px;
/* 3280 */   background: #373535;
/* 3281 */   display: flex;
/* 3282 */   position: absolute;
/* 3283 */ }
/* 3284 */
/* 3285 */ .otg-cibo-img-span {
/* 3286 */   font-family: "proxima-nova" !important;
/* 3287 */   font-style: normal;
/* 3288 */   font-weight: 400;
/* 3289 */   font-size: 20px;
/* 3290 */   line-height: 24px;
/* 3291 */   color: #000000;
/* 3292 */   margin-left: 18px;
/* 3293 */   vertical-align: bottom;
/* 3294 */ }
/* 3295 */
/* 3296 */ .otg-cibo-img-span strong {
/* 3297 */   font-weight: 700 !important;
/* 3298 */ }
/* 3299 */
/* 3300 */ .otg-cibo-logo-img {

/* style.css */

/* 3301 */   margin-left: 18px;
/* 3302 */ }
/* 3303 */
/* 3304 */ .otg-contact-code-block .fsRow .fsRowBody input[type=radio].vertical {
/* 3305 */   top: 8px;
/* 3306 */ }
/* 3307 */
/* 3308 */ .otg-contact-code-block .fsBody div.fsSupporting {
/* 3309 */   font-size: 14px;
/* 3310 */   line-height: 17px;
/* 3311 */ }
/* 3312 */
/* 3313 */ .otg-contact-code-block .fsMatrix {
/* 3314 */   font-size: 13px;
/* 3315 */ }
/* 3316 */
/* 3317 */ .otg-contact-code-block .fsMatrix th,
/* 3318 */ .otg-contact-code-block h3 span {
/* 3319 */   font-family: "proxima-nova" !important;
/* 3320 */ }
/* 3321 */
/* 3322 */ #otg_submit_feedback h3,
/* 3323 */ #otg_request_receipt h3 {
/* 3324 */   font-size: 24px !important;
/* 3325 */   line-height: 29px !important;
/* 3326 */   font-family: "proxima-nova" !important;
/* 3327 */   font-weight: 400 !important;
/* 3328 */ }
/* 3329 */
/* 3330 */ .fsMatrix th.fsMatrixLabelRow {
/* 3331 */   padding-right: 10px !important;
/* 3332 */ }
/* 3333 */
/* 3334 */ .ui-datepicker-trigger {
/* 3335 */   margin-left: 0 !important;
/* 3336 */ }
/* 3337 */
/* 3338 */ .oc-content-other-details-heading {
/* 3339 */   font-weight: 700 !important;
/* 3340 */   font-size: 20px !important;
/* 3341 */   line-height: 30px !important;
/* 3342 */   letter-spacing: -0.02em !important;
/* 3343 */   color: #000000 !important;
/* 3344 */   margin-bottom: 5px;
/* 3345 */ }
/* 3346 */
/* 3347 */ .otg-other-details {
/* 3348 */   list-style: none;
/* 3349 */   padding: 0;
/* 3350 */   display: flex;

/* style.css */

/* 3351 */ }
/* 3352 */
/* 3353 */ .otg-other-details li {
/* 3354 */   background-color: #fff;
/* 3355 */   border: solid 2px #fd4f00;
/* 3356 */   display: inline-block;
/* 3357 */   border-radius: 1em;
/* 3358 */   margin-right: 20px;
/* 3359 */   font-size: 17px;
/* 3360 */ }
/* 3361 */
/* 3362 */ .otg-other-details .otg-detail-name {
/* 3363 */   background: #fd4f00;
/* 3364 */   color: #fff;
/* 3365 */   display: inline-block;
/* 3366 */   border-radius: 0.7em 0 0 0.7em;
/* 3367 */   padding: 0 15px;
/* 3368 */   margin-left: -1px;
/* 3369 */ }
/* 3370 */
/* 3371 */ .otg-other-details .otg-detail-value {
/* 3372 */   display: inline-block;
/* 3373 */   padding: 0 15px;
/* 3374 */   color: #757575;
/* 3375 */ }
/* 3376 */
/* 3377 */ .otg-formstack-outer div {
/* 3378 */   max-width: 786px !important;
/* 3379 */   margin: 0 auto !important;
/* 3380 */   word-wrap: break-word;
/* 3381 */   padding: 0 15px 30px 15px !important;
/* 3382 */ }
/* 3383 */
/* 3384 */ /* otg formstack contact new styles after updation */
/* 3385 */
/* 3386 */
/* 3387 */ /* .otg-contact-form-block .StyledInput-sc-1cxwxcf-0 {
/* 3388 *|   margin-top: 10px;
/* 3389 *| } */
/* 3390 */ .otg-contact-select .select-items .matched {
/* 3391 */   background: #757575;
/* 3392 */ }
/* 3393 */
/* 3394 */ .otg_contact_select {
/* 3395 */   padding: 0 15px !important;
/* 3396 */ }
/* 3397 */
/* 3398 */ .otg_contact_select h3 {
/* 3399 */   margin: 0;
/* 3400 */ }

/* style.css */

/* 3401 */
/* 3402 */ .otg_contact_select p span {
/* 3403 */   font-size: 20px !important;
/* 3404 */   color: #333;
/* 3405 */ }
/* 3406 */
/* 3407 */ .otg_contact_select span.fsSupporting {
/* 3408 */   font-size: 16px;
/* 3409 */   font-style: normal;
/* 3410 */   color: rgb(101, 101, 101);
/* 3411 */   margin-top: 5px;
/* 3412 */ }
/* 3413 */
/* 3414 */ .otg_contact_select fieldset label {
/* 3415 */   margin-right: 10px;
/* 3416 */   margin-bottom: 10px;
/* 3417 */ }
/* 3418 */
/* 3419 */ .otg_contact_select fieldset[role="radiogroup"] label {
/* 3420 */   display: flex;
/* 3421 */   flex-direction: row;
/* 3422 */   align-items: center;
/* 3423 */   width: max-content;
/* 3424 */   cursor: pointer;
/* 3425 */
/* 3426 */ }
/* 3427 */
/* 3428 */ .otg_contact_select fieldset[role="radiogroup"] label input[type="radio"] {
/* 3429 */   pointer-events: none;
/* 3430 */   cursor: pointer;
/* 3431 */   /* Disable pointer events on the radio button itself */
/* 3432 */ }
/* 3433 */
/* 3434 */ .otg_contact_select fieldset[role="radiogroup"] label:hover input[type="radio"] {
/* 3435 */   pointer-events: auto;
/* 3436 */   /* Enable pointer events only when hovering over the label */
/* 3437 */ }
/* 3438 */
/* 3439 */ .otg_contact_select fieldset.klRQzu {
/* 3440 */   display: flex;
/* 3441 */ }
/* 3442 */
/* 3443 */ /* radio button selected */
/* 3444 */ /* checkbox checked */
/* 3445 */ .otg_contact_select input[type=radio],
/* 3446 */ .otg_contact_select input[type=checkbox] {
/* 3447 */   accent-color: rgb(89, 93, 100);
/* 3448 */ }
/* 3449 */
/* 3450 */ .otg_contact_select input[type=checkbox] {

/* style.css */

/* 3451 */   margin-bottom: 10px;
/* 3452 */ }
/* 3453 */
/* 3454 */ /*  */
/* 3455 */
/* 3456 */ .otg_contact_select fieldset.StyledFieldset-sc-1r8yz9c-0.StyledOptionWrapper-sc-1ah0fdf-0.hmVXfY.iBTrAl {
/* 3457 */   display: flex !important;
/* 3458 */   flex-direction: row;
/* 3459 */   align-items: center;
/* 3460 */ }
/* 3461 */
/* 3462 */ .otg-contact-help-form {
/* 3463 */   padding: 8% 15px 30px 15px !important;
/* 3464 */   max-width: 786px !important;
/* 3465 */   margin: 0 auto !important;
/* 3466 */ }
/* 3467 */
/* 3468 */ .otg-contact-help-form .otg-contact-form-block,
/* 3469 */ .otg-contact-help-form>div,
/* 3470 */ .otg-contact-help-form .otg-contact-form-block>div {
/* 3471 */   margin: 0 !important;
/* 3472 */ }
/* 3473 */
/* 3474 */ .otg-formstack-outer a {
/* 3475 */   color: blue;
/* 3476 */ }
/* 3477 */
/* 3478 */ .otg-formstack-outer a:hover {
/* 3479 */   text-decoration: underline;
/* 3480 */
/* 3481 */ }
/* 3482 */
/* 3483 */ .otg-contact-form-block .InnerFormBody-sc-o0t3bv-0 {
/* 3484 */   padding: 0 !important;
/* 3485 */   overflow: hidden;
/* 3486 */ }
/* 3487 */
/* 3488 */ .otg-contact-code-block textarea {
/* 3489 */   border-radius: 0;
/* 3490 */   background: #fff;
/* 3491 */   border-color: #000;
/* 3492 */   color: #0E0E0E;
/* 3493 */   font-family: "Proxima Nova";
/* 3494 */   font-size: 20px;
/* 3495 */   font-style: normal;
/* 3496 */   font-weight: 400;
/* 3497 */   line-height: 30px;
/* 3498 */   letter-spacing: -0.4px;
/* 3499 */   border: 1px solid;
/* 3500 */ }

/* style.css */

/* 3501 */
/* 3502 */ .otg-contact-code-block .fsLabel {
/* 3503 */   margin-bottom: 10px;
/* 3504 */   margin-top: 10px;
/* 3505 */ }
/* 3506 */
/* 3507 */ /* custom styles for form */
/* 3508 */
/* 3509 */ .otg_contact_select form label {
/* 3510 */   flex-direction: column;
/* 3511 */
/* 3512 */ }
/* 3513 */
/* 3514 */ .otg_contact_select form label.fsFieldCell,
/* 3515 */ .otg-diversity-form form label.fsFieldCell {
/* 3516 */   margin-bottom: 30px !important;
/* 3517 */ }
/* 3518 */
/* 3519 */ .otg_contact_select form span {
/* 3520 */   flex-direction: column;
/* 3521 */ }
/* 3522 */
/* 3523 */
/* 3524 */ .otg_contact_select form span .fsSubFieldGroup {
/* 3525 */   display: flex;
/* 3526 */   gap: 20px;
/* 3527 */ }
/* 3528 */
/* 3529 */ .otg_contact_select form span .fsSubFieldGroup .fsSubField {
/* 3530 */   width: 100%;
/* 3531 */ }
/* 3532 */
/* 3533 */ .otg_contact_select form span .fsSubFieldGroup .fsSubField.fsNameFirst {
/* 3534 */   margin-bottom: 30px;
/* 3535 */ }
/* 3536 */
/* 3537 */ /* othercheckbox in press enq */
/* 3538 */ .StyledOtherOptionSubField-sc-1r6tha5-0 {
/* 3539 */   margin-bottom: 30px;
/* 3540 */ }
/* 3541 */
/* 3542 */ /*  */
/* 3543 */
/* 3544 */ /* new calendar styles from formstack */
/* 3545 */ .otg_contact_select .MuiFormControl-root {
/* 3546 */   display: inline-flex;
/* 3547 */   flex-direction: column;
/* 3548 */   position: relative;
/* 3549 */   min-width: 0px;
/* 3550 */   padding: 0px;

/* style.css */

/* 3551 */   margin: 0px;
/* 3552 */   border: 0px;
/* 3553 */   vertical-align: top;
/* 3554 */   width: 100%;
/* 3555 */ }
/* 3556 */
/* 3557 */ .otg_contact_select .MuiFormControl-root .MuiInputBase-root {
/* 3558 */
/* 3559 */   font-family: "Open Sans";
/* 3560 */   font-weight: 400;
/* 3561 */   font-size: 1.07143rem;
/* 3562 */   line-height: 1.4375em;
/* 3563 */   color: rgb(89, 93, 100);
/* 3564 */   box-sizing: border-box;
/* 3565 */   position: relative;
/* 3566 */   cursor: text;
/* 3567 */   display: inline-flex;
/* 3568 */   -webkit-box-align: center;
/* 3569 */   align-items: center;
/* 3570 */   width: 100%;
/* 3571 */   background-color: rgb(255, 255, 255);
/* 3572 */   position: relative;
/* 3573 */   padding-right: 14px;
/* 3574 */   border: 1px solid #000000;
/* 3575 */ }
/* 3576 */
/* 3577 */ .otg_contact_select .MuiFormControl-root .MuiInputBase-root input {
/* 3578 */   /* border-top: 0;
/* 3579 *|   border-left: 0;
/* 3580 *|   border-bottom: 0; */
/* 3581 */   border: 0;
/* 3582 */ }
/* 3583 */
/* 3584 */ .otg_contact_select .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root {
/* 3585 */   display: flex;
/* 3586 */   height: 0.01em;
/* 3587 */   max-height: 2em;
/* 3588 */   -webkit-box-align: center;
/* 3589 */   align-items: center;
/* 3590 */   white-space: nowrap;
/* 3591 */   color: rgba(0, 0, 0, 0.54);
/* 3592 */   margin-left: 8px;
/* 3593 */ }
/* 3594 */
/* 3595 */ .otg_contact_select .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root button {
/* 3596 */
/* 3597 */   display: inline-flex;
/* 3598 */   -webkit-box-align: center;
/* 3599 */   align-items: center;
/* 3600 */   -webkit-box-pack: center;

/* style.css */

/* 3601 */   justify-content: center;
/* 3602 */   position: relative;
/* 3603 */   box-sizing: border-box;
/* 3604 */   -webkit-tap-highlight-color: transparent;
/* 3605 */   background-color: transparent;
/* 3606 */   outline: 0px;
/* 3607 */   border: 0px;
/* 3608 */   margin: 0px;
/* 3609 */   border-radius: 0px;
/* 3610 */   padding: 0px;
/* 3611 */   cursor: pointer;
/* 3612 */   user-select: none;
/* 3613 */   vertical-align: middle;
/* 3614 */   appearance: none;
/* 3615 */   text-decoration: none;
/* 3616 */   color: inherit;
/* 3617 */   text-align: center;
/* 3618 */   flex: 0 0 auto;
/* 3619 */   font-size: 1.60714rem;
/* 3620 */   padding: 8px;
/* 3621 */   border-radius: 50%;
/* 3622 */   overflow: visible;
/* 3623 */   color: rgba(0, 0, 0, 0.54);
/* 3624 */   transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3625 */   margin-right: -12px;
/* 3626 */ }
/* 3627 */
/* 3628 */ .otg_contact_select .MuiFormControl-root button:hover,
/* 3629 */ .MuiIconButton-root:hover,
/* 3630 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button:hover,
/* 3631 */ .MuiDateCalendar-viewTransitionContainer .MuiMonthCalendar-root .MuiPickersMonth-root button:hover,
/* 3632 */ .MuiMonthCalendar-root .MuiPickersMonth-root button:hover,
/* 3633 */ .MuiDateCalendar-viewTransitionContainer .MuiYearCalendar-root .MuiPickersYear-root button:hover,
/* 3634 */ .MuiYearCalendar-root .MuiPickersYear-root button:hover {
/* 3635 */   background-color: rgba(0, 0, 0, 0.04) !important;
/* 3636 */ }
/* 3637 */
/* 3638 */ .otg_contact_select .MuiFormControl-root .MuiInputBase-root .MuiInputAdornment-root button svg {
/* 3639 */   user-select: none;
/* 3640 */   width: 1em;
/* 3641 */   height: 1em;
/* 3642 */   display: inline-block;
/* 3643 */   fill: currentcolor;
/* 3644 */   flex-shrink: 0;
/* 3645 */   transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3646 */   font-size: 1.60714rem;
/* 3647 */   color: rgb(89, 93, 100);
/* 3648 */ }
/* 3649 */
/* 3650 */ /* inside calendar */

/* style.css */

/* 3651 */ .MuiPickersPopper-root .MuiPaper-root {
/* 3652 */   background-color: rgb(255, 255, 255);
/* 3653 */   color: rgb(89, 93, 100);
/* 3654 */   transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3655 */   border-radius: 3px;
/* 3656 */   box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
/* 3657 */
/* 3658 */ }
/* 3659 */
/* 3660 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root {
/* 3661 */   display: grid;
/* 3662 */   grid-auto-columns: max-content auto max-content;
/* 3663 */   grid-auto-rows: max-content auto max-content;
/* 3664 */ }
/* 3665 */
/* 3666 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper {
/* 3667 */   grid-area: 2 / 2;
/* 3668 */   display: flex;
/* 3669 */   flex-direction: column;
/* 3670 */ }
/* 3671 */
/* 3672 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root {
/* 3673 */
/* 3674 */   height: 334px;
/* 3675 */   overflow: hidden;
/* 3676 */   width: 320px;
/* 3677 */   max-height: 334px;
/* 3678 */   display: flex;
/* 3679 */   flex-direction: column;
/* 3680 */   margin: 0px auto;
/* 3681 */ }
/* 3682 */
/* 3683 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root {
/* 3684 */
/* 3685 */   display: flex;
/* 3686 */   -webkit-box-align: center;
/* 3687 */   align-items: center;
/* 3688 */   margin-top: 16px;
/* 3689 */   margin-bottom: 8px;
/* 3690 */   padding-left: 24px;
/* 3691 */   padding-right: 12px;
/* 3692 */   max-height: 30px;
/* 3693 */   min-height: 30px;
/* 3694 */ }
/* 3695 */
/* 3696 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersCalendarHeader-labelContainer,
/* 3697 */ .MuiPickersCalendarHeader-labelContainer {
/* 3698 */
/* 3699 */   display: flex;
/* 3700 */   overflow: hidden;

/* style.css */

/* 3701 */   -webkit-box-align: center;
/* 3702 */   align-items: center;
/* 3703 */   cursor: pointer;
/* 3704 */   margin-right: auto;
/* 3705 */   font-family: "Open Sans";
/* 3706 */   font-weight: 500;
/* 3707 */   font-size: 1.07143rem;
/* 3708 */   line-height: 1.5;
/* 3709 */ }
/* 3710 */
/* 3711 */
/* 3712 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersCalendarHeader-labelContainer button,
/* 3713 */ .MuiPickersCalendarHeader-labelContainer button {
/* 3714 */
/* 3715 */   display: inline-flex;
/* 3716 */   -webkit-box-align: center;
/* 3717 */   align-items: center;
/* 3718 */   -webkit-box-pack: center;
/* 3719 */   justify-content: center;
/* 3720 */   position: relative;
/* 3721 */   box-sizing: border-box;
/* 3722 */   -webkit-tap-highlight-color: transparent;
/* 3723 */   background-color: transparent;
/* 3724 */   outline: 0px;
/* 3725 */   border: 0px;
/* 3726 */   margin: 0px;
/* 3727 */   border-radius: 0px;
/* 3728 */   padding: 0px;
/* 3729 */   cursor: pointer;
/* 3730 */   user-select: none;
/* 3731 */   vertical-align: middle;
/* 3732 */   appearance: none;
/* 3733 */   text-decoration: none;
/* 3734 */   color: inherit;
/* 3735 */   margin-right: auto;
/* 3736 */   text-align: center;
/* 3737 */   flex: 0 0 auto;
/* 3738 */   border-radius: 50%;
/* 3739 */   overflow: visible;
/* 3740 */   color: rgba(0, 0, 0, 0.54);
/* 3741 */   transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3742 */   padding: 5px;
/* 3743 */   font-size: 1.20536rem;
/* 3744 */   border: 0 !important;
/* 3745 */ }
/* 3746 */
/* 3747 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersCalendarHeader-labelContainer button svg,
/* 3748 */ .MuiPickersCalendarHeader-labelContainer button svg {
/* 3749 */
/* 3750 */   will-change: transform;

/* style.css */

/* 3751 */   transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3752 */   transform: rotate(0deg);
/* 3753 */   user-select: none;
/* 3754 */   width: 1em;
/* 3755 */   height: 1em;
/* 3756 */   display: inline-block;
/* 3757 */   fill: currentcolor;
/* 3758 */   flex-shrink: 0;
/* 3759 */   /* transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; */
/* 3760 */   font-size: 1.60714rem;
/* 3761 */   color: rgb(89, 93, 100);
/* 3762 */ }
/* 3763 */
/* 3764 */ button[aria-label="year view is open, switch to calendar view"] svg.MuiPickersCalendarHeader-switchViewIcon {
/* 3765 */   transform: rotate(180deg);
/* 3766 */ }
/* 3767 */
/* 3768 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersCalendarHeader-labelContainer button svg.bKuvEg,
/* 3769 */ .MuiPickersCalendarHeader-labelContainer button svg.bKuvEg {
/* 3770 */   transform: rotate(180deg);
/* 3771 */ }
/* 3772 */
/* 3773 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersCalendarHeader-labelContainer .MuiPickersFadeTransitionGroup-root,
/* 3774 */ .MuiPickersCalendarHeader-labelContainer .MuiPickersFadeTransitionGroup-root {
/* 3775 */   display: block;
/* 3776 */   position: relative;
/* 3777 */ }
/* 3778 */
/* 3779 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersCalendarHeader-labelContainer .MuiPickersFadeTransitionGroup-root .MuiPickersCalendarHeader-label,
/* 3780 */ .MuiPickersCalendarHeader-labelContainer .MuiPickersFadeTransitionGroup-root .MuiPickersCalendarHeader-label {
/* 3781 */   margin-right: 6px;
/* 3782 */ }
/* 3783 */
/* 3784 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersCalendarHeader-labelContainer .MuiPickersFadeTransitionGroup-root button,
/* 3785 */ .MuiPickersCalendarHeader-labelContainer .MuiPickersFadeTransitionGroup-root button {
/* 3786 */
/* 3787 */   text-align: center;
/* 3788 */   flex: 0 0 auto;
/* 3789 */   border-radius: 50%;
/* 3790 */   overflow: visible;
/* 3791 */   color: rgba(0, 0, 0, 0.54);
/* 3792 */   transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3793 */   padding: 5px;
/* 3794 */   font-size: 1.20536rem;
/* 3795 */   margin-right: auto;
/* 3796 */   display: inline-flex;
/* 3797 */   -webkit-box-align: center;
/* 3798 */   align-items: center;
/* 3799 */   -webkit-box-pack: center;
/* 3800 */   justify-content: center;

/* style.css */

/* 3801 */   position: relative;
/* 3802 */   box-sizing: border-box;
/* 3803 */   -webkit-tap-highlight-color: transparent;
/* 3804 */   background-color: transparent;
/* 3805 */   outline: 0px;
/* 3806 */   border: 0px;
/* 3807 */   margin: 0px;
/* 3808 */   border-radius: 0px;
/* 3809 */   padding: 0px;
/* 3810 */   cursor: pointer;
/* 3811 */   user-select: none;
/* 3812 */   vertical-align: middle;
/* 3813 */   appearance: none;
/* 3814 */   text-decoration: none;
/* 3815 */   color: inherit;
/* 3816 */ }
/* 3817 */
/* 3818 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersCalendarHeader-labelContainer .MuiPickersFadeTransitionGroup-root button svg,
/* 3819 */ .MuiPickersCalendarHeader-labelContainer .MuiPickersFadeTransitionGroup-root button svg {
/* 3820 */
/* 3821 */   user-select: none;
/* 3822 */   width: 1em;
/* 3823 */   height: 1em;
/* 3824 */   display: inline-block;
/* 3825 */   fill: currentcolor;
/* 3826 */   flex-shrink: 0;
/* 3827 */   transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3828 */   font-size: 1.60714rem;
/* 3829 */   color: rgb(89, 93, 100);
/* 3830 */ }
/* 3831 */
/* 3832 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root,
/* 3833 */ .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root {
/* 3834 */   display: flex;
/* 3835 */ }
/* 3836 */
/* 3837 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root button,
/* 3838 */ .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root button {
/* 3839 */
/* 3840 */   display: inline-flex;
/* 3841 */   -webkit-box-align: center;
/* 3842 */   align-items: center;
/* 3843 */   -webkit-box-pack: center;
/* 3844 */   justify-content: center;
/* 3845 */   position: relative;
/* 3846 */   box-sizing: border-box;
/* 3847 */   -webkit-tap-highlight-color: transparent;
/* 3848 */   background-color: transparent;
/* 3849 */   outline: 0px;
/* 3850 */   border: 0px;

/* style.css */

/* 3851 */   margin: 0px;
/* 3852 */   border-radius: 0px;
/* 3853 */   padding: 0px;
/* 3854 */   cursor: pointer;
/* 3855 */   user-select: none;
/* 3856 */   vertical-align: middle;
/* 3857 */   appearance: none;
/* 3858 */   text-decoration: none;
/* 3859 */   color: inherit;
/* 3860 */ }
/* 3861 */
/* 3862 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root button svg,
/* 3863 */ .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root button svg {
/* 3864 */
/* 3865 */   user-select: none;
/* 3866 */   width: 1em;
/* 3867 */   height: 1em;
/* 3868 */   display: inline-block;
/* 3869 */   fill: currentcolor;
/* 3870 */   flex-shrink: 0;
/* 3871 */   transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3872 */   font-size: inherit;
/* 3873 */   color: rgb(89, 93, 100);
/* 3874 */ }
/* 3875 */
/* 3876 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root button,
/* 3877 */ .MuiPickersArrowSwitcher-root button {
/* 3878 */
/* 3879 */   text-align: center;
/* 3880 */   flex: 0 0 auto;
/* 3881 */   font-size: 1.60714rem;
/* 3882 */   padding: 8px;
/* 3883 */   border-radius: 50%;
/* 3884 */   overflow: visible;
/* 3885 */   color: rgba(0, 0, 0, 0.54);
/* 3886 */   transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3887 */ }
/* 3888 */
/* 3889 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root button.MuiIconButton-edgeEnd,
/* 3890 */ .MuiPickersArrowSwitcher-root button.MuiIconButton-edgeEnd {
/* 3891 */   margin-right: -12px;
/* 3892 */ }
/* 3893 */
/* 3894 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root button.MuiIconButton-edgStart,
/* 3895 */ .MuiPickersArrowSwitcher-root button.MuiIconButton-edgStart {
/* 3896 */   margin-left: -12px;
/* 3897 */ }
/* 3898 */
/* 3899 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root .MuiPickersArrowSwitcher-spacer,
/* 3900 */ .MuiPickersArrowSwitcher-spacer {

/* style.css */

/* 3901 */   width: 45px;
/* 3902 */ }
/* 3903 */
/* 3904 */ .MuiPickersPopper-root .MuiPaper-root .MuiPickersLayout-root .MuiPickersLayout-contentWrapper .MuiDateCalendar-root .MuiPickersCalendarHeader-root .MuiPickersArrowSwitcher-root button:nth-child(2),
/* 3905 */ .MuiPickersArrowSwitcher-root button:nth-child(2) {
/* 3906 */   text-align: center !important;
/* 3907 */   flex: 0 0 auto;
/* 3908 */   font-size: 1.60714rem;
/* 3909 */   padding: 8px;
/* 3910 */   border-radius: 50%;
/* 3911 */   overflow: visible;
/* 3912 */   color: rgba(0, 0, 0, 0.54);
/* 3913 */   transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 3914 */   margin-left: -12px !important;
/* 3915 */ }
/* 3916 */
/* 3917 */
/* 3918 */ /*  */
/* 3919 */ /*month inside */
/* 3920 */ .MuiDateCalendar-viewTransitionContainer {
/* 3921 */   display: block;
/* 3922 */   position: relative;
/* 3923 */ }
/* 3924 */
/* 3925 */ /* month display */
/* 3926 */ .MuiDateCalendar-viewTransitionContainer .MuiMonthCalendar-root,
/* 3927 */ .MuiMonthCalendar-root {
/* 3928 */   display: flex;
/* 3929 */   flex-wrap: wrap;
/* 3930 */   align-content: stretch;
/* 3931 */   padding: 0px 4px;
/* 3932 */   width: 320px;
/* 3933 */   box-sizing: border-box;
/* 3934 */ }
/* 3935 */
/* 3936 */ .MuiDateCalendar-viewTransitionContainer .MuiMonthCalendar-root .MuiPickersMonth-root,
/* 3937 */ .MuiMonthCalendar-root .MuiPickersMonth-root {
/* 3938 */   flex-basis: 33.3%;
/* 3939 */   display: flex;
/* 3940 */   -webkit-box-align: center;
/* 3941 */   align-items: center;
/* 3942 */   -webkit-box-pack: center;
/* 3943 */   justify-content: center;
/* 3944 */ }
/* 3945 */
/* 3946 */ .MuiDateCalendar-viewTransitionContainer .MuiMonthCalendar-root .MuiPickersMonth-root button,
/* 3947 */ .MuiMonthCalendar-root .MuiPickersMonth-root button,
/* 3948 */ .MuiDateCalendar-viewTransitionContainer .MuiYearCalendar-root .MuiPickersYear-root button,
/* 3949 */ .MuiYearCalendar-root .MuiPickersYear-root button {
/* 3950 */

/* style.css */

/* 3951 */   color: unset;
/* 3952 */   background-color: transparent;
/* 3953 */   border: 0px;
/* 3954 */   outline: 0px;
/* 3955 */   font-family: "Open Sans";
/* 3956 */   font-weight: 400;
/* 3957 */   font-size: 1.07143rem;
/* 3958 */   line-height: 1.75;
/* 3959 */   margin: 8px 0px;
/* 3960 */   height: 36px;
/* 3961 */   width: 72px;
/* 3962 */   border-radius: 18px;
/* 3963 */   cursor: pointer;
/* 3964 */ }
/* 3965 */
/* 3966 */ .MuiDateCalendar-viewTransitionContainer .MuiMonthCalendar-root .MuiPickersMonth-root button.Mui-selected,
/* 3967 */ .MuiMonthCalendar-root .MuiPickersMonth-root button.Mui-selected,
/* 3968 */ .MuiDateCalendar-viewTransitionContainer .MuiYearCalendar-root .MuiPickersYear-root button.Mui-selected,
/* 3969 */ .MuiYearCalendar-root .MuiPickersYear-root button.Mui-selected,
/* 3970 */ button.Mui-selected {
/* 3971 */
/* 3972 */   color: rgb(255, 255, 255);
/* 3973 */   background-color: rgb(89, 93, 100);
/* 3974 */ }
/* 3975 */
/* 3976 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button:not(.Mui-selected) {
/* 3977 */   border: 1px solid rgb(255, 255, 255) !important;
/* 3978 */ }
/* 3979 */
/* 3980 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button.MuiPickersDay-today,
/* 3981 */ button.MuiPickersDay-today {
/* 3982 */   border: 1px solid rgb(89, 93, 100) !important;
/* 3983 */   background-color: rgba(89, 93, 100, 0.04) !important;
/* 3984 */ }
/* 3985 */
/* 3986 */ .Mui-disabled:not(.Mui-selected) {
/* 3987 */   color: rgb(234, 234, 234) !important;
/* 3988 */ }
/* 3989 */
/* 3990 */ .MuiDateCalendar-viewTransitionContainer .MuiMonthCalendar-root .MuiPickersMonth-root button.Mui-selected:focus,
/* 3991 */ .MuiMonthCalendar-root .MuiPickersMonth-root button.Mui-selected:focus,
/* 3992 */ /* .MuiDateCalendar-viewTransitionContainer  */
/* 3993 */ .MuiYearCalendar-root .MuiPickersYear-root button.Mui-selected:focus,
/* 3994 */ /* .MuiDateCalendar-viewTransitionContainer */
/* 3995 */ .MuiYearCalendar-root .MuiPickersYear-root button.Mui-selected:hover,
/* 3996 */ .MuiDateCalendar-viewTransitionContainer .MuiMonthCalendar-root .MuiPickersMonth-root button.Mui-selected:hover,
/* 3997 */ .MuiMonthCalendar-root .MuiPickersMonth-root button.Mui-selected:hover,
/* 3998 */ /* .MuiDateCalendar-viewTransitionContainer */
/* 3999 */ .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button.Mui-selected:hover,
/* 4000 */ /* .MuiDateCalendar-viewTransitionContainer */

/* style.css */

/* 4001 */ .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button.Mui-selected:focus {
/* 4002 */   background-color: rgb(62, 65, 70) !important;
/* 4003 */ }
/* 4004 */
/* 4005 */ /*  */
/* 4006 */ .MuiYearCalendar-root {
/* 4007 */   display: flex;
/* 4008 */   flex-flow: wrap;
/* 4009 */   overflow-y: auto;
/* 4010 */   height: 100%;
/* 4011 */   padding: 0px 4px;
/* 4012 */   width: 320px;
/* 4013 */   max-height: 280px;
/* 4014 */   box-sizing: border-box;
/* 4015 */   position: relative;
/* 4016 */ }
/* 4017 */
/* 4018 */ /* month transition */
/* 4019 */ .MuiPickersSlideTransition-slideExit {
/* 4020 */   transform: translate(0%);
/* 4021 */ }
/* 4022 */
/* 4023 */ .MuiPickersSlideTransition-slideEnter-left {
/* 4024 */   will-change: transform;
/* 4025 */   transform: translate(100%);
/* 4026 */   z-index: 1;
/* 4027 */ }
/* 4028 */
/* 4029 */ .MuiPickersSlideTransition-slideEnter-right {
/* 4030 */   will-change: transform;
/* 4031 */   transform: translate(-100%);
/* 4032 */   z-index: 1;
/* 4033 */ }
/* 4034 */
/* 4035 */ .MuiPickersSlideTransition-slideEnterActive {
/* 4036 */   transform: translate(0%);
/* 4037 */   transition: transform 375ms cubic-bezier(0.35, 0.8, 0.4, 1) 0ms
/* 4038 */ }
/* 4039 */
/* 4040 */ .MuiPickersSlideTransition-slideExitActiveLeft-left {
/* 4041 */   will-change: transform;
/* 4042 */   transform: translate(-100%);
/* 4043 */   transition: transform 375ms cubic-bezier(0.35, 0.8, 0.4, 1) 0ms;
/* 4044 */   z-index: 0;
/* 4045 */ }
/* 4046 */
/* 4047 */ .MuiPickersSlideTransition-slideExitActiveLeft-right {
/* 4048 */   will-change: transform;
/* 4049 */   transform: translate(100%);
/* 4050 */   transition: transform 375ms cubic-bezier(0.35, 0.8, 0.4, 1) 0ms;

/* style.css */

/* 4051 */   z-index: 0;
/* 4052 */ }
/* 4053 */
/* 4054 */ /*  */
/* 4055 */ /* year display */
/* 4056 */ .MuiDateCalendar-viewTransitionContainer .MuiYearCalendar-root {
/* 4057 */   display: flex;
/* 4058 */   flex-flow: wrap;
/* 4059 */   overflow-y: auto;
/* 4060 */   height: 100%;
/* 4061 */   padding: 0px 4px;
/* 4062 */   width: 320px;
/* 4063 */   max-height: 280px;
/* 4064 */   box-sizing: border-box;
/* 4065 */   position: relative;
/* 4066 */ }
/* 4067 */
/* 4068 */ .MuiDateCalendar-viewTransitionContainer .MuiYearCalendar-root .MuiPickersYear-root {
/* 4069 */
/* 4070 */   flex-basis: 25%;
/* 4071 */   display: flex;
/* 4072 */   -webkit-box-align: center;
/* 4073 */   align-items: center;
/* 4074 */   -webkit-box-pack: center;
/* 4075 */   justify-content: center;
/* 4076 */ }
/* 4077 */
/* 4078 */
/* 4079 */ /*  */
/* 4080 */ /* weeks */
/* 4081 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-header,
/* 4082 */ .MuiDayCalendar-header {
/* 4083 */   display: flex;
/* 4084 */   -webkit-box-pack: center;
/* 4085 */   justify-content: center;
/* 4086 */   -webkit-box-align: center;
/* 4087 */   align-items: center;
/* 4088 */ }
/* 4089 */
/* 4090 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-header .MuiDayCalendar-weekDayLabel,
/* 4091 */ .MuiDayCalendar-header .MuiDayCalendar-weekDayLabel {
/* 4092 */   margin: 0px;
/* 4093 */   font-family: "Open Sans";
/* 4094 */   font-weight: 400;
/* 4095 */   font-size: 0.803571rem;
/* 4096 */   line-height: 1.66;
/* 4097 */   width: 36px;
/* 4098 */   height: 40px;
/* 4099 */   margin: 0px 2px;
/* 4100 */   text-align: center;

/* style.css */

/* 4101 */   display: flex;
/* 4102 */   -webkit-box-pack: center;
/* 4103 */   justify-content: center;
/* 4104 */   -webkit-box-align: center;
/* 4105 */   align-items: center;
/* 4106 */   color: rgb(89, 93, 100);
/* 4107 */ }
/* 4108 */
/* 4109 */ /*  */
/* 4110 */
/* 4111 */ /* dates */
/* 4112 */
/* 4113 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition,
/* 4114 */ .MuiDayCalendar-slideTransition {
/* 4115 */   display: block;
/* 4116 */   position: relative;
/* 4117 */   overflow-x: hidden;
/* 4118 */   min-height: 240px;
/* 4119 */ }
/* 4120 */
/* 4121 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer,
/* 4122 */ .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer {
/* 4123 */   position: absolute;
/* 4124 */   top: 0px;
/* 4125 */   right: 0px;
/* 4126 */   left: 0px;
/* 4127 */   overflow: hidden;
/* 4128 */ }
/* 4129 */
/* 4130 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer,
/* 4131 */ .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer {
/* 4132 */   margin: 2px 0px;
/* 4133 */   display: flex;
/* 4134 */   -webkit-box-pack: center;
/* 4135 */   justify-content: center;
/* 4136 */ }
/* 4137 */
/* 4138 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button,
/* 4139 */ .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button {
/* 4140 */
/* 4141 */   display: inline-flex;
/* 4142 */   -webkit-box-align: center;
/* 4143 */   align-items: center;
/* 4144 */   -webkit-box-pack: center;
/* 4145 */   justify-content: center;
/* 4146 */   position: relative;
/* 4147 */   box-sizing: border-box;
/* 4148 */   -webkit-tap-highlight-color: transparent;
/* 4149 */   background-color: transparent;
/* 4150 */   outline: 0px;

/* style.css */

/* 4151 */   border: 0px;
/* 4152 */   margin: 0px;
/* 4153 */   border-radius: 0px;
/* 4154 */   padding: 0px;
/* 4155 */   cursor: pointer;
/* 4156 */   user-select: none;
/* 4157 */   vertical-align: middle;
/* 4158 */   appearance: none;
/* 4159 */   text-decoration: none;
/* 4160 */   color: inherit;
/* 4161 */
/* 4162 */   font-family: "Open Sans";
/* 4163 */   line-height: 1.66;
/* 4164 */   width: 36px;
/* 4165 */   height: 36px;
/* 4166 */   border-radius: 50%;
/* 4167 */   padding: 0px;
/* 4168 */   background-color: transparent;
/* 4169 */   transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 4170 */   color: rgb(89, 93, 100);
/* 4171 */   margin: 0px 2px;
/* 4172 */   font-size: 14px;
/* 4173 */   font-weight: 500;
/* 4174 */ }
/* 4175 */
/* 4176 */
/* 4177 */
/* 4178 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button.Mui-selected,
/* 4179 */ .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button.Mui-selected {
/* 4180 */   color: rgb(255, 255, 255);
/* 4181 */   background-color: rgb(89, 93, 100);
/* 4182 */   font-weight: 500;
/* 4183 */ }
/* 4184 */
/* 4185 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button span,
/* 4186 */ .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer button span {
/* 4187 */
/* 4188 */   overflow: hidden;
/* 4189 */   pointer-events: none;
/* 4190 */   position: absolute;
/* 4191 */   z-index: 0;
/* 4192 */   inset: 0px;
/* 4193 */   border-radius: inherit;
/* 4194 */ }
/* 4195 */
/* 4196 */ .MuiDateCalendar-viewTransitionContainer .MuiDayCalendar-root .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer .MuiPickersDay-hiddenDaySpacingFiller,
/* 4197 */ .MuiDayCalendar-slideTransition .MuiDayCalendar-monthContainer .MuiDayCalendar-weekContainer .MuiPickersDay-hiddenDaySpacingFiller {
/* 4198 */
/* 4199 */   font-family: "Open Sans";
/* 4200 */   line-height: 1.66;

/* style.css */

/* 4201 */   width: 36px;
/* 4202 */   height: 36px;
/* 4203 */   border-radius: 50%;
/* 4204 */   padding: 0px;
/* 4205 */   background-color: transparent;
/* 4206 */   transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 4207 */   color: rgb(89, 93, 100);
/* 4208 */   margin: 0px 2px;
/* 4209 */   opacity: 0;
/* 4210 */   pointer-events: none;
/* 4211 */   font-size: 14px;
/* 4212 */   font-weight: 500;
/* 4213 */ }
/* 4214 */
/* 4215 */ /*  */
/* 4216 */
/* 4217 */ /*  */
/* 4218 */ /*  */
/* 4219 */
/* 4220 */ /*  */
/* 4221 */
/* 4222 */ /*  */
/* 4223 */ /* responsive calendar */
/* 4224 */ .MuiDialog-root {
/* 4225 */   position: fixed;
/* 4226 */   z-index: 1300;
/* 4227 */   inset: 0px;
/* 4228 */ }
/* 4229 */
/* 4230 */ .MuiModal-backdrop {
/* 4231 */   z-index: -1;
/* 4232 */   position: fixed;
/* 4233 */   display: flex;
/* 4234 */   -webkit-box-align: center;
/* 4235 */   align-items: center;
/* 4236 */   -webkit-box-pack: center;
/* 4237 */   justify-content: center;
/* 4238 */   inset: 0px;
/* 4239 */   background-color: rgba(0, 0, 0, 0.5);
/* 4240 */   -webkit-tap-highlight-color: transparent;
/* 4241 */ }
/* 4242 */
/* 4243 */ .MuiDialog-container {
/* 4244 */   height: 100%;
/* 4245 */   outline: 0px;
/* 4246 */   display: flex;
/* 4247 */   -webkit-box-pack: center;
/* 4248 */   justify-content: center;
/* 4249 */   -webkit-box-align: center;
/* 4250 */   align-items: center;

/* style.css */

/* 4251 */   outline: 0;
/* 4252 */ }
/* 4253 */
/* 4254 */ .MuiPaper-root {
/* 4255 */   outline: 0px;
/* 4256 */   min-width: 320px;
/* 4257 */   margin: 32px;
/* 4258 */   position: relative;
/* 4259 */   overflow-y: auto;
/* 4260 */   display: flex;
/* 4261 */   flex-direction: column;
/* 4262 */   max-height: calc(100% - 64px);
/* 4263 */   max-width: 600px;
/* 4264 */
/* 4265 */   background-color: rgb(255, 255, 255);
/* 4266 */   color: rgb(89, 93, 100);
/* 4267 */   transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 4268 */   border-radius: 3px;
/* 4269 */   box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
/* 4270 */ }
/* 4271 */
/* 4272 */ .MuiDialog-container .MuiDialogContent-root {
/* 4273 */   flex: 1 1 auto;
/* 4274 */   overflow-y: auto;
/* 4275 */   padding: 20px 24px;
/* 4276 */   padding: 0px;
/* 4277 */ }
/* 4278 */
/* 4279 */ .MuiDialog-container .MuiPickersLayout-root {
/* 4280 */   display: grid;
/* 4281 */   grid-auto-columns: max-content auto max-content;
/* 4282 */   grid-auto-rows: max-content auto max-content;
/* 4283 */ }
/* 4284 */
/* 4285 */ .MuiDialog-container .MuiPickersLayout-toolbar {
/* 4286 */   grid-area: 2 / 1 / 3;
/* 4287 */   display: flex;
/* 4288 */   flex-flow: column wrap;
/* 4289 */   align-items: flex-start;
/* 4290 */   -webkit-box-pack: start;
/* 4291 */   justify-content: flex-start;
/* 4292 */   padding: 16px;
/* 4293 */   height: auto;
/* 4294 */   max-width: 160px;
/* 4295 */ }
/* 4296 */
/* 4297 */ .MuiDialog-container .MuiPickersLayout-contentWrapper {
/* 4298 */
/* 4299 */   grid-area: 2 / 2;
/* 4300 */   display: flex;

/* style.css */

/* 4301 */   flex-direction: column;
/* 4302 */ }
/* 4303 */
/* 4304 */ .MuiDialog-container .MuiPickersLayout-actionBar {
/* 4305 */   grid-area: 3 / 1 / auto / 4;
/* 4306 */   display: flex;
/* 4307 */   -webkit-box-align: center;
/* 4308 */   align-items: center;
/* 4309 */   padding: 8px;
/* 4310 */   -webkit-box-pack: end;
/* 4311 */   justify-content: flex-end;
/* 4312 */   flex: 0 0 auto;
/* 4313 */
/* 4314 */ }
/* 4315 */
/* 4316 */ .MuiDialog-container .MuiPickersLayout-actionBar button {
/* 4317 */
/* 4318 */   display: inline-flex;
/* 4319 */   -webkit-box-align: center;
/* 4320 */   align-items: center;
/* 4321 */   -webkit-box-pack: center;
/* 4322 */   justify-content: center;
/* 4323 */   position: relative;
/* 4324 */   box-sizing: border-box;
/* 4325 */   -webkit-tap-highlight-color: transparent;
/* 4326 */   background-color: transparent;
/* 4327 */   outline: 0px;
/* 4328 */   border: 0px;
/* 4329 */   margin: 0px;
/* 4330 */   border-radius: 0px;
/* 4331 */   padding: 0px;
/* 4332 */   cursor: pointer;
/* 4333 */   user-select: none;
/* 4334 */   vertical-align: middle;
/* 4335 */   appearance: none;
/* 4336 */   text-decoration: none;
/* 4337 */   color: inherit;
/* 4338 */
/* 4339 */   font-family: "Open Sans";
/* 4340 */   font-weight: 500;
/* 4341 */   font-size: 0.9375rem;
/* 4342 */   line-height: 1.75;
/* 4343 */   text-transform: uppercase;
/* 4344 */   min-width: 64px;
/* 4345 */   padding: 6px 8px;
/* 4346 */   border-radius: 3px;
/* 4347 */   transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
/* 4348 */   color: rgb(89, 93, 100);
/* 4349 */ }
/* 4350 */

/* style.css */

/* 4351 */ .MuiDialog-container .MuiPickersLayout-actionBar button span {
/* 4352 */
/* 4353 */   overflow: hidden;
/* 4354 */   pointer-events: none;
/* 4355 */   position: absolute;
/* 4356 */   z-index: 0;
/* 4357 */   inset: 0px;
/* 4358 */   border-radius: inherit;
/* 4359 */ }
/* 4360 */
/* 4361 */
/* 4362 */ .MuiDialog-container .MuiTypography-overline {
/* 4363 */
/* 4364 */   margin: 0px;
/* 4365 */   font-family: "Open Sans";
/* 4366 */   font-weight: 400;
/* 4367 */   font-size: 0.803571rem;
/* 4368 */   line-height: 2.66;
/* 4369 */   text-transform: uppercase;
/* 4370 */   color: rgb(255, 255, 255);
/* 4371 */   color: rgb(89, 93, 100);
/* 4372 */ }
/* 4373 */
/* 4374 */ .MuiDialog-container .MuiPickersToolbar-content {
/* 4375 */
/* 4376 */   display: flex;
/* 4377 */   flex-flow: column wrap;
/* 4378 */   width: 100%;
/* 4379 */   -webkit-box-pack: start;
/* 4380 */   justify-content: flex-start;
/* 4381 */   flex: 1 1 0%;
/* 4382 */   align-items: flex-start;
/* 4383 */ }
/* 4384 */
/* 4385 */ .MuiDialog-container .MuiTypography-root.MuiTypography-h4 {
/* 4386 */
/* 4387 */   margin: 0px;
/* 4388 */   font-family: "Open Sans";
/* 4389 */   font-weight: 400;
/* 4390 */   font-size: 2.27679rem;
/* 4391 */   line-height: 1.235;
/* 4392 */   text-align: left;
/* 4393 */   margin: auto 16px auto auto;
/* 4394 */ }
/* 4395 */
/* 4396 */ .MuiDialog-container .MuiPickersLayout-root .MuiDateCalendar-root {
/* 4397 */
/* 4398 */   overflow: hidden;
/* 4399 */   width: 320px;
/* 4400 */   max-height: 334px;

/* style.css */

/* 4401 */   display: flex;
/* 4402 */   flex-direction: column;
/* 4403 */   margin: 0px auto;
/* 4404 */   display: flex;
/* 4405 */   flex-direction: column;
/* 4406 */   height: 334px;
/* 4407 */ }
/* 4408 */
/* 4409 */ .MuiDialog-container .MuiPickersLayout-root .MuiDateCalendar-root .MuiPickersCalendarHeader-root {
/* 4410 */
/* 4411 */   display: flex;
/* 4412 */   -webkit-box-align: center;
/* 4413 */   align-items: center;
/* 4414 */   margin-top: 16px;
/* 4415 */   margin-bottom: 8px;
/* 4416 */   padding-left: 24px;
/* 4417 */   padding-right: 12px;
/* 4418 */   max-height: 30px;
/* 4419 */   min-height: 30px;
/* 4420 */ }
/* 4421 */
/* 4422 */ /*  */
/* 4423 */ /* submitfeedback table */
/* 4424 */ .otg_contact_select table {
/* 4425 */   width: 100%;
/* 4426 */   border-spacing: 0px;
/* 4427 */   box-sizing: border-box;
/* 4428 */ }
/* 4429 */
/* 4430 */ .otg_contact_select table,
/* 4431 */ .otg_contact_select table td,
/* 4432 */ .otg_contact_select table th {
/* 4433 */   border: 1px solid black;
/* 4434 */   border-color: #000 !important;
/* 4435 */ }
/* 4436 */
/* 4437 */ .otg_contact_select table caption {
/* 4438 */   height: 0px;
/* 4439 */   overflow: hidden;
/* 4440 */   width: 0px;
/* 4441 */ }
/* 4442 */
/* 4443 */ .otg_contact_select table th {
/* 4444 */   padding: 0.25em 0.5em;
/* 4445 */   vertical-align: middle;
/* 4446 */   text-align: left;
/* 4447 */   color: rgb(51, 51, 51);
/* 4448 */ }
/* 4449 */
/* 4450 */ .otg_contact_select table td, .otg_contact_select table th.column {

/* style.css */

/* 4451 */   width: 20%;
/* 4452 */   text-align: center;
/* 4453 */   padding: 4px 0px;
/* 4454 */ }
/* 4455 */
/* 4456 */ .otg_contact_select form .fsPage {
/* 4457 */   margin: 1px;
/* 4458 */ }
/* 4459 */ .otg_contact_select table{
/* 4460 */   overflow: auto;
/* 4461 */   display: block;
/* 4462 */   border: 1px !important;
/* 4463 */ }
/* 4464 */
/* 4465 */ /*  */
/* 4466 */ /* styled securitylogo */
/* 4467 */ .StyledSecurityLogo-sc-134tpw7-0 {
/* 4468 */
/* 4469 */   display: flex;
/* 4470 */   -webkit-box-align: center;
/* 4471 */   align-items: center;
/* 4472 */   -webkit-box-pack: center;
/* 4473 */   justify-content: center;
/* 4474 */   width: 180px;
/* 4475 */   margin: 0px auto;
/* 4476 */   padding: 7px;
/* 4477 */   background-color: rgb(255, 255, 255);
/* 4478 */   border: 1px solid rgb(204, 204, 204);
/* 4479 */   border-radius: 5px;
/* 4480 */   font-family: Helvetica, Arial, sans-serif;
/* 4481 */   font-size: 11px;
/* 4482 */   line-height: 1;
/* 4483 */   color: rgb(51, 51, 51);
/* 4484 */   white-space: nowrap;
/* 4485 */ }
/* 4486 */
/* 4487 */ .StyledSecurityLogo-sc-134tpw7-0 img {
/* 4488 */
/* 4489 */   width: 18px;
/* 4490 */   height: 18px;
/* 4491 */   min-width: 18px;
/* 4492 */ }
/* 4493 */
/* 4494 */ .StyledSecurityLogo-sc-134tpw7-0 span {
/* 4495 */
/* 4496 */   margin: 0px 3px;
/* 4497 */ }
/* 4498 */
/* 4499 */ .StyledSecurityLogo-sc-134tpw7-0 a {
/* 4500 */

/* style.css */

/* 4501 */   color: green;
/* 4502 */   font-weight: bold;
/* 4503 */ }
/* 4504 */
/* 4505 */ /*  */
/* 4506 */
/* 4507 */ .otg-location-carousel .otg-crewmember-carousel .slick-slide .carousel-img::after {
/* 4508 */   content: none;
/* 4509 */ }
/* 4510 */
/* 4511 */ .otg-location-carousel .otg-crewmember-carousel .slick-slide img {
/* 4512 */   height: 100%;
/* 4513 */ }
/* 4514 */
/* 4515 */ .employee-response {
/* 4516 */   display: flex;
/* 4517 */   flex-direction: row;
/* 4518 */   margin-bottom: 80px;
/* 4519 */   align-items: center;
/* 4520 */ }
/* 4521 */
/* 4522 */ /* .employee-response .employee-info,
/* 4523 *| .employee-response .employee-image {
/* 4524 *|   flex: 1;
/* 4525 *|   padding: 10px;
/* 4526 *| } */
/* 4527 */
/* 4528 */ .employee-response .employee-image {
/* 4529 */   flex: 0 0 30%;
/* 4530 */   /* Set flex-grow to 0, flex-shrink to 0, and flex-basis to 30% */
/* 4531 */   max-width: 30%;
/* 4532 */   /* Ensure the image doesn't exceed 30% width */
/* 4533 */   border: 3px solid #FFC895;
/* 4534 */ }
/* 4535 */
/* 4536 */ .employee-response .employee-info {
/* 4537 */   flex: 0 0 70%;
/* 4538 */   /* Set flex-grow to 0, flex-shrink to 0, and flex-basis to 70% */
/* 4539 */   max-width: 70%;
/* 4540 */   /* Ensure the info doesn't exceed 70% width */
/* 4541 */ }
/* 4542 */
/* 4543 */ .employee-response .employee-info p {
/* 4544 */   text-align: justify;
/* 4545 */ }
/* 4546 */
/* 4547 */ .employee-response:nth-child(odd) .employee-info {
/* 4548 */   order: 2;
/* 4549 */   text-align: left;
/* 4550 */   margin-left: 20px;

/* style.css */

/* 4551 */ }
/* 4552 */
/* 4553 */ .employee-response:nth-child(even) .employee-image {
/* 4554 */   order: 2;
/* 4555 */   text-align: right;
/* 4556 */   margin-left: 20px;
/* 4557 */ }
/* 4558 */
/* 4559 */ .employee-response:nth-child(even) .employee-info {
/* 4560 */   order: 1;
/* 4561 */   text-align: left;
/* 4562 */ }
/* 4563 */
/* 4564 */ .employee-response:nth-child(odd) .employee-image {
/* 4565 */   order: 1;
/* 4566 */   text-align: left;
/* 4567 */ }
/* 4568 */
/* 4569 */ .employee-info h3 {
/* 4570 */   font-weight: 700 !important;
/* 4571 */   font-size: 32px !important;
/* 4572 */   line-height: 45px !important;
/* 4573 */   letter-spacing: -0.02em !important;
/* 4574 */   color: #000000 !important;
/* 4575 */   margin-bottom: 5px !important;
/* 4576 */   font-family: "proxima-nova" !important;
/* 4577 */ }
/* 4578 */
/* 4579 */ /* internship page */
/* 4580 */ .otg-internship-content p {
/* 4581 */   letter-spacing: -1px;
/* 4582 */   hyphens: auto;
/* 4583 */   word-spacing: -1px;
/* 4584 */ }
/* 4585 */
/* 4586 */ /*  */
/* 4587 */ .otg-ipad-right-icons,
/* 4588 */ .otg-ipad-left-icons,
/* 4589 */ .otg-iframe-modal,
/* 4590 */ .otg-iframe-opacity,
/* 4591 */ .reset {
/* 4592 */   display: none !important;
/* 4593 */ }
/* 4594 */ .otg-iframe-modal.show,
/* 4595 */ .otg-iframe-opacity.show,
/* 4596 */ .reset.show{
/* 4597 */   display: block !important;
/* 4598 */ }
/* 4599 */ .otg-iframe-modal.show{
/* 4600 */   z-index: 99999;

/* style.css */

/* 4601 */ }
/* 4602 */ .otg-iframe-modal-close img{
/* 4603 */   width: 21px;
/* 4604 */   height: 21px;
/* 4605 */ }
/* 4606 */ .iframe-container{
/* 4607 */   position: relative;
/* 4608 */   width: 100%;
/* 4609 */   height: 600px;
/* 4610 */   overflow: hidden;
/* 4611 */ }
/* 4612 */ .gip-iframe-arrow-buttons{
/* 4613 */   height: fit-content;
/* 4614 */ }
/* 4615 */ .otg-online-review .otg-homepage-head-title h1 {
/* 4616 */   line-height: 56px !important;
/* 4617 */   font-size: 56px !important;
/* 4618 */ }
/* 4619 */
/* 4620 */ /* Extra: hide scrollbar in WebKit browsers */
/* 4621 */ #formstack-iframe::-webkit-scrollbar {
/* 4622 */   display: none;
/* 4623 */ }
/* 4624 */
/* 4625 */ @media screen and (max-width: 1199px) {
/* 4626 */   .iframe-container {
/* 4627 */       height:400px
/* 4628 */   }
/* 4629 */ }
/* 4630 */
/* 4631 */ @media screen and (max-width: 767px) {
/* 4632 */   .iframe-container {
/* 4633 */       height:300px
/* 4634 */   }
/* 4635 */ }
/* 4636 */
/* 4637 */ @media screen and (max-width: 576px) {
/* 4638 */   .iframe-container {
/* 4639 */       height:225px
/* 4640 */   }
/* 4641 */ .otg-form-otgexp_com_feedback .otg-form-iframe {
/* 4642 */     height: 1985px;
/* 4643 */     margin-bottom: -145px;
/* 4644 */ }
/* 4645 */ }
/* 4646 */
/* 4647 */ @media only screen and (min-width: 1401px) {
/* 4648 */   .otg-cibo-logo-img-wrapper {
/* 4649 */     width: 582px;
/* 4650 */     height: 380px;

/* style.css */

/* 4651 */   }
/* 4652 */ }
/* 4653 */ @media screen and (max-width: 1199px) and (orientation: landscape) {
/* 4654 */   .iframe-controller-wrapper {
/* 4655 */       display:none !important;
/* 4656 */   }
/* 4657 */
/* 4658 */   .otg-ipad-right-icons,
/* 4659 */   .otg-ipad-left-icons{
/* 4660 */     display:flex!important;
/* 4661 */     flex-direction: column;
/* 4662 */     padding-left: 5px
/* 4663 */   }
/* 4664 */
/* 4665 */   .otg-ipad-right-icons button,
/* 4666 */   .otg-ipad-left-icons button {
/* 4667 */       border-radius: 6px!important;
/* 4668 */       width: 50px;
/* 4669 */       text-align: center;
/* 4670 */       margin-bottom: 10px
/* 4671 */   }
/* 4672 */
/* 4673 */   .otg-career-gps-iframe-section {
/* 4674 */       flex-direction: row;
/* 4675 */       flex-wrap: nowrap;
/* 4676 */       display: flex;
/* 4677 */       justify-content: space-between;
/* 4678 */   }
/* 4679 */   .iframe-container{
/* 4680 */     height: 100%;
/* 4681 */     width: auto;
/* 4682 */     position: absolute;
/* 4683 */     left: 65px;
/* 4684 */     right: 65px;
/* 4685 */     top: 0;
/* 4686 */     bottom: 0;
/* 4687 */   }
/* 4688 */ }
/* 4689 */ @media only screen and (min-width: 1025px) and (max-width: 1400px) {
/* 4690 */   .otg-loc-code-text h2 {
/* 4691 */     font-size: 98px !important;
/* 4692 */     line-height: 98px !important;
/* 4693 */   }
/* 4694 */
/* 4695 */   .otg-location-main-heading h2 {
/* 4696 */     line-height: 45px !important;
/* 4697 */     font-size: 42px !important;
/* 4698 */   }
/* 4699 */ }
/* 4700 */

/* style.css */

/* 4701 */ @media only screen and (min-width: 1025px) and (max-width: 1140px) {
/* 4702 */   #menu-otg-main-menu li .menu-text {
/* 4703 */     font-size: 11px;
/* 4704 */   }
/* 4705 */ }
/* 4706 */
/* 4707 */ @media only screen and (width: 1025px) {
/* 4708 */   #menu-otg-main-menu li .menu-text {
/* 4709 */     font-size: 11px;
/* 4710 */   }
/* 4711 */
/* 4712 */   /* Your styles for screens 1025px and wider go here */
/* 4713 */   #menu-otg-main-menu li a {
/* 4714 */     margin-right: 30px;
/* 4715 */     margin-left: 0 !important;
/* 4716 */     margin-top: 22px;
/* 4717 */     margin-bottom: 21px;
/* 4718 */
/* 4719 */   }
/* 4720 */
/* 4721 */ }
/* 4722 */
/* 4723 */ @media only screen and (min-width: 1025px) {
/* 4724 */   #menu-otg-main-menu li>ul.sub-menu li a {
/* 4725 */     margin-top: 0px !important;
/* 4726 */     margin-bottom: 0px !important;
/* 4727 */     margin-right: 0px !important;
/* 4728 */   }
/* 4729 */
/* 4730 */   #menu-otg-main-menu li a {
/* 4731 */     margin-right: 30px;
/* 4732 */     margin-left: 0 !important;
/* 4733 */     margin-top: 22px;
/* 4734 */     margin-bottom: 21px;
/* 4735 */   }
/* 4736 */
/* 4737 */   #menu-otg-main-menu li:last-child a {
/* 4738 */     margin-right: 0px;
/* 4739 */   }
/* 4740 */
/* 4741 */   .fusion-body .fusion-layout-column.otg-info-box {
/* 4742 */     width: 480px !important;
/* 4743 */   }
/* 4744 */
/* 4745 */   .otg-tech-right-align-content .fusion-column-wrapper {
/* 4746 */     margin-left: 75px !important;
/* 4747 */   }
/* 4748 */
/* 4749 */   .otg-home-before-button-text {
/* 4750 */     margin-bottom: 35px;

/* style.css */

/* 4751 */     margin-top: 35px;
/* 4752 */   }
/* 4753 */
/* 4754 */   /*#menu-otg-main-menu li ul.sub-menu li{
/* 4755 *|     background: #D9D9D9 !important;
/* 4756 *|     border-bottom: 0 !important;
/* 4757 *|   }*/
/* 4758 */   .otg-no-overlay {
/* 4759 */     background-position: left top !important;
/* 4760 */   }
/* 4761 */
/* 4762 */   .otg-bg-image-center {
/* 4763 */     background-position: center center !important;
/* 4764 */   }
/* 4765 */
/* 4766 */ }
/* 4767 */
/* 4768 */ @media only screen and (min-width: 800px) {
/* 4769 */   .otg-bd-form-container .fusion-content-layout-column {
/* 4770 */     margin: 0 !important;
/* 4771 */   }
/* 4772 */ }
/* 4773 */
/* 4774 */ @media only screen and (max-width: 1550px) {
/* 4775 */   .hiring-page-links .otg-button {
/* 4776 */     left: 5%;
/* 4777 */     right: 5%;
/* 4778 */     padding: 18px 8px !important;
/* 4779 */   }
/* 4780 */ }
/* 4781 */
/* 4782 */ /* @media only screen and (max-width: 1200px) {
/* 4783 *|   .otg-formstack-outer {
/* 4784 *|     display: flex;
/* 4785 *|     justify-content: center;
/* 4786 *|     padding: 0 20%;
/* 4787 *|   }
/* 4788 *| } */
/* 4789 */
/* 4790 */ @media only screen and (max-width: 1024px) {
/* 4791 */
/* 4792 */   /* .otg-formstack-outer {
/* 4793 *|     display: flex;
/* 4794 *|     justify-content: center;
/* 4795 *|     padding: 0 14%;
/* 4796 *|   } */
/* 4797 */
/* 4798 */   .otg-location-carousel {
/* 4799 */     padding-top: 5% !important;
/* 4800 */     padding-bottom: 3% !important;

/* style.css */

/* 4801 */   }
/* 4802 */
/* 4803 */   .otg-homepage-logos-wrapper .fusion-layout-column {
/* 4804 */     width: 50% !important;
/* 4805 */     line-height: 1;
/* 4806 */     min-height: 120px;
/* 4807 */     height: auto;
/* 4808 */   }
/* 4809 */
/* 4810 */   .otg-homepage-logos-wrapper .fusion-layout-column .fusion-column-wrapper {
/* 4811 */     justify-content: center;
/* 4812 */   }
/* 4813 */
/* 4814 */   .otg-homepage-news-section-title {
/* 4815 */     font-size: 91px !important;
/* 4816 */   }
/* 4817 */
/* 4818 */   /*.fusion-flex-container .fusion-row .fusion-flex-column{
/* 4819 *|     flex: 1 1 15%;
/* 4820 *|   }*/
/* 4821 */   .otg-footer-section-1,
/* 4822 */   .otg-footer-section-2 {
/* 4823 */     flex: 1 1 25%;
/* 4824 */   }
/* 4825 */
/* 4826 */   .otg-footer-section-3,
/* 4827 */   .otg-footer-section-4 {
/* 4828 */     flex: 1 1 15%;
/* 4829 */   }
/* 4830 */
/* 4831 */   .otg-footer-section-5 {
/* 4832 */     flex: 1 1 20%;
/* 4833 */   }
/* 4834 */
/* 4835 */   .otg-preflight-posts-wrapper .fusion-posts-container,
/* 4836 */   .otg-preflight-related-posts ul.fusion-carousel-holder,
/* 4837 */   .otg-press-tabs ul {
/* 4838 */     grid-template-columns: 1fr 1fr;
/* 4839 */   }
/* 4840 */
/* 4841 */   .otg-company-logo img {
/* 4842 */     height: 37px;
/* 4843 */   }
/* 4844 */
/* 4845 */   .otg-home-image {
/* 4846 */     margin-top: 35px !important;
/* 4847 */   }
/* 4848 */
/* 4849 */   .fusion-body .otg-footer-left-menu-wrapper .otg-footer-menu-wrapper,
/* 4850 */   .fusion-body .otg-footer-left-menu-wrapper .otg-footer-menu-wrapper+.fusion-layout-column {

/* style.css */

/* 4851 */     width: 50% !important;
/* 4852 */     margin-bottom: 0 !important;
/* 4853 */   }
/* 4854 */
/* 4855 */   .otg-footer-left-menu-wrapper {
/* 4856 */     margin-top: 20px !important;
/* 4857 */     margin-bottom: 0 !important;
/* 4858 */   }
/* 4859 */
/* 4860 */   .fusion-body .otg-footer-copyright-wrapper .fusion-layout-column {
/* 4861 */     width: 50% !important;
/* 4862 */   }
/* 4863 */
/* 4864 */   .otg-header-banner-bg-overlay,
/* 4865 */   .slides li .background-image {
/* 4866 */     height: 75vh !important;
/* 4867 */   }
/* 4868 */
/* 4869 */   /*remove later start*/
/* 4870 */   .home .otg-homepage-head-title {
/* 4871 */     font-size: 52px !important;
/* 4872 */   }
/* 4873 */
/* 4874 */   /*remove later end*/
/* 4875 */   .home .otg-homepage-head-title h2 {
/* 4876 */     font-size: 52px !important;
/* 4877 */   }
/* 4878 */
/* 4879 */   .otg-homepage-head-title h1 {
/* 4880 */     font-size: 80px !important;
/* 4881 */   }
/* 4882 */
/* 4883 */   .otg-home-three-column-section {
/* 4884 */     gap: 0 60px;
/* 4885 */   }
/* 4886 */
/* 4887 */   .home .otg-home-three-column-section .fusion-column {
/* 4888 */     width: 100% !important;
/* 4889 */   }
/* 4890 */
/* 4891 */   .otg-footer-left-menu-wrapper .fusion-builder-row,
/* 4892 */   .otg-footer-left-menu-wrapper .fusion-builder-row .fusion-column-wrapper,
/* 4893 */   .otg-footer-copyright-wrapper .fusion-builder-row,
/* 4894 */   .otg-footer-copyright-wrapper .fusion-builder-row .fusion-column-wrapper {
/* 4895 */     margin-left: 0 !important;
/* 4896 */     margin-right: 0 !important;
/* 4897 */   }
/* 4898 */
/* 4899 */   .home .otg-footer-heading .otg-homepage-head-title {
/* 4900 */     text-align: left !important;

/* style.css */

/* 4901 */   }
/* 4902 */
/* 4903 */   .otg-section-content p:last-child {
/* 4904 */     margin-bottom: 45px !important;
/* 4905 */   }
/* 4906 */
/* 4907 */   #menu-otg-main-menu {
/* 4908 */     height: calc(100vh - 60px);
/* 4909 */   }
/* 4910 */
/* 4911 */   .slick-slide img {
/* 4912 */     /* height: calc(100vh - 659px);*/
/* 4913 */     height: 365px;
/* 4914 */   }
/* 4915 */
/* 4916 */   .otg-tech-video .otg-custom-tag-play-btn {
/* 4917 */     height: 78px !important;
/* 4918 */     width: 78px !important;
/* 4919 */   }
/* 4920 */
/* 4921 */   .otg-tech-video .otg-custom-tag-play-btn::after {
/* 4922 */     height: 78px !important;
/* 4923 */     width: 78px !important;
/* 4924 */   }
/* 4925 */
/* 4926 */   .otg_location_spec.otg-section-content p:last-child {
/* 4927 */     margin-bottom: 0 !important;
/* 4928 */   }
/* 4929 */
/* 4930 */   #sliders-container .tfs-slider .flex-control-nav {
/* 4931 */     bottom: 60px !important;
/* 4932 */   }
/* 4933 */
/* 4934 */   .flex-nav-next .flex-next,
/* 4935 */   .flex-nav-prev .flex-prev,
/* 4936 */   .flex-nav-next .flex-next:hover,
/* 4937 */   .flex-nav-prev .flex-prev:hover {
/* 4938 */     top: 44% !important;
/* 4939 */   }
/* 4940 */
/* 4941 */   .otg-preflight-page-listing {
/* 4942 */     flex-direction: column;
/* 4943 */   }
/* 4944 */
/* 4945 */   .otg-preflight-page-listing-colRight,
/* 4946 */   .otg-preflight-page-listing-colLeft {
/* 4947 */     width: 100%;
/* 4948 */   }
/* 4949 */
/* 4950 */   .otg-preflight-page-listing-colLeft {

/* style.css */

/* 4951 */     margin-bottom: 30px;
/* 4952 */     margin-right: 0px;
/* 4953 */   }
/* 4954 */
/* 4955 */   #sb_instagram #sbi_images {
/* 4956 */     grid-template-columns: 1fr 1fr;
/* 4957 */   }
/* 4958 */
/* 4959 */   .otg-cibo-logo-img-wrapper {
/* 4960 */     margin-left: 0 !important;
/* 4961 */     width: 582px;
/* 4962 */     height: 380px;
/* 4963 */   }
/* 4964 */
/* 4965 */   .fsBody .ui-datepicker-trigger {
/* 4966 */     height: 18px !important;
/* 4967 */   }
/* 4968 */
/* 4969 */ }
/* 4970 */
/* 4971 */ /* @media only screen and (max-width: 992px) {
/* 4972 *|   .otg-formstack-outer {
/* 4973 *|     display: flex;
/* 4974 *|     justify-content: center;
/* 4975 *|     padding: 0 10%;
/* 4976 *|   }
/* 4977 *| } */
/* 4978 */
/* 4979 */ @media only screen and (min-width: 768px) and (max-width: 1024px) {
/* 4980 */   #menu-otg-main-menu li a {
/* 4981 */     padding-left: 72px !important;
/* 4982 */     padding-right: 72px !important;
/* 4983 */   }
/* 4984 */
/* 4985 */   .otg-header .fusion-menu-element-wrapper.collapse-enabled .fusion-open-nav-submenu-on-click:before {
/* 4986 */     padding: 0 76px !important;
/* 4987 */   }
/* 4988 */ }
/* 4989 */
/* 4990 */ @media only screen and (max-width: 767px) {
/* 4991 */
/* 4992 */   .otg_contact_select form span .fsSubFieldGroup {
/* 4993 */     display: block;
/* 4994 */   }
/* 4995 */
/* 4996 */   .otg_contact_select fieldset[role="radiogroup"] label {
/* 4997 */     line-height: 25px;
/* 4998 */
/* 4999 */   }
/* 5000 */

/* style.css */

/* 5001 */   .otg_contact_select form span .fsSubFieldGroup .fsSubField.fsNameLast {
/* 5002 */     margin-bottom: 30px;
/* 5003 */
/* 5004 */   }
/* 5005 */
/* 5006 */   .otg_contact_select {
/* 5007 */     padding: 0 20px !important;
/* 5008 */   }
/* 5009 */
/* 5010 */   .otg_contact_select .fsSection {
/* 5011 */     display: block;
/* 5012 */   }
/* 5013 */
/* 5014 */   .otg-contact-code-block .fsLabel {
/* 5015 */     margin-top: 0;
/* 5016 */   }
/* 5017 */
/* 5018 */   .otg-homepage-news-section-title {
/* 5019 */     font-size: 64px !important;
/* 5020 */     line-height: 91.8% !important;
/* 5021 */   }
/* 5022 */
/* 5023 */   /*remove later start*/
/* 5024 */   .otg-homepage-head-title {
/* 5025 */     line-height: 70px !important;
/* 5026 */   }
/* 5027 */
/* 5028 */   /*remove later end*/
/* 5029 */   .otg-homepage-head-title h2 {
/* 5030 */     line-height: 70px !important;
/* 5031 */   }
/* 5032 */
/* 5033 */   .otg-press-pg-title-ipad .otg-homepage-head-title {
/* 5034 */     line-height: 48px !important;
/* 5035 */     font-size: 50px !important;
/* 5036 */   }
/* 5037 */
/* 5038 */   .privacy-policy .otg-footer-mob-heading .otg-homepage-head-title,
/* 5039 */   .page-id-14871 .otg-footer-mob-heading .otg-homepage-head-title {
/* 5040 */     font-size: 48px !important;
/* 5041 */   }
/* 5042 */
/* 5043 */   .home .otg-footer-mob-heading .otg-homepage-head-title {
/* 5044 */     text-align: left !important;
/* 5045 */     font-size: 48px !important;
/* 5046 */     line-height: 48px !important;
/* 5047 */   }
/* 5048 */
/* 5049 */   .otg-footer-mob-heading .otg-homepage-head-title {
/* 5050 */     text-align: left !important;

/* style.css */

/* 5051 */     font-size: 48px !important;
/* 5052 */     line-height: 48px !important;
/* 5053 */     letter-spacing: 0.02em !important;
/* 5054 */   }
/* 5055 */
/* 5056 */   .slick-next,
/* 5057 */   .flex-nav-next .flex-next {
/* 5058 */     right: 2% !important;
/* 5059 */   }
/* 5060 */
/* 5061 */   .slick-prev,
/* 5062 */   .flex-nav-prev .flex-prev {
/* 5063 */     left: 2% !important;
/* 5064 */   }
/* 5065 */
/* 5066 */   .otg-homepage-logos-wrapper .fusion-layout-column {
/* 5067 */     width: 100% !important;
/* 5068 */     line-height: 1;
/* 5069 */     min-height: 120px;
/* 5070 */     height: auto;
/* 5071 */   }
/* 5072 */
/* 5073 */   .otg-homepage-news-section-title {
/* 5074 */     font-size: 64px !important;
/* 5075 */   }
/* 5076 */
/* 5077 */   .otg-home-seemore-btn {
/* 5078 */     font-size: 18px !important;
/* 5079 */     line-height: 21px !important;
/* 5080 */     letter-spacing: 0.12em !important;
/* 5081 */   }
/* 5082 */
/* 5083 */   .otg-footer-heading-wrapper .otg-homepage-head-title {
/* 5084 */     font-size: 40px !important;
/* 5085 */   }
/* 5086 */
/* 5087 */   .otg-footer-section-1,
/* 5088 */   .otg-footer-section-2 {
/* 5089 */     flex: 1 1 20%;
/* 5090 */   }
/* 5091 */
/* 5092 */   .otg-footer-section-3,
/* 5093 */   .otg-footer-section-4 {
/* 5094 */     flex: 1 1 15%;
/* 5095 */   }
/* 5096 */
/* 5097 */   .otg-footer-section-5 {
/* 5098 */     flex: 1 1 30%;
/* 5099 */   }
/* 5100 */

/* style.css */

/* 5101 */   .otg-preflight-posts-wrapper .fusion-posts-container,
/* 5102 */   .otg-home-three-column-section,
/* 5103 */   .otg-preflight-related-posts ul.fusion-carousel-holder,
/* 5104 */   .otg-press-tabs ul {
/* 5105 */     grid-template-columns: 1fr;
/* 5106 */   }
/* 5107 */
/* 5108 */   .otg-section-title h2 {
/* 5109 */     font-size: 37px !important;
/* 5110 */     line-height: 101.8% !important;
/* 5111 */   }
/* 5112 */
/* 5113 */   .slick-list {
/* 5114 */     padding: 0 100px !important;
/* 5115 */   }
/* 5116 */
/* 5117 */   .otg-header-banner-bg-overlay,
/* 5118 */   .slides li .background-image {
/* 5119 */     height: 70vh !important;
/* 5120 */   }
/* 5121 */
/* 5122 */   #sliders-container .flex-viewport {
/* 5123 */     max-height: 100% !important;
/* 5124 */     height: 70vh !important;
/* 5125 */   }
/* 5126 */
/* 5127 */   .otg-header-banner-subtitle-text h3 {
/* 5128 */     font-weight: 700 !important;
/* 5129 */     font-size: 15px !important;
/* 5130 */     line-height: 25px !important;
/* 5131 */     letter-spacing: 1.2px;
/* 5132 */   }
/* 5133 */
/* 5134 */   .otg-header-banner-subtitle-text h3:first-child {
/* 5135 */     padding: 3px 16px 0 16px !important;
/* 5136 */   }
/* 5137 */
/* 5138 */   .otg-header-banner-subtitle-text h3:last-child {
/* 5139 */     padding: 0px 16px 3px 16px;
/* 5140 */   }
/* 5141 */
/* 5142 */   .otg-smiley-doodle h2::after {
/* 5143 */     margin-top: 0 !important;
/* 5144 */   }
/* 5145 */
/* 5146 */   .otg-footer-mob-heading {
/* 5147 */     letter-spacing: 0.02em !important;
/* 5148 */   }
/* 5149 */
/* 5150 */   .privacy-policy .otg-homepage-head-title,

/* style.css */

/* 5151 */   .page-id-14871 .otg-homepage-head-title {
/* 5152 */     font-size: 65px !important;
/* 5153 */   }
/* 5154 */
/* 5155 */   .otg-slider-text-wrapper {
/* 5156 */     left: 14px;
/* 5157 */   }
/* 5158 */
/* 5159 */   .otg-post-title h2 {
/* 5160 */     font-size: 55px !important;
/* 5161 */   }
/* 5162 */
/* 5163 */   /*.otg-press-pg-title-ipad h1{
/* 5164 *|     font-size: 50px !important;
/* 5165 *|     line-height: 50px !important;
/* 5166 *|   }*/
/* 5167 */   .otg-header {
/* 5168 */     padding-top: 0 !important;
/* 5169 */     padding-bottom: 0 !important;
/* 5170 */     padding-right: 20px !important;
/* 5171 */     padding-left: 21px !important;
/* 5172 */   }
/* 5173 */
/* 5174 */   #main .fusion-fullwidth.otg-contact-form-options {
/* 5175 */     padding-left: 0px !important;
/* 5176 */     padding-right: 0px !important;
/* 5177 */   }
/* 5178 */
/* 5179 */   .fusion-fullwidth:not(.otg-header-banner-bg-overlay):not(.otg-location-carousel):not(.otg-homepage-video-wrapper) {
/* 5180 */     padding-left: 20px !important;
/* 5181 */     padding-right: 20px !important;
/* 5182 */   }
/* 5183 */
/* 5184 */   .otg-footer-left-menu-wrapper {
/* 5185 */     margin-top: 46px !important;
/* 5186 */     margin-bottom: 0 !important;
/* 5187 */   }
/* 5188 */
/* 5189 */   .otg-footer-copyright-wrapper p {
/* 5190 */     font-size: 12px !important;
/* 5191 */     line-height: 10px !important;
/* 5192 */   }
/* 5193 */
/* 5194 */   .otg-footer-copyright-wrapper {
/* 5195 */     padding-bottom: 60px !important;
/* 5196 */   }
/* 5197 */
/* 5198 */   .slick-slide img {
/* 5199 */     height: 310px;
/* 5200 */   }

/* style.css */

/* 5201 */
/* 5202 */   .otg-header .fusion-menu-element-wrapper.collapse-enabled .fusion-open-nav-submenu-on-click:before {
/* 5203 */     padding: 0 24px !important;
/* 5204 */   }
/* 5205 */
/* 5206 */   .otg-footer-copyright-wrapper .fusion-layout-column {
/* 5207 */     margin-top: auto !important;
/* 5208 */   }
/* 5209 */
/* 5210 */   .otg-footer-copyright-wrapper .fusion-layout-column .fusion-text p {
/* 5211 */     margin: 0 !important;
/* 5212 */   }
/* 5213 */
/* 5214 */   #sliders-container .tfs-slider .flex-control-nav {
/* 5215 */     bottom: 90px !important;
/* 5216 */   }
/* 5217 */
/* 5218 */   #sb_instagram #sbi_images {
/* 5219 */     grid-template-columns: 1fr;
/* 5220 */   }
/* 5221 */
/* 5222 */   .preflight-page-latest-post h2 {
/* 5223 */     font-size: 43px !important;
/* 5224 */   }
/* 5225 */
/* 5226 */   .otg-cibo-logo-img-wrapper {
/* 5227 */     padding-left: 35px;
/* 5228 */     padding-right: 35px;
/* 5229 */     width: 100%;
/* 5230 */   }
/* 5231 */
/* 5232 */   .employee-response {
/* 5233 */     flex-direction: column;
/* 5234 */     /* Change to column layout */
/* 5235 */     align-items: flex-start;
/* 5236 */     /* Align items to the start */
/* 5237 */   }
/* 5238 */
/* 5239 */   .employee-response .employee-image {
/* 5240 */     flex: 1;
/* 5241 */     max-width: 100%;
/* 5242 */     order: 1 !important;
/* 5243 */     margin-left: 0 !important;
/* 5244 */   }
/* 5245 */
/* 5246 */   .employee-response .employee-info {
/* 5247 */     flex: 1;
/* 5248 */     max-width: 100%;
/* 5249 */     order: 2 !important;
/* 5250 */     margin-left: 0 !important;

/* style.css */

/* 5251 */   }
/* 5252 */ }
/* 5253 */
/* 5254 */ @supports (-webkit-touch-callout: none) {
/* 5255 */
/* 5256 */   /* CSS specific to iOS devices */
/* 5257 */   @media only screen and (max-width: 1024px) {
/* 5258 */     .otg-tech-video .otg-custom-tag-play-btn {
/* 5259 */       height: 78px !important;
/* 5260 */       width: 78px !important;
/* 5261 */     }
/* 5262 */
/* 5263 */     .otg-tech-video .otg-custom-tag-play-btn:after {
/* 5264 */       height: 78px !important;
/* 5265 */       width: 78px !important;
/* 5266 */     }
/* 5267 */   }
/* 5268 */
/* 5269 */   @media only screen and (max-width: 767px) {
/* 5270 */     .fusion-title.otg-homepage-head-title h1 {
/* 5271 */       font-size: 52px !important;
/* 5272 */     }
/* 5273 */   }
/* 5274 */ }
/* 5275 */
/* 5276 */ @supports not (-webkit-touch-callout: none) {
/* 5277 */
/* 5278 */   /* CSS for other than iOS devices */
/* 5279 */   @media only screen and (max-width: 1024px) {
/* 5280 */     .otg-tech-video .otg-custom-tag-play-btn {
/* 5281 */       height: 100px !important;
/* 5282 */       width: 100px !important;
/* 5283 */     }
/* 5284 */
/* 5285 */     .otg-tech-video .otg-custom-tag-play-btn::after {
/* 5286 */       height: 100px !important;
/* 5287 */       width: 100px !important;
/* 5288 */     }
/* 5289 */
/* 5290 */     #sliders-container .tfs-slider .flex-control-nav {
/* 5291 */       bottom: 105px !important;
/* 5292 */     }
/* 5293 */   }
/* 5294 */
/* 5295 */   @media only screen and (max-width: 767px) {
/* 5296 */
/* 5297 */     /*remove later start*/
/* 5298 */     .fusion-title .otg-homepage-head-title {
/* 5299 */       font-size: 50px !important;
/* 5300 */       line-height: 48px !important;

/* style.css */

/* 5301 */     }
/* 5302 */
/* 5303 */     /*remove later end*/
/* 5304 */     .fusion-title.otg-homepage-head-title h1 {
/* 5305 */       font-size: 50px !important;
/* 5306 */       line-height: 48px !important;
/* 5307 */     }
/* 5308 */
/* 5309 */     #sliders-container .tfs-slider .flex-control-nav {
/* 5310 */       bottom: 110px !important;
/* 5311 */     }
/* 5312 */
/* 5313 */   }
/* 5314 */
/* 5315 */   @media only screen and (max-width: 750px) {
/* 5316 */     #sliders-container .tfs-slider .flex-control-nav {
/* 5317 */       bottom: 40px !important;
/* 5318 */     }
/* 5319 */   }
/* 5320 */
/* 5321 */   @media only screen and (max-width: 500px) {
/* 5322 */     #sliders-container .tfs-slider .flex-control-nav {
/* 5323 */       bottom: 70px !important;
/* 5324 */     }
/* 5325 */
/* 5326 */     .otg_contact_select fieldset[role="radiogroup"] label {
/* 5327 */       width: auto;
/* 5328 */     }
/* 5329 */
/* 5330 */   }
/* 5331 */ }
/* 5332 */
/* 5333 */ @media only screen and (max-width: 500px) {
/* 5334 */
/* 5335 */   /*.fusion-footer .fusion-flex-container .fusion-row .fusion-flex-column{
/* 5336 *|     flex: 1 1 50%;
/* 5337 *|   }*/
/* 5338 */   .otg-footer-section-3,
/* 5339 */   .otg-footer-section-4 {
/* 5340 */     display: none !important;
/* 5341 */   }
/* 5342 */
/* 5343 */   /*.slick-slide img {
/* 5344 *|     height: 496px;
/* 5345 *|   }*/
/* 5346 */   .pagination {
/* 5347 */     margin-left: 0 !important;
/* 5348 */     margin-right: 0 !important;
/* 5349 */     justify-content: center !important;
/* 5350 */   }

/* style.css */

/* 5351 */
/* 5352 */   .pagination .current,
/* 5353 */   .pagination .inactive,
/* 5354 */   .pagination .page-numbers {
/* 5355 */     width: 30px !important;
/* 5356 */     height: 30px !important;
/* 5357 */     /*font-size: 15px;*/
/* 5358 */     font-size: 20px;
/* 5359 */   }
/* 5360 */
/* 5361 */   .pagination .page-numbers.prev,
/* 5362 */   .pagination .page-numbers.next {
/* 5363 */     height: 44px !important;
/* 5364 */     width: auto !important;
/* 5365 */   }
/* 5366 */
/* 5367 */   .page-text {
/* 5368 */     font-size: 15px;
/* 5369 */   }
/* 5370 */
/* 5371 */   .pagination-prev .page-text,
/* 5372 */   .pagination .page-numbers.prev {
/* 5373 */     margin-right: 0px;
/* 5374 */   }
/* 5375 */
/* 5376 */   .pagination-next .page-text,
/* 5377 */   .pagination .page-numbers.next {
/* 5378 */     margin-left: 0px;
/* 5379 */   }
/* 5380 */
/* 5381 */   .page-numbers.prev::before {
/* 5382 */     top: 8% !important;
/* 5383 */     left: -37px !important;
/* 5384 */     background-size: 20px;
/* 5385 */   }
/* 5386 */
/* 5387 */   .page-numbers.next::after {
/* 5388 */     top: 39% !important;
/* 5389 */     right: -35px !important;
/* 5390 */     background-size: 20px;
/* 5391 */   }
/* 5392 */
/* 5393 */   /*remove later start*/
/* 5394 */   .otg-homepage-head-title {
/* 5395 */     line-height: 48px !important;
/* 5396 */   }
/* 5397 */
/* 5398 */   /*remove later start*/
/* 5399 */   .otg-homepage-head-title h1 {
/* 5400 */     line-height: 48px !important;

/* style.css */

/* 5401 */   }
/* 5402 */
/* 5403 */   .otg-cibo-logo-img-wrapper {
/* 5404 */     padding-left: 33px;
/* 5405 */     padding-right: 33px;
/* 5406 */     width: 100%;
/* 5407 */   }
/* 5408 */
/* 5409 */   .otg-cibo-logo-img {
/* 5410 */     width: 35%;
/* 5411 */   }
/* 5412 */
/* 5413 */   .otg-cibo-img-span {
/* 5414 */     font-size: 13px;
/* 5415 */   }
/* 5416 */
/* 5417 */   .otg-cibo-img-div {
/* 5418 */     font-size: 9px;
/* 5419 */     line-height: 12px;
/* 5420 */     margin-top: 8px;
/* 5421 */   }
/* 5422 */
/* 5423 */   .otg-cibo-logo-img-wrapper:before {
/* 5424 */     height: 85px;
/* 5425 */   }
/* 5426 */
/* 5427 */   .fieldset-content .select-selected {
/* 5428 */     width: 90px;
/* 5429 */     padding: 9px 9px;
/* 5430 */   }
/* 5431 */
/* 5432 */   #label130409228 .fieldset-content .selectWrap,
/* 5433 */   #label124440436 .fieldset-content .selectWrap {
/* 5434 */     margin-right: 7px;
/* 5435 */   }
/* 5436 */
/* 5437 */   .fieldset-content .select-selected:after {
/* 5438 */     right: 0;
/* 5439 */   }
/* 5440 */
/* 5441 */   #ui-datepicker-div {
/* 5442 */     left: 0 !important;
/* 5443 */     font-size: 20px;
/* 5444 */   }
/* 5445 */
/* 5446 */   .otg-careers-lg-grow-section {
/* 5447 */     text-align: left !important;
/* 5448 */   }
/* 5449 */
/* 5450 */   .otg-contact-code-block .fsSubmitButton, .otg-diversity-form .fsSubmitButton {

/* style.css */

/* 5451 */     width: 100% !important;
/* 5452 */   }
/* 5453 */
/* 5454 */ }
/* 5455 */
/* 5456 */ @media only screen and (max-width: 400px) {
/* 5457 */   .otg-footer-heading-wrapper .otg-homepage-head-title {
/* 5458 */     font-size: 30px !important;
/* 5459 */   }
/* 5460 */ }
/* 5461 */
/* 5462 */ @media only screen and (min-device-width: 375px) and (max-device-width: 740px) and (orientation: landscape) {
/* 5463 */
/* 5464 */   /*remove later start*/
/* 5465 */   .fusion-title .otg-homepage-head-title {
/* 5466 */     font-size: 50px !important;
/* 5467 */     line-height: 48px !important;
/* 5468 */   }
/* 5469 */
/* 5470 */   .otg-homepage-head-title {
/* 5471 */     line-height: 70px !important;
/* 5472 */   }
/* 5473 */
/* 5474 */   /*remove later end*/
/* 5475 */   .fusion-title.otg-homepage-head-title h1 {
/* 5476 */     font-size: 50px !important;
/* 5477 */     line-height: 48px !important;
/* 5478 */   }
/* 5479 */
/* 5480 */   .otg-homepage-head-title h1 {
/* 5481 */     line-height: 70px !important;
/* 5482 */   }
/* 5483 */
/* 5484 */   #sliders-container .tfs-slider .flex-control-nav {
/* 5485 */     bottom: 40px !important;
/* 5486 */   }
/* 5487 */
/* 5488 */   /*.otg-press-pg-header .fusion-title .otg-homepage-head-title{
/* 5489 *|                       font-size: 40px !important;
/* 5490 *|                       line-height: 38px !important;
/* 5491 *|                     }
/* 5492 *|                     .otg-press-pg-header .otg-button{
/* 5493 *|                       font-size: 12px !important;
/* 5494 *|                       padding: 7px 15px !important;
/* 5495 *|                     }*/
/* 5496 */ }
/* 5497 */
/* 5498 */ .isMobile .ilightbox-toolbar.metro-white {
/* 5499 */
/* 5500 */   display: block !important;

/* style.css */

/* 5501 */
/* 5502 */   background: none !important;
/* 5503 */
/* 5504 */   top: 0 !important;
/* 5505 */
/* 5506 */   width: auto !important;
/* 5507 */
/* 5508 */   text-align: left !important;
/* 5509 */
/* 5510 */ }
/* 5511 */
/* 5512 */ .isMobile .ilightbox-toolbar.metro-white a {
/* 5513 */
/* 5514 */   display: block !important;
/* 5515 */
/* 5516 */ }
/* 5517 */
/* 5518 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-play,
/* 5519 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
/* 5520 */
/* 5521 */   display: none !important;
/* 5522 */
/* 5523 */ }
/* 5524 */
/* 5525 */ .ilightbox-holder.supportTouch div.ilightbox-container {
/* 5526 */   overflow: hidden !important
/* 5527 */ }
/* 5528 */
/* 5529 */ .ilightbox-holder.metro-white {
/* 5530 */
/* 5531 */   padding: 3px;
/* 5532 */
/* 5533 */   background: #fff;
/* 5534 */
/* 5535 */   box-shadow: none !important;
/* 5536 */
/* 5537 */   top: 0 !important;
/* 5538 */
/* 5539 */   bottom: 0 !important;
/* 5540 */
/* 5541 */   left: 0 !important;
/* 5542 */
/* 5543 */   right: 0 !important;
/* 5544 */
/* 5545 */   display: flex !important;
/* 5546 */
/* 5547 */   justify-content: center;
/* 5548 */
/* 5549 */   align-items: center;
/* 5550 */

/* style.css */

/* 5551 */ }
/* 5552 */
/* 5553 */ .ilightbox-holder div.ilightbox-container {
/* 5554 */   width: 100% !important;
/* 5555 */   height: 100% !important;
/* 5556 */ }
/* 5557 */
/* 5558 */ @media screen and (orientation:portrait) {
/* 5559 */   .ilightbox-holder div.ilightbox-container {
/* 5560 */     top: 0%;
/* 5561 */     left: 0%;
/* 5562 */   }
/* 5563 */
/* 5564 */   .ilightbox-holder div.ilightbox-container iframe {
/* 5565 */     width: 100%;
/* 5566 */     height: 100%;
/* 5567 */     transform: rotate(90deg) scale(1.5);
/* 5568 */   }
/* 5569 */ }
/* 5570 */
/* 5571 */ body.ilightbox-noscroll .a2a_floating_style {
/* 5572 */
/* 5573 */   z-index: 0 !important;
/* 5574 */
/* 5575 */ }
/* 5576 */
/* 5577 */ .link-hover:hover {
/* 5578 */   color: #fd3300;
/* 5579 */ }
/* 5580 */
/* 5581 */ .disabled {
/* 5582 */   opacity: 0.5;
/* 5583 */ }
/* 5584 */
/* 5585 */ .MuiPickersCalendarHeader-labelContainer {
/* 5586 */   pointer-events: none;
/* 5587 */ }
/* 5588 */
/* 5589 */ .MuiPickersCalendarHeader-switchViewButton {
/* 5590 */   visibility: hidden;
/* 5591 */ }
/* 5592 */
/* 5593 */ .a2a_floating_style {
/* 5594 */   z-index: 1000 !important;
/* 5595 */ }
/* 5596 */
/* 5597 */ .video-background.otg-header-banner-bg-overlay:after {
/* 5598 */   content: '';
/* 5599 */   position: absolute;
/* 5600 */   top: 0;

/* style.css */

/* 5601 */   left: 0;
/* 5602 */   width: 100%;
/* 5603 */   height: 100%;
/* 5604 */   z-index: 1;
/* 5605 */   background-color: #000;
/* 5606 */   pointer-events: none;
/* 5607 */   opacity: 0.4;
/* 5608 */ }
/* 5609 */
/* 5610 */ .otg-careers-lg-grow-section {
/* 5611 */   text-align: center;
/* 5612 */ }
/* 5613 */
/* 5614 */ .otg-careers-lg-grow-section-content p {
/* 5615 */   letter-spacing: -0.025em !important;
/* 5616 */ }
/* 5617 */
/* 5618 */ .otg-pbtp {
/* 5619 */   padding-bottom:5% !important;
/* 5620 */   padding-top:0% !important;
/* 5621 */ }
/* 5622 */ .page-template-page-contact-thank-you .a2a_kit{
/* 5623 */ 	display: none;
/* 5624 */ }
/* 5625 */
/* 5626 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* careers-style.css */

/* 1   */ .otg-careers-note .fusion-text p {
/* 2   */     font-weight: 400;
/* 3   */     font-size: 18px;
/* 4   */     line-height: 19px;
/* 5   */     text-align: center;
/* 6   */     letter-spacing: -0.02em;
/* 7   */     color: #000000;
/* 8   */     padding: 18px 0;
/* 9   */ }
/* 10  */
/* 11  */ .otg-career-doodle h2 span::after {
/* 12  */     content: "";
/* 13  */     background-image: url(/wp-content/themes/Avada-child/assets/images/new_career_arrow.png) !important;
/* 14  */     background-repeat: no-repeat !important;
/* 15  */     display: inline;
/* 16  */     height: 93px;
/* 17  */     width: 93px;
/* 18  */     position: absolute;
/* 19  */     z-index: 1;
/* 20  */     margin-left: 5px;
/* 21  */ }
/* 22  */
/* 23  */ .otg-banner-logo {
/* 24  */     vertical-align: baseline;
/* 25  */     margin-left: 13px;
/* 26  */ }
/* 27  */
/* 28  */ ul {
/* 29  */     padding-left: 30px;
/* 30  */ }
/* 31  */
/* 32  */ ul li::marker {
/* 33  */     font-size: 14px;
/* 34  */ }
/* 35  */
/* 36  */ .otg-section-content p a {
/* 37  */     color: #0400CC;
/* 38  */     text-decoration: underline;
/* 39  */     text-underline-offset: 4px;
/* 40  */ }
/* 41  */
/* 42  */ .otg-careers-two-boxes .fusion-title h2 {
/* 43  */     font-weight: 700 !important;
/* 44  */     font-size: 32px !important;
/* 45  */     line-height: 106.8% !important;
/* 46  */     letter-spacing: -0.02em !important;
/* 47  */     color: #000000;
/* 48  */     margin-top: 20px !important;
/* 49  */     margin-bottom: 10px !important;
/* 50  */     font-family: "proxima-nova" !important;

/* careers-style.css */

/* 51  */ }
/* 52  */
/* 53  */ .otg-careers-two-boxes .fusion-text p {
/* 54  */     font-weight: 400;
/* 55  */     font-size: 20px;
/* 56  */     line-height: 150%;
/* 57  */     letter-spacing: -0.02em;
/* 58  */     color: #0E0E0E;
/* 59  */     margin-bottom: 20px;
/* 60  */ }
/* 61  */
/* 62  */ .otg-careers-three-boxwrap .fusion-builder-row:first-child {
/* 63  */     display: grid !important;
/* 64  */     gap: 30px 30px;
/* 65  */     grid-template-columns: 1fr 1fr 1fr;
/* 66  */     margin-left: 0px !important;
/* 67  */     margin-right: 0px !important;
/* 68  */ }
/* 69  */
/* 70  */ .otg-careers-three-boxes,
/* 71  */ .otg-careers-three-boxes .fusion-column-wrapper,
/* 72  */ .otg-careers-three-boxes .fusion-column-wrapper .fusion-builder-row,
/* 73  */ .otg-careers-three-boxes .fusion-column-wrapper .fusion-builder-row .otg-careers-black-box {
/* 74  */     height: 100%;
/* 75  */ }
/* 76  */
/* 77  */ .otg-careers-three-boxes .otg-careers-black-box .fusion-column-wrapper {
/* 78  */     padding: 20px 30px 30px 30px !important;
/* 79  */ }
/* 80  */
/* 81  */ .otg-careers-three-boxes .otg-careers-black-box .fusion-title h2 {
/* 82  */     font-weight: 800 !important;
/* 83  */     font-size: 36px !important;
/* 84  */     line-height: 110% !important;
/* 85  */     letter-spacing: -0.02em !important;
/* 86  */     color: #FFFFFF !important;
/* 87  */ }
/* 88  */
/* 89  */ .otg-careers-three-boxes .otg-careers-black-box .fusion-text p {
/* 90  */     font-weight: 400;
/* 91  */     font-size: 20px;
/* 92  */     line-height: 149.8%;
/* 93  */     letter-spacing: -0.02em;
/* 94  */     color: #FFFFFF;
/* 95  */     margin-top: 10px !important;
/* 96  */     margin-bottom: 30px !important;
/* 97  */ }
/* 98  */
/* 99  */ .otg-careers-three-boxes .otg-careers-black-box .fusion-one-page-text-link {
/* 100 */     font-weight: 800;

/* careers-style.css */

/* 101 */     font-size: 16px;
/* 102 */     line-height: 118.8%;
/* 103 */     letter-spacing: 0.08em;
/* 104 */     text-transform: uppercase;
/* 105 */     color: #FD4F00;
/* 106 */     text-decoration: underline;
/* 107 */     text-underline-offset: 4px;
/* 108 */ }
/* 109 */
/* 110 */ .otg-careers-three-boxes .fusion-imageframe img,
/* 111 */ .otg-careers-three-boxes .fusion-imageframe {
/* 112 */     width: 100%;
/* 113 */ }
/* 114 */
/* 115 */ .otg-careers-location-box {
/* 116 */     height: 70vh;
/* 117 */ }
/* 118 */
/* 119 */ .otg-careers-location-box>div {
/* 120 */     justify-content: center !important;
/* 121 */     align-items: center !important;
/* 122 */ }
/* 123 */
/* 124 */ .otg-careers-location-box .otg-button {
/* 125 */     margin-top: 50px;
/* 126 */     padding: 18px 30px !important;
/* 127 */ }
/* 128 */
/* 129 */ .otg-career-video-content img {
/* 130 */     height: 40px;
/* 131 */     margin-right: 16px !important;
/* 132 */     vertical-align: middle;
/* 133 */ }
/* 134 */
/* 135 */ .otg-career-video-content .fusion-text p {
/* 136 */     font-weight: 400;
/* 137 */     font-size: 20px;
/* 138 */     line-height: 30px;
/* 139 */     letter-spacing: -0.02em;
/* 140 */     color: #0E0E0E;
/* 141 */     margin-bottom: 0 !important;
/* 142 */ }
/* 143 */
/* 144 */ .otg-career-ld-left-content-section .fusion-text p,
/* 145 */ .otg-career-ld-left-content-section .fusion-text ul {
/* 146 */     line-height: 30px;
/* 147 */ }
/* 148 */
/* 149 */ .otg-career-info-box-bigger ul li {
/* 150 */     line-height: 30px;

/* careers-style.css */

/* 151 */     margin-bottom: 30px;
/* 152 */ }
/* 153 */
/* 154 */ .otg-career-info-box-bigger ul li::marker {
/* 155 */     font-size: 10px;
/* 156 */ }
/* 157 */
/* 158 */ .otg-careers-ld-simple-text .otg-section-content {
/* 159 */     margin-right: 0 !important;
/* 160 */ }
/* 161 */
/* 162 */ .otg-careers-button {
/* 163 */     line-height: 24px !important;
/* 164 */     letter-spacing: 0.08em !important;
/* 165 */     padding: 18px 34px !important;
/* 166 */ }
/* 167 */
/* 168 */ .otg-banner-search .oc-filter-wrapper {
/* 169 */     padding: 0 20px 20px 20px;
/* 170 */     /* position: absolute;
/* 171 *|     bottom: -260px;*/
/* 172 */ }
/* 173 */
/* 174 */ .otg-banner-search #oc-display-search-results {
/* 175 */     display: none;
/* 176 */ }
/* 177 */
/* 178 */ .otg-culinary-blk-bg-text ul {
/* 179 */     margin-top: 0;
/* 180 */     line-height: 30px !important;
/* 181 */     margin-bottom: 35px !important;
/* 182 */     letter-spacing: -0.02em;
/* 183 */     color: #FFFFFF !important;
/* 184 */ }
/* 185 */
/* 186 */ .otg-section-content.otg-career-right-small-content {
/* 187 */     margin-right: 67px !important;
/* 188 */ }
/* 189 */
/* 190 */ .otg-section-icon-content {
/* 191 */     font-weight: 700;
/* 192 */     font-size: 32px;
/* 193 */     line-height: 34px;
/* 194 */     text-align: center;
/* 195 */     letter-spacing: -0.02em;
/* 196 */     color: #000000;
/* 197 */ }
/* 198 */
/* 199 */ .otg-color-section-title h1 {
/* 200 */     font-weight: 800 !important;

/* careers-style.css */

/* 201 */     font-size: 72px !important;
/* 202 */     line-height: 79px !important;
/* 203 */     text-align: center !important;
/* 204 */     letter-spacing: -0.02em !important;
/* 205 */     color: #FFFFFF !important;
/* 206 */     font-family: "proxima-nova" !important;
/* 207 */ }
/* 208 */
/* 209 */ .otg-color-section-title .otg-section-content p {
/* 210 */     color: #FFFFFF !important;
/* 211 */ }
/* 212 */
/* 213 */ .otg-career-icon-height {
/* 214 */     min-height: 140px;
/* 215 */ }
/* 216 */
/* 217 */ .otg-career-icon-height-left {
/* 218 */     min-height: 140px;
/* 219 */     display: flex !important;
/* 220 */     align-items: center;
/* 221 */ }
/* 222 */
/* 223 */ .oc-icon-section .slick-slide .carousel-img::after,
/* 224 */ .oc-icon-section-1 .slick-slide .carousel-img::after {
/* 225 */     content: none;
/* 226 */ }
/* 227 */
/* 228 */ .oc-icon-section .slick-list,
/* 229 */ .oc-icon-section-1 .slick-list {
/* 230 */     padding: 0 !important;
/* 231 */     margin-bottom: 60px;
/* 232 */ }
/* 233 */
/* 234 */ .oc-icon-section .slick-slide {
/* 235 */     margin-left: 0px;
/* 236 */     margin-right: 30px;
/* 237 */ }
/* 238 */
/* 239 */ .oc-icon-section-1 .slick-slide {
/* 240 */     margin-left: auto;
/* 241 */     margin-right: auto;
/* 242 */ }
/* 243 */
/* 244 */ .oc-icon-section .slick-slide img {
/* 245 */     width: auto;
/* 246 */     object-fit: cover;
/* 247 */     height: auto;
/* 248 */     aspect-ratio: 180/140;
/* 249 */ }
/* 250 */

/* careers-style.css */

/* 251 */ .oc-icon-section-1 .slick-slide img {
/* 252 */     width: 100%;
/* 253 */     object-fit: cover;
/* 254 */     height: auto;
/* 255 */     aspect-ratio: unset;
/* 256 */ }
/* 257 */
/* 258 */ .oc-icon-section .slick-prev {
/* 259 */     left: -80px !important;
/* 260 */ }
/* 261 */
/* 262 */ .oc-icon-section .slick-next {
/* 263 */     right: -47px !important;
/* 264 */ }
/* 265 */
/* 266 */ .oc-icon-section-1 .slick-prev {
/* 267 */     left: 102px !important;
/* 268 */ }
/* 269 */
/* 270 */ .oc-icon-section-1 .slick-next {
/* 271 */     right: 100px !important;
/* 272 */ }
/* 273 */
/* 274 */ .oc-icon-section .otg-oc-icon-text-wrapper {
/* 275 */     margin-top: 34px;
/* 276 */ }
/* 277 */
/* 278 */ .oc-icon-section .slick-dots li.slick-active button:before,
/* 279 */ .oc-icon-section-1 .slick-dots li.slick-active button:before {
/* 280 */     color: #000 !important;
/* 281 */ }
/* 282 */
/* 283 */ .oc-icon-section .slick-dots li button::before,
/* 284 */ .oc-icon-section-1 .slick-dots li button::before {
/* 285 */     font-size: 10px !important;
/* 286 */ }
/* 287 */
/* 288 */ .oc-icon-section .slick-dots li button::before,
/* 289 */ .oc-icon-section-1 .slick-dots li button::before {
/* 290 */     color: #949494 !important;
/* 291 */ }
/* 292 */
/* 293 */ .otg-core-value-list>.fusion-column-wrapper>.fusion-builder-row {
/* 294 */     justify-content: center !important;
/* 295 */ }
/* 296 */
/* 297 */ .oc-icon-section-1 .carousel-img {
/* 298 */     display: flex;
/* 299 */     gap: 2rem;
/* 300 */     padding: 0 1rem;

/* careers-style.css */

/* 301 */     align-items: center;
/* 302 */ }
/* 303 */
/* 304 */ .oc-icon-section-1 .otg-oc-carousel-wrapper {
/* 305 */     width: 60% !important;
/* 306 */     margin: 0 auto !important;
/* 307 */     display: flex !important;
/* 308 */ }
/* 309 */
/* 310 */ .oc-icon-section-1 .otg-oc-image-wrapper {
/* 311 */     width: 180px;
/* 312 */     flex: none;
/* 313 */ }
/* 314 */
/* 315 */ .oc-icon-section-1 .otg-oc-icon-text-wrapper h3.otg-oc-slider-number {
/* 316 */     font-family: "proxima-nova" !important;
/* 317 */     font-weight: 600;
/* 318 */     font-style: normal;
/* 319 */     aspect-ratio: 1/1;
/* 320 */     display: inline-flex;
/* 321 */     width: 1.5em;
/* 322 */     height: 1.5em;
/* 323 */     border-radius: 100%;
/* 324 */     margin-bottom: 0.5em;
/* 325 */     border: 4px solid #000;
/* 326 */     align-items: center;
/* 327 */     justify-content: center;
/* 328 */     font-size: 33px !important;
/* 329 */     line-height: 43px !important;
/* 330 */ }
/* 331 */
/* 332 */ .otg-carousel-ful-wrap {
/* 333 */     justify-content: center;
/* 334 */ }
/* 335 */
/* 336 */ .otg-button {
/* 337 */     cursor: pointer;
/* 338 */ }
/* 339 */
/* 340 */ .otg-career-signup .otg-contact-select .select-items {
/* 341 */     top: 60%;
/* 342 */ }
/* 343 */
/* 344 */ .otg-career-signup .otg-contact-select .select-selected:after {
/* 345 */     top: 50px;
/* 346 */ }
/* 347 */
/* 348 */ @media only screen and (min-width: 1200px) {
/* 349 */     .otg-careers-ld-video-section {
/* 350 */         max-width: 100% !important;

/* careers-style.css */

/* 351 */         max-height: 100% !important;
/* 352 */     }
/* 353 */
/* 354 */     .otg-careers-ld-video-section lite-vimeo {
/* 355 */         height: 500px;
/* 356 */     }
/* 357 */ }
/* 358 */
/* 359 */ @media only screen and (min-width: 1025px) {
/* 360 */     .fusion-body .fusion-layout-column.otg-info-box.otg-career-info-box-bigger {
/* 361 */         width: 75% !important;
/* 362 */     }
/* 363 */
/* 364 */     .fusion-body .otg-careers-two-boxes.otg-box-one {
/* 365 */         /* width: 48% !important;*/
/* 366 */         width: 100% !important;
/* 367 */         height: 100% !important;
/* 368 */         position: relative !important;
/* 369 */     }
/* 370 */
/* 371 */     .fusion-body .otg-careers-two-boxes.otg-box-two {
/* 372 */         /* width: 52% !important;*/
/* 373 */         width: 100% !important;
/* 374 */         height: 100% !important;
/* 375 */         position: relative !important;
/* 376 */     }
/* 377 */
/* 378 */     .otg-two-box-wrapper>.fusion-builder-row.fusion-row {
/* 379 */         display: grid !important;
/* 380 */         grid-template-columns: 1fr 1fr;
/* 381 */         gap: 90px 30px;
/* 382 */         height: auto !important;
/* 383 */         width: 100% !important;
/* 384 */         list-style: none;
/* 385 */         padding-left: 0 !important;
/* 386 */     }
/* 387 */
/* 388 */     .postionBottom {
/* 389 */         position: absolute;
/* 390 */         bottom: -30px;
/* 391 */     }
/* 392 */ }
/* 393 */
/* 394 */ @media only screen and (max-width: 1024px) {
/* 395 */     .otg-careers-three-boxwrap .fusion-builder-row:first-child {
/* 396 */         grid-template-columns: 1fr;
/* 397 */     }
/* 398 */
/* 399 */     .otg-career-video-content {
/* 400 */         margin-top: 20px !important;

/* careers-style.css */

/* 401 */     }
/* 402 */
/* 403 */     .otg-career-content-list-section ul,
/* 404 */     .otg-career-content-list-section p {
/* 405 */         margin: 0 !important;
/* 406 */     }
/* 407 */
/* 408 */     .oc-icon-section .slick-prev {
/* 409 */         left: -55px !important;
/* 410 */     }
/* 411 */
/* 412 */     .oc-icon-section .slick-next {
/* 413 */         right: -25px !important;
/* 414 */     }
/* 415 */
/* 416 */     .otg-color-section-title h1 {
/* 417 */         font-size: 62px !important;
/* 418 */         line-height: 69px !important;
/* 419 */         text-align: left !important;
/* 420 */     }
/* 421 */ }
/* 422 */
/* 423 */ @media only screen and (max-width: 767px) {
/* 424 */     .otg-section-content.otg-career-right-small-content {
/* 425 */         margin-right: 0 !important;
/* 426 */     }
/* 427 */
/* 428 */     .otg-career-video-content img {
/* 429 */         height: 30px;
/* 430 */     }
/* 431 */
/* 432 */     .oc-icon-section .carousel-img {
/* 433 */         width: 75% !important;
/* 434 */         margin: 0 auto;
/* 435 */         display: flex !important;
/* 436 */         justify-content: center;
/* 437 */         align-items: center;
/* 438 */         flex-direction: column;
/* 439 */     }
/* 440 */
/* 441 */     .oc-icon-section .slick-prev {
/* 442 */         left: 5px !important;
/* 443 */     }
/* 444 */
/* 445 */     .oc-icon-section .slick-next {
/* 446 */         right: 32px !important;
/* 447 */     }
/* 448 */
/* 449 */     .oc-icon-section-1 .slick-prev {
/* 450 */         left: 72px !important;

/* careers-style.css */

/* 451 */     }
/* 452 */
/* 453 */     .oc-icon-section-1 .slick-next {
/* 454 */         right: 72px !important;
/* 455 */     }
/* 456 */
/* 457 */     .oc-icon-section-1 .carousel-img {
/* 458 */         gap: 0rem;
/* 459 */         flex-direction: column;
/* 460 */     }
/* 461 */
/* 462 */     .otg-oc-icon-text-wrapper {
/* 463 */         text-align: center;
/* 464 */     }
/* 465 */
/* 466 */     .oc-icon-section-1 .otg-oc-carousel-wrapper {
/* 467 */         width: 100% !important;
/* 468 */     }
/* 469 */
/* 470 */     .oc-icon-section .slick-list,
/* 471 */     .oc-icon-section-1 .slick-list {
/* 472 */         padding: 0 !important;
/* 473 */         margin-bottom: 0px;
/* 474 */     }
/* 475 */
/* 476 */ }
/* 477 */
/* 478 */ @media only screen and (max-width: 500px) {
/* 479 */     .oc-icon-section .slick-next {
/* 480 */         right: 0px !important;
/* 481 */     }
/* 482 */
/* 483 */     .oc-icon-section .slick-prev {
/* 484 */         left: -14px !important;
/* 485 */     }
/* 486 */
/* 487 */     .oc-icon-section-1 .slick-prev {
/* 488 */         left: 0px !important;
/* 489 */     }
/* 490 */
/* 491 */     .oc-icon-section-1 .slick-next {
/* 492 */         right: 0px !important;
/* 493 */     }
/* 494 */ }
/* 495 */
/* 496 */ @supports not (-webkit-touch-callout: none) {
/* 497 */
/* 498 */     /* CSS other than iOS devices */
/* 499 */     @media only screen and (max-width: 767px) {
/* 500 */         .otg-banner-logo {

/* careers-style.css */

/* 501 */             width: 90px;
/* 502 */         }
/* 503 */     }
/* 504 */ }
/* 505 */
/* 506 */ @supports (-webkit-touch-callout: none) {
/* 507 */
/* 508 */     /* CSS specific to iOS devices */
/* 509 */     @media only screen and (max-width: 767px) {
/* 510 */         .otg-banner-logo {
/* 511 */             width: 90px;
/* 512 */         }
/* 513 */     }
/* 514 */ }
/* 515 */ .otg-hiring-events{
/* 516 */     display: grid !important;
/* 517 */     grid-template-columns: 1fr 1fr;
/* 518 */     gap: 30px;
/* 519 */ }
/* 520 */ .otg-hiring-events .preflight-page-links:first-child {
/* 521 */     margin-bottom: 0px;
/* 522 */ }
/* 523 */
/* 524 */ @media only screen and (max-width: 767px){
/* 525 */     .otg-hiring-events {
/* 526 */         grid-template-columns:1fr;
/* 527 */     }
/* 528 */ }
/* 529 */
/* 530 */ @media only screen and (min-width: 360px) and (max-width: 420px) {
/* 531 */ 	.otg-career-h2-small h2 {
/* 532 */ 		font-size:30px !important;
/* 533 */ 	}
/* 534 */ }
/* 535 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* business-style.css */

/* 1   */ .acdbe_spotlight-template-default .otg-homepage-head-title h2 {
/* 2   */     font-weight: 800 !important;
/* 3   */     font-size: 72px !important;
/* 4   */     line-height: 100.8% !important;
/* 5   */     letter-spacing: -0.02em !important;
/* 6   */     font-family: "proxima-nova" !important;
/* 7   */ }
/* 8   */
/* 9   */ .otg-spotlight-description p {
/* 10  */     font-weight: 600;
/* 11  */     font-size: 20px !important;
/* 12  */     line-height: 106.8%;
/* 13  */     letter-spacing: 0.09em;
/* 14  */     text-transform: uppercase;
/* 15  */     margin-top: 30px !important;
/* 16  */     margin-bottom: 31px !important;
/* 17  */ }
/* 18  */
/* 19  */ .otg-spotlight-content div,
/* 20  */ .otg-spotlight-content div p {
/* 21  */     font-style: normal;
/* 22  */     font-weight: 400;
/* 23  */     font-size: 20px;
/* 24  */     line-height: 150%;
/* 25  */     letter-spacing: -0.02em;
/* 26  */     color: #0E0E0E;
/* 27  */ }
/* 28  */
/* 29  */ .otg-spotlight-content div {
/* 30  */     padding-top: 15px;
/* 31  */     /* margin-bottom: 44px; */
/* 32  */     margin-bottom: 29px;
/* 33  */
/* 34  */ }
/* 35  */
/* 36  */ .otg-spotlight-content>div:first-child {
/* 37  */     padding-top: 15px;
/* 38  */ }
/* 39  */
/* 40  */ .otg-spotlight-content div p {
/* 41  */     margin-bottom: 30px;
/* 42  */ }
/* 43  */
/* 44  */ .otg-spotlight-content div p:last-child {
/* 45  */     margin-bottom: 60px;
/* 46  */ }
/* 47  */
/* 48  */ .otg-spotlight-content img {
/* 49  */     /* margin-left: 43px; */
/* 50  */     margin-left: 54px;

/* business-style.css */

/* 51  */     float: right;
/* 52  */     margin-bottom: 44px;
/* 53  */ }
/* 54  */
/* 55  */ .otg-spotlight-below-text p {
/* 56  */     font-style: normal;
/* 57  */     font-weight: 400;
/* 58  */     font-size: 20px;
/* 59  */     line-height: 150%;
/* 60  */     letter-spacing: -0.02em;
/* 61  */     color: #000000;
/* 62  */     margin-top: 18px !important;
/* 63  */     margin-bottom: 22px !important;
/* 64  */ }
/* 65  */
/* 66  */ .otg-spotlight-button {
/* 67  */     border: none !important;
/* 68  */     padding: 0 !important;
/* 69  */ }
/* 70  */
/* 71  */ .otg-spotlight-button span {
/* 72  */     display: inline-flex;
/* 73  */     position: relative;
/* 74  */     float: none;
/* 75  */     margin: 0 4px;
/* 76  */     padding: 0;
/* 77  */     align-items: center;
/* 78  */     justify-content: center;
/* 79  */     font-weight: 700;
/* 80  */     font-size: 24px;
/* 81  */     line-height: 26px;
/* 82  */     text-transform: uppercase;
/* 83  */     letter-spacing: 0.12em;
/* 84  */     font-family: "proxima-nova" !important;
/* 85  */ }
/* 86  */
/* 87  */ .otg-spotlight-button span::before {
/* 88  */     content: "" !important;
/* 89  */     background-image: url('../images/arrow-next.png') !important;
/* 90  */     background-repeat: no-repeat !important;
/* 91  */     display: flex !important;
/* 92  */     height: 100% !important;
/* 93  */     width: 35px !important;
/* 94  */     position: absolute;
/* 95  */     z-index: 1;
/* 96  */     top: 31% !important;
/* 97  */     left: -44px !important;
/* 98  */     transform: translateY(0%) !important;
/* 99  */     transform: translate(0, -50%) rotate(180deg) !important;
/* 100 */     -webkit-transform: translate(0, -50%) rotate(180deg) !important;

/* business-style.css */

/* 101 */ }
/* 102 */
/* 103 */ .otg-spotlight-button .fas {
/* 104 */     display: none;
/* 105 */ }
/* 106 */
/* 107 */ .otg-bd-about-us-section .otg-top-doodle h2 {
/* 108 */     display: inline-block;
/* 109 */     position: relative;
/* 110 */ }
/* 111 */
/* 112 */ .otg-bd-about-us-section .otg-section-content p:last-child {
/* 113 */     /* margin-bottom: 46px !important; */
/* 114 */     margin-bottom: 0px !important;
/* 115 */ }
/* 116 */
/* 117 */ .otg-bd-carousel .slick-list {
/* 118 */     padding: 0 !important;
/* 119 */ }
/* 120 */
/* 121 */ .otg-bd-carousel .otg-bd-carousel-item h2 {
/* 122 */     margin-top: 12px;
/* 123 */     margin-bottom: 0 !important;
/* 124 */ }
/* 125 */
/* 126 */ .otg-bd-carousel .otg-bd-carousel-item h2,
/* 127 */ .otg-bd-carousel .otg-bd-carousel-item h3,
/* 128 */ .otg-bd-carousel .otg-bd-carousel-item p {
/* 129 */     font-family: "proxima-nova" !important;
/* 130 */     font-style: normal !important;
/* 131 */     font-weight: 700 !important;
/* 132 */     font-size: 20px !important;
/* 133 */     line-height: 149.8% !important;
/* 134 */     text-align: center;
/* 135 */     letter-spacing: -0.02em !important;
/* 136 */     color: #0E0E0E;
/* 137 */ }
/* 138 */
/* 139 */ .otg-bd-carousel .otg-bd-carousel-item h3 {
/* 140 */     margin-top: 0px;
/* 141 */     margin-bottom: 0px;
/* 142 */ }
/* 143 */
/* 144 */ .otg-bd-carousel .otg-bd-carousel-item h3,
/* 145 */ .otg-bd-carousel .otg-bd-carousel-item p {
/* 146 */     font-weight: 400 !important;
/* 147 */ }
/* 148 */
/* 149 */ .otg-bd-carousel .otg-bd-carousel-item p {
/* 150 */     margin-top: 12px;

/* business-style.css */

/* 151 */     margin-bottom: 28px;
/* 152 */     margin-right: 22px;
/* 153 */     margin-left: 22px;
/* 154 */ }
/* 155 */
/* 156 */ .otg-bd-carousel .slick-slide img {
/* 157 */     width: 276px;
/* 158 */     margin: 0 auto;
/* 159 */     object-fit: cover;
/* 160 */     aspect-ratio: 276/276;
/* 161 */     height: auto;
/* 162 */ }
/* 163 */
/* 164 */ .otg-bd-carousel .slick-slide {
/* 165 */     /* margin: 0 70px 0 0px; */
/* 166 */     /* width: 351px !important; */
/* 167 */ }
/* 168 */
/* 169 */ .otg-bd-carousel-button {
/* 170 */     display: flex;
/* 171 */     justify-content: center;
/* 172 */     text-align: center;
/* 173 */ }
/* 174 */
/* 175 */ .otg-bd-carousel-button .otg-button {
/* 176 */     min-width: 300px;
/* 177 */ }
/* 178 */
/* 179 */ .otg-bd-spot-carousel>.fusion-builder-row>.fusion-layout-column {
/* 180 */     justify-content: center;
/* 181 */ }
/* 182 */
/* 183 */ .otg-bd-carousel .slick-dots li.slick-active button::before {
/* 184 */     color: #000 !important;
/* 185 */ }
/* 186 */
/* 187 */ .otg-bd-carousel .slick-dots {
/* 188 */     bottom: -68px !important;
/* 189 */ }
/* 190 */
/* 191 */ .otg-bd-carousel .slick-dots li button::before {
/* 192 */     font-size: 10px !important;
/* 193 */ }
/* 194 */
/* 195 */ .otg-bd-carousel .slick-next,
/* 196 */ .otg-bd-carousel .slick-prev {
/* 197 */     display: none !important;
/* 198 */ }
/* 199 */
/* 200 */ .otg-bd-carousel .slick-dots li button::before {

/* business-style.css */

/* 201 */     /* color: rgba(0, 0, 0, 0.34) !important; */
/* 202 */     color: #949494 !important;
/* 203 */ }
/* 204 */
/* 205 */ .otg-bd-doodle h2 {
/* 206 */     display: inline-block;
/* 207 */     position: relative;
/* 208 */ }
/* 209 */
/* 210 */ .otg-bd-doodle h2::after {
/* 211 */     content: "";
/* 212 */     background-image: url(../images/curly-down-arrow.png) !important;
/* 213 */     background-repeat: no-repeat !important;
/* 214 */     display: inline-block;
/* 215 */     height: 37px;
/* 216 */     width: 51px;
/* 217 */     position: absolute;
/* 218 */     z-index: 1;
/* 219 */     top: 3px;
/* 220 */     right: -60px;
/* 221 */ }
/* 222 */
/* 223 */ .otg-bd-corner-tag {
/* 224 */     position: absolute;
/* 225 */     top: -88px;
/* 226 */     background: #000000;
/* 227 */     padding: 10px 30px;
/* 228 */ }
/* 229 */
/* 230 */ .otg-bd-corner-tag p {
/* 231 */     color: #FFFFFF;
/* 232 */     font-style: normal;
/* 233 */     font-weight: 700;
/* 234 */     font-size: 40px;
/* 235 */     line-height: 145.8%;
/* 236 */     margin-bottom: 0 !important;
/* 237 */ }
/* 238 */
/* 239 */ .otg-bd-partner-inner-content {
/* 240 */     margin-top: 42px;
/* 241 */ }
/* 242 */
/* 243 */ .otg-bd-partner-inner-content p {
/* 244 */     font-style: normal;
/* 245 */     font-weight: 400;
/* 246 */     font-size: 20px;
/* 247 */     line-height: 149.8%;
/* 248 */     letter-spacing: -0.02em;
/* 249 */     color: #FFFFFF;
/* 250 */     margin-bottom: 0 !important;

/* business-style.css */

/* 251 */ }
/* 252 */
/* 253 */ .otg-bd-partner-inner-content p:first-child {
/* 254 */     margin-bottom: 40px !important;
/* 255 */ }
/* 256 */
/* 257 */ /* opportunity page */
/* 258 */ .otg-each-opportunity {
/* 259 */     display: flex;
/* 260 */     margin-bottom: 98px;
/* 261 */ }
/* 262 */
/* 263 */ .otg-each-opportunity-img-section {
/* 264 */     margin-right: 30px;
/* 265 */ }
/* 266 */
/* 267 */ .otg-each-opportunity-img-section img {
/* 268 */     object-fit: cover;
/* 269 */     max-width: 378px;
/* 270 */     height: auto;
/* 271 */     border: 1px solid #aaa;
/* 272 */ }
/* 273 */
/* 274 */ .otg-each-opportunity-content-title {
/* 275 */     font-weight: 700 !important;
/* 276 */     font-size: 32px !important;
/* 277 */     line-height: 35px !important;
/* 278 */     letter-spacing: -0.02em !important;
/* 279 */     color: #000000 !important;
/* 280 */     margin-bottom: 10px;
/* 281 */     font-family: "proxima-nova" !important;
/* 282 */     margin-top: 0;
/* 283 */ }
/* 284 */
/* 285 */ .otg-each-opportunity-content-desc {
/* 286 */     margin-bottom: 24px !important;
/* 287 */     font-family: "proxima-nova" !important;
/* 288 */     font-style: normal;
/* 289 */     font-weight: 400;
/* 290 */     font-size: 20px;
/* 291 */     line-height: 30px;
/* 292 */     letter-spacing: -0.02em;
/* 293 */     color: #0E0E0E !important;
/* 294 */     margin-right: 43px !important;
/* 295 */ }
/* 296 */
/* 297 */ .otg-each-opportunity-content-section .otg-button,
/* 298 */ .otg-bd-events .otg-bd-events-wrapper .otg-button {
/* 299 */     display: inline-block;
/* 300 */     padding: 12.7px 18px !important;

/* business-style.css */

/* 301 */ }
/* 302 */
/* 303 */ .otg-bd-events-wrapper {
/* 304 */     position: relative;
/* 305 */ }
/* 306 */
/* 307 */ .otg-bd-events .otg-bd-events-wrapper .otg-button {
/* 308 */     position: absolute;
/* 309 */     bottom: 0;
/* 310 */ }
/* 311 */
/* 312 */ /* .otg-each-opportunity:last-child {
/* 313 *|     margin-bottom: 90px;
/* 314 *| } */
/* 315 */
/* 316 */ .otg-bd-events {
/* 317 */     display: -ms-grid;
/* 318 */     display: grid;
/* 319 */     grid-template-columns: 1fr 1fr 1fr;
/* 320 */     gap: 60px 30px;
/* 321 */     height: auto !important;
/* 322 */     width: 100% !important;
/* 323 */     margin-bottom: 80px;
/* 324 */ }
/* 325 */
/* 326 */ .otg-bd-events-wrapper img {
/* 327 */     object-fit: cover;
/* 328 */     height: auto;
/* 329 */     aspect-ratio: 378/210;
/* 330 */ }
/* 331 */
/* 332 */ .otg-bd-events-title {
/* 333 */     font-family: "proxima-nova" !important;
/* 334 */     margin-top: 18px;
/* 335 */     font-weight: 700 !important;
/* 336 */     font-size: 32px !important;
/* 337 */     line-height: 35px !important;
/* 338 */     letter-spacing: -0.02em !important;
/* 339 */     color: #000000 !important;
/* 340 */     margin-bottom: 0 !important;
/* 341 */ }
/* 342 */
/* 343 */ .otg-bd-event-date {
/* 344 */     margin-top: 18px !important;
/* 345 */     font-weight: 600 !important;
/* 346 */     font-size: 12px !important;
/* 347 */     line-height: 118.8% !important;
/* 348 */     letter-spacing: 0.08em !important;
/* 349 */     text-transform: uppercase !important;
/* 350 */     color: #000000 !important;

/* business-style.css */

/* 351 */     margin-bottom: 80px !important;
/* 352 */ }
/* 353 */
/* 354 */ .otg-bd-carousel .slick-track {
/* 355 */     display: flex !important;
/* 356 */ }
/* 357 */
/* 358 */ .otg-bd-carousel .slick-slide {
/* 359 */     height: inherit;
/* 360 */ }
/* 361 */
/* 362 */ .otg-bd-carousel .slick-slide>div {
/* 363 */     height: 100%;
/* 364 */ }
/* 365 */
/* 366 */ .otg-bd-carousel-item {
/* 367 */     height: inherit;
/* 368 */     position: relative;
/* 369 */ }
/* 370 */
/* 371 */ .otg-bd-carousel .otg-bd-carousel-item p {
/* 372 */     margin-bottom: 88px !important;
/* 373 */ }
/* 374 */
/* 375 */ .otg-bd-carousel-button .otg-button {
/* 376 */     position: absolute;
/* 377 */     bottom: 0;
/* 378 */ }
/* 379 */
/* 380 */ .otg-bd-about-us-section .otg-section-content {
/* 381 */     margin-right: 20px !important;
/* 382 */ }
/* 383 */
/* 384 */ .otg-bd-about-us-right-text-section h2 {
/* 385 */     font-family: "proxima-nova" !important;
/* 386 */     font-style: normal !important;
/* 387 */     font-weight: 700 !important;
/* 388 */     font-size: 20px !important;
/* 389 */     line-height: 149.8% !important;
/* 390 */     letter-spacing: -0.02em;
/* 391 */     color: #0E0E0E !important;
/* 392 */     margin-top: 12px !important;
/* 393 */ }
/* 394 */
/* 395 */ .otg-bd-about-us-right-textarea-section p {
/* 396 */     font-family: "proxima-nova" !important;
/* 397 */     font-style: normal !important;
/* 398 */     font-weight: 400 !important;
/* 399 */     font-size: 16px !important;
/* 400 */     line-height: 149.8% !important;

/* business-style.css */

/* 401 */     letter-spacing: -0.02em;
/* 402 */     color: #0E0E0E !important;
/* 403 */     margin-bottom: 32px !important;
/* 404 */ }
/* 405 */
/* 406 */ .otg-bd-img-text-section>div {
/* 407 */     border: 1px solid #FFC895;
/* 408 */ }
/* 409 */
/* 410 */ .otg-bd-each-item {
/* 411 */     display: flex;
/* 412 */     margin-bottom: 30px;
/* 413 */     padding: 30px 46px;
/* 414 */ }
/* 415 */
/* 416 */ .otg-bd-each-item:last-child {
/* 417 */     margin-bottom: 0 !important;
/* 418 */ }
/* 419 */
/* 420 */ .otg-bd-each-item:nth-child(odd) {
/* 421 */     background: #FFE4CA;
/* 422 */ }
/* 423 */
/* 424 */ .otg-bd-each-item:nth-child(even) {
/* 425 */     background: #D9D9D9;
/* 426 */ }
/* 427 */
/* 428 */ .otg-bd-spotlight-img {
/* 429 */     margin-right: 30px;
/* 430 */     width: 24%;
/* 431 */ }
/* 432 */
/* 433 */ .otg-bd-spotlight-content {
/* 434 */     width: 76%;
/* 435 */ }
/* 436 */
/* 437 */ .otg-bd-spotlight-content h2 {
/* 438 */     font-family: "proxima-nova" !important;
/* 439 */     font-style: normal;
/* 440 */     font-weight: 700 !important;
/* 441 */     font-size: 20px !important;
/* 442 */     line-height: 149.8% !important;
/* 443 */     letter-spacing: -0.02em !important;
/* 444 */     color: #0E0E0E;
/* 445 */     margin-bottom: 10px !important;
/* 446 */ }
/* 447 */
/* 448 */ .otg-bd-spotlight-content h3,
/* 449 */ .otg-bd-spotlight-content p {
/* 450 */     font-family: "proxima-nova" !important;

/* business-style.css */

/* 451 */     font-style: normal;
/* 452 */     font-weight: 400 !important;
/* 453 */     font-size: 20px !important;
/* 454 */     line-height: 30px !important;
/* 455 */     letter-spacing: -0.02em !important;
/* 456 */     color: #0E0E0E;
/* 457 */     margin-bottom: 10px !important;
/* 458 */     margin-top: 0 !important;
/* 459 */ }
/* 460 */
/* 461 */ .otg-bd-spotlight-content p {
/* 462 */     margin-bottom: 20px !important;
/* 463 */ }
/* 464 */
/* 465 */ .otg-bd-links {
/* 466 */     font-family: "proxima-nova" !important;
/* 467 */     font-style: normal;
/* 468 */     font-weight: 800;
/* 469 */     font-size: 16px;
/* 470 */     line-height: 118.8%;
/* 471 */     letter-spacing: 0.08em;
/* 472 */     text-transform: uppercase;
/* 473 */     color: #FD4F00;
/* 474 */     text-decoration: underline;
/* 475 */     text-underline-offset: 5px;
/* 476 */ }
/* 477 */
/* 478 */ .otg-bd-form-bottom-text p b {
/* 479 */     font-weight: 600 !important;
/* 480 */ }
/* 481 */
/* 482 */
/* 483 */
/* 484 */ @media only screen and (min-width: 1141px) and (max-width: 1170px) {
/* 485 */     #menu-otg-main-menu li .menu-text {
/* 486 */         font-size: 11px;
/* 487 */     }
/* 488 */ }
/* 489 */
/* 490 */ @media only screen and (max-width: 1024px) {
/* 491 */     .otg-spotlight-content img {
/* 492 */         margin-left: 0px;
/* 493 */         float: none;
/* 494 */         margin-bottom: 5px;
/* 495 */     }
/* 496 */
/* 497 */     .otg-bd-img-text-col {
/* 498 */         text-align: center;
/* 499 */         margin-top: 1.92% !important;
/* 500 */     }

/* business-style.css */

/* 501 */
/* 502 */     .otg-spotlight-content>div:first-child {
/* 503 */         padding-top: 15px;
/* 504 */     }
/* 505 */
/* 506 */     .otg-spotlight-content div {
/* 507 */         margin-bottom: 44px;
/* 508 */         padding-top: 0;
/* 509 */     }
/* 510 */
/* 511 */     .otg-bd-events {
/* 512 */         grid-template-columns: 1fr 1fr;
/* 513 */     }
/* 514 */
/* 515 */     .otg-bd-partner-inner-content {
/* 516 */         margin-bottom: 20px;
/* 517 */     }
/* 518 */
/* 519 */     .otg-bd-each-item {
/* 520 */         flex-direction: column;
/* 521 */     }
/* 522 */
/* 523 */     .otg-bd-spotlight-img,
/* 524 */     .otg-bd-spotlight-content {
/* 525 */         width: 100%;
/* 526 */     }
/* 527 */
/* 528 */     .otg-bd-spotlight-img {
/* 529 */         text-align: center;
/* 530 */         margin-bottom: 10px;
/* 531 */     }
/* 532 */ }
/* 533 */
/* 534 */ @media only screen and (max-width: 991px) {
/* 535 */     .otg-each-opportunity {
/* 536 */         flex-direction: column;
/* 537 */         margin-bottom: 50px;
/* 538 */     }
/* 539 */
/* 540 */     .otg-each-opportunity-img-section {
/* 541 */         margin-bottom: 10px;
/* 542 */     }
/* 543 */
/* 544 */     .otg-each-opportunity-img-section img {
/* 545 */         max-width: 100%;
/* 546 */     }
/* 547 */ }
/* 548 */
/* 549 */ @media only screen and (max-width: 767px) {
/* 550 */     .otg-bd-events {

/* business-style.css */

/* 551 */         grid-template-columns: 1fr;
/* 552 */     }
/* 553 */
/* 554 */     .acdbe_spotlight-template-default .otg-homepage-head-title h2 {
/* 555 */         font-size: 65px !important;
/* 556 */     }
/* 557 */
/* 558 */ }
/* 559 */
/* 560 */ @media only screen and (max-width: 400px) {
/* 561 */     .otg-bd-doodle h2::after {
/* 562 */         top: -12px;
/* 563 */         right: -16px;
/* 564 */     }
/* 565 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* slick.css */

/* 1   */ /* Slider */
/* 2   */ .slick-slider
/* 3   */ {
/* 4   */     position: relative;
/* 5   */
/* 6   */     display: block;
/* 7   */     box-sizing: border-box;
/* 8   */
/* 9   */     -webkit-user-select: none;
/* 10  */        -moz-user-select: none;
/* 11  */         -ms-user-select: none;
/* 12  */             user-select: none;
/* 13  */
/* 14  */     -webkit-touch-callout: none;
/* 15  */     -khtml-user-select: none;
/* 16  */     -ms-touch-action: pan-y;
/* 17  */         touch-action: pan-y;
/* 18  */     -webkit-tap-highlight-color: transparent;
/* 19  */ }
/* 20  */
/* 21  */ .slick-list
/* 22  */ {
/* 23  */     position: relative;
/* 24  */
/* 25  */     display: block;
/* 26  */     overflow: hidden;
/* 27  */
/* 28  */     margin: 0;
/* 29  */     padding: 0;
/* 30  */ }
/* 31  */ .slick-list:focus
/* 32  */ {
/* 33  */     outline: none;
/* 34  */ }
/* 35  */ .slick-list.dragging
/* 36  */ {
/* 37  */     cursor: pointer;
/* 38  */     cursor: hand;
/* 39  */ }
/* 40  */
/* 41  */ .slick-slider .slick-track,
/* 42  */ .slick-slider .slick-list
/* 43  */ {
/* 44  */     -webkit-transform: translate3d(0, 0, 0);
/* 45  */        -moz-transform: translate3d(0, 0, 0);
/* 46  */         -ms-transform: translate3d(0, 0, 0);
/* 47  */          -o-transform: translate3d(0, 0, 0);
/* 48  */             transform: translate3d(0, 0, 0);
/* 49  */ }
/* 50  */

/* slick.css */

/* 51  */ .slick-track
/* 52  */ {
/* 53  */     position: relative;
/* 54  */     top: 0;
/* 55  */     left: 0;
/* 56  */
/* 57  */     display: block;
/* 58  */     margin-left: auto;
/* 59  */     margin-right: auto;
/* 60  */ }
/* 61  */ .slick-track:before,
/* 62  */ .slick-track:after
/* 63  */ {
/* 64  */     display: table;
/* 65  */
/* 66  */     content: '';
/* 67  */ }
/* 68  */ .slick-track:after
/* 69  */ {
/* 70  */     clear: both;
/* 71  */ }
/* 72  */ .slick-loading .slick-track
/* 73  */ {
/* 74  */     visibility: hidden;
/* 75  */ }
/* 76  */
/* 77  */ .slick-slide
/* 78  */ {
/* 79  */     display: none;
/* 80  */     float: left;
/* 81  */
/* 82  */     height: 100%;
/* 83  */     min-height: 1px;
/* 84  */ }
/* 85  */ [dir='rtl'] .slick-slide
/* 86  */ {
/* 87  */     float: right;
/* 88  */ }
/* 89  */ .slick-slide img
/* 90  */ {
/* 91  */     display: block;
/* 92  */ }
/* 93  */ .slick-slide.slick-loading img
/* 94  */ {
/* 95  */     display: none;
/* 96  */ }
/* 97  */ .slick-slide.dragging img
/* 98  */ {
/* 99  */     pointer-events: none;
/* 100 */ }

/* slick.css */

/* 101 */ .slick-initialized .slick-slide
/* 102 */ {
/* 103 */     display: block;
/* 104 */ }
/* 105 */ .slick-loading .slick-slide
/* 106 */ {
/* 107 */     visibility: hidden;
/* 108 */ }
/* 109 */ .slick-vertical .slick-slide
/* 110 */ {
/* 111 */     display: block;
/* 112 */
/* 113 */     height: auto;
/* 114 */
/* 115 */     border: 1px solid transparent;
/* 116 */ }
/* 117 */ .slick-arrow.slick-hidden {
/* 118 */     display: none;
/* 119 */ }
/* 120 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* slick-theme.css */

/* 1   */ @charset 'UTF-8';
/* 2   */ /* Slider */
/* 3   */ .slick-loading .slick-list
/* 4   */ {
/* 5   */     background: #fff url('/wp-content/themes/Avada-child/includes/slick/ajax-loader.gif') center center no-repeat;
/* 6   */ }
/* 7   */
/* 8   */ /* Icons */
/* 9   */ @font-face
/* 10  */ {
/* 11  */     font-family: 'slick';
/* 12  */     font-weight: normal;
/* 13  */     font-style: normal;
/* 14  */
/* 15  */     src: url('/wp-content/themes/Avada-child/includes/slick/fonts/slick.eot');
/* 16  */     src: url('/wp-content/themes/Avada-child/includes/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/Avada-child/includes/slick/fonts/slick.woff') format('woff'), url('/wp-content/themes/Avada-child/includes/slick/fonts/slick.ttf') format('truetype'), url('/wp-content/themes/Avada-child/includes/slick/fonts/slick.svg#slick') format('svg');
/* 17  */ }
/* 18  */ /* Arrows */
/* 19  */ .slick-prev,
/* 20  */ .slick-next
/* 21  */ {
/* 22  */     font-size: 0;
/* 23  */     line-height: 0;
/* 24  */
/* 25  */     position: absolute;
/* 26  */     top: 50%;
/* 27  */
/* 28  */     display: block;
/* 29  */
/* 30  */     width: 20px;
/* 31  */     height: 20px;
/* 32  */     padding: 0;
/* 33  */     -webkit-transform: translate(0, -50%);
/* 34  */     -ms-transform: translate(0, -50%);
/* 35  */     transform: translate(0, -50%);
/* 36  */
/* 37  */     cursor: pointer;
/* 38  */
/* 39  */     color: transparent;
/* 40  */     border: none;
/* 41  */     outline: none;
/* 42  */     background: transparent;
/* 43  */ }
/* 44  */ .slick-prev:hover,
/* 45  */ .slick-prev:focus,
/* 46  */ .slick-next:hover,
/* 47  */ .slick-next:focus
/* 48  */ {
/* 49  */     color: transparent;
/* 50  */     outline: none;

/* slick-theme.css */

/* 51  */     background: transparent;
/* 52  */ }
/* 53  */ .slick-prev:hover:before,
/* 54  */ .slick-prev:focus:before,
/* 55  */ .slick-next:hover:before,
/* 56  */ .slick-next:focus:before
/* 57  */ {
/* 58  */     opacity: 1;
/* 59  */ }
/* 60  */ .slick-prev.slick-disabled:before,
/* 61  */ .slick-next.slick-disabled:before
/* 62  */ {
/* 63  */     opacity: .25;
/* 64  */ }
/* 65  */
/* 66  */ .slick-prev:before,
/* 67  */ .slick-next:before
/* 68  */ {
/* 69  */     font-family: 'slick';
/* 70  */     font-size: 20px;
/* 71  */     line-height: 1;
/* 72  */
/* 73  */     opacity: .75;
/* 74  */     color: white;
/* 75  */
/* 76  */     -webkit-font-smoothing: antialiased;
/* 77  */     -moz-osx-font-smoothing: grayscale;
/* 78  */ }
/* 79  */
/* 80  */ .slick-prev
/* 81  */ {
/* 82  */     left: -25px;
/* 83  */ }
/* 84  */ [dir='rtl'] .slick-prev
/* 85  */ {
/* 86  */     right: -25px;
/* 87  */     left: auto;
/* 88  */ }
/* 89  */ .slick-prev:before
/* 90  */ {
/* 91  */     content: '←';
/* 92  */ }
/* 93  */ [dir='rtl'] .slick-prev:before
/* 94  */ {
/* 95  */     content: '→';
/* 96  */ }
/* 97  */
/* 98  */ .slick-next
/* 99  */ {
/* 100 */     right: -25px;

/* slick-theme.css */

/* 101 */ }
/* 102 */ [dir='rtl'] .slick-next
/* 103 */ {
/* 104 */     right: auto;
/* 105 */     left: -25px;
/* 106 */ }
/* 107 */ .slick-next:before
/* 108 */ {
/* 109 */     content: '→';
/* 110 */ }
/* 111 */ [dir='rtl'] .slick-next:before
/* 112 */ {
/* 113 */     content: '←';
/* 114 */ }
/* 115 */
/* 116 */ /* Dots */
/* 117 */ .slick-dotted.slick-slider
/* 118 */ {
/* 119 */     margin-bottom: 30px;
/* 120 */ }
/* 121 */
/* 122 */ .slick-dots
/* 123 */ {
/* 124 */     position: absolute;
/* 125 */     bottom: -25px;
/* 126 */
/* 127 */     display: block;
/* 128 */
/* 129 */     width: 100%;
/* 130 */     padding: 0;
/* 131 */     margin: 0;
/* 132 */
/* 133 */     list-style: none;
/* 134 */
/* 135 */     text-align: center;
/* 136 */ }
/* 137 */ .slick-dots li
/* 138 */ {
/* 139 */     position: relative;
/* 140 */
/* 141 */     display: inline-block;
/* 142 */
/* 143 */     width: 20px;
/* 144 */     height: 20px;
/* 145 */     margin: 0 5px;
/* 146 */     padding: 0;
/* 147 */
/* 148 */     cursor: pointer;
/* 149 */ }
/* 150 */ .slick-dots li button

/* slick-theme.css */

/* 151 */ {
/* 152 */     font-size: 0;
/* 153 */     line-height: 0;
/* 154 */
/* 155 */     display: block;
/* 156 */
/* 157 */     width: 20px;
/* 158 */     height: 20px;
/* 159 */     padding: 5px;
/* 160 */
/* 161 */     cursor: pointer;
/* 162 */
/* 163 */     color: transparent;
/* 164 */     border: 0;
/* 165 */     outline: none;
/* 166 */     background: transparent;
/* 167 */ }
/* 168 */ .slick-dots li button:hover,
/* 169 */ .slick-dots li button:focus
/* 170 */ {
/* 171 */     outline: none;
/* 172 */ }
/* 173 */ .slick-dots li button:hover:before,
/* 174 */ .slick-dots li button:focus:before
/* 175 */ {
/* 176 */     opacity: 1;
/* 177 */ }
/* 178 */ .slick-dots li button:before
/* 179 */ {
/* 180 */     font-family: 'slick';
/* 181 */     font-size: 6px;
/* 182 */     line-height: 20px;
/* 183 */
/* 184 */     position: absolute;
/* 185 */     top: 0;
/* 186 */     left: 0;
/* 187 */
/* 188 */     width: 20px;
/* 189 */     height: 20px;
/* 190 */
/* 191 */     content: '•';
/* 192 */     text-align: center;
/* 193 */
/* 194 */     opacity: .25;
/* 195 */     color: black;
/* 196 */
/* 197 */     -webkit-font-smoothing: antialiased;
/* 198 */     -moz-osx-font-smoothing: grayscale;
/* 199 */ }
/* 200 */ .slick-dots li.slick-active button:before

/* slick-theme.css */

/* 201 */ {
/* 202 */     opacity: .75;
/* 203 */     color: black;
/* 204 */ }
/* 205 */
